Résultats Checkstyle

Le document suivant contient les résultats de Checkstylerss feed

Résumé

FichiersInfos InfosAvertissements AvertissementsErreurs Erreurs
10035

Régles

RéglesViolationsSévèrité
Translation0Erreurs Error
LeftCurly
  • option: "nl"
3Erreurs Error
RightCurly
  • option: "alone"
2Erreurs 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
UnusedImports1Erreurs Error
ParameterNumber0Avertissements Warning
ParenPad
  • option: "space"
20Erreurs Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
2Erreurs Error
ModifierOrder0Erreurs Error
RedundantModifier0Erreurs Error
AvoidNestedBlocks0Erreurs 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
DeclarationOrder1Erreurs 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
HideUtilityClassConstructor0Erreurs 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/collab-module-digglike-solr-doc-QA/workspace/target/checkstyle-header.txt"
0Erreurs Error

Détails

fr/paris/lutece/plugins/digglike/modules/solr/search/SolrDigglikeIndexer.java

ViolationMessageLigne
ErreursUnused import - java.io.StringReader.39
ErreursVariable access definition in wrong order.92
ErreursMissing a Javadoc comment.100
Erreurs'(' is not followed by whitespace.166
Erreurs')' is not preceded with whitespace.166
ErreursUnused @param tag for 'strIdDigg'.193
ErreursUnused @throws tag for 'IOException'.195
ErreursExpected @param tag for 'strIdDiggSubmit'.197
Erreurs'=' is not preceded with whitespace.260
Erreurs'=' is not followed by whitespace.260
Erreurs'(' is not followed by whitespace.261
Erreurs')' is not preceded with whitespace.261
Erreurs'(' is not followed by whitespace.263
Erreurs')' is not preceded with whitespace.263
Erreurs'(' is not followed by whitespace.265
Erreurs')' is not preceded with whitespace.265
Erreurs'(' is not followed by whitespace.267
Erreurs')' is not preceded with whitespace.267
Erreurs'(' is not followed by whitespace.275
Erreurs'(' is not followed by whitespace.275
Erreurs')' is not preceded with whitespace.275
Erreurs')' is not preceded with whitespace.275
Erreurs'{' should be on a new line.276
Erreurs'(' is not followed by whitespace.277
Erreurs')' is not preceded with whitespace.277
Erreurs'}' should be alone on a line.278
Erreurs'(' is not followed by whitespace.278
Erreurs')' is not preceded with whitespace.278
Erreurs'{' should be on a new line.278
ErreursLine matches the illegal pattern 'printStackTrace'.279
Erreurs'}' should be alone on a line.280
Erreurs'(' is not followed by whitespace.280
Erreurs')' is not preceded with whitespace.280
Erreurs'{' should be on a new line.280
ErreursLine matches the illegal pattern 'printStackTrace'.281