Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
7 0 4 0

Files

File  I  W  E
org/bremersee/gpx/ExtensionsTypeBuilder.java 0 1 0
org/bremersee/gpx/GpxJaxbContextHelper.java 0 2 0
org/bremersee/gpx/JaxbContextBuilderTest.java 0 1 0

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2  Error

Details

org/bremersee/gpx/ExtensionsTypeBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 69

org/bremersee/gpx/GpxJaxbContextHelper.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 115). 119
 Warning sizes LineLength Line is longer than 100 characters (found 115). 198

org/bremersee/gpx/JaxbContextBuilderTest.java

Severity Category Rule Message Line
 Warning coding VariableDeclarationUsageDistance Distance between variable 'extensionsType' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 98