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
5 0 0 216

Rules

Category Rule Violations Severity
blocks LeftCurly 24  Error
RightCurly 5  Error
coding MagicNumber 5  Error
design DesignForExtension 7  Error
FinalClass 1  Error
VisibilityModifier 3  Error
javadoc JavadocMethod 5  Error
JavadocPackage 4  Error
JavadocVariable 17  Error
misc FinalParameters 10  Error
sizes LineLength 59  Error
MethodLength 1  Error
whitespace FileTabCharacter 4  Error
OperatorWrap 2  Error
ParenPad 68  Error
WhitespaceAfter 1  Error

Details

me/felinewith/lang_toolkit/apps/langbuilder/LangBuilder.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes MethodLength Method length is 151 lines (max allowed is 150). 63
 Error misc FinalParameters Parameter argsStrings should be final. 63
 Error sizes LineLength Line is longer than 80 characters (found 86). 79
 Error sizes LineLength Line is longer than 80 characters (found 86). 89
 Error sizes LineLength Line is longer than 80 characters (found 82). 92
 Error whitespace ParenPad '(' is followed by whitespace. 92
 Error whitespace ParenPad ')' is preceded with whitespace. 92
 Error blocks LeftCurly '{' at column 38 should have line break after. 92
 Error sizes LineLength Line is longer than 80 characters (found 92). 101
 Error whitespace ParenPad '(' is followed by whitespace. 104
 Error whitespace ParenPad ')' is preceded with whitespace. 104
 Error whitespace ParenPad '(' is followed by whitespace. 105
 Error whitespace ParenPad ')' is preceded with whitespace. 105
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 106
 Error blocks LeftCurly '{' at column 4 should have line break after. 106
 Error sizes LineLength Line is longer than 80 characters (found 87). 111
 Error blocks LeftCurly '{' at column 7 should have line break after. 111
 Error blocks RightCurly '}' at column 73 should be on the same line as the next part of a multi-block statement. 111
 Error blocks LeftCurly '{' at column 3 should be on the previous line. 113
 Error blocks LeftCurly '{' at column 3 should have line break after. 113
 Error whitespace ParenPad '(' is followed by whitespace. 115
 Error whitespace ParenPad ')' is preceded with whitespace. 115
 Error whitespace ParenPad '(' is followed by whitespace. 116
 Error whitespace ParenPad ')' is preceded with whitespace. 116
 Error blocks LeftCurly '{' at column 4 should be on the previous line. 117
 Error blocks LeftCurly '{' at column 4 should have line break after. 117
 Error sizes LineLength Line is longer than 80 characters (found 92). 132
 Error sizes LineLength Line is longer than 80 characters (found 92). 137
 Error sizes LineLength Line is longer than 80 characters (found 95). 138
 Error sizes LineLength Line is longer than 80 characters (found 95). 139
 Error sizes LineLength Line is longer than 80 characters (found 104). 140
 Error sizes LineLength Line is longer than 80 characters (found 96). 141
 Error sizes LineLength Line is longer than 80 characters (found 108). 144
 Error sizes LineLength Line is longer than 80 characters (found 85). 145
 Error sizes LineLength Line is longer than 80 characters (found 115). 153
 Error sizes LineLength Line is longer than 80 characters (found 91). 155
 Error sizes LineLength Line is longer than 80 characters (found 91). 172
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error whitespace ParenPad ')' is preceded with whitespace. 177
 Error sizes LineLength Line is longer than 80 characters (found 86). 183
 Error whitespace ParenPad '(' is followed by whitespace. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error blocks LeftCurly '{' at column 34 should have line break after. 184
 Error whitespace ParenPad '(' is followed by whitespace. 185
 Error whitespace ParenPad ')' is preceded with whitespace. 185
 Error blocks LeftCurly '{' at column 34 should have line break after. 185
 Error whitespace ParenPad '(' is followed by whitespace. 188
 Error whitespace ParenPad ')' is preceded with whitespace. 188
 Error blocks LeftCurly '{' at column 19 should have line break after. 188
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 19 should have line break after. 189
 Error sizes LineLength Line is longer than 80 characters (found 96). 196
 Error sizes LineLength Line is longer than 80 characters (found 95). 197
 Error sizes LineLength Line is longer than 80 characters (found 91). 202
 Error coding MagicNumber '8' is a magic number. 202
 Error sizes LineLength Line is longer than 80 characters (found 90). 203
 Error coding MagicNumber '8' is a magic number. 203
 Error sizes LineLength Line is longer than 80 characters (found 104). 206
 Error coding MagicNumber '8' is a magic number. 206
 Error sizes LineLength Line is longer than 80 characters (found 86). 208
 Error sizes LineLength Line is longer than 80 characters (found 85). 211
 Error whitespace ParenPad '(' is followed by whitespace. 211
 Error whitespace ParenPad ')' is preceded with whitespace. 211
 Error blocks LeftCurly '{' at column 31 should have line break after. 211
 Error sizes LineLength Line is longer than 80 characters (found 84). 212
 Error blocks LeftCurly '{' at column 45 should have line break after. 215
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error sizes LineLength Line is longer than 80 characters (found 96). 233
 Error misc FinalParameters Parameter action should be final. 233
 Error sizes LineLength Line is longer than 80 characters (found 94). 235
 Error sizes LineLength Line is longer than 80 characters (found 95). 238
 Error whitespace ParenPad '(' is followed by whitespace. 238
 Error whitespace ParenPad ')' is preceded with whitespace. 238
 Error sizes LineLength Line is longer than 80 characters (found 107). 239
 Error sizes LineLength Line is longer than 80 characters (found 86). 240
 Error whitespace ParenPad '(' is followed by whitespace. 241
 Error whitespace ParenPad ')' is preceded with whitespace. 241
 Error sizes LineLength Line is longer than 80 characters (found 144). 242
 Error blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 243
 Error sizes LineLength Line is longer than 80 characters (found 87). 244
 Error sizes LineLength Line is longer than 80 characters (found 88). 246
 Error sizes LineLength Line is longer than 80 characters (found 95). 247
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad ')' is preceded with whitespace. 247
 Error sizes LineLength Line is longer than 80 characters (found 100). 248
 Error whitespace ParenPad '(' is followed by whitespace. 254
 Error whitespace ParenPad ')' is preceded with whitespace. 254
 Error sizes LineLength Line is longer than 80 characters (found 100). 257
 Error whitespace ParenPad '(' is followed by whitespace. 266
 Error whitespace ParenPad ')' is preceded with whitespace. 266
 Error whitespace ParenPad '(' is followed by whitespace. 273
 Error whitespace ParenPad ')' is preceded with whitespace. 273

me/felinewith/lang_toolkit/apps/langbuilder/ui/WelcomeWindow.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error design DesignForExtension Method 'init' is not designed for extension - needs to be abstract, final or empty. 17
 Error coding MagicNumber '5' is a magic number. 18
 Error coding MagicNumber '5' is a magic number. 18
 Error sizes LineLength Line is longer than 80 characters (found 123). 23
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 34
 Error blocks LeftCurly '{' at column 36 should have line break after. 34
 Error design DesignForExtension Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 35
 Error blocks LeftCurly '{' at column 43 should have line break after. 35

me/felinewith/lang_toolkit/apps/langbuilder/util/UIHelper.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error design FinalClass Class UIHelper should be declared as final. 16
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 20
 Error whitespace ParenPad '(' is followed by whitespace. 21
 Error whitespace ParenPad ')' is preceded with whitespace. 21
 Error blocks LeftCurly '{' at column 22 should have line break after. 21
 Error sizes LineLength Line is longer than 80 characters (found 103). 24
 Error whitespace ParenPad '(' is followed by whitespace. 24
 Error whitespace ParenPad ')' is preceded with whitespace. 24
 Error whitespace ParenPad '(' is followed by whitespace. 25
 Error whitespace ParenPad ')' is preceded with whitespace. 25
 Error sizes LineLength Line is longer than 80 characters (found 86). 26
 Error blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 30
 Error sizes LineLength Line is longer than 80 characters (found 97). 31
 Error whitespace OperatorWrap '|' should be on a new line. 31
 Error whitespace ParenPad '(' is followed by whitespace. 35
 Error whitespace ParenPad ')' is preceded with whitespace. 35
 Error sizes LineLength Line is longer than 80 characters (found 107). 36
 Error blocks LeftCurly '{' at column 8 should have line break after. 36
 Error blocks RightCurly '}' at column 86 should be on the same line as the next part of a multi-block statement. 36
 Error sizes LineLength Line is longer than 80 characters (found 105). 37
 Error whitespace OperatorWrap '|' should be on a new line. 37
 Error sizes LineLength Line is longer than 80 characters (found 85). 42
 Error sizes LineLength Line is longer than 80 characters (found 86). 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error misc FinalParameters Parameter action should be final. 46
 Error whitespace ParenPad '(' is followed by whitespace. 47
 Error whitespace ParenPad ')' is preceded with whitespace. 47
 Error blocks LeftCurly '{' at column 22 should have line break after. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error whitespace ParenPad '(' is followed by whitespace. 54
 Error whitespace ParenPad ')' is preceded with whitespace. 54
 Error sizes LineLength Line is longer than 80 characters (found 85). 55
 Error sizes LineLength Line is longer than 80 characters (found 133). 56
 Error sizes LineLength Line is longer than 80 characters (found 132). 58
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error blocks LeftCurly '{' at column 33 should have line break after. 58
 Error blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 59
 Error sizes LineLength Line is longer than 80 characters (found 125). 60
 Error whitespace ParenPad '(' is followed by whitespace. 60
 Error whitespace ParenPad ')' is preceded with whitespace. 60
 Error sizes LineLength Line is longer than 80 characters (found 89). 61
 Error blocks LeftCurly '{' at column 21 should have line break after. 68

me/felinewith/lang_toolkit/apps/langbuilder/window/WindowUnifiedListener.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error design VisibilityModifier Variable 'frame' must be private and have accessor methods. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error design VisibilityModifier Variable 'config' must be private and have accessor methods. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 21
 Error sizes LineLength Line is longer than 80 characters (found 82). 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 23
 Error misc FinalParameters Parameter jFrame should be final. 23
 Error misc FinalParameters Parameter configuration should be final. 23
 Error design DesignForExtension Method 'handleAction' is not designed for extension - needs to be abstract, final or empty. 29
 Error misc FinalParameters Parameter action should be final. 29
 Error whitespace ParenPad '(' is followed by whitespace. 30
 Error whitespace ParenPad ')' is preceded with whitespace. 30
 Error sizes LineLength Line is longer than 80 characters (found 96). 31
 Error design DesignForExtension Method 'handleComponent' is not designed for extension - needs to be abstract, final or empty. 37
 Error misc FinalParameters Parameter action should be final. 37
 Error whitespace ParenPad '(' is followed by whitespace. 38
 Error whitespace ParenPad ')' is preceded with whitespace. 38
 Error whitespace ParenPad '(' is followed by whitespace. 41
 Error whitespace ParenPad ')' is preceded with whitespace. 41
 Error sizes LineLength Line is longer than 80 characters (found 99). 43
 Error sizes LineLength Line is longer than 80 characters (found 100). 44
 Error sizes LineLength Line is longer than 80 characters (found 90). 47
 Error sizes LineLength Line is longer than 80 characters (found 90). 48
 Error design DesignForExtension Method 'handleProperty' is not designed for extension - needs to be abstract, final or empty. 56
 Error misc FinalParameters Parameter action should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 81). 57
 Error whitespace ParenPad '(' is followed by whitespace. 58
 Error whitespace ParenPad ')' is preceded with whitespace. 58
 Error whitespace ParenPad '(' is followed by whitespace. 59
 Error whitespace ParenPad ')' is preceded with whitespace. 59
 Error sizes LineLength Line is longer than 80 characters (found 83). 60
 Error design DesignForExtension Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. 67
 Error misc FinalParameters Parameter action should be final. 67
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error blocks LeftCurly '{' at column 32 should have line break after. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Error misc FinalParameters Parameter action should be final. 86
 Error sizes LineLength Line is longer than 80 characters (found 116). 89
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 50 should have line break after. 89
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 89
 Error sizes LineLength Line is longer than 80 characters (found 93). 90
 Error whitespace ParenPad '(' is followed by whitespace. 90
 Error whitespace ParenPad ')' is preceded with whitespace. 90
 Error blocks LeftCurly '{' at column 23 should have line break after. 90