Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
7 0 1 0

Files

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

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning

Details

org/bremersee/gpx/JaxbContextBuilderTest.java

Severity Category Rule Message Line
 Warning coding VariableDeclarationUsageDistance Der Abstand zwischen der Deklaration der Variable 'extensionsType' und ihrer ersten Verwendung beträgt 5 (Obergrenze ist 3). Erwägen Sie, diese Variable final zu machen, wenn Sie den Wert schon vorher speichern müssen (vor Methodenaufrufen mit Nebenwirkungen auf den ursprünglichen Wert). 100