Régles | Violations | Sévèrité |
---|
Translation | 0 | Error |
LeftCurly | 0 | Error |
RightCurly | 0 | Error |
MemberName- format: "^_[a-z](_?[a-zA-Z0-9])*$"
| 0 | Error |
StaticVariableName- format: "^_[a-z](_?[a-zA-Z0-9])*$"
| 0 | Error |
MethodName- format: "^[a-z][a-zA-Z0-9]*$"
| 0 | Error |
ParameterName- format: "^[a-z][a-zA-Z0-9]*$"
| 0 | Error |
LocalVariableName- format: "^[a-z][a-zA-Z0-9]*$"
| 0 | Error |
JavadocMethod | 1 | Error |
JavadocType | 0 | Error |
ConstantName | 0 | Error |
PackageName- format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
| 0 | Error |
TypeName | 0 | Error |
LocalFinalVariableName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
ParameterNumber | 0 | Warning |
ParenPad | 5 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
NeedBraces | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MissingSwitchDefault | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
ArrayTrailingComma | 0 | Error |
CovariantEquals | 0 | Error |
DeclarationOrder | 0 | Error |
ExplicitInitialization | 0 | Error |
InnerAssignment | 0 | Error |
NestedIfDepth | 0 | Error |
NestedTryDepth | 0 | Error |
PackageDeclaration | 0 | Error |
ParameterAssignment | 0 | Error |
ReturnCount | 0 | Warning |
StringLiteralEquality | 0 | Error |
SuperClone | 0 | Error |
SuperFinalize | 0 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
MutableException | 0 | Error |
ArrayTypeStyle | 0 | Error |
RegexpSinglelineJava- format: "System\.out\.println"
| 0 | Error |
RegexpSinglelineJava | 0 | Error |
RegexpSinglelineJava- message: "Line matches the illegal pattern ''printStackTrace''."
- format: "[.]*\.printStackTrace"
| 0 | Error |
RegexpSinglelineJava- message: "Line matches the illegal pattern ''SELECT *''."
- format: "[.]*SELECT \*"
- ignoreCase: "true"
| 0 | Error |
RegexpSinglelineJava- message: "Line matches the illegal pattern ''WHERE 1''."
- format: "[.]*WHERE 1 "
- ignoreCase: "true"
| 0 | Error |
Header- fileExtensions: "java"
- headerFile: "/opt/data/jenkins/home/jobs/system-plugin-updater-doc-QA/workspace/target/checkstyle-header.txt"
| 0 | Error |