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
7 0 0 8

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2  Error
javadoc JavadocMethod 2  Error
whitespace ParenPad
  • option: "space"
4  Error

Details

fr/paris/lutece/plugins/myapps/modules/wsso/service/MyAppsWSSOProvider.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error blocks LeftCurly '{' at column 24 should be on a new line. 176
 Error javadoc JavadocMethod Missing a Javadoc comment. 180
 Error whitespace ParenPad '(' is not followed by whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error blocks LeftCurly '{' at column 48 should be on a new line. 181