Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
35 0 0 67

Files

File
 I
 W
 E
fr/paris/lutece/plugins/easyrulesbot/business/Post.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/EasyRulesBotStartupService.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/ObjectFactory.java 0 0 4
fr/paris/lutece/plugins/easyrulesbot/service/bot/BotExecutor.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/bot/EasyRulesBot.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/BotRule.java 0 0 4
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/AbstractCondition.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/Condition.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/ConditionFactory.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/ConditionsService.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataMissingCondition.java 0 0 3
fr/paris/lutece/plugins/easyrulesbot/service/bot/rules/conditions/DataValueCondition.java 0 0 4
fr/paris/lutece/plugins/easyrulesbot/service/response/exceptions/InvalidResponseException.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/exceptions/ResponseNotUnderstoodException.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/exceptions/ResponseProcessingException.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/AbstractFilter.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/DebugFilter.java 0 0 4
fr/paris/lutece/plugins/easyrulesbot/service/response/filters/FiltersService.java 0 0 2
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/AbstractProcessor.java 0 0 1
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 2
fr/paris/lutece/plugins/easyrulesbot/service/response/processors/ResponseProcessor.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/YamlBotLoader.java 0 0 6
fr/paris/lutece/plugins/easyrulesbot/service/yaml/YamlBotLoadingException.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlBot.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlButton.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlCondition.java 0 0 2
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlFilter.java 0 0 1
fr/paris/lutece/plugins/easyrulesbot/service/yaml/model/YamlRule.java 0 0 2
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: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
33
 Error
javadoc JavadocMethod 9
 Error
JavadocType 1
 Error
whitespace ParenPad
  • option: "space"
17
 Error

Details

fr/paris/lutece/plugins/easyrulesbot/business/Post.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 231

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Instance variable definition in wrong order. 68

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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-2020, City of 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/exceptions/InvalidResponseException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/easyrulesbot/service/response/exceptions/ResponseNotUnderstoodException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/easyrulesbot/service/response/exceptions/ResponseProcessingException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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-2020, City of 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-2020, City of 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/AbstractProcessor.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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-2020, City of 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-2020, City of 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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/YamlBotLoadingException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
whitespace ParenPad ')' is not preceded with whitespace. 249

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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-2020, City of Paris'. 2
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 128