Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
30047

Rules

RulesViolationsSeverity
Translation0Errors Error
LeftCurly
  • option: "nl"
0Errors 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
JavadocMethod7Errors 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"
33Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks1Errors Error
EmptyBlock0Errors Error
NeedBraces1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder0Errors Error
ExplicitInitialization0Errors Error
InnerAssignment0Errors Error
NestedIfDepth
  • max: "3"
0Errors Error
NestedTryDepth
  • max: "3"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment0Errors Error
ReturnCount
  • max: "5"
0Warnings Warning
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors 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/cms-plugin-mvcdemo-doc-QA/workspace/target/checkstyle-header.txt"
3Errors Error

Details

fr/paris/lutece/plugins/mvcdemo/business/Contact.java

ViolationMessageLine
ErrorsLine does not match expected header line of '/*'.1
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63

fr/paris/lutece/plugins/mvcdemo/service/ContactService.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Copyright (c) 2002-2012, Mairie de Paris'.2
ErrorsUtility classes should not have a public or default constructor.44
ErrorsMissing a Javadoc comment.49
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'(' is not followed by whitespace.51
Errors')' is not preceded with whitespace.51
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.59
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
Errors'if' construct must use '{}'s.64
Errors'(' is not followed by whitespace.64
Errors'(' is not followed by whitespace.64
Errors')' is not preceded with whitespace.64
Errors')' is not preceded with whitespace.64
ErrorsEmpty statement.64
ErrorsAvoid nested blocks.65
Errors'(' is not followed by whitespace.66
Errors')' is not preceded with whitespace.66

fr/paris/lutece/plugins/mvcdemo/web/MVCDemoApp.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Copyright (c) 2002-2012, Mairie de Paris'.2
ErrorsMissing a Javadoc comment.64
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
ErrorsMissing a Javadoc comment.72
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
ErrorsMissing a Javadoc comment.78
Errors'(' is not followed by whitespace.79
Errors')' is not preceded with whitespace.79
Errors'(' is not followed by whitespace.82
Errors')' is not preceded with whitespace.82
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors')' is not preceded with whitespace.84
Errors'(' is not followed by whitespace.88
Errors')' is not preceded with whitespace.88
ErrorsMissing a Javadoc comment.92
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93