The following document contains the results of Checkstyle 6.11.2 with check_style.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock
|
2 | ![]() |
NeedBraces | 4 | ![]() | |
design | HideUtilityClassConstructor | 2 | ![]() |
VisibilityModifier | 14 | ![]() | |
imports | RedundantImport | 1 | ![]() |
UnusedImports | 2 | ![]() | |
misc | NewlineAtEndOfFile | 1 | ![]() |
modifier | ModifierOrder | 7 | ![]() |
RedundantModifier | 17 | ![]() | |
naming | ConstantName | 2 | ![]() |
LocalFinalVariableName | 12 | ![]() | |
whitespace | WhitespaceAround | 10 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 42 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 82 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 58 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 59 |
![]() |
design | VisibilityModifier | Variable '_eventStack' must be private and have accessor methods. | 70 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 408 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 243 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | RedundantImport | Redundant import from the same package - info.limpet.ui.data_provider.data.ISelectionProvider. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.eclipse.jface.viewers.CellEditor. | 14 |
![]() |
imports | UnusedImports | Unused import - org.opengis.geometry.Geometry. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 112 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 114 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 116 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 132 |
![]() |
naming | LocalFinalVariableName | Name 'GROUP_NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
![]() |
whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 830 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 14 |
![]() |
design | VisibilityModifier | Variable 'aTests' must be private and have accessor methods. | 16 |
![]() |
design | VisibilityModifier | Variable 'titleLbl' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'showCount' must be private and have accessor methods. | 19 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 51 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 |
![]() |
modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
![]() |
naming | LocalFinalVariableName | Name 'x_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
naming | LocalFinalVariableName | Name 'y_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
naming | LocalFinalVariableName | Name 'DataHeight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
![]() |
naming | LocalFinalVariableName | Name 'DataWidth' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 18 |
![]() |
design | VisibilityModifier | Variable 'rowTitles' must be private and have accessor methods. | 23 |
![]() |
design | VisibilityModifier | Variable 'colTitles' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 25 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 28 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 234 |
![]() |
whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
![]() |
naming | LocalFinalVariableName | Name 'x_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
naming | LocalFinalVariableName | Name 'y_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
naming | ConstantName | Name 'DataHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() |
naming | ConstantName | Name 'DataWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 276 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 427 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 499 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
![]() |
naming | LocalFinalVariableName | Name 'MILLIS_IN_ONE_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() |
naming | LocalFinalVariableName | Name 'DATE_FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 215 |
![]() |
design | VisibilityModifier | Variable 'slider' must be private and have accessor methods. | 216 |
![]() |
design | VisibilityModifier | Variable 'minL' must be private and have accessor methods. | 217 |
![]() |
design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 218 |
![]() |
design | VisibilityModifier | Variable 'maxL' must be private and have accessor methods. | 219 |
![]() |
design | VisibilityModifier | Variable 'helper' must be private and have accessor methods. | 220 |
![]() |
design | VisibilityModifier | Variable 'holder' must be private and have accessor methods. | 221 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 406 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 416 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 418 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 420 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 422 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 426 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 428 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 68 |
![]() |
naming | LocalFinalVariableName | Name 'AXIS_TO_KEEP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() |
naming | LocalFinalVariableName | Name 'INVALID_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 |
![]() |
naming | LocalFinalVariableName | Name 'NewUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 694 |