The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
0 | Error |
RegexpSingleline
|
0 | Error |
JavadocMethod | 9 | Error |
JavadocType | 0 | Error |
JavadocVariable | 7 | Error |
JavadocStyle | 0 | Error |
ConstantName | 2 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 36 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 5 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 4 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 5 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 19 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 35 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
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 |