Fork me on GitHub

Résultats Checkstyle

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

Résumé

Fichiers  Infos  Avertissements  Erreurs
35 0 0 42

Fichiers

Fichier  I  A  E
fr/paris/lutece/plugins/easyrulesbot/service/EasyRulesBotStartupService.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/ObjectFactory.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/bot/BotExecutor.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/bot/EasyRulesBot.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/BotRule.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/AbstractCondition.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/ConditionsService.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataMissingCondition.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataValueCondition.java 0 0 4
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/DebugFilter.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/FiltersService.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/ResponseFilter.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/StopOnWordFilter.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/response/processors/InputStringResponseProcessor.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/processors/MultipleValuesResponseProcessor.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/response/processors/ProcessorsService.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/processors/ResponseProcessor.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/YamlBotLoader.java 0 0 5
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlBot.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlCondition.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlRule.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/util/FileUtils.java 0 0 3

Règles

Catégorie Règle Violations Sévérité
coding DeclarationOrder 1  Erreur
ParameterAssignment 1  Erreur
design HideUtilityClassConstructor 5  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/chat-plugin-easyrulesbot-doc-QA/workspace/target/checkstyle-header.txt"
8  Erreur
javadoc JavadocMethod 9  Erreur
JavadocType 1  Erreur
whitespace ParenPad
  • option: "space"
17  Erreur

Détails

fr/paris/lutece/plugins/easyrulesbot/service/EasyRulesBotStartupService.java

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

fr/paris/lutece/plugins/easyrulesbot/service/ObjectFactory.java

Sévérité Catégorie Règle Message Ligne
 Erreur javadoc JavadocMethod Expected an @return tag. 96
 Erreur javadoc JavadocMethod Expected @param tag for '<T>'. 96
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 106

fr/paris/lutece/plugins/easyrulesbot/service/bot/BotExecutor.java

Sévérité Catégorie Règle Message Ligne
 Erreur javadoc JavadocMethod Expected @param tag for 'request'. 231

fr/paris/lutece/plugins/easyrulesbot/service/bot/EasyRulesBot.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 159
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 161

fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/BotRule.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad '(' is not followed by whitespace. 213
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 213
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 379

fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/AbstractCondition.java

Sévérité Catégorie Règle Message Ligne
 Erreur coding DeclarationOrder Instance variable definition in wrong order. 68

fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/ConditionsService.java

Sévérité Catégorie Règle Message Ligne
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataMissingCondition.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 62
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 76

fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataValueCondition.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 64
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 65
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 65

fr/paris/lutece/plugins/easyrulesbot/service/response/filters/DebugFilter.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 60
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 60

fr/paris/lutece/plugins/easyrulesbot/service/response/filters/FiltersService.java

Sévérité Catégorie Règle Message Ligne
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

fr/paris/lutece/plugins/easyrulesbot/service/response/filters/ResponseFilter.java

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

fr/paris/lutece/plugins/easyrulesbot/service/response/filters/StopOnWordFilter.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Erreur coding ParameterAssignment Assignment of parameter 'locale' is not allowed. 136
 Erreur javadoc JavadocMethod Expected @param tag for 'locale'. 167

fr/paris/lutece/plugins/easyrulesbot/service/response/processors/InputStringResponseProcessor.java

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

fr/paris/lutece/plugins/easyrulesbot/service/response/processors/MultipleValuesResponseProcessor.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'strMapFile'. 60

fr/paris/lutece/plugins/easyrulesbot/service/response/processors/ProcessorsService.java

Sévérité Catégorie Règle Message Ligne
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

fr/paris/lutece/plugins/easyrulesbot/service/response/processors/ResponseProcessor.java

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

fr/paris/lutece/plugins/easyrulesbot/service/yaml/YamlBotLoader.java

Sévérité Catégorie Règle Message Ligne
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 66
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 71
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 95
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 181
 Erreur javadoc JavadocType Missing a Javadoc comment. 194

fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlBot.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 249

fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlCondition.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 94

fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlRule.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 271

fr/paris/lutece/plugins/easyrulesbot/util/FileUtils.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 57
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 128