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 3

Rules

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

Details

fr/paris/lutece/plugins/genericattributes/modules/gis/service/GisProvider.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error blocks LeftCurly '{' at column 39 should be on a new line. 100