Le document suivant contient les résultats de Checkstyle.
Fichiers | Infos | Avertissements | Erreurs |
---|---|---|---|
2 | 0 | 0 | 20 |
Fichiers | I | A | E |
---|---|---|---|
com/developpez/ArticleMaven.java | 0 | 0 | 19 |
com/developpez/package.html | 0 | 0 | 1 |
Régles | Violations | Sévèrité |
---|---|---|
PackageHtml | 1 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
JavadocMethod | 0 | Error |
JavadocType | 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 1 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 6 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 2 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 0 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1 | Error |
GenericIllegalRegexp
|
7 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Ligne |
---|---|---|
Il manque un caractère NewLine à la fin du fichier | 0 | |
La première ligne doit se terminer avec un point. | 3 | |
Line has trailing spaces. | 5 | |
Les classes utilitaires ne doivent pas avoir de constructeur par défaut ou public. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 12 | |
La ligne contient un caractère tabulation. | 14 | |
Le paramètre args devrait être final. | 14 | |
Il manque une espace avant '{'. | 14 | |
La ligne contient un caractère tabulation. | 15 | |
La ligne contient un caractère tabulation. | 16 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 21 | |
La ligne contient un caractère tabulation. | 23 | |
Il manque une espace avant '{'. | 23 | |
La ligne contient un caractère tabulation. | 24 | |
La ligne contient un caractère tabulation. | 25 |