Checkstyle Results

The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
35 0 1 0

Files

File  I  W  E
org/bremersee/geojson/model/UnknownAware.java 0 1 0

Rules

Category Rule Violations Severity
coding MatchXpath
  • query: "//SINGLE_LINE_COMMENT[./COMMENT_CONTENT[not(starts-with(@text, ' ')) and not(starts-with(@text, '/')) and not(@text = '\n') and not(ends-with(@text, '//\n'))]]"
  • id: "singleLineCommentStartWithSpace"
1  Warning

Details

org/bremersee/geojson/model/UnknownAware.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 167