Résultats Checkstyle
Le document suivant contient les résultats de Checkstyle.
Résumé
Fichiers | Infos | Avertissements | Erreurs |
---|---|---|---|
2 | 0 | 0 | 35 |
Fichiers
Fichiers | I | A | E |
---|---|---|---|
org/jtheque/launcher/DownloadedFileFilter.java | 0 | 0 | 2 |
org/jtheque/launcher/Launch.java | 0 | 0 | 33 |
Régles
Régles | Violations | Sévèrité |
---|---|---|
JavadocPackage
|
0 | Error |
NewlineAtEndOfFile | 2 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
1 | Error |
RegexpSingleline
|
1 | Error |
JavadocMethod | 0 | Error |
JavadocType | 0 | Error |
JavadocVariable | 1 | 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 |
LineLength | 10 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 2 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 8 | 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 | 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 0 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 7 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Détails
org/jtheque/launcher/DownloadedFileFilter.java
Violation | Message | Ligne |
---|---|---|
Il manque un caractère NewLine à la fin du fichier | 0 | |
Le paramètre file devrait être final. | 29 |
org/jtheque/launcher/Launch.java
Violation | Message | Ligne |
---|---|---|
Il manque un caractère NewLine à la fin du fichier | 0 | |
La ligne excède 80 caractères. | 41 | |
Commentaire javadoc manquant. | 52 | |
La ligne excède 80 caractères. | 62 | |
Le paramètre args devrait être final. | 82 | |
Le paramètre layout devrait être final. | 109 | |
Le paramètre layout devrait être final. | 124 | |
'10' devrait être défini comme une constante. | 131 | |
La ligne excède 80 caractères. | 140 | |
Il manque une espace après 'for'. | 183 | |
Il manque une espace avant '{'. | 183 | |
Il manque une espace après 'if'. | 184 | |
Il manque une espace avant '{'. | 184 | |
La première ligne doit se terminer avec un point. | 192 | |
Le paramètre downloadedFile devrait être final. | 197 | |
La ligne excède 80 caractères. | 198 | |
La ligne excède 80 caractères. | 205 | |
'+' devrait être sur une nouvelle ligne. | 205 | |
La ligne excède 80 caractères. | 212 | |
La ligne excède 80 caractères. | 216 | |
La ligne excède 80 caractères. | 219 | |
'+' devrait être sur une nouvelle ligne. | 219 | |
Le paramètre jarFile devrait être final. | 229 | |
La ligne excède 80 caractères. | 237 | |
Il manque une espace après 'while'. | 243 | |
Il manque une espace avant '{'. | 243 | |
La ligne excède 80 caractères. | 244 | |
Line has trailing spaces. | 249 | |
Il y a une espace de trop après '{'. | 250 | |
Il manque une espace après 'if'. | 255 | |
Il manque une espace avant '{'. | 255 | |
La ligne contient un caractère tabulation. | 262 | |
Le paramètre url devrait être final. | 269 |