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
9 0 0 144

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/plugin/modules/sample/business/IProjectDAO.java 0 0 4
fr/paris/lutece/plugins/plugin/modules/sample/business/Project.java 0 0 1
fr/paris/lutece/plugins/plugin/modules/sample/business/ProjectDAO.java 0 0 4
fr/paris/lutece/plugins/plugin/modules/sample/business/ProjectHome.java 0 0 1
fr/paris/lutece/plugins/plugin/modules/sample/service/SampleChoiceFinder.java 0 0 17
fr/paris/lutece/plugins/plugin/modules/sample/service/SampleDateIntervals.java 0 0 95
fr/paris/lutece/plugins/plugin/modules/sample/web/AbstractManageSampleJspBean.java 0 0 7
fr/paris/lutece/plugins/plugin/modules/sample/web/ProjectJspBean.java 0 0 11
fr/paris/lutece/plugins/plugin/modules/sample/web/ProjectXPage.java 0 0 4

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
14
 Erreur
RightCurly
  • option: "alone"
2
 Erreur
design HideUtilityClassConstructor 2
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
9
 Erreur
imports UnusedImports 3
 Erreur
javadoc JavadocMethod 12
 Erreur
JavadocType 4
 Erreur
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
97
 Erreur

Détails

fr/paris/lutece/plugins/plugin/modules/sample/business/IProjectDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106

fr/paris/lutece/plugins/plugin/modules/sample/business/Project.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/plugin/modules/sample/business/ProjectDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 87 should be on a new line. 223
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 230
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 241

fr/paris/lutece/plugins/plugin/modules/sample/business/ProjectHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/plugin/modules/sample/service/SampleChoiceFinder.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 6
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 6
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 6
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 8
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 8
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 8
 Erreur
blocks LeftCurly '{' at column 82 should be on a new line. 8
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 12
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 12
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 12
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 13
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 13
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17

fr/paris/lutece/plugins/plugin/modules/sample/service/SampleDateIntervals.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
imports UnusedImports Unused import - java.util.HashMap. 3
 Erreur
imports UnusedImports Unused import - java.util.Map. 5
 Erreur
imports UnusedImports Unused import - java.util.TreeMap. 6
 Erreur
javadoc JavadocType Missing a Javadoc comment. 8
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 8
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 8
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 10
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 10
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 10
 Erreur
blocks LeftCurly '{' at column 69 should be on a new line. 10
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 16
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 16
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 18
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 18
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 18
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 18
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 18
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 18
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 18
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 18
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 19
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 19
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 19
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 19
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 23
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 23
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 23
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 31
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 31
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 31
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 35
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 35
 Erreur
blocks LeftCurly '{' at column 60 should be on a new line. 35
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 37
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 37
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 41
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 41
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 41
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
blocks LeftCurly '{' at column 50 should be on a new line. 49
 Erreur
blocks RightCurly '}' at column 13 should be alone on a line. 52
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 52
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 52
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 52
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 52
 Erreur
blocks LeftCurly '{' at column 114 should be on a new line. 52
 Erreur
blocks RightCurly '}' at column 13 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 39 should be on a new line. 55

fr/paris/lutece/plugins/plugin/modules/sample/web/AbstractManageSampleJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <S> tag. 50
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/plugin/modules/sample/web/ProjectJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 122
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 182
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 257
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 276

fr/paris/lutece/plugins/plugin/modules/sample/web/ProjectXPage.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 144
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 216
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 235