The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| net/sf/openv4j/memoryimage/Main.java | 0 | 0 | 26 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 0 | |
| JavadocMethod | 2 | |
| JavadocType | 0 | |
| JavadocVariable | 1 | |
| 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 | 11 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 4 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 5 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Utility classes should not have a public or default constructor. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 84 | |
| Parameter args should be final. | 84 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 84 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 154 | |
| '16' is a magic number. | 158 | |
| '0x010000' is a magic number. | 165 | |
| Line is longer than 80 characters. | 176 | |
| Parameter port should be final. | 212 | |
| Line is longer than 80 characters. | 219 | |
| '60000' is a magic number. | 234 | |
| Line is longer than 80 characters. | 252 | |
| Missing a Javadoc comment. | 252 | |
| Parameter is should be final. | 252 | |
| Parameter container should be final. | 252 | |
| Missing a Javadoc comment. | 273 | |
| Parameter opts should be final. | 273 | |
| '300' is a magic number. | 275 |