Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 0 0 5

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1  Error
javadoc JavadocMethod 2  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
2  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
2  Error

Details

fr/paris/lutece/plugins/wurfl/service/WurflService.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 62
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 66

fr/paris/lutece/plugins/wurfl/web/WurflInclude.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 64