The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
net/sf/openv4j/swingui/DesktopApplication1.java | 0 | 0 | 4 |
net/sf/openv4j/swingui/DesktopApplication1AboutBox.java | 0 | 0 | 30 |
net/sf/openv4j/swingui/DesktopApplication1View.java | 0 | 0 | 71 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 0 | ![]() |
JavadocMethod | 0 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 20 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 51 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 21 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 3 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 7 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Parameter args should be final. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter root should be final. | 37 |
![]() | Method 'startup' is not designed for extension - needs to be abstract, final or empty. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter parent should be final. | 23 |
![]() | Method 'closeAboutBox' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | '4' is a magic number. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '18' is a magic number. | 100 |
![]() | '18' is a magic number. | 100 |
![]() | '18' is a magic number. | 100 |
![]() | '266' is a magic number. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '19' is a magic number. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '15' is a magic number. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter app should be final. | 52 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter e should be final. | 62 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Parameter e should be final. | 76 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter evt should be final. | 88 |
![]() | Avoid inline conditionals. | 107 |
![]() | Method 'showAboutBox' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 176 |
![]() | '{' is followed by whitespace. | 176 |
![]() | '5' is a magic number. | 177 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '97' is a magic number. | 182 |
![]() | '97' is a magic number. | 182 |
![]() | '521' is a magic number. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '334' is a magic number. | 183 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | '713' is a magic number. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | '400' is a magic number. | 192 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '725' is a magic number. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | '440' is a magic number. | 199 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 237 |
![]() | '725' is a magic number. | 237 |
![]() | '543' is a magic number. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '3' is a magic number. | 238 |
![]() | '3' is a magic number. | 238 |
![]() | '3' is a magic number. | 238 |