Checkstyle Results

The following document contains the results of Checkstyle 8.29 with src/main/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 15

Files

File
 I
 W
 E
com/github/davidmoten/geo/mem/Geomem.java 0 0 4
com/github/davidmoten/geo/mem/GeomemTest.java 0 0 5
com/github/davidmoten/geo/mem/Info.java 0 0 6

Rules

Category Rule Violations Severity
blocks NeedBraces 2
 Error
design DesignForExtension 6
 Error
javadoc JavadocPackage 1
 Error
JavadocStyle 1
 Error
naming ConstantName 4
 Error
whitespace GenericWhitespace 1
 Error

Details

com/github/davidmoten/geo/mem/Geomem.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocStyle Incomplete HTML tag found: * Returns the {@link Info}s where start<=time <finish and position is 139
 Error
blocks NeedBraces 'if' construct must use '{}'s. 153
 Error
blocks NeedBraces 'else' construct must use '{}'s. 155

com/github/davidmoten/geo/mem/GeomemTest.java

Severity Category Rule Message Line
 Error
naming ConstantName Name 'topLeftLat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
 Error
naming ConstantName Name 'topLeftLong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
 Error
naming ConstantName Name 'bottomRightLat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
 Error
naming ConstantName Name 'bottomRightLong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
 Error
whitespace GenericWhitespace '>' is followed by whitespace. 96

com/github/davidmoten/geo/mem/Info.java

Severity Category Rule Message Line
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'id' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'id' static/final/abstract/empty, or adding allowed annotation for the method. 21
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'lat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'lat' static/final/abstract/empty, or adding allowed annotation for the method. 25
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'lon' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'lon' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'time' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'time' static/final/abstract/empty, or adding allowed annotation for the method. 33
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'value' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'value' static/final/abstract/empty, or adding allowed annotation for the method. 37
 Error
design DesignForExtension Class 'Info' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. 41