Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
2 0 0 6

Rules

Category Rule Violations Severity
javadoc JavadocPackage
  • allowLegacy: "true"
2  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
2  Error

Details

au/gov/amsa/risky/format/Parquet.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error regexp RegexpSingleline Line has trailing spaces. 22
 Error extension TreeWalker Got an exception - expecting EOF, found 'record' 46
 Error regexp RegexpSingleline Line has trailing spaces. 54

au/gov/amsa/risky/format/ParquetTest.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file.
 Error extension TreeWalker Got an exception - expecting EOF, found 'Parquet' 29