The following document contains the results of Checkstyle 6.11.2 with check_style.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
2 | |
LeftCurly
|
2 | ||
| NeedBraces | 8 | ||
| coding | EmptyStatement | 1 | |
| EqualsHashCode | 1 | ||
| InnerAssignment | 1 | ||
| design | FinalClass | 1 | |
| VisibilityModifier | 11 | ||
| misc | NewlineAtEndOfFile | 4 | |
| modifier | ModifierOrder | 70 | |
| RedundantModifier | 45 | ||
| naming | ConstantName | 2 | |
| LocalFinalVariableName | 12 | ||
| LocalVariableName | 6 | ||
| ParameterName | 1 | ||
| sizes | LineLength
|
2 | |
MethodLength
|
2 | ||
ParameterNumber
|
2 | ||
| whitespace | WhitespaceAround | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 19 should be on a new line. | 24 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| design | VisibilityModifier | Variable '_name' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable '_predecessor' must be private and have accessor methods. | 24 | |
| design | VisibilityModifier | Variable '_indexUnits' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable '_values' must be private and have accessor methods. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 104 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 19 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 23 | |
| design | VisibilityModifier | Variable 'dataset' must be private and have accessor methods. | 31 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 32 | |
| design | VisibilityModifier | Variable 'predecessor' must be private and have accessor methods. | 32 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 33 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 38 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 39 | |
| design | FinalClass | Class DoubleIterator should be declared as final. | 301 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 303 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 453 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 463 |
| 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. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 41 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 92 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| sizes | MethodLength | Method length is 291 lines (max allowed is 275). | 113 | |
| naming | LocalVariableName | Name 'timeStamps_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalVariableName | Name 'timeStamps_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Name 'track1_2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| naming | LocalVariableName | Name 'track2_2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 260 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Name '_predecessor2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 82 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 393 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 405 | |
| naming | LocalFinalVariableName | Name 'DoubleDataset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 463 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 497 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 508 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Name '_indexUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 | |
| naming | LocalVariableName | Name '_indexUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 132 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalFinalVariableName | Name 'def_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| blocks | EmptyBlock | Must have at least one statement. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 96 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 105 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'static' modifier. | 49 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 192 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 201 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 208 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 180 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'static' modifier. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| sizes | MethodLength | Method length is 283 lines (max allowed is 275). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| design | VisibilityModifier | Variable 'aTests' must be private and have accessor methods. | 235 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 274 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 40 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 43 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 45 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'static' modifier. | 38 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 51 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 52 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 53 | |
| design | VisibilityModifier | Variable 'angleBinSize' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 110 characters (found 113). | 189 | |
| sizes | LineLength | Line is longer than 110 characters (found 113). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 64 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 48 | |
| design | VisibilityModifier | Variable '_builder' must be private and have accessor methods. | 48 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 49 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 49 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 50 | |
| design | VisibilityModifier | Variable '_bistaticBuilder' must be private and have accessor methods. | 50 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 51 | |
| design | VisibilityModifier | Variable '_bistaticAspectBuilder' must be private and have accessor methods. | 51 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 52 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 53 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 54 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 55 | |
| naming | LocalFinalVariableName | Name 'tgt_hdg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| naming | LocalFinalVariableName | Name 'tx_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalFinalVariableName | Name 'tgt_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| naming | LocalFinalVariableName | Name 'rx_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| naming | LocalFinalVariableName | Name 'trimmed_times' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalFinalVariableName | Name 'interp_tx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| naming | LocalFinalVariableName | Name 'interp_tgt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
| naming | LocalFinalVariableName | Name 'interp_rx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| naming | LocalFinalVariableName | Name 'interp_headings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| naming | LocalFinalVariableName | Name 'trimmed_times' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 | |
| sizes | ParameterNumber | More than 8 parameters (found 9). | 313 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 8 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 122 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 131 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 218 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 42 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 42 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 163 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 165 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 166 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 167 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 168 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 171 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 242 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 244 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 252 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 259 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 261 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 262 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 271 | |
| sizes | ParameterNumber | More than 8 parameters (found 9). | 271 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 300 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 302 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 303 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 304 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 305 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 306 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 308 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 309 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 311 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 337 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 348 | |
| naming | ConstantName | Name 'normalDelimiters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 348 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 353 | |
| naming | ConstantName | Name 'quoteDelimiter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 726 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 741 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 850 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 852 |