The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
0 | |
RegexpSingleline
|
0 | |
| JavadocMethod | 9 | |
| JavadocType | 0 | |
| JavadocVariable | 7 | |
| JavadocStyle | 0 | |
| ConstantName | 2 | |
| 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 | 36 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 5 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 4 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 5 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 19 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 35 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter item should be final. | 46 | |
| 'item' hides a field. | 46 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Avoid inline conditionals. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Avoid inline conditionals. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Avoid inline conditionals. | 56 | |
| Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Method 'resolveLink' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter string should be final. | 77 | |
| Method 'getGotoSourceAction' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| 'if' is not followed by whitespace. | 84 | |
| Line is longer than 80 characters. | 88 | |
| 'if' is not followed by whitespace. | 89 | |
| Parameter e should be final. | 95 | |
| Line is longer than 80 characters. | 99 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Name 'fieldIcon' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'fieldColor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter configurationItem should be final. | 58 | |
| 'configurationItem' hides a field. | 58 | |
| Parameter classPath should be final. | 58 | |
| 'classPath' hides a field. | 58 | |
| Parameter dotOffset should be final. | 58 | |
| 'dotOffset' hides a field. | 58 | |
| Parameter caretOffset should be final. | 58 | |
| 'caretOffset' hides a field. | 58 | |
| Method 'getConfigurationItem' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getClassPath' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'getTextRight' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| 'if' is not followed by whitespace. | 80 | |
| 'if' is not followed by whitespace. | 85 | |
| Method 'defaultAction' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter jtc should be final. | 93 | |
| Parameter evt should be final. | 108 | |
| Method 'getPreferredWidth' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter graphics should be final. | 112 | |
| Parameter font should be final. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Parameter g should be final. | 117 | |
| Parameter defaultFont should be final. | 117 | |
| Parameter defaultColor should be final. | 117 | |
| Parameter backgroundColor should be final. | 117 | |
| Parameter width should be final. | 117 | |
| Parameter height should be final. | 117 | |
| Parameter selected should be final. | 117 | |
| 'if' is not followed by whitespace. | 119 | |
| Line is longer than 80 characters. | 122 | |
| Avoid inline conditionals. | 122 | |
| Method 'createDocumentationTask' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Line is longer than 80 characters. | 129 | |
| Parameter completionResultSet should be final. | 129 | |
| Parameter document should be final. | 129 | |
| Parameter i should be final. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Method 'createToolTipTask' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Line is longer than 80 characters. | 140 | |
| Parameter completionResultSet should be final. | 140 | |
| Parameter document should be final. | 140 | |
| Parameter i should be final. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Method 'instantSubstitution' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Parameter component should be final. | 150 | |
| Method 'getSortPriority' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Method 'getSortText' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Method 'getInsertPrefix' is not designed for extension - needs to be abstract, final or empty. | 164 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Method 'createTask' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter queryType should be final. | 62 | |
| Parameter jtc should be final. | 62 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 102 | |
| Parameter completionResultSet should be final. | 102 | |
| Parameter document should be final. | 102 | |
| Parameter caretOffset should be final. | 102 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Method 'getAutoQueryTypes' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter jtc should be final. | 134 | |
| Parameter string should be final. | 134 | |
| Missing a Javadoc comment. | 138 | |
| Line is longer than 80 characters. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter doc should be final. | 148 | |
| Parameter offset should be final. | 148 | |
| Line is longer than 80 characters. | 157 | |
| Missing a Javadoc comment. | 164 | |
| Parameter line should be final. | 164 |