Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
3 0 0 3

Rules

Rules Violations Severity
Translation 0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0 Errors Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0 Errors Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
JavadocMethod 0 Errors Error
JavadocType 0 Errors Error
ConstantName
  • format: "[A-Z0-9]*$"
0 Errors Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0 Errors Error
TypeName 0 Errors Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
ParameterNumber 0 Warnings Warning
ParenPad
  • option: "space"
2 Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
NeedBraces 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
ArrayTrailingComma 0 Errors Error
CovariantEquals 0 Errors Error
DeclarationOrder 0 Errors Error
ExplicitInitialization 0 Errors Error
InnerAssignment 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth
  • max: "3"
0 Errors Error
PackageDeclaration 0 Errors Error
ParameterAssignment 0 Errors Error
ReturnCount
  • max: "5"
0 Warnings Warning
StringLiteralEquality 0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
MutableException 0 Errors Error
ArrayTypeStyle
  • javaStyle: "true"
0 Errors Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0 Errors Error
RegexpSinglelineJava
  • format: "System\.exit"
0 Errors Error
RegexpSinglelineJava
  • format: "[.]*\.printStackTrace"
  • message: "Line matches the illegal pattern ''printStackTrace''."
0 Errors Error
RegexpSinglelineJava
  • ignoreCase: "true"
  • format: "[.]*SELECT \*"
  • message: "Line matches the illegal pattern ''SELECT *''."
0 Errors Error
RegexpSinglelineJava
  • ignoreCase: "true"
  • format: "[.]*WHERE 1 "
  • message: "Line matches the illegal pattern ''WHERE 1''."
0 Errors Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/opengov-plugin-lobbycal-doc-QA/workspace/target/checkstyle-header.txt"
1 Errors Error

Details

fr/paris/lutece/plugins/lobbycal/web/LobbycalApp.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
Errors '(' is not followed by whitespace. 69
Errors '(' is not followed by whitespace. 70