Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
13 0 0 775

Rules

Category Rule Violations Severity
blocks LeftCurly 178  Error
RightCurly 47  Error
coding MagicNumber 3  Error
SimplifyBooleanReturn 1  Error
design DesignForExtension 29  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 6  Error
javadoc JavadocMethod 31  Error
JavadocPackage 2  Error
JavadocStyle 1  Error
JavadocType 4  Error
JavadocVariable 24  Error
misc FinalParameters 57  Error
naming LocalVariableName 2  Error
MethodName 1  Error
StaticVariableName 2  Error
TypeName 1  Error
sizes LineLength 142  Error
whitespace FileTabCharacter 6  Error
ParenPad 228  Error
WhitespaceAround 9  Error

Details

me/felinewith/lang_toolkit/apps/bootstrap/Bootstrap.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Error sizes LineLength Line is longer than 80 characters (found 117). 28
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error naming StaticVariableName Name 'PROPERTIES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error naming StaticVariableName Name 'SETTINGS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocMethod Missing a Javadoc comment. 32
 Error misc FinalParameters Parameter args should be final. 32
 Error sizes LineLength Line is longer than 80 characters (found 86). 33
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad ')' is preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 27 should have line break after. 39
 Error blocks LeftCurly '{' at column 7 should have line break after. 43
 Error blocks RightCurly '}' at column 30 should be on the same line as the next part of a multi-block statement. 43
 Error whitespace ParenPad '(' is followed by whitespace. 46
 Error whitespace ParenPad ')' is preceded with whitespace. 46
 Error sizes LineLength Line is longer than 80 characters (found 85). 47
 Error whitespace ParenPad '(' is followed by whitespace. 52
 Error whitespace ParenPad ')' is preceded with whitespace. 52
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error blocks RightCurly '}' at column 64 should have line break before. 53
 Error blocks LeftCurly '{' at column 8 should have line break after. 54
 Error blocks LeftCurly '{' at column 7 should have line break after. 58
 Error blocks RightCurly '}' at column 40 should be on the same line as the next part of a multi-block statement. 58
 Error whitespace ParenPad '(' is followed by whitespace. 66
 Error whitespace ParenPad ')' is preceded with whitespace. 66
 Error sizes LineLength Line is longer than 80 characters (found 104). 68
 Error blocks LeftCurly '{' at column 8 should have line break after. 68
 Error blocks RightCurly '}' at column 83 should be on the same line as the next part of a multi-block statement. 68
 Error sizes LineLength Line is longer than 80 characters (found 133). 69
 Error blocks LeftCurly '{' at column 37 should have line break after. 69
 Error sizes LineLength Line is longer than 80 characters (found 83). 74
 Error whitespace ParenPad '(' is followed by whitespace. 74
 Error whitespace ParenPad ')' is preceded with whitespace. 74
 Error blocks LeftCurly '{' at column 15 should have line break after. 74
 Error blocks RightCurly '}' at column 62 should be on the same line as the next part of a multi-block statement. 74
 Error blocks LeftCurly '{' at column 9 should have line break after. 75
 Error sizes LineLength Line is longer than 80 characters (found 117). 78
 Error blocks LeftCurly '{' at column 8 should have line break after. 78
 Error blocks RightCurly '}' at column 96 should be on the same line as the next part of a multi-block statement. 78
 Error whitespace ParenPad '(' is followed by whitespace. 83
 Error whitespace ParenPad ')' is preceded with whitespace. 83
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 84
 Error whitespace ParenPad '(' is followed by whitespace. 86
 Error whitespace ParenPad ')' is preceded with whitespace. 86
 Error sizes LineLength Line is longer than 80 characters (found 106). 87
 Error blocks LeftCurly '{' at column 10 should have line break after. 87
 Error blocks RightCurly '}' at column 71 should be on the same line as the next part of a multi-block statement. 87
 Error sizes LineLength Line is longer than 80 characters (found 109). 93
 Error blocks LeftCurly '{' at column 8 should have line break after. 93
 Error blocks RightCurly '}' at column 88 should be on the same line as the next part of a multi-block statement. 93
 Error whitespace WhitespaceAround 'catch' is not followed by whitespace. 94
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error whitespace ParenPad '(' is followed by whitespace. 102
 Error whitespace ParenPad ')' is preceded with whitespace. 102
 Error whitespace ParenPad '(' is followed by whitespace. 104
 Error whitespace ParenPad ')' is preceded with whitespace. 104
 Error blocks LeftCurly '{' at column 24 should have line break after. 104
 Error sizes LineLength Line is longer than 80 characters (found 87). 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error naming MethodName Name 'check_maven' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
 Error naming LocalVariableName Name 'mvn_folder' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad ')' is preceded with whitespace. 114
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 117
 Error naming LocalVariableName Name 'mvn_archive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error sizes LineLength Line is longer than 80 characters (found 106). 124
 Error whitespace ParenPad '(' is followed by whitespace. 127
 Error whitespace ParenPad ')' is preceded with whitespace. 127
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 128
 Error sizes LineLength Line is longer than 80 characters (found 84). 129
 Error sizes LineLength Line is longer than 80 characters (found 95). 130
 Error whitespace ParenPad '(' is followed by whitespace. 133
 Error whitespace ParenPad ')' is preceded with whitespace. 133
 Error blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 135
 Error sizes LineLength Line is longer than 80 characters (found 91). 138
 Error sizes LineLength Line is longer than 80 characters (found 111). 141
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error blocks LeftCurly '{' at column 37 should have line break after. 141
 Error sizes LineLength Line is longer than 80 characters (found 103). 142
 Error whitespace ParenPad '(' is followed by whitespace. 157
 Error whitespace ParenPad ')' is preceded with whitespace. 157
 Error blocks LeftCurly '{' at column 34 should have line break after. 157
 Error sizes LineLength Line is longer than 80 characters (found 101). 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error misc FinalParameters Parameter input should be final. 162
 Error misc FinalParameters Parameter output should be final. 162
 Error coding MagicNumber '4096' is a magic number. 164
 Error coding MagicNumber '4096' is a magic number. 166
 Error whitespace ParenPad '(' is followed by whitespace. 168
 Error whitespace ParenPad ')' is preceded with whitespace. 168
 Error sizes LineLength Line is longer than 80 characters (found 92). 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error sizes LineLength Line is longer than 80 characters (found 96). 177
 Error sizes LineLength Line is longer than 80 characters (found 81). 181
 Error whitespace ParenPad '(' is followed by whitespace. 181
 Error whitespace ParenPad ')' is preceded with whitespace. 181
 Error blocks LeftCurly '{' at column 24 should have line break after. 181
 Error blocks RightCurly '}' at column 67 should be on the same line as the next part of a multi-block statement. 181
 Error blocks LeftCurly '{' at column 8 should have line break after. 182
 Error javadoc JavadocStyle First sentence should end with a period. 187
 Error sizes LineLength Line is longer than 80 characters (found 88). 193
 Error misc FinalParameters Parameter source should be final. 193
 Error misc FinalParameters Parameter target should be final. 193
 Error sizes LineLength Line is longer than 80 characters (found 81). 194
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error sizes LineLength Line is longer than 80 characters (found 82). 199
 Error whitespace ParenPad '(' is followed by whitespace. 199
 Error whitespace ParenPad ')' is preceded with whitespace. 199
 Error blocks LeftCurly '{' at column 45 should have line break after. 199
 Error blocks RightCurly '}' at column 61 should be on the same line as the next part of a multi-block statement. 199
 Error sizes LineLength Line is longer than 80 characters (found 114). 200
 Error whitespace ParenPad '(' is followed by whitespace. 200
 Error whitespace ParenPad ')' is preceded with whitespace. 200
 Error blocks LeftCurly '{' at column 77 should have line break after. 200
 Error whitespace ParenPad '(' is followed by whitespace. 204
 Error whitespace ParenPad ')' is preceded with whitespace. 204
 Error sizes LineLength Line is longer than 80 characters (found 82). 207
 Error whitespace ParenPad '(' is followed by whitespace. 207
 Error whitespace ParenPad ')' is preceded with whitespace. 207
 Error blocks LeftCurly '{' at column 45 should have line break after. 207
 Error blocks RightCurly '}' at column 61 should be on the same line as the next part of a multi-block statement. 207
 Error sizes LineLength Line is longer than 80 characters (found 114). 208
 Error whitespace ParenPad '(' is followed by whitespace. 208
 Error whitespace ParenPad ')' is preceded with whitespace. 208
 Error blocks LeftCurly '{' at column 77 should have line break after. 208
 Error sizes LineLength Line is longer than 80 characters (found 107). 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 214
 Error misc FinalParameters Parameter pomFile should be final. 214
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 225
 Error whitespace ParenPad '(' is followed by whitespace. 227
 Error whitespace ParenPad ')' is preceded with whitespace. 227
 Error sizes LineLength Line is longer than 80 characters (found 95). 228
 Error whitespace ParenPad '(' is followed by whitespace. 228
 Error whitespace ParenPad ')' is preceded with whitespace. 228
 Error blocks LeftCurly '{' at column 39 should have line break after. 228
 Error blocks RightCurly '}' at column 67 should be on the same line as the next part of a multi-block statement. 228
 Error sizes LineLength Line is longer than 80 characters (found 106). 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error blocks LeftCurly '{' at column 47 should have line break after. 229
 Error blocks RightCurly '}' at column 78 should be on the same line as the next part of a multi-block statement. 229
 Error sizes LineLength Line is longer than 80 characters (found 102). 230
 Error whitespace ParenPad '(' is followed by whitespace. 230
 Error whitespace ParenPad ')' is preceded with whitespace. 230
 Error blocks LeftCurly '{' at column 44 should have line break after. 230
 Error blocks RightCurly '}' at column 74 should be on the same line as the next part of a multi-block statement. 230
 Error whitespace ParenPad '(' is followed by whitespace. 231
 Error whitespace ParenPad ')' is preceded with whitespace. 231
 Error whitespace ParenPad '(' is followed by whitespace. 232
 Error whitespace ParenPad ')' is preceded with whitespace. 232
 Error blocks LeftCurly '{' at column 26 should have line break after. 232
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 235
 Error whitespace ParenPad '(' is followed by whitespace. 237
 Error whitespace ParenPad ')' is preceded with whitespace. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 248
 Error misc FinalParameters Parameter input should be final. 248
 Error sizes LineLength Line is longer than 80 characters (found 101). 253
 Error javadoc JavadocMethod Missing a Javadoc comment. 253
 Error misc FinalParameters Parameter pwd should be final. 253
 Error misc FinalParameters Parameter command should be final. 253
 Error javadoc JavadocMethod Missing a Javadoc comment. 264
 Error misc FinalParameters Parameter bcl should be final. 264
 Error misc FinalParameters Parameter args should be final. 264
 Error sizes LineLength Line is longer than 80 characters (found 118). 270
 Error blocks LeftCurly '{' at column 9 should have line break after. 270
 Error blocks RightCurly '}' at column 90 should be on the same line as the next part of a multi-block statement. 270
 Error sizes LineLength Line is longer than 80 characters (found 112). 272
 Error sizes LineLength Line is longer than 80 characters (found 82). 277
 Error blocks LeftCurly '{' at column 9 should have line break after. 277
 Error blocks RightCurly '}' at column 54 should be on the same line as the next part of a multi-block statement. 277
 Error sizes LineLength Line is longer than 80 characters (found 86). 278
 Error sizes LineLength Line is longer than 80 characters (found 112). 279
 Error blocks LeftCurly '{' at column 9 should have line break after. 284
 Error blocks RightCurly '}' at column 34 should be on the same line as the next part of a multi-block statement. 284
 Error sizes LineLength Line is longer than 80 characters (found 92). 285
 Error sizes LineLength Line is longer than 80 characters (found 112). 286
 Error whitespace ParenPad '(' is followed by whitespace. 289
 Error whitespace ParenPad ')' is preceded with whitespace. 289
 Error blocks LeftCurly '{' at column 10 should have line break after. 290
 Error blocks RightCurly '}' at column 40 should be on the same line as the next part of a multi-block statement. 290
 Error sizes LineLength Line is longer than 80 characters (found 130). 291
 Error sizes LineLength Line is longer than 80 characters (found 125). 292
 Error whitespace ParenPad '(' is followed by whitespace. 292
 Error whitespace ParenPad ')' is preceded with whitespace. 292
 Error sizes LineLength Line is longer than 80 characters (found 139). 293
 Error blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 294
 Error sizes LineLength Line is longer than 80 characters (found 129). 295
 Error blocks LeftCurly '{' at column 12 should have line break after. 295

me/felinewith/lang_toolkit/apps/bootstrap/BootstrapApp.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error design VisibilityModifier Variable 'args' must be private and have accessor methods. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error misc FinalParameters Parameter args should be final. 26
 Error sizes LineLength Line is longer than 80 characters (found 83). 30
 Error sizes LineLength Line is longer than 80 characters (found 81). 34
 Error blocks LeftCurly '{' at column 7 should have line break after. 34
 Error blocks RightCurly '}' at column 67 should be on the same line as the next part of a multi-block statement. 34
 Error blocks LeftCurly '{' at column 26 should have line break after. 35
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad ')' is preceded with whitespace. 39
 Error whitespace ParenPad '(' is followed by whitespace. 41
 Error whitespace ParenPad ')' is preceded with whitespace. 41
 Error blocks LeftCurly '{' at column 9 should have line break after. 44
 Error blocks RightCurly '}' at column 39 should be on the same line as the next part of a multi-block statement. 44
 Error sizes LineLength Line is longer than 80 characters (found 106). 50
 Error sizes LineLength Line is longer than 80 characters (found 113). 51
 Error sizes LineLength Line is longer than 80 characters (found 83). 55
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error sizes LineLength Line is longer than 80 characters (found 93). 60
 Error sizes LineLength Line is longer than 80 characters (found 119). 61
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 65
 Error sizes LineLength Line is longer than 80 characters (found 141). 67
 Error whitespace ParenPad '(' is followed by whitespace. 71
 Error whitespace ParenPad ')' is preceded with whitespace. 71
 Error sizes LineLength Line is longer than 80 characters (found 129). 72
 Error sizes LineLength Line is longer than 80 characters (found 85). 77
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad ')' is preceded with whitespace. 79
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error sizes LineLength Line is longer than 80 characters (found 102). 82
 Error blocks LeftCurly '{' at column 10 should have line break after. 82
 Error blocks RightCurly '}' at column 67 should be on the same line as the next part of a multi-block statement. 82
 Error sizes LineLength Line is longer than 80 characters (found 125). 83
 Error sizes LineLength Line is longer than 80 characters (found 98). 87
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error blocks LeftCurly '{' at column 26 should have line break after. 87
 Error whitespace ParenPad '(' is followed by whitespace. 98
 Error whitespace ParenPad ')' is preceded with whitespace. 98
 Error sizes LineLength Line is longer than 80 characters (found 92). 100
 Error whitespace ParenPad '(' is followed by whitespace. 101
 Error whitespace ParenPad ')' is preceded with whitespace. 101

me/felinewith/lang_toolkit/apps/bootstrap/BootstrapClassLoader.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 69
 Error misc FinalParameters Parameter cl should be final. 83
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 84
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 96
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 97
 Error sizes LineLength Line is longer than 80 characters (found 88). 99
 Error whitespace ParenPad '(' is followed by whitespace. 103
 Error whitespace ParenPad ')' is preceded with whitespace. 103
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 104
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error blocks LeftCurly '{' at column 27 should have line break after. 107
 Error blocks RightCurly '}' at column 40 should be on the same line as the next part of a multi-block statement. 107
 Error sizes LineLength Line is longer than 80 characters (found 83). 108
 Error whitespace ParenPad '(' is followed by whitespace. 108
 Error whitespace ParenPad ')' is preceded with whitespace. 108
 Error blocks LeftCurly '{' at column 49 should have line break after. 108
 Error sizes LineLength Line is longer than 80 characters (found 86). 112
 Error design DesignForExtension Method 'findClass' is not designed for extension - needs to be abstract, final or empty. 112
 Error misc FinalParameters Parameter name should be final. 112
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 113
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad ')' is preceded with whitespace. 114
 Error blocks LeftCurly '{' at column 33 should have line break after. 114
 Error blocks RightCurly '}' at column 58 should be on the same line as the next part of a multi-block statement. 114
 Error blocks LeftCurly '{' at column 8 should have line break after. 115
 Error sizes LineLength Line is longer than 80 characters (found 95). 118
 Error design DesignForExtension Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 118
 Error blocks LeftCurly '{' at column 54 should have line break after. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Error misc FinalParameters Parameter goup should be final. 119
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 120
 Error sizes LineLength Line is longer than 80 characters (found 93). 124
 Error whitespace ParenPad '(' is followed by whitespace. 124
 Error whitespace ParenPad ')' is preceded with whitespace. 124
 Error blocks LeftCurly '{' at column 31 should have line break after. 124
 Error blocks LeftCurly '{' at column 65 should have line break after. 124
 Error sizes LineLength Line is longer than 80 characters (found 83). 125
 Error blocks LeftCurly '{' at column 7 should have line break after. 125
 Error whitespace ParenPad '(' is followed by whitespace. 125
 Error whitespace ParenPad ')' is preceded with whitespace. 125
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error blocks LeftCurly '{' at column 30 should have line break after. 126
 Error sizes LineLength Line is longer than 80 characters (found 83). 131
 Error design DesignForExtension Method 'getPackage' is not designed for extension - needs to be abstract, final or empty. 131
 Error misc FinalParameters Parameter name should be final. 131
 Error blocks LeftCurly '{' at column 51 should have line break after. 131
 Error sizes LineLength Line is longer than 80 characters (found 99). 132
 Error design DesignForExtension Method 'getPackages' is not designed for extension - needs to be abstract, final or empty. 132
 Error blocks LeftCurly '{' at column 43 should have line break after. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 135
 Error sizes LineLength Line is longer than 80 characters (found 81). 142
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 148
 Error sizes LineLength Line is longer than 80 characters (found 97). 149
 Error whitespace ParenPad '(' is followed by whitespace. 150
 Error whitespace ParenPad ')' is preceded with whitespace. 150
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 151
 Error whitespace ParenPad '(' is followed by whitespace. 153
 Error whitespace ParenPad ')' is preceded with whitespace. 153
 Error sizes LineLength Line is longer than 80 characters (found 119). 154
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 154
 Error blocks LeftCurly '{' at column 5 should have line break after. 154
 Error blocks RightCurly '}' at column 91 should be on the same line as the next part of a multi-block statement. 154
 Error sizes LineLength Line is longer than 80 characters (found 118). 155
 Error blocks LeftCurly '{' at column 10 should have line break after. 155
 Error whitespace ParenPad '(' is followed by whitespace. 160
 Error whitespace ParenPad ')' is preceded with whitespace. 160
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 161
 Error sizes LineLength Line is longer than 80 characters (found 83). 162
 Error whitespace ParenPad '(' is followed by whitespace. 164
 Error whitespace ParenPad ')' is preceded with whitespace. 164
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 165
 Error whitespace ParenPad '(' is followed by whitespace. 170
 Error whitespace ParenPad ')' is preceded with whitespace. 170
 Error sizes LineLength Line is longer than 80 characters (found 119). 171
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Error blocks LeftCurly '{' at column 5 should have line break after. 171
 Error whitespace ParenPad '(' is followed by whitespace. 175
 Error whitespace ParenPad ')' is preceded with whitespace. 175
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 176
 Error sizes LineLength Line is longer than 80 characters (found 83). 177
 Error whitespace ParenPad '(' is followed by whitespace. 179
 Error whitespace ParenPad ')' is preceded with whitespace. 179
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 180
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 183
 Error sizes LineLength Line is longer than 80 characters (found 127). 184
 Error sizes LineLength Line is longer than 80 characters (found 99). 185
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error blocks LeftCurly '{' at column 24 should have line break after. 185
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 186
 Error whitespace ParenPad '(' is followed by whitespace. 187
 Error whitespace ParenPad ')' is preceded with whitespace. 187
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 187
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 187
 Error design DesignForExtension Method 'getResourceAsStream' is not designed for extension - needs to be abstract, final or empty. 193
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 194
 Error blocks LeftCurly '{' at column 2 should have line break after. 194
 Error javadoc JavadocMethod Missing a Javadoc comment. 195
 Error misc FinalParameters Parameter goup should be final. 195
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 196
 Error whitespace ParenPad '(' is followed by whitespace. 198
 Error whitespace ParenPad ')' is preceded with whitespace. 198
 Error blocks LeftCurly '{' at column 20 should have line break after. 198
 Error sizes LineLength Line is longer than 80 characters (found 105). 199
 Error blocks LeftCurly '{' at column 7 should have line break after. 199
 Error whitespace ParenPad '(' is followed by whitespace. 199
 Error whitespace ParenPad ')' is preceded with whitespace. 199
 Error blocks LeftCurly '{' at column 58 should have line break after. 199
 Error sizes LineLength Line is longer than 80 characters (found 86). 203
 Error design DesignForExtension Method 'getResources' is not designed for extension - needs to be abstract, final or empty. 203
 Error misc FinalParameters Parameter name should be final. 203
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 204
 Error whitespace ParenPad '(' is followed by whitespace. 205
 Error whitespace ParenPad ')' is preceded with whitespace. 205
 Error blocks LeftCurly '{' at column 25 should have line break after. 205
 Error whitespace ParenPad '(' is followed by whitespace. 212
 Error whitespace ParenPad ')' is preceded with whitespace. 212
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 213
 Error whitespace ParenPad '(' is followed by whitespace. 217
 Error whitespace ParenPad ')' is preceded with whitespace. 217
 Error sizes LineLength Line is longer than 80 characters (found 116). 218
 Error sizes LineLength Line is longer than 80 characters (found 92). 226
 Error design DesignForExtension Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 226
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 227
 Error blocks LeftCurly '{' at column 2 should have line break after. 227
 Error sizes LineLength Line is longer than 80 characters (found 118). 228
 Error design DesignForExtension Method 'loadClass' is not designed for extension - needs to be abstract, final or empty. 228
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 229
 Error sizes LineLength Line is longer than 80 characters (found 81). 232
 Error whitespace ParenPad '(' is followed by whitespace. 232
 Error whitespace ParenPad ')' is preceded with whitespace. 232
 Error blocks LeftCurly '{' at column 34 should have line break after. 232
 Error whitespace ParenPad '(' is followed by whitespace. 236
 Error whitespace ParenPad ')' is preceded with whitespace. 236
 Error blocks LeftCurly '{' at column 22 should have line break after. 236
 Error sizes LineLength Line is longer than 80 characters (found 112). 238
 Error whitespace ParenPad '(' is followed by whitespace. 239
 Error whitespace ParenPad ')' is preceded with whitespace. 239
 Error blocks LeftCurly '{' at column 21 should have line break after. 239
 Error blocks RightCurly '}' at column 53 should be on the same line as the next part of a multi-block statement. 239
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 241
 Error blocks LeftCurly '{' at column 8 should have line break after. 242
 Error blocks RightCurly '}' at column 53 should be on the same line as the next part of a multi-block statement. 242
 Error sizes LineLength Line is longer than 80 characters (found 117). 243
 Error whitespace ParenPad '(' is followed by whitespace. 243
 Error whitespace ParenPad ')' is preceded with whitespace. 243
 Error blocks LeftCurly '{' at column 29 should have line break after. 243
 Error sizes LineLength Line is longer than 80 characters (found 104). 249
 Error javadoc JavadocMethod Missing a Javadoc comment. 249
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 251
 Error sizes LineLength Line is longer than 80 characters (found 96). 260
 Error whitespace ParenPad '(' is followed by whitespace. 260
 Error whitespace ParenPad ')' is preceded with whitespace. 260
 Error blocks LeftCurly '{' at column 54 should have line break after. 260
 Error sizes LineLength Line is longer than 80 characters (found 107). 264
 Error whitespace ParenPad '(' is followed by whitespace. 264
 Error whitespace ParenPad ')' is preceded with whitespace. 264
 Error blocks LeftCurly '{' at column 27 should have line break after. 264
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 267
 Error sizes LineLength Line is longer than 80 characters (found 83). 268
 Error whitespace ParenPad '(' is followed by whitespace. 269
 Error whitespace ParenPad ')' is preceded with whitespace. 269
 Error blocks LeftCurly '{' at column 19 should have line break after. 269
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 270
 Error whitespace ParenPad '(' is followed by whitespace. 271
 Error whitespace ParenPad ')' is preceded with whitespace. 271
 Error blocks LeftCurly '{' at column 33 should have line break after. 271
 Error sizes LineLength Line is longer than 80 characters (found 81). 276
 Error javadoc JavadocMethod Missing a Javadoc comment. 276
 Error misc FinalParameters Parameter manifest should be final. 276
 Error misc FinalParameters Parameter file should be final. 276
 Error misc FinalParameters Parameter key should be final. 276
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 277
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error sizes LineLength Line is longer than 80 characters (found 105). 279
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 279
 Error blocks LeftCurly '{' at column 3 should have line break after. 279
 Error whitespace ParenPad '(' is followed by whitespace. 279
 Error whitespace ParenPad ')' is preceded with whitespace. 279
 Error blocks LeftCurly '{' at column 47 should have line break after. 279
 Error blocks RightCurly '}' at column 89 should be alone on a line. 279
 Error whitespace ParenPad '(' is followed by whitespace. 281
 Error whitespace ParenPad ')' is preceded with whitespace. 281
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 282
 Error sizes LineLength Line is longer than 80 characters (found 117). 283
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error blocks LeftCurly '{' at column 50 should have line break after. 283
 Error blocks RightCurly '}' at column 96 should be on the same line as the next part of a multi-block statement. 283
 Error blocks LeftCurly '{' at column 9 should have line break after. 284
 Error sizes LineLength Line is longer than 80 characters (found 88). 290
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error misc FinalParameters Parameter pack should be final. 290
 Error misc FinalParameters Parameter file should be final. 290
 Error misc FinalParameters Parameter master should be final. 290
 Error misc FinalParameters Parameter pkg should be final. 290
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 292
 Error whitespace ParenPad '(' is followed by whitespace. 294
 Error whitespace ParenPad ')' is preceded with whitespace. 294
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 295
 Error sizes LineLength Line is longer than 80 characters (found 115). 297
 Error sizes LineLength Line is longer than 80 characters (found 115). 299
 Error design DesignForExtension Method 'addDir' is not designed for extension - needs to be abstract, final or empty. 308
 Error javadoc JavadocMethod Missing a Javadoc comment. 308
 Error misc FinalParameters Parameter dir should be final. 308
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 309
 Error blocks LeftCurly '{' at column 7 should have line break after. 311
 Error blocks RightCurly '}' at column 38 should be on the same line as the next part of a multi-block statement. 311
 Error sizes LineLength Line is longer than 80 characters (found 126). 312
 Error blocks LeftCurly '{' at column 26 should have line break after. 312
 Error whitespace ParenPad '(' is followed by whitespace. 313
 Error whitespace ParenPad ')' is preceded with whitespace. 313
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 314
 Error whitespace ParenPad '(' is followed by whitespace. 315
 Error whitespace ParenPad ')' is preceded with whitespace. 315
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 316
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 327
 Error whitespace ParenPad '(' is followed by whitespace. 329
 Error whitespace ParenPad ')' is preceded with whitespace. 329
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 330
 Error sizes LineLength Line is longer than 80 characters (found 93). 331
 Error blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 333
 Error blocks LeftCurly '{' at column 11 should have line break after. 334
 Error sizes LineLength Line is longer than 80 characters (found 98). 335
 Error whitespace ParenPad '(' is followed by whitespace. 335
 Error whitespace ParenPad ')' is preceded with whitespace. 335
 Error sizes LineLength Line is longer than 80 characters (found 107). 336
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 336
 Error blocks LeftCurly '{' at column 6 should have line break after. 336
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 339
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 340
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 340
 Error sizes LineLength Line is longer than 80 characters (found 99). 345
 Error javadoc JavadocMethod Missing a Javadoc comment. 345
 Error misc FinalParameters Parameter root should be final. 345
 Error misc FinalParameters Parameter dir should be final. 345
 Error misc FinalParameters Parameter name should be final. 345
 Error misc FinalParameters Parameter mf should be final. 345
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 346
 Error sizes LineLength Line is longer than 80 characters (found 98). 348
 Error whitespace ParenPad '(' is followed by whitespace. 348
 Error whitespace ParenPad ')' is preceded with whitespace. 348
 Error blocks LeftCurly '{' at column 22 should have line break after. 348
 Error blocks LeftCurly '{' at column 56 should have line break after. 348
 Error whitespace ParenPad '(' is followed by whitespace. 350
 Error whitespace ParenPad ')' is preceded with whitespace. 350
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 351
 Error whitespace ParenPad '(' is followed by whitespace. 352
 Error whitespace ParenPad ')' is preceded with whitespace. 352
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 353
 Error sizes LineLength Line is longer than 80 characters (found 97). 354
 Error whitespace ParenPad '(' is followed by whitespace. 354
 Error whitespace ParenPad ')' is preceded with whitespace. 354
 Error blocks LeftCurly '{' at column 27 should have line break after. 354
 Error blocks RightCurly '}' at column 69 should be on the same line as the next part of a multi-block statement. 354
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 356
 Error sizes LineLength Line is longer than 80 characters (found 81). 357
 Error sizes LineLength Line is longer than 80 characters (found 88). 358
 Error whitespace ParenPad '(' is followed by whitespace. 358
 Error whitespace ParenPad ')' is preceded with whitespace. 358
 Error blocks LeftCurly '{' at column 31 should have line break after. 358
 Error whitespace ParenPad '(' is followed by whitespace. 359
 Error whitespace ParenPad ')' is preceded with whitespace. 359
 Error sizes LineLength Line is longer than 80 characters (found 124). 360
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 360
 Error blocks LeftCurly '{' at column 6 should have line break after. 360
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 363
 Error sizes LineLength Line is longer than 80 characters (found 93). 364
 Error whitespace ParenPad '(' is followed by whitespace. 364
 Error whitespace ParenPad ')' is preceded with whitespace. 364
 Error blocks LeftCurly '{' at column 59 should have line break after. 364
 Error design DesignForExtension Method 'addJar' is not designed for extension - needs to be abstract, final or empty. 368
 Error javadoc JavadocMethod Missing a Javadoc comment. 368
 Error misc FinalParameters Parameter jar should be final. 368
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 369
 Error whitespace ParenPad '(' is followed by whitespace. 373
 Error whitespace ParenPad ')' is preceded with whitespace. 373
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 374
 Error whitespace ParenPad '(' is followed by whitespace. 375
 Error whitespace ParenPad ')' is preceded with whitespace. 375
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 376
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 382
 Error sizes LineLength Line is longer than 80 characters (found 128). 390
 Error whitespace ParenPad '(' is followed by whitespace. 390
 Error whitespace ParenPad ')' is preceded with whitespace. 390
 Error blocks LeftCurly '{' at column 46 should have line break after. 390
 Error whitespace ParenPad '(' is followed by whitespace. 391
 Error whitespace ParenPad ')' is preceded with whitespace. 391
 Error blocks LeftCurly '{' at column 6 should be on the previous line. 392
 Error sizes LineLength Line is longer than 80 characters (found 118). 395
 Error whitespace ParenPad '(' is followed by whitespace. 395
 Error whitespace ParenPad ')' is preceded with whitespace. 395
 Error blocks LeftCurly '{' at column 31 should have line break after. 395
 Error sizes LineLength Line is longer than 80 characters (found 121). 396
 Error whitespace ParenPad '(' is followed by whitespace. 396
 Error whitespace ParenPad ')' is preceded with whitespace. 396
 Error blocks LeftCurly '{' at column 7 should be on the previous line. 397
 Error sizes LineLength Line is longer than 80 characters (found 92). 398
 Error sizes LineLength Line is longer than 80 characters (found 98). 399
 Error sizes LineLength Line is longer than 80 characters (found 106). 400
 Error blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 404
 Error sizes LineLength Line is longer than 80 characters (found 81). 405
 Error whitespace ParenPad '(' is followed by whitespace. 405
 Error whitespace ParenPad ')' is preceded with whitespace. 405
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 405
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 405
 Error javadoc JavadocMethod Missing a Javadoc comment. 410
 Error misc FinalParameters Parameter cp should be final. 410
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 411
 Error whitespace ParenPad '(' is followed by whitespace. 414
 Error whitespace ParenPad ')' is preceded with whitespace. 414
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 415
 Error blocks LeftCurly '{' at column 3 should have line break after. 415
 Error blocks RightCurly '}' at column 65 should be on the same line as the next part of a multi-block statement. 415
 Error blocks LeftCurly '{' at column 8 should have line break after. 416
 Error misc FinalParameters Parameter list should be final. 423
 Error blocks LeftCurly '{' at column 41 should have line break after. 423
 Error javadoc JavadocMethod Missing a Javadoc comment. 424
 Error misc FinalParameters Parameter it should be final. 424
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 425
 Error sizes LineLength Line is longer than 80 characters (found 83). 430
 Error whitespace ParenPad '(' is followed by whitespace. 436
 Error whitespace ParenPad ')' is preceded with whitespace. 436
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 437
 Error whitespace ParenPad '(' is followed by whitespace. 441
 Error whitespace ParenPad ')' is preceded with whitespace. 441
 Error blocks LeftCurly '{' at column 22 should have line break after. 441
 Error whitespace ParenPad '(' is followed by whitespace. 442
 Error whitespace ParenPad ')' is preceded with whitespace. 442
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 443
 Error whitespace ParenPad '(' is followed by whitespace. 444
 Error whitespace ParenPad ')' is preceded with whitespace. 444
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 445
 Error whitespace ParenPad '(' is followed by whitespace. 447
 Error whitespace ParenPad ')' is preceded with whitespace. 447
 Error blocks LeftCurly '{' at column 24 should have line break after. 447
 Error whitespace ParenPad '(' is followed by whitespace. 450
 Error whitespace ParenPad ')' is preceded with whitespace. 450
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 451
 Error whitespace ParenPad '(' is followed by whitespace. 452
 Error whitespace ParenPad ')' is preceded with whitespace. 452
 Error blocks LeftCurly '{' at column 33 should have line break after. 452
 Error blocks RightCurly '}' at column 51 should be on the same line as the next part of a multi-block statement. 452
 Error sizes LineLength Line is longer than 80 characters (found 97). 453
 Error whitespace ParenPad '(' is followed by whitespace. 453
 Error whitespace ParenPad ')' is preceded with whitespace. 453
 Error blocks LeftCurly '{' at column 51 should have line break after. 453
 Error javadoc JavadocType Missing a Javadoc comment. 458
 Error naming TypeName Name 'me' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 458
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 459
 Error javadoc JavadocVariable Missing a Javadoc comment. 460
 Error javadoc JavadocVariable Missing a Javadoc comment. 461
 Error javadoc JavadocVariable Missing a Javadoc comment. 462
 Error javadoc JavadocVariable Missing a Javadoc comment. 463
 Error javadoc JavadocVariable Missing a Javadoc comment. 464
 Error javadoc JavadocVariable Missing a Javadoc comment. 465
 Error javadoc JavadocVariable Missing a Javadoc comment. 466
 Error javadoc JavadocVariable Missing a Javadoc comment. 467
 Error javadoc JavadocVariable Missing a Javadoc comment. 469
 Error javadoc JavadocVariable Missing a Javadoc comment. 470
 Error javadoc JavadocMethod Missing a Javadoc comment. 471
 Error misc FinalParameters Parameter pri should be final. 471
 Error misc FinalParameters Parameter def should be final. 471
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 472
 Error blocks LeftCurly '{' at column 28 should have line break after. 476
 Error blocks LeftCurly '{' at column 30 should have line break after. 477
 Error javadoc JavadocType Missing a Javadoc comment. 480
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 481
 Error javadoc JavadocVariable Missing a Javadoc comment. 482
 Error design VisibilityModifier Variable 'en' must be private and have accessor methods. 482
 Error misc FinalParameters Parameter enumer should be final. 483
 Error blocks LeftCurly '{' at column 47 should have line break after. 483
 Error sizes LineLength Line is longer than 80 characters (found 82). 485
 Error design DesignForExtension Method 'forEachRemaining' is not designed for extension - needs to be abstract, final or empty. 485
 Error misc FinalParameters Parameter action should be final. 485
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 486
 Error sizes LineLength Line is longer than 80 characters (found 91). 488
 Error whitespace ParenPad '(' is followed by whitespace. 488
 Error whitespace ParenPad ')' is preceded with whitespace. 488
 Error blocks LeftCurly '{' at column 35 should have line break after. 488
 Error sizes LineLength Line is longer than 80 characters (found 83). 491
 Error design DesignForExtension Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. 491
 Error blocks LeftCurly '{' at column 38 should have line break after. 491
 Error design DesignForExtension Method 'next' is not designed for extension - needs to be abstract, final or empty. 492
 Error blocks LeftCurly '{' at column 29 should have line break after. 492
 Error javadoc JavadocType Missing a Javadoc comment. 495
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 496
 Error javadoc JavadocVariable Missing a Javadoc comment. 497
 Error design VisibilityModifier Variable 'it' must be private and have accessor methods. 497
 Error misc FinalParameters Parameter iter should be final. 498
 Error blocks LeftCurly '{' at column 42 should have line break after. 498
 Error sizes LineLength Line is longer than 80 characters (found 83). 500
 Error design DesignForExtension Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. 500
 Error blocks LeftCurly '{' at column 46 should have line break after. 500
 Error design DesignForExtension Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. 501
 Error blocks LeftCurly '{' at column 36 should have line break after. 501

me/felinewith/lang_toolkit/apps/bootstrap/util/LoaderHelper.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 7
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error design VisibilityModifier Variable 'cl' must be private and have accessor methods. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error design VisibilityModifier Variable 't' must be private and have accessor methods. 10
 Error javadoc JavadocMethod Missing a Javadoc comment. 12
 Error misc FinalParameters Parameter classLoader should be final. 12
 Error misc FinalParameters Parameter test should be final. 12
 Error design DesignForExtension Method 'fetchClass' is not designed for extension - needs to be abstract, final or empty. 17
 Error javadoc JavadocMethod Missing a Javadoc comment. 17
 Error misc FinalParameters Parameter className should be final. 17
 Error sizes LineLength Line is longer than 80 characters (found 103). 18
 Error whitespace ParenPad '(' is followed by whitespace. 23
 Error whitespace ParenPad ')' is preceded with whitespace. 23
 Error blocks LeftCurly '{' at column 22 should have line break after. 23
 Error whitespace ParenPad '(' is followed by whitespace. 26
 Error whitespace ParenPad ')' is preceded with whitespace. 26
 Error blocks LeftCurly '{' at column 20 should have line break after. 26
 Error sizes LineLength Line is longer than 80 characters (found 113). 28
 Error whitespace ParenPad '(' is followed by whitespace. 28
 Error whitespace ParenPad ')' is preceded with whitespace. 28
 Error blocks LeftCurly '{' at column 27 should have line break after. 28

me/felinewith/lang_toolkit/apps/bootstrap/util/Log4jConfig.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 81). 12
 Error sizes LineLength Line is longer than 80 characters (found 86). 21
 Error coding MagicNumber '50' is a magic number. 22
 Error sizes LineLength Line is longer than 80 characters (found 126). 25
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 25
 Error misc FinalParameters Parameter builder should be final. 25
 Error sizes LineLength Line is longer than 80 characters (found 110). 28
 Error sizes LineLength Line is longer than 80 characters (found 100). 31
 Error sizes LineLength Line is longer than 80 characters (found 90). 32
 Error sizes LineLength Line is longer than 80 characters (found 156). 34
 Error sizes LineLength Line is longer than 80 characters (found 89). 35
 Error sizes LineLength Line is longer than 80 characters (found 87). 36
 Error sizes LineLength Line is longer than 80 characters (found 89). 39
 Error sizes LineLength Line is longer than 80 characters (found 104). 42
 Error sizes LineLength Line is longer than 80 characters (found 90). 43
 Error sizes LineLength Line is longer than 80 characters (found 156). 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 46
 Error sizes LineLength Line is longer than 80 characters (found 87). 47
 Error sizes LineLength Line is longer than 80 characters (found 102). 50
 Error sizes LineLength Line is longer than 80 characters (found 86). 54
 Error design DesignForExtension Method 'getSupportedTypes' is not designed for extension - needs to be abstract, final or empty. 54
 Error blocks LeftCurly '{' at column 51 should have line break after. 54
 Error sizes LineLength Line is longer than 80 characters (found 99). 56
 Error design DesignForExtension Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 56
 Error misc FinalParameters Parameter lc should be final. 56
 Error misc FinalParameters Parameter cs should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 119). 59
 Error design DesignForExtension Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. 59
 Error misc FinalParameters Parameter loggerContext should be final. 59
 Error misc FinalParameters Parameter name should be final. 59
 Error misc FinalParameters Parameter configLocation should be final. 59
 Error sizes LineLength Line is longer than 80 characters (found 93). 60

me/felinewith/lang_toolkit/apps/bootstrap/util/MavenArtifact.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 9
 Error javadoc JavadocVariable Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Error misc FinalParameters Parameter group should be final. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error misc FinalParameters Parameter group should be final. 24
 Error misc FinalParameters Parameter artifact should be final. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 30
 Error misc FinalParameters Parameter group should be final. 30
 Error misc FinalParameters Parameter artifact should be final. 30
 Error misc FinalParameters Parameter version should be final. 30
 Error design DesignForExtension Method 'setGroup' is not designed for extension - needs to be abstract, final or empty. 37
 Error misc FinalParameters Parameter group should be final. 37
 Error blocks LeftCurly '{' at column 37 should have line break after. 37
 Error whitespace ParenPad '(' is followed by whitespace. 37
 Error whitespace ParenPad ')' is preceded with whitespace. 37
 Error blocks LeftCurly '{' at column 58 should have line break after. 37
 Error blocks RightCurly '}' at column 71 should be alone on a line. 37
 Error sizes LineLength Line is longer than 80 characters (found 89). 38
 Error design DesignForExtension Method 'setArtifact' is not designed for extension - needs to be abstract, final or empty. 38
 Error misc FinalParameters Parameter artifact should be final. 38
 Error blocks LeftCurly '{' at column 43 should have line break after. 38
 Error whitespace ParenPad '(' is followed by whitespace. 38
 Error whitespace ParenPad ')' is preceded with whitespace. 38
 Error blocks LeftCurly '{' at column 64 should have line break after. 38
 Error blocks RightCurly '}' at column 80 should be alone on a line. 38
 Error sizes LineLength Line is longer than 80 characters (found 86). 39
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 39
 Error misc FinalParameters Parameter version should be final. 39
 Error blocks LeftCurly '{' at column 41 should have line break after. 39
 Error whitespace ParenPad '(' is followed by whitespace. 39
 Error whitespace ParenPad ')' is preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 62 should have line break after. 39
 Error blocks RightCurly '}' at column 77 should be alone on a line. 39
 Error design DesignForExtension Method 'isReady' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 42
 Error sizes LineLength Line is longer than 80 characters (found 82). 43
 Error coding SimplifyBooleanReturn Conditional logic can be removed. 43
 Error whitespace ParenPad '(' is followed by whitespace. 43
 Error whitespace ParenPad ')' is preceded with whitespace. 43
 Error blocks LeftCurly '{' at column 52 should have line break after. 43
 Error blocks RightCurly '}' at column 68 should be on the same line as the next part of a multi-block statement. 43
 Error blocks LeftCurly '{' at column 8 should have line break after. 44
 Error design DesignForExtension Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. 47
 Error blocks LeftCurly '{' at column 27 should have line break after. 47
 Error design DesignForExtension Method 'getArtifact' is not designed for extension - needs to be abstract, final or empty. 48
 Error blocks LeftCurly '{' at column 30 should have line break after. 48
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 49
 Error blocks LeftCurly '{' at column 29 should have line break after. 49
 Error design DesignForExtension Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error blocks LeftCurly '{' at column 2 should be on the previous line. 52
 Error whitespace ParenPad '(' is followed by whitespace. 53
 Error whitespace ParenPad ')' is preceded with whitespace. 53
 Error blocks LeftCurly '{' at column 21 should have line break after. 53
 Error design DesignForExtension Method 'getFileLocation' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error whitespace ParenPad '(' is followed by whitespace. 65
 Error whitespace ParenPad ')' is preceded with whitespace. 65
 Error blocks LeftCurly '{' at column 21 should have line break after. 65
 Error sizes LineLength Line is longer than 80 characters (found 86). 67