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 |