Checkstyle Results

The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.

Summary

Files src="images/icon_info_sml.gif" Info src="images/icon_warning_sml.gif" Warnings src="images/icon_error_sml.gif" Errors
7 0 0 14

Files

File src="images/icon_info_sml.gif" I src="images/icon_warning_sml.gif" W src="images/icon_error_sml.gif" E
com/github/tom65536/adelante/parser/UnicodeReader.java 0 0 2
com/github/tom65536/adelante/parser/package-info.java 0 0 2
com/github/tom65536/adelante/symboltable/DeclarationType.java 0 0 2
com/github/tom65536/adelante/symboltable/SymbolTable.java 0 0 2
com/github/tom65536/adelante/symboltable/package-info.java 0 0 2
com/github/tom65536/adelante/text/TokenNormalizer.java 0 0 2
com/github/tom65536/adelante/text/package-info.java 0 0 2

Rules

Category Rule Violations Severity
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
14 src="images/icon_error_sml.gif" Error

Details

com/github/tom65536/adelante/parser/UnicodeReader.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 13
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 18

com/github/tom65536/adelante/parser/package-info.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 16
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 21

com/github/tom65536/adelante/symboltable/DeclarationType.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 14
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 19

com/github/tom65536/adelante/symboltable/SymbolTable.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 14
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 19

com/github/tom65536/adelante/symboltable/package-info.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 16
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 21

com/github/tom65536/adelante/text/TokenNormalizer.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 13
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 18

com/github/tom65536/adelante/text/package-info.java

Severity Category Rule Message Line
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 17
src="images/icon_error_sml.gif" Error regexp RegexpSingleline Line has trailing spaces. 22