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
16 0 0 79

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/searchstats/business/IQueryRecordDAO.java 0 0 7
fr/paris/lutece/plugins/searchstats/business/QueryRecord.java 0 0 1
fr/paris/lutece/plugins/searchstats/business/QueryRecordDAO.java 0 0 6
fr/paris/lutece/plugins/searchstats/business/QueryRecordHome.java 0 0 6
fr/paris/lutece/plugins/searchstats/business/RecordCount.java 0 0 1
fr/paris/lutece/plugins/searchstats/business/RecordFilter.java 0 0 3
fr/paris/lutece/plugins/searchstats/business/TimedRecord.java 0 0 1
fr/paris/lutece/plugins/searchstats/daemon/StatsDaemon.java 0 0 8
fr/paris/lutece/plugins/searchstats/service/QueryListener.java 0 0 2
fr/paris/lutece/plugins/searchstats/service/SearchStatsPlugin.java 0 0 2
fr/paris/lutece/plugins/searchstats/service/SearchStatsService.java 0 0 28
fr/paris/lutece/plugins/searchstats/service/TermRecord.java 0 0 1
fr/paris/lutece/plugins/searchstats/service/TermRecordComparator.java 0 0 2
fr/paris/lutece/plugins/searchstats/service/TermRecordService.java 0 0 3
fr/paris/lutece/plugins/searchstats/web/SearchStatsDashboardComponent.java 0 0 2
fr/paris/lutece/plugins/searchstats/web/SearchStatsJspBean.java 0 0 6

Règles

Catégorie Règle Violations Sévérité
coding ExplicitInitialization 1
 Erreur
design HideUtilityClassConstructor 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
16
 Erreur
imports RedundantImport 3
 Erreur
javadoc JavadocMethod 26
 Erreur
JavadocType 3
 Erreur
modifier RedundantModifier 4
 Erreur
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
3
 Erreur
whitespace ParenPad
  • option: "space"
20
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
2
 Erreur

Détails

fr/paris/lutece/plugins/searchstats/business/IQueryRecordDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
imports RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.searchstats.business.QueryRecord. 36
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 66
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 77
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 87
 Erreur
javadoc JavadocMethod Expected @param tag for 'bNoResult'. 87
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 96

fr/paris/lutece/plugins/searchstats/business/QueryRecord.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/searchstats/business/QueryRecordDAO.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
imports RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.searchstats.business.QueryRecord. 36
 Erreur
javadoc JavadocMethod Expected @param tag for 'bNoResult'. 95
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 234
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 243
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 261

fr/paris/lutece/plugins/searchstats/business/QueryRecordHome.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
imports RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.searchstats.business.QueryRecord. 36
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 83
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 95
 Erreur
javadoc JavadocMethod Expected @param tag for 'bNoResult'. 108
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 113

fr/paris/lutece/plugins/searchstats/business/RecordCount.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/searchstats/business/RecordFilter.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 'NoResults'. 67
 Erreur
javadoc JavadocMethod Expected @param tag for 'bNoResults'. 69

fr/paris/lutece/plugins/searchstats/business/TimedRecord.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/searchstats/daemon/StatsDaemon.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. 9
 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 followed by whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16

fr/paris/lutece/plugins/searchstats/service/QueryListener.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 Missing a Javadoc comment. 52

fr/paris/lutece/plugins/searchstats/service/SearchStatsPlugin.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 Missing a Javadoc comment. 50

fr/paris/lutece/plugins/searchstats/service/SearchStatsService.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 Missing a Javadoc comment. 62
 Erreur
naming StaticVariableName Name 'PROPERTY_MAIL_SENDER_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 65
 Erreur
naming StaticVariableName Name 'CONSTANT_MAIL_SENDER' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 66
 Erreur
naming StaticVariableName Name 'MESSAGE_MAIL_SUBJECT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 67
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 67
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 67
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67
 Erreur
javadoc JavadocMethod Expected @return tag. 80
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 89
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 89
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'nMonth'. 116
 Erreur
javadoc JavadocMethod Expected @param tag for 'nDay'. 116
 Erreur
javadoc JavadocMethod Expected @param tag for 'nHour'. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
javadoc JavadocMethod Expected @param tag for 'listQueryRecords'. 165
 Erreur
javadoc JavadocMethod Expected @param tag for 'nLimit'. 165
 Erreur
javadoc JavadocMethod Expected @param tag for 'query'. 182

fr/paris/lutece/plugins/searchstats/service/TermRecord.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/searchstats/service/TermRecordComparator.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 Missing a Javadoc comment. 44

fr/paris/lutece/plugins/searchstats/service/TermRecordService.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
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 51

fr/paris/lutece/plugins/searchstats/web/SearchStatsDashboardComponent.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 @param tag for 'request'. 80

fr/paris/lutece/plugins/searchstats/web/SearchStatsJspBean.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 Missing a Javadoc comment. 63
 Erreur
coding ExplicitInitialization Variable '_nItemPerPageDates' explicitly initialized to '0' (default value for its type). 97
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 101
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 172
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 208