Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
60072

Rules

RulesViolationsSeverity
Translation0Errors Error
LeftCurly
  • option: "nl"
9Errors Error
RightCurly
  • option: "alone"
0Errors Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Errors Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Errors Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
JavadocMethod2Errors Error
JavadocType0Errors Error
ConstantName
  • format: "[A-Z0-9]*$"
0Errors Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Errors Error
TypeName0Errors Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
ParameterNumber0Warnings Warning
ParenPad
  • option: "space"
32Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
23Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
NeedBraces0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder1Errors Error
ExplicitInitialization0Errors Error
InnerAssignment0Errors Error
NestedIfDepth
  • max: "3"
2Errors Error
NestedTryDepth
  • max: "3"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment0Errors Error
ReturnCount
  • max: "5"
0Warnings Warning
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
MutableException0Errors Error
ArrayTypeStyle
  • javaStyle: "true"
0Errors Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0Errors Error
RegexpSinglelineJava
  • format: "System\.exit"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Errors Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/applications-module-crm-formengine-doc-QA/workspace/target/checkstyle-header.txt"
3Errors Error

Details

fr/paris/lutece/plugins/crm/modules/formengine/business/CRMLocalParameters.java

ViolationMessageLine
ErrorsLine does not match expected header line of '/*'.1
Errors'{' should be on a new line.8
Errors'{' should be on a new line.19
Errors'(' is not followed by whitespace.26
Errors')' is not preceded with whitespace.26
Errors'{' should be on a new line.26
Errors'{' should be on a new line.33
Errors'(' is not followed by whitespace.40
Errors')' is not preceded with whitespace.40
Errors'{' should be on a new line.40
Errors'{' should be on a new line.47
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
Errors'{' should be on a new line.54

fr/paris/lutece/plugins/crm/modules/formengine/service/CRMFormenginePlugin.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54

fr/paris/lutece/plugins/crm/modules/formengine/service/CRMParametersService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '/*'.1
Errors'{' should be on a new line.20
ErrorsStatic variable definition in wrong order.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
Errors'(' is not followed by whitespace.32
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'(' is not followed by whitespace.37
Errors')' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.39
Errors'(' is not followed by whitespace.42
Errors')' is not preceded with whitespace.42
Errors')' is not preceded with whitespace.42
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
Errors'(' is not followed by whitespace.44
Errors')' is not preceded with whitespace.44
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
Errors'(' is not followed by whitespace.57
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
Errors'=' is not preceded with whitespace.64
Errors'(' is not followed by whitespace.67
Errors')' is not preceded with whitespace.67
Errors')' is not preceded with whitespace.67
Errors'=' is not preceded with whitespace.69
Errors'=' is not followed by whitespace.69
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'=' is not preceded with whitespace.71
Errors'=' is not followed by whitespace.71
Errors'=' is not preceded with whitespace.97
Errors'=' is not followed by whitespace.97
Errors'(' is not followed by whitespace.97
Errors')' is not preceded with whitespace.97
Errors'=' is not preceded with whitespace.98
Errors'=' is not followed by whitespace.98
Errors'(' is not followed by whitespace.100
Errors')' is not preceded with whitespace.100
Errors'(' is not followed by whitespace.102
Errors')' is not preceded with whitespace.104

fr/paris/lutece/plugins/crm/modules/formengine/service/ICRMParametersService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '/*'.1
Errors'{' should be on a new line.12
Errors'(' is not followed by whitespace.20
Errors')' is not preceded with whitespace.20
Errors'(' is not followed by whitespace.27
Errors')' is not preceded with whitespace.27

fr/paris/lutece/plugins/crm/modules/formengine/service/draft/CRMDraftBackupService.java

ViolationMessageLine
ErrorsNested if-else depth is 4 (max allowed is 3).506
ErrorsNested if-else depth is 4 (max allowed is 3).633
ErrorsExpected @param tag for 'form'.772
ErrorsExpected @param tag for 'form'.829

fr/paris/lutece/plugins/crm/modules/formengine/util/Constants.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.66