Checkstyle Results

The following document contains the results of Checkstyle 6.18 with sun_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
6 0 0 420

Rules

Category Rule Violations Severity
blocks LeftCurly 4  Error
RightCurly 3  Error
coding AvoidInlineConditionals 4  Error
HiddenField 2  Error
InnerAssignment 3  Error
MagicNumber 11  Error
design DesignForExtension 15  Error
HideUtilityClassConstructor 4  Error
VisibilityModifier 4  Error
javadoc JavadocMethod 60  Error
JavadocPackage 6  Error
JavadocStyle 2  Error
JavadocType 3  Error
JavadocVariable 8  Error
misc FinalParameters 66  Error
NewlineAtEndOfFile 2  Error
naming ConstantName 2  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
70  Error
sizes LineLength 36  Error
whitespace FileTabCharacter 2  Error
OperatorWrap 4  Error
WhitespaceAfter 6  Error
WhitespaceAround 103  Error

Details

ejava/util/ejb/EJBClient.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 5
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 7
 Error regexp RegexpSingleline Line has trailing spaces. 9
 Error regexp RegexpSingleline Line has trailing spaces. 13
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 24
 Error misc FinalParameters Parameter earName should be final. 25
 Error javadoc JavadocMethod Expected @param tag for 'earName'. 25
 Error misc FinalParameters Parameter ejbModuleName should be final. 26
 Error javadoc JavadocMethod Expected @param tag for 'ejbModuleName'. 26
 Error misc FinalParameters Parameter distinctName should be final. 27
 Error javadoc JavadocMethod Expected @param tag for 'distinctName'. 27
 Error misc FinalParameters Parameter ejbClassName should be final. 28
 Error javadoc JavadocMethod Expected @param tag for 'ejbClassName'. 28
 Error misc FinalParameters Parameter remoteInterface should be final. 29
 Error javadoc JavadocMethod Expected @param tag for 'remoteInterface'. 29
 Error misc FinalParameters Parameter stateful should be final. 30
 Error javadoc JavadocMethod Expected @param tag for 'stateful'. 30
 Error misc FinalParameters Parameter version should be final. 31
 Error javadoc JavadocMethod Expected @param tag for 'version'. 31
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 33
 Error regexp RegexpSingleline Line has trailing spaces. 34
 Error regexp RegexpSingleline Line has trailing spaces. 35
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 40
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error misc FinalParameters Parameter earNameVersion should be final. 66
 Error javadoc JavadocMethod Expected @param tag for 'earNameVersion'. 66
 Error misc FinalParameters Parameter ejbModuleNameVersion should be final. 67
 Error javadoc JavadocMethod Expected @param tag for 'ejbModuleNameVersion'. 67
 Error misc FinalParameters Parameter distinctName should be final. 68
 Error javadoc JavadocMethod Expected @param tag for 'distinctName'. 68
 Error misc FinalParameters Parameter ejbClassName should be final. 69
 Error javadoc JavadocMethod Expected @param tag for 'ejbClassName'. 69
 Error misc FinalParameters Parameter remoteInterface should be final. 70
 Error javadoc JavadocMethod Expected @param tag for 'remoteInterface'. 70
 Error misc FinalParameters Parameter stateful should be final. 71
 Error javadoc JavadocMethod Expected @param tag for 'stateful'. 71
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 76
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 76
 Error whitespace WhitespaceAround '?' is not preceded with whitespace. 76
 Error coding AvoidInlineConditionals Avoid inline conditionals. 76
 Error whitespace WhitespaceAround '?' is not followed by whitespace. 76
 Error whitespace WhitespaceAround ':' is not preceded with whitespace. 76
 Error whitespace WhitespaceAround ':' is not followed by whitespace. 76
 Error whitespace WhitespaceAround '?' is not preceded with whitespace. 79
 Error coding AvoidInlineConditionals Avoid inline conditionals. 79
 Error whitespace WhitespaceAround '?' is not followed by whitespace. 79
 Error javadoc JavadocStyle Extra HTML tag found: </p> 90
 Error misc FinalParameters Parameter earNameVersion should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'earNameVersion'. 102
 Error misc FinalParameters Parameter ejbModuleNameVersion should be final. 103
 Error javadoc JavadocMethod Expected @param tag for 'ejbModuleNameVersion'. 103
 Error misc FinalParameters Parameter ejbClassName should be final. 104
 Error javadoc JavadocMethod Expected @param tag for 'ejbClassName'. 104
 Error misc FinalParameters Parameter remoteInterface should be final. 105
 Error javadoc JavadocMethod Expected @param tag for 'remoteInterface'. 105
 Error regexp RegexpSingleline Line has trailing spaces. 114
 Error misc FinalParameters Parameter moduleNameVersion should be final. 132
 Error javadoc JavadocMethod Expected @param tag for 'moduleNameVersion'. 132
 Error misc FinalParameters Parameter ejbClassName should be final. 133
 Error javadoc JavadocMethod Expected @param tag for 'ejbClassName'. 133
 Error misc FinalParameters Parameter remoteInterface should be final. 134
 Error javadoc JavadocMethod Expected @param tag for 'remoteInterface'. 134

ejava/util/jaxb/JAXBUtil.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 12
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 12
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error misc FinalParameters Parameter object should be final. 13
 Error regexp RegexpSingleline Line has trailing spaces. 20
 Error javadoc JavadocMethod Missing a Javadoc comment. 21
 Error misc FinalParameters Parameter object should be final. 21
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 22
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 22
 Error regexp RegexpSingleline Line has trailing spaces. 31
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error misc FinalParameters Parameter string should be final. 34
 Error misc FinalParameters Parameter type should be final. 34
 Error regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter is should be final. 42
 Error misc FinalParameters Parameter type should be final. 42
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error regexp RegexpSingleline Line has trailing spaces. 49
 Error sizes LineLength Line is longer than 80 characters (found 92). 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error misc FinalParameters Parameter string should be final. 50
 Error misc FinalParameters Parameter type should be final. 50
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 51
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 51
 Error sizes LineLength Line is longer than 80 characters (found 82). 54
 Error sizes LineLength Line is longer than 80 characters (found 93). 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error misc FinalParameters Parameter is should be final. 57
 Error misc FinalParameters Parameter type should be final. 57
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 58
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 58

ejava/util/jms/JMSUtil.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 10
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 11
 Error regexp RegexpSingleline Line has trailing spaces. 12
 Error regexp RegexpSingleline Line has trailing spaces. 14
 Error sizes LineLength Line is longer than 80 characters (found 87). 14
 Error regexp RegexpSingleline Line has trailing spaces. 21
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error sizes LineLength Line is longer than 80 characters (found 121). 23
 Error misc FinalParameters Parameter connFactory should be final. 23
 Error javadoc JavadocMethod Expected @param tag for 'connFactory'. 23
 Error misc FinalParameters Parameter user should be final. 23
 Error javadoc JavadocMethod Expected @param tag for 'user'. 23
 Error misc FinalParameters Parameter password should be final. 23
 Error javadoc JavadocMethod Expected @param tag for 'password'. 23
 Error misc FinalParameters Parameter waitSecs should be final. 23
 Error javadoc JavadocMethod Expected @param tag for 'waitSecs'. 23
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 29
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 29
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 29
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 29
 Error coding MagicNumber '1000' is a magic number. 29
 Error whitespace WhitespaceAround '/' is not preceded with whitespace. 29
 Error whitespace WhitespaceAround '/' is not followed by whitespace. 29
 Error coding MagicNumber '10' is a magic number. 29
 Error coding MagicNumber '1000' is a magic number. 29
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 30
 Error coding MagicNumber '1000' is a magic number. 30
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 31
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 31
 Error coding MagicNumber '1000' is a magic number. 31
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 33
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 33
 Error whitespace OperatorWrap '?' should be on a new line. 33
 Error coding AvoidInlineConditionals Avoid inline conditionals. 33
 Error whitespace OperatorWrap ':' should be on a new line. 34
 Error sizes LineLength Line is longer than 80 characters (found 141). 37
 Error blocks LeftCurly '{' at column 25 should have line break after. 38
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 38
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 38
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 41
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 41
 Error whitespace OperatorWrap '?' should be on a new line. 41
 Error coding AvoidInlineConditionals Avoid inline conditionals. 41
 Error whitespace OperatorWrap ':' should be on a new line. 42

ejava/util/jndi/JNDIUtil.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error sizes LineLength Line is longer than 80 characters (found 85). 20
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error regexp RegexpSingleline Line has trailing spaces. 25
 Error sizes LineLength Line is longer than 80 characters (found 115). 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error misc FinalParameters Parameter propertiesPath should be final. 26
 Error sizes LineLength Line is longer than 80 characters (found 98). 30
 Error sizes LineLength Line is longer than 80 characters (found 112). 31
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 31
 Error coding InnerAssignment Inner assignments should be avoided. 31
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 31
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 31
 Error regexp RegexpSingleline Line has trailing spaces. 37
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 41
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 41
 Error blocks LeftCurly '{' at column 21 should have line break after. 42
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 42
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 42
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 42
 Error regexp RegexpSingleline Line has trailing spaces. 47
 Error sizes LineLength Line is longer than 80 characters (found 81). 50
 Error sizes LineLength Line is longer than 80 characters (found 83). 52
 Error sizes LineLength Line is longer than 80 characters (found 86). 55
 Error sizes LineLength Line is longer than 80 characters (found 82). 58
 Error misc FinalParameters Parameter prefix should be final. 58
 Error javadoc JavadocMethod Expected @param tag for 'prefix'. 58
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 58
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 60
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 60
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 60
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 60
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 64
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 64
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 64
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 64
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 64
 Error sizes LineLength Line is longer than 80 characters (found 98). 66
 Error regexp RegexpSingleline Line has trailing spaces. 68
 Error whitespace WhitespaceAround '!=' is not preceded with whitespace. 70
 Error whitespace WhitespaceAround '!=' is not followed by whitespace. 70
 Error regexp RegexpSingleline Line has trailing spaces. 74
 Error sizes LineLength Line is longer than 80 characters (found 90). 77
 Error sizes LineLength Line is longer than 80 characters (found 88). 78
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 78
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error sizes LineLength Line is longer than 80 characters (found 85). 83
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error regexp RegexpSingleline Line has trailing spaces. 96
 Error regexp RegexpSingleline Line has trailing spaces. 99
 Error sizes LineLength Line is longer than 80 characters (found 90). 99
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 99
 Error misc FinalParameters Parameter ctx should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'ctx'. 99
 Error misc FinalParameters Parameter type should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'type'. 99
 Error misc FinalParameters Parameter name should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'name'. 99
 Error misc FinalParameters Parameter waitSecs should be final. 99
 Error javadoc JavadocMethod Expected @param tag for 'waitSecs'. 99
 Error regexp RegexpSingleline Line has trailing spaces. 102
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 103
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 105
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 105
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 105
 Error coding MagicNumber '1000' is a magic number. 105
 Error whitespace WhitespaceAround '/' is not preceded with whitespace. 105
 Error whitespace WhitespaceAround '/' is not followed by whitespace. 105
 Error coding MagicNumber '10' is a magic number. 105
 Error coding MagicNumber '1000' is a magic number. 105
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 106
 Error whitespace WhitespaceAround '<' is not preceded with whitespace. 106
 Error whitespace WhitespaceAround '<' is not followed by whitespace. 106
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 106
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 106
 Error coding MagicNumber '1000' is a magic number. 106
 Error whitespace WhitespaceAround '*' is not preceded with whitespace. 107
 Error whitespace WhitespaceAround '*' is not followed by whitespace. 107
 Error coding MagicNumber '1000' is a magic number. 107
 Error sizes LineLength Line is longer than 80 characters (found 94). 111
 Error sizes LineLength Line is longer than 80 characters (found 96). 112
 Error blocks LeftCurly '{' at column 10 should have line break after. 112
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 112
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 112
 Error regexp RegexpSingleline Line has trailing spaces. 121
 Error regexp RegexpSingleline Line has trailing spaces. 123
 Error sizes LineLength Line is longer than 80 characters (found 81). 123
 Error design DesignForExtension Method 'dump' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Expected @throws tag for 'NamingException'. 128
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 129
 Error regexp RegexpSingleline Line has trailing spaces. 133
 Error design DesignForExtension Method 'dump' is not designed for extension - needs to be abstract, final or empty. 139
 Error misc FinalParameters Parameter context should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'context'. 139
 Error misc FinalParameters Parameter name should be final. 139
 Error javadoc JavadocMethod Expected @param tag for 'name'. 139
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 141
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 141
 Error blocks LeftCurly '{' at column 25 should have line break after. 141
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 145
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 146
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 146
 Error regexp RegexpSingleline Line has trailing spaces. 150
 Error sizes LineLength Line is longer than 80 characters (found 89). 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Error misc FinalParameters Parameter level should be final. 150
 Error misc FinalParameters Parameter text should be final. 150
 Error misc FinalParameters Parameter context should be final. 150
 Error misc FinalParameters Parameter name should be final. 150
 Error sizes LineLength Line is longer than 80 characters (found 87). 152
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error design DesignForExtension Method 'isContext' is not designed for extension - needs to be abstract, final or empty. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error misc FinalParameters Parameter className should be final. 175
 Error sizes LineLength Line is longer than 80 characters (found 93). 177
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 180
 Error design DesignForExtension Method 'getPad' is not designed for extension - needs to be abstract, final or empty. 187
 Error javadoc JavadocMethod Missing a Javadoc comment. 187
 Error misc FinalParameters Parameter level should be final. 187

ejava/util/jpa/DBUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error design VisibilityModifier Variable 'em' must be private and have accessor methods. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error design VisibilityModifier Variable 'dropPaths' must be private and have accessor methods. 27
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 27
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error design VisibilityModifier Variable 'createPaths' must be private and have accessor methods. 28
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 28
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 28
 Error regexp RegexpSingleline Line has trailing spaces. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 30
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Error misc FinalParameters Parameter em should be final. 31
 Error coding HiddenField 'em' hides a field. 31
 Error misc FinalParameters Parameter dropPath should be final. 31
 Error misc FinalParameters Parameter createPath should be final. 31
 Error design DesignForExtension Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error misc FinalParameters Parameter em should be final. 37
 Error coding HiddenField 'em' hides a field. 37
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error design DesignForExtension Method 'addDropPath' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Error misc FinalParameters Parameter dropPath should be final. 40
 Error design DesignForExtension Method 'addCreatePath' is not designed for extension - needs to be abstract, final or empty. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error misc FinalParameters Parameter createPath should be final. 43
 Error regexp RegexpSingleline Line has trailing spaces. 46
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error sizes LineLength Line is longer than 80 characters (found 87). 53
 Error design DesignForExtension Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. 53
 Error misc FinalParameters Parameter path should be final. 53
 Error javadoc JavadocMethod Expected @param tag for 'path'. 53
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error regexp RegexpSingleline Line has trailing spaces. 62
 Error sizes LineLength Line is longer than 80 characters (found 114). 62
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 64
 Error coding InnerAssignment Inner assignments should be avoided. 67
 Error sizes LineLength Line is longer than 80 characters (found 100). 70
 Error regexp RegexpSingleline Line has trailing spaces. 73
 Error regexp RegexpSingleline Line has trailing spaces. 76
 Error regexp RegexpSingleline Line has trailing spaces. 81
 Error design DesignForExtension Method 'getString' is not designed for extension - needs to be abstract, final or empty. 83
 Error misc FinalParameters Parameter is should be final. 83
 Error javadoc JavadocMethod Expected @param tag for 'is'. 83
 Error coding MagicNumber '4096' is a magic number. 85
 Error coding InnerAssignment Inner assignments should be avoided. 86
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error regexp RegexpSingleline Line has trailing spaces. 91
 Error design DesignForExtension Method 'getStatements' is not designed for extension - needs to be abstract, final or empty. 98
 Error misc FinalParameters Parameter contents should be final. 98
 Error javadoc JavadocMethod Expected @param tag for 'contents'. 98
 Error regexp RegexpSingleline Line has trailing spaces. 106
 Error regexp RegexpSingleline Line has trailing spaces. 109
 Error design DesignForExtension Method 'executeScript' is not designed for extension - needs to be abstract, final or empty. 115
 Error misc FinalParameters Parameter path should be final. 115
 Error javadoc JavadocMethod Expected @param tag for 'path'. 115
 Error regexp RegexpSingleline Line has trailing spaces. 119
 Error regexp RegexpSingleline Line has trailing spaces. 124
 Error regexp RegexpSingleline Line has trailing spaces. 129
 Error regexp RegexpSingleline Line has trailing spaces. 132
 Error regexp RegexpSingleline Line has trailing spaces. 135
 Error design DesignForExtension Method 'getSequenceNextVals' is not designed for extension - needs to be abstract, final or empty. 145
 Error regexp RegexpSingleline Line has trailing spaces. 152
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 156
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 156
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 156
 Error regexp RegexpSingleline Line has trailing spaces. 159
 Error regexp RegexpSingleline Line has trailing spaces. 161
 Error regexp RegexpSingleline Line has trailing spaces. 164
 Error javadoc JavadocStyle First sentence should end with a period. 165
 Error design DesignForExtension Method 'setSequenceNextVals' is not designed for extension - needs to be abstract, final or empty. 169
 Error misc FinalParameters Parameter sequenceVals should be final. 169
 Error javadoc JavadocMethod Expected @param tag for 'sequenceVals'. 169
 Error sizes LineLength Line is longer than 80 characters (found 89). 172
 Error regexp RegexpSingleline Line has trailing spaces. 174
 Error regexp RegexpSingleline Line has trailing spaces. 176
 Error regexp RegexpSingleline Line has trailing spaces. 180
 Error design DesignForExtension Method 'dropAll' is not designed for extension - needs to be abstract, final or empty. 184
 Error sizes LineLength Line is longer than 80 characters (found 84). 192
 Error sizes LineLength Line is longer than 80 characters (found 83). 197
 Error sizes LineLength Line is longer than 80 characters (found 92). 198
 Error sizes LineLength Line is longer than 80 characters (found 90). 199
 Error regexp RegexpSingleline Line has trailing spaces. 201
 Error sizes LineLength Line is longer than 80 characters (found 84). 203
 Error design DesignForExtension Method 'createAll' is not designed for extension - needs to be abstract, final or empty. 203
 Error misc FinalParameters Parameter sequenceVals should be final. 203
 Error javadoc JavadocMethod Expected @param tag for 'sequenceVals'. 203
 Error javadoc JavadocMethod Expected @throws tag for 'RuntimeException'. 203
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 204
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 204
 Error regexp RegexpSingleline Line has trailing spaces. 210

ejava/util/json/JsonbUtil.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 10
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 10
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error misc FinalParameters Parameter type should be final. 11
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 12
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 12
 Error sizes LineLength Line is longer than 80 characters (found 117). 14
 Error sizes LineLength Line is longer than 80 characters (found 97). 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter object should be final. 19
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 20
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 20
 Error regexp RegexpSingleline Line has trailing spaces. 23
 Error regexp RegexpSingleline Line has trailing spaces. 26
 Error regexp RegexpSingleline Line has trailing spaces. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error misc FinalParameters Parameter string should be final. 29
 Error misc FinalParameters Parameter type should be final. 29
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 30
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 30
 Error regexp RegexpSingleline Line has trailing spaces. 33
 Error regexp RegexpSingleline Line has trailing spaces. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error misc FinalParameters Parameter is should be final. 39
 Error misc FinalParameters Parameter type should be final. 39
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 40
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 40
 Error regexp RegexpSingleline Line has trailing spaces. 43