Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
35 0 0 42

Files

File  I  W  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

Rules

Category Rule Violations Severity
coding DeclarationOrder 1  Error
ParameterAssignment 1  Error
design HideUtilityClassConstructor 5  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/chat-plugin-easyrulesbot-doc-QA/workspace/target/checkstyle-header.txt"
8  Error
javadoc JavadocMethod 9  Error
JavadocType 1  Error
whitespace ParenPad
  • option: "space"
17  Error

Details

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected an @return tag. 96
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 106

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

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'request'. 231

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 159
 Error whitespace ParenPad ')' is not preceded with whitespace. 161

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

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 379

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

Severity Category Rule Message Line
 Error coding DeclarationOrder Instance variable definition in wrong order. 68

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

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 76

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60

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

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error coding ParameterAssignment Assignment of parameter 'locale' is not allowed. 136
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 167

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error javadoc JavadocMethod Expected @param tag for 'strMapFile'. 60

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

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 71
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Error javadoc JavadocType Missing a Javadoc comment. 194

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 249

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 94

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

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 271

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 128