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
47 0 74 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
NeedBraces 4  Warning
design HideUtilityClassConstructor 2  Warning
VisibilityModifier 14  Warning
imports RedundantImport 1  Warning
UnusedImports 2  Warning
misc NewlineAtEndOfFile 1  Error
modifier ModifierOrder 7  Warning
RedundantModifier 17  Warning
naming ConstantName 2  Warning
LocalFinalVariableName 12  Warning
whitespace WhitespaceAround 10  Warning

Details

info/limpet/ui/EventStack.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. 42
 Warning blocks EmptyBlock Must have at least one statement. 82
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 116

info/limpet/ui/core_view/CoreAnalysisView.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 58
 Warning modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 59
 Warning design VisibilityModifier Variable '_eventStack' must be private and have accessor methods. 70
 Warning blocks EmptyBlock Must have at least one statement. 408

info/limpet/ui/data_frequency/DataFrequencyView.java

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

info/limpet/ui/data_provider/data/OperationWrapper.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - info.limpet.ui.data_provider.data.ISelectionProvider. 21

info/limpet/ui/data_provider/data/PropertyTypeHandler.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.eclipse.jface.viewers.CellEditor. 14
 Warning imports UnusedImports Unused import - org.opengis.geometry.Geometry. 17

info/limpet/ui/data_provider/data/ReflectivePropertySource.java

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

info/limpet/ui/editors/DataManagerEditor.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'static' modifier. 112
 Warning modifier RedundantModifier Redundant 'public' modifier. 114
 Warning modifier RedundantModifier Redundant 'public' modifier. 116
 Warning modifier RedundantModifier Redundant 'public' modifier. 132
 Warning naming LocalFinalVariableName Name 'GROUP_NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. 171
 Warning whitespace WhitespaceAround 'catch' is not followed by whitespace. 830

info/limpet/ui/editors/LimpetDragListener.java

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

info/limpet/ui/editors/LimpetLabelProvider.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 219
 Warning blocks NeedBraces 'if' construct must use '{}'s. 221

info/limpet/ui/heatmap/CommonGridView.java

Severity Category Rule Message Line
 Warning modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 14
 Warning design VisibilityModifier Variable 'aTests' must be private and have accessor methods. 16
 Warning design VisibilityModifier Variable 'titleLbl' must be private and have accessor methods. 18
 Warning design VisibilityModifier Variable 'showCount' must be private and have accessor methods. 19
 Warning whitespace WhitespaceAround '{' is not preceded with whitespace. 28
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 51
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 89
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 109

info/limpet/ui/heatmap/HeatmapView.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 51
 Warning naming LocalFinalVariableName Name 'x_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
 Warning naming LocalFinalVariableName Name 'y_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
 Warning naming LocalFinalVariableName Name 'DataHeight' must match pattern '^[a-z][a-zA-Z0-9]*$'. 199
 Warning naming LocalFinalVariableName Name 'DataWidth' must match pattern '^[a-z][a-zA-Z0-9]*$'. 200

info/limpet/ui/heatmap/Helper2D.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18
 Warning design VisibilityModifier Variable 'rowTitles' must be private and have accessor methods. 23
 Warning design VisibilityModifier Variable 'colTitles' must be private and have accessor methods. 24
 Warning design VisibilityModifier Variable 'values' must be private and have accessor methods. 25
 Warning modifier RedundantModifier Redundant 'static' modifier. 28
 Warning whitespace WhitespaceAround 'if' is not followed by whitespace. 234
 Warning whitespace WhitespaceAround '+=' is not preceded with whitespace. 244

info/limpet/ui/heatmap/IntensityGraphExample.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 31
 Warning modifier RedundantModifier Redundant 'public' modifier. 35
 Warning naming LocalFinalVariableName Name 'x_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Warning naming LocalFinalVariableName Name 'y_ratio' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Warning naming ConstantName Name 'DataHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 100
 Warning naming ConstantName Name 'DataWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 190

info/limpet/ui/operations/ShowInStackedChartsOverview.java

Severity Category Rule Message Line
 Warning blocks NeedBraces 'if' construct must use '{}'s. 276

info/limpet/ui/operations/ShowInTacticalOverview.java

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

info/limpet/ui/range_slider/RangeSliderView.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 74
 Warning naming LocalFinalVariableName Name 'MILLIS_IN_ONE_DAY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
 Warning naming LocalFinalVariableName Name 'DATE_FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
 Warning design VisibilityModifier Variable 'label' must be private and have accessor methods. 215
 Warning design VisibilityModifier Variable 'slider' must be private and have accessor methods. 216
 Warning design VisibilityModifier Variable 'minL' must be private and have accessor methods. 217
 Warning design VisibilityModifier Variable 'val' must be private and have accessor methods. 218
 Warning design VisibilityModifier Variable 'maxL' must be private and have accessor methods. 219
 Warning design VisibilityModifier Variable 'helper' must be private and have accessor methods. 220
 Warning design VisibilityModifier Variable 'holder' must be private and have accessor methods. 221
 Warning modifier RedundantModifier Redundant 'public' modifier. 294
 Warning modifier RedundantModifier Redundant 'static' modifier. 406
 Warning modifier RedundantModifier Redundant 'public' modifier. 416
 Warning modifier RedundantModifier Redundant 'public' modifier. 418
 Warning modifier RedundantModifier Redundant 'public' modifier. 420
 Warning modifier RedundantModifier Redundant 'public' modifier. 422
 Warning modifier RedundantModifier Redundant 'public' modifier. 426
 Warning modifier RedundantModifier Redundant 'public' modifier. 428

info/limpet/ui/xy_plot/XyPlotView.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'static' modifier. 68
 Warning naming LocalFinalVariableName Name 'AXIS_TO_KEEP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Warning naming LocalFinalVariableName Name 'INVALID_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 421
 Warning naming LocalFinalVariableName Name 'NewUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 694