Checkstyle Results
The following document contains the results of Checkstyle. 
Summary
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 2 | 0 | 0 | 35 |
Files
| Files | I |
W |
E |
|---|---|---|---|
| org/jtheque/launcher/DownloadedFileFilter.java | 0 | 0 | 2 |
| org/jtheque/launcher/Launch.java | 0 | 0 | 33 |
Rules
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
|
0 | |
| NewlineAtEndOfFile | 2 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
|
1 | |
RegexpSingleline
|
1 | |
| JavadocMethod | 0 | |
| JavadocType | 0 | |
| JavadocVariable | 1 | |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 10 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 2 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 1 | |
| WhitespaceAround | 8 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 7 | |
| TodoComment | 0 | |
| UpperEll | 0 |
Details
org/jtheque/launcher/DownloadedFileFilter.java
| Violation | Message | Line |
|---|---|---|
| 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 | Line |
|---|---|---|
| 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 |