Résultats Checkstyle

Le document suivant contient les résultats de Checkstylerss feed

Résumé

FichiersInfos InfosAvertissements AvertissementsErreurs Erreurs
30047

Régles

RéglesViolationsSévèrité
Translation0Erreurs Error
LeftCurly
  • option: "nl"
0Erreurs Error
RightCurly
  • option: "alone"
0Erreurs Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Erreurs Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Erreurs Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
JavadocMethod4Erreurs Error
JavadocType0Erreurs Error
ConstantName
  • format: "[A-Z0-9]*$"
0Erreurs Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Erreurs Error
TypeName0Erreurs Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Erreurs Error
AvoidStarImport0Erreurs Error
IllegalImport0Erreurs Error
RedundantImport0Erreurs Error
UnusedImports0Erreurs Error
ParameterNumber0Avertissements Warning
ParenPad
  • option: "space"
39Erreurs Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0Erreurs Error
ModifierOrder0Erreurs Error
RedundantModifier0Erreurs Error
AvoidNestedBlocks1Erreurs Error
EmptyBlock0Erreurs Error
NeedBraces0Erreurs Error
EmptyStatement0Erreurs Error
EqualsHashCode0Erreurs Error
HiddenField0Erreurs Error
IllegalInstantiation0Erreurs Error
InnerAssignment0Erreurs Error
MissingSwitchDefault0Erreurs Error
SimplifyBooleanExpression0Erreurs Error
SimplifyBooleanReturn0Erreurs Error
ArrayTrailingComma0Erreurs Error
CovariantEquals0Erreurs Error
DeclarationOrder0Erreurs Error
ExplicitInitialization0Erreurs Error
InnerAssignment0Erreurs Error
NestedIfDepth
  • max: "3"
0Erreurs Error
NestedTryDepth
  • max: "3"
0Erreurs Error
PackageDeclaration0Erreurs Error
ParameterAssignment0Erreurs Error
ReturnCount
  • max: "5"
0Avertissements Warning
StringLiteralEquality0Erreurs Error
SuperClone0Erreurs Error
SuperFinalize0Erreurs Error
FinalClass0Erreurs Error
HideUtilityClassConstructor1Erreurs Error
InterfaceIsType0Erreurs Error
VisibilityModifier0Erreurs Error
MutableException0Erreurs Error
ArrayTypeStyle
  • javaStyle: "true"
0Erreurs Error
RegexpSinglelineJava
  • format: "System\.out\.println"
2Erreurs Error
RegexpSinglelineJava
  • format: "System\.exit"
2Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Erreurs Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/elk-module-elasticsearch-statsfilter-doc-QA/workspace/target/checkstyle-header.txt"
0Erreurs Error

Détails

fr/paris/lutece/plugins/elasticsearch/modules/statsfilter/service/ElasticsearchUtils.java

ViolationMessageLigne
ErreursUtility classes should not have a public or default constructor.57
ErreursMissing a Javadoc comment.60
Erreurs'(' is not followed by whitespace.60
Erreurs')' is not preceded with whitespace.60
Erreurs'(' is not followed by whitespace.64
Erreurs')' is not preceded with whitespace.64
Erreurs'(' is not followed by whitespace.65
Erreurs')' is not preceded with whitespace.65
Erreurs'(' is not followed by whitespace.65
Erreurs')' is not preceded with whitespace.65
ErreursLine matches the illegal pattern 'System\.out\.println'.67
Erreurs'(' is not followed by whitespace.67
Erreurs')' is not preceded with whitespace.67
Erreurs'(' is not followed by whitespace.69
Erreurs')' is not preceded with whitespace.69
Erreurs'(' is not followed by whitespace.70
Erreurs')' is not preceded with whitespace.70
Erreurs'(' is not followed by whitespace.73
Erreurs')' is not preceded with whitespace.73
Erreurs'(' is not followed by whitespace.75
Erreurs')' is not preceded with whitespace.76
Erreurs'(' is not followed by whitespace.80
Erreurs')' is not preceded with whitespace.80
Erreurs'(' is not followed by whitespace.84
Erreurs')' is not preceded with whitespace.84
Erreurs'(' is not followed by whitespace.86
Erreurs'(' is not followed by whitespace.88
Erreurs')' is not preceded with whitespace.88
Erreurs'(' is not followed by whitespace.90
Erreurs')' is not preceded with whitespace.90
ErreursMissing a Javadoc comment.94
Erreurs'(' is not followed by whitespace.94
Erreurs')' is not preceded with whitespace.94
Erreurs'(' is not followed by whitespace.96
Erreurs')' is not preceded with whitespace.96
Erreurs'(' is not followed by whitespace.98
Erreurs')' is not preceded with whitespace.98
ErreursMissing a Javadoc comment.101
Erreurs'(' is not followed by whitespace.101
Erreurs')' is not preceded with whitespace.101
Erreurs'(' is not followed by whitespace.104
Erreurs'(' is not followed by whitespace.104
Erreurs')' is not preceded with whitespace.104
Erreurs')' is not preceded with whitespace.104

fr/paris/lutece/plugins/elasticsearch/modules/statsfilter/service/StatsFilter.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.74
ErreursAvoid nested blocks.77
ErreursLine matches the illegal pattern 'System\.out\.println'.103