Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
5 0 0 44

Fichiers

Fichier
 I
 A
 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

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
9
 Erreur
RightCurly
  • option: "alone"
2
 Erreur
coding DeclarationOrder 5
 Erreur
design FinalClass 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
5
 Erreur
javadoc JavadocMethod 10
 Erreur
JavadocType 4
 Erreur
modifier RedundantModifier 1
 Erreur
whitespace ParenPad
  • option: "space"
7
 Erreur

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
design FinalClass Class MdphClientService should be declared as final. 18
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 18
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 24
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 34
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 36
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 36
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 62

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 3
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 33
 Erreur
modifier RedundantModifier Redundant 'private' modifier. 33
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 38

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 8
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 8
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 42

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 5
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 14