Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with check_style.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
79 0 198 0

Files

File  I  W  E
info/limpet/IDocument.java 0 19 0
info/limpet/IDocumentBuilder.java 0 2 0
info/limpet/IStoreGroup.java 0 4 0
info/limpet/IStoreItem.java 0 1 0
info/limpet/analysis/GeneralDescription.java 0 1 0
info/limpet/analysis/QuantityFrequencyBins.java 0 1 0
info/limpet/analysis/SimpleDescriptiveObject.java 0 1 0
info/limpet/analysis/SimpleDescriptiveQuantity.java 0 1 0
info/limpet/analysis/TimeFrequencyBins.java 0 1 0
info/limpet/data/persistence/xml/XStreamHandler.java 0 1 0
info/limpet/impl/CoreDocumentBuilder.java 0 8 0
info/limpet/impl/Document.java 0 12 0
info/limpet/impl/LocationDocumentBuilder.java 0 2 0
info/limpet/impl/Range.java 0 2 0
info/limpet/impl/SampleData.java 0 8 0
info/limpet/impl/StoreGroup.java 0 5 0
info/limpet/impl/StringDocumentBuilder.java 0 1 0
info/limpet/operations/AbstractCommand.java 0 9 0
info/limpet/operations/CollectionComplianceTests.java 0 2 0
info/limpet/operations/RangedEntity.java 0 1 0
info/limpet/operations/admin/CreateNewLookupDatafileOperation.java 0 2 0
info/limpet/operations/admin/CreateSingletonGenerator.java 0 2 0
info/limpet/operations/arithmetic/BinaryQuantityOperation.java 0 3 0
info/limpet/operations/arithmetic/BulkQuantityOperation.java 0 5 0
info/limpet/operations/arithmetic/CoreQuantityCommand.java 0 2 0
info/limpet/operations/arithmetic/InterpolatedMaths.java 0 3 0
info/limpet/operations/arithmetic/UnaryQuantityOperation.java 0 4 0
info/limpet/operations/arithmetic/simple/AddQuantityOperation.java 0 2 0
info/limpet/operations/arithmetic/simple/UnitConversionOperation.java 0 1 0
info/limpet/operations/filter/MaxMinFilterOperation.java 0 3 0
info/limpet/operations/grid/GenerateGrid.java 0 7 0
info/limpet/operations/spatial/BearingBetweenTracksOperation.java 0 1 0
info/limpet/operations/spatial/GenerateCourseAndSpeedOperation.java 0 2 0
info/limpet/operations/spatial/GeoSupport.java 0 3 0
info/limpet/operations/spatial/TwoTrackOperation.java 0 4 0
info/limpet/operations/spatial/msa/BistaticAngleOperation.java 0 22 0
info/limpet/persistence/FileParser.java 0 2 0
info/limpet/persistence/csv/CsvParser.java 0 4 0
info/limpet/persistence/rep/RepParser.java 0 44 0

Rules

Category Rule Violations Severity
blocks EmptyBlock
  • tokens: "LITERAL_WHILE,LITERAL_TRY,LITERAL_CATCH,LITERAL_FINALLY,LITERAL_DO,LITERAL_ELSE,LITERAL_FOR,INSTANCE_INIT,STATIC_INIT,LITERAL_SWITCH"
2  Warning
LeftCurly
  • option: "nl"
2  Warning
NeedBraces 8  Warning
coding EmptyStatement 1  Warning
EqualsHashCode 1  Warning
InnerAssignment 1  Warning
design FinalClass 1  Warning
VisibilityModifier 11  Warning
misc NewlineAtEndOfFile 4  Error
modifier ModifierOrder 70  Warning
RedundantModifier 45  Warning
naming ConstantName 2  Warning
LocalFinalVariableName 12  Warning
LocalVariableName 6  Warning
ParameterName 1  Warning
sizes LineLength
  • max: "110"
2  Warning
MethodLength
  • max: "275"
2  Warning
ParameterNumber
  • max: "8"
2  Warning
whitespace WhitespaceAround 25  Warning

Details

info/limpet/IDocument.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning modifier RedundantModifier Redundant 'public' modifier. 21
 Warning modifier RedundantModifier Redundant 'public' modifier. 23
 Warning modifier RedundantModifier Redundant 'public' modifier. 25
 Warning modifier RedundantModifier Redundant 'public' modifier. 27
 Warning modifier RedundantModifier Redundant 'public' modifier. 29
 Warning modifier RedundantModifier Redundant 'public' modifier. 31
 Warning modifier RedundantModifier Redundant 'public' modifier. 33
 Warning modifier RedundantModifier Redundant 'public' modifier. 35
 Warning modifier RedundantModifier Redundant 'public' modifier. 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 40
 Warning modifier RedundantModifier Redundant 'public' modifier. 43
 Warning modifier RedundantModifier Redundant 'public' modifier. 45
 Warning modifier RedundantModifier Redundant 'public' modifier. 48
 Warning modifier RedundantModifier Redundant 'public' modifier. 51
 Warning modifier RedundantModifier Redundant 'public' modifier. 53
 Warning modifier RedundantModifier Redundant 'public' modifier. 55
 Warning modifier RedundantModifier Redundant 'public' modifier. 57
 Warning modifier RedundantModifier Redundant 'public' modifier. 59

info/limpet/IDocumentBuilder.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 22
 Warning modifier RedundantModifier Redundant 'public' modifier. 28

info/limpet/IStoreGroup.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 19 should be on a new line. 24
 Warning blocks LeftCurly '{' at column 39 should be on a new line. 26
 Warning modifier RedundantModifier Redundant 'public' modifier. 30
 Warning modifier RedundantModifier Redundant 'public' modifier. 32

info/limpet/IStoreItem.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 12

info/limpet/analysis/GeneralDescription.java

Severity Category Rule Message Line
 Warning blocks EmptyBlock Must have at least one statement. 158

info/limpet/analysis/QuantityFrequencyBins.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 113

info/limpet/analysis/SimpleDescriptiveObject.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 60

info/limpet/analysis/SimpleDescriptiveQuantity.java

Severity Category Rule Message Line
 Warning coding EmptyStatement Empty statement. 87

info/limpet/analysis/TimeFrequencyBins.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'while' is not followed by whitespace. 90

info/limpet/data/persistence/xml/XStreamHandler.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 116

info/limpet/impl/CoreDocumentBuilder.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning design VisibilityModifier Variable '_name' must be private and have accessor methods. 22
 Warning design VisibilityModifier Variable '_predecessor' must be private and have accessor methods. 24
 Warning design VisibilityModifier Variable '_indexUnits' must be private and have accessor methods. 25
 Warning design VisibilityModifier Variable '_values' must be private and have accessor methods. 26
 Warning modifier RedundantModifier Redundant 'public' modifier. 28
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 104
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 113

info/limpet/impl/Document.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 19
 Warning modifier RedundantModifier Redundant 'static' modifier. 23
 Warning design VisibilityModifier Variable 'dataset' must be private and have accessor methods. 31
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 32
 Warning design VisibilityModifier Variable 'predecessor' must be private and have accessor methods. 32
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 33
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 38
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 39
 Warning design FinalClass Class DoubleIterator should be declared as final. 301
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 303
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 453
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 463

info/limpet/impl/LocationDocumentBuilder.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 21

info/limpet/impl/Range.java

Severity Category Rule Message Line
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 41
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 44

info/limpet/impl/SampleData.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 92
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 93
 Warning modifier RedundantModifier Redundant 'public' modifier. 95
 Warning sizes MethodLength Method length is 291 lines (max allowed is 275). 113
 Warning naming LocalVariableName Name 'timeStamps_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Warning naming LocalVariableName Name 'timeStamps_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 173
 Warning naming LocalVariableName Name 'track1_2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. 184
 Warning naming LocalVariableName Name 'track2_2D' must match pattern '^[a-z][a-zA-Z0-9]*$'. 187

info/limpet/impl/StoreGroup.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 233
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 235
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 260
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 344
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 350

info/limpet/impl/StringDocumentBuilder.java

Severity Category Rule Message Line
 Warning naming ParameterName Name '_predecessor2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34

info/limpet/operations/AbstractCommand.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 65
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 71
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 82
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 393
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 405
 Warning naming LocalFinalVariableName Name 'DoubleDataset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 463
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 497
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 508
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 540

info/limpet/operations/CollectionComplianceTests.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Name '_indexUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 556
 Warning naming LocalVariableName Name '_indexUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 607

info/limpet/operations/RangedEntity.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline.

info/limpet/operations/admin/CreateNewLookupDatafileOperation.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround '-' is not preceded with whitespace. 132
 Warning whitespace WhitespaceAround '-' is not followed by whitespace. 132

info/limpet/operations/admin/CreateSingletonGenerator.java

Severity Category Rule Message Line
 Warning naming LocalFinalVariableName Name 'def_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
 Warning blocks EmptyBlock Must have at least one statement. 111

info/limpet/operations/arithmetic/BinaryQuantityOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 96
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 105
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 113

info/limpet/operations/arithmetic/BulkQuantityOperation.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'static' modifier. 49
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 192
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 201
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 208
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 273

info/limpet/operations/arithmetic/CoreQuantityCommand.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 180
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 187

info/limpet/operations/arithmetic/InterpolatedMaths.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'static' modifier. 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 51
 Warning sizes MethodLength Method length is 283 lines (max allowed is 275). 77

info/limpet/operations/arithmetic/UnaryQuantityOperation.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 82
 Warning design VisibilityModifier Variable 'aTests' must be private and have accessor methods. 235
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 274
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 305

info/limpet/operations/arithmetic/simple/AddQuantityOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 40
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 41

info/limpet/operations/arithmetic/simple/UnitConversionOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 16

info/limpet/operations/filter/MaxMinFilterOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 43
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 45
 Warning modifier RedundantModifier Redundant 'static' modifier. 237

info/limpet/operations/grid/GenerateGrid.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'static' modifier. 38
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 51
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 52
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 53
 Warning design VisibilityModifier Variable 'angleBinSize' must be private and have accessor methods. 54
 Warning sizes LineLength Line is longer than 110 characters (found 113). 189
 Warning sizes LineLength Line is longer than 110 characters (found 113). 190

info/limpet/operations/spatial/BearingBetweenTracksOperation.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 74

info/limpet/operations/spatial/GenerateCourseAndSpeedOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 64
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 101

info/limpet/operations/spatial/GeoSupport.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 74
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 86
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 90

info/limpet/operations/spatial/TwoTrackOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 48
 Warning design VisibilityModifier Variable '_builder' must be private and have accessor methods. 48
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 49
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 128

info/limpet/operations/spatial/msa/BistaticAngleOperation.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 49
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 50
 Warning design VisibilityModifier Variable '_bistaticBuilder' must be private and have accessor methods. 50
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 51
 Warning design VisibilityModifier Variable '_bistaticAspectBuilder' must be private and have accessor methods. 51
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 52
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 53
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 54
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 55
 Warning naming LocalFinalVariableName Name 'tgt_hdg' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
 Warning naming LocalFinalVariableName Name 'tx_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Warning naming LocalFinalVariableName Name 'tgt_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
 Warning naming LocalFinalVariableName Name 'rx_track' must match pattern '^[a-z][a-zA-Z0-9]*$'. 172
 Warning naming LocalFinalVariableName Name 'trimmed_times' must match pattern '^[a-z][a-zA-Z0-9]*$'. 217
 Warning naming LocalFinalVariableName Name 'interp_tx' must match pattern '^[a-z][a-zA-Z0-9]*$'. 220
 Warning naming LocalFinalVariableName Name 'interp_tgt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
 Warning naming LocalFinalVariableName Name 'interp_rx' must match pattern '^[a-z][a-zA-Z0-9]*$'. 224
 Warning naming LocalFinalVariableName Name 'interp_headings' must match pattern '^[a-z][a-zA-Z0-9]*$'. 226
 Warning naming LocalFinalVariableName Name 'trimmed_times' must match pattern '^[a-z][a-zA-Z0-9]*$'. 273
 Warning sizes ParameterNumber More than 8 parameters (found 9). 313
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 370
 Warning whitespace WhitespaceAround 'for' is not followed by whitespace. 400

info/limpet/persistence/FileParser.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 8
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 10

info/limpet/persistence/csv/CsvParser.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 122
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 131
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 218
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 247

info/limpet/persistence/rep/RepParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'abstract' modifier. 42
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 42
 Warning modifier RedundantModifier Redundant 'static' modifier. 42
 Warning modifier RedundantModifier Redundant 'public' modifier. 49
 Warning modifier RedundantModifier Redundant 'public' modifier. 59
 Warning modifier RedundantModifier Redundant 'public' modifier. 163
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 165
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 166
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 167
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 168
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 169
 Warning modifier RedundantModifier Redundant 'public' modifier. 171
 Warning modifier RedundantModifier Redundant 'public' modifier. 242
 Warning modifier RedundantModifier Redundant 'public' modifier. 244
 Warning modifier RedundantModifier Redundant 'static' modifier. 252
 Warning modifier RedundantModifier Redundant 'public' modifier. 259
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 261
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 262
 Warning modifier RedundantModifier Redundant 'public' modifier. 271
 Warning sizes ParameterNumber More than 8 parameters (found 9). 271
 Warning modifier RedundantModifier Redundant 'public' modifier. 300
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 302
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 303
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 304
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 305
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 306
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 308
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 309
 Warning modifier RedundantModifier Redundant 'public' modifier. 311
 Warning modifier RedundantModifier Redundant 'public' modifier. 337
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 348
 Warning naming ConstantName Name 'normalDelimiters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 348
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 353
 Warning naming ConstantName Name 'quoteDelimiter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 353
 Warning blocks NeedBraces 'if' construct must use '{}'s. 541
 Warning blocks NeedBraces 'if' construct must use '{}'s. 596
 Warning blocks NeedBraces 'else' construct must use '{}'s. 598
 Warning blocks NeedBraces 'if' construct must use '{}'s. 603
 Warning blocks NeedBraces 'if' construct must use '{}'s. 605
 Warning coding InnerAssignment Inner assignments should be avoided. 726
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 741
 Warning blocks NeedBraces 'if' construct must use '{}'s. 810
 Warning blocks NeedBraces 'if' construct must use '{}'s. 850
 Warning blocks NeedBraces 'if' construct must use '{}'s. 852