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
2 0 0 60

Rules

Category Rule Violations Severity
blocks LeftCurly 8  Error
design DesignForExtension 6  Error
VisibilityModifier 5  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 6  Error
JavadocPackage 1  Error
JavadocStyle 3  Error
JavadocVariable 5  Error
misc FinalParameters 2  Error
modifier RedundantModifier 4  Error
sizes LineLength 9  Error
whitespace FileTabCharacter 2  Error
ParenPad 4  Error
WhitespaceAround 4  Error

Details

me/felinewith/lang_toolkit/library/IStrappedApp.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). 10
 Error javadoc JavadocMethod Missing a Javadoc comment. 10
 Error modifier RedundantModifier Redundant 'public' modifier. 10
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error modifier RedundantModifier Redundant 'public' modifier. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 12
 Error modifier RedundantModifier Redundant 'public' modifier. 12
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Error modifier RedundantModifier Redundant 'public' modifier. 13

me/felinewith/lang_toolkit/library/IStrappedPlugin.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - javax.swing.JInternalFrame. 4
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 17
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 17
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Error design VisibilityModifier Variable 'config' must be private and have accessor methods. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error design VisibilityModifier Variable 'jButton' must be private and have accessor methods. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error design VisibilityModifier Variable 'jToolBar' must be private and have accessor methods. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error design VisibilityModifier Variable 'jPanel' must be private and have accessor methods. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 24
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 24
 Error sizes LineLength Line is longer than 80 characters (found 81). 42
 Error misc FinalParameters Parameter configuration should be final. 44
 Error sizes LineLength Line is longer than 80 characters (found 120). 45
 Error whitespace ParenPad '(' is followed by whitespace. 45
 Error whitespace ParenPad ')' is preceded with whitespace. 45
 Error blocks LeftCurly '{' at column 32 should have line break after. 45
 Error whitespace ParenPad '(' is followed by whitespace. 46
 Error whitespace ParenPad ')' is preceded with whitespace. 46
 Error blocks LeftCurly '{' at column 25 should have line break after. 46
 Error sizes LineLength Line is longer than 80 characters (found 104). 53
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error design DesignForExtension Method 'hasButton' is not designed for extension - needs to be abstract, final or empty. 68
 Error blocks LeftCurly '{' at column 29 should have line break after. 68
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error design DesignForExtension Method 'hasToolBar' is not designed for extension - needs to be abstract, final or empty. 73
 Error blocks LeftCurly '{' at column 30 should have line break after. 73
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error design DesignForExtension Method 'hasWindow' is not designed for extension - needs to be abstract, final or empty. 78
 Error blocks LeftCurly '{' at column 29 should have line break after. 78
 Error sizes LineLength Line is longer than 80 characters (found 84). 81
 Error sizes LineLength Line is longer than 80 characters (found 89). 82
 Error design DesignForExtension Method 'getButton' is not designed for extension - needs to be abstract, final or empty. 85
 Error blocks LeftCurly '{' at column 29 should have line break after. 85
 Error sizes LineLength Line is longer than 80 characters (found 85). 87
 Error sizes LineLength Line is longer than 80 characters (found 90). 88
 Error design DesignForExtension Method 'getToolBar' is not designed for extension - needs to be abstract, final or empty. 91
 Error blocks LeftCurly '{' at column 31 should have line break after. 91
 Error sizes LineLength Line is longer than 80 characters (found 83). 93
 Error sizes LineLength Line is longer than 80 characters (found 88). 94
 Error design DesignForExtension Method 'getPanel' is not designed for extension - needs to be abstract, final or empty. 97
 Error blocks LeftCurly '{' at column 27 should have line break after. 97
 Error misc FinalParameters Parameter command should be final. 102
 Error javadoc JavadocMethod Expected @param tag for 'command'. 102
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 102
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 102