Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
5 0 0 44

Files

File
 I
 W
 E
fr/paris/lutece/plugins/librarymdph/service/MdphClientService.java 0 0 9
fr/paris/lutece/plugins/librarymdph/utils/MdphConnection.java 0 0 21
fr/paris/lutece/plugins/librarymdph/utils/MdphConstant.java 0 0 6
fr/paris/lutece/plugins/librarymdph/utils/MdphRequest.java 0 0 4
fr/paris/lutece/plugins/librarymdph/utils/MdphResponse.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
9
 Error
RightCurly
  • option: "alone"
2
 Error
coding DeclarationOrder 5
 Error
design FinalClass 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
5
 Error
javadoc JavadocMethod 10
 Error
JavadocType 4
 Error
modifier RedundantModifier 1
 Error
whitespace ParenPad
  • option: "space"
7
 Error

Details

fr/paris/lutece/plugins/librarymdph/service/MdphClientService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
design FinalClass Class MdphClientService should be declared as final. 18
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 18
 Error
javadoc JavadocMethod Missing a Javadoc comment. 24
 Error
javadoc JavadocMethod Missing a Javadoc comment. 29
 Error
javadoc JavadocMethod Missing a Javadoc comment. 34
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 62

fr/paris/lutece/plugins/librarymdph/utils/MdphConnection.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 17
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 17
 Error
coding DeclarationOrder Static variable definition in wrong order. 22
 Error
coding DeclarationOrder Static variable definition in wrong order. 23
 Error
coding DeclarationOrder Static variable definition in wrong order. 24
 Error
coding DeclarationOrder Static variable definition in wrong order. 25
 Error
coding DeclarationOrder Static variable definition in wrong order. 26
 Error
javadoc JavadocMethod Missing a Javadoc comment. 28
 Error
blocks LeftCurly '{' at column 7 should be on a new line. 36
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
blocks LeftCurly '{' at column 10 should be on a new line. 53
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 62

fr/paris/lutece/plugins/librarymdph/utils/MdphConstant.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 3
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 3
 Error
javadoc JavadocMethod Missing a Javadoc comment. 33
 Error
modifier RedundantModifier Redundant 'private' modifier. 33
 Error
javadoc JavadocMethod Missing a Javadoc comment. 38

fr/paris/lutece/plugins/librarymdph/utils/MdphRequest.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 8
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 8
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42

fr/paris/lutece/plugins/librarymdph/utils/MdphResponse.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 5
 Error
javadoc JavadocMethod Missing a Javadoc comment. 14