Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with src/main/resources/apcheckstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
65 0 0 11

Rules

Category Rule Violations Severity
imports UnusedImports
  • processJavadoc: "false"
1  Error
javadoc JavadocStyle 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
7  Error
whitespace ParenPad 2  Error

Details

us/johnmeyer/sitetest/credentials/WebDriverWrapper.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 228
 Error regexp RegexpSingleline Line has trailing spaces. 232
 Error regexp RegexpSingleline Line has trailing spaces. 426
 Error regexp RegexpSingleline Line has trailing spaces. 429
 Error regexp RegexpSingleline Line has trailing spaces. 430

us/johnmeyer/test/bad/singleton/CredentialSingletonNotSingleTest.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 87

us/johnmeyer/test/command/broken/CommandLineFirstTwoParamErrorIT.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 80
 Error regexp RegexpSingleline Line has trailing spaces. 164
 Error whitespace ParenPad '(' is followed by whitespace. 201
 Error whitespace ParenPad ')' is preceded with whitespace. 201

us/johnmeyer/test/human/typos/UrlConstantsNotLoadingIT.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.junit.BeforeClass. 26