The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 25 | 0 | 0 | 79 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 0 | |
| Translation | 0 | |
| SuppressionCommentFilter | 0 | |
| FileContentsHolder | 0 | |
| JavadocMethod | 19 | |
| JavadocType | 0 | |
| JavadocVariable | 7 | |
| JavadocStyle | 3 | |
| 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 | 4 | |
| FileLength | 0 | |
| LineLength | 1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
| 0 | |
NoWhitespaceBefore
| 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
WhitespaceAround
| 23 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 2 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 6 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 12 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.text.Format. | 12 | |
| Unused import - java.text.SimpleDateFormat. | 13 | |
| Unused import - java.util.Date. | 14 | |
| Unused import - tempcontroller.base.ProgramacaoAmostragemSimples. | 18 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| First sentence should end with a period. | 32 | |
| Parameter programacao should be final. | 33 | |
| Expected @param tag for 'programacao'. | 33 | |
| Missing a Javadoc comment. | 37 | |
| 'if' is not followed by whitespace. | 38 | |
| Missing a Javadoc comment. | 44 | |
| '3' is a magic number. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Parameter rowIndex should be final. | 48 | |
| Parameter columnIndex should be final. | 48 | |
| 'if' is not followed by whitespace. | 50 | |
| 'if' is not followed by whitespace. | 53 | |
| 'if' is not followed by whitespace. | 55 | |
| 'if' is not followed by whitespace. | 58 | |
| Missing a Javadoc comment. | 68 | |
| Parameter rowIndex should be final. | 68 | |
| Parameter columnIndex should be final. | 68 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter programacaoAmostragem should be final. | 72 | |
| 'programacaoAmostragem' hides a field. | 72 | |
| Missing a Javadoc comment. | 76 | |
| Parameter column should be final. | 76 | |
| 'if' is not followed by whitespace. | 77 | |
| 'if' is not followed by whitespace. | 79 |
| Violation | Message | Line |
|---|---|---|
| Class SystemFactory should be declared as final. | 16 | |
| First sentence should end with a period. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| 'if' is not followed by whitespace. | 24 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Parameter s should be final. | 118 | |
| 'if' is not followed by whitespace. | 124 | |
| '3' is a magic number. | 128 | |
| 'if' is not followed by whitespace. | 130 | |
| 'catch' is not followed by whitespace. | 134 | |
| Must have at least one statement. | 134 | |
| '{' is not followed by whitespace. | 134 | |
| '}' is not preceded with whitespace. | 134 | |
| Missing a Javadoc comment. | 139 | |
| 'if' is not followed by whitespace. | 140 | |
| 'if' is not followed by whitespace. | 148 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 162 | |
| Parameter s should be final. | 162 | |
| 'if' is not followed by whitespace. | 168 | |
| '3' is a magic number. | 171 | |
| 'catch' is not followed by whitespace. | 178 | |
| Must have at least one statement. | 178 | |
| '{' is not followed by whitespace. | 178 | |
| '}' is not preceded with whitespace. | 178 | |
| Missing a Javadoc comment. | 183 | |
| 'if' is not followed by whitespace. | 184 | |
| 'if' is not followed by whitespace. | 197 | |
| '10' is a magic number. | 197 | |
| 'if' is not followed by whitespace. | 206 | |
| '10' is a magic number. | 206 | |
| 'if' is not followed by whitespace. | 215 | |
| '10' is a magic number. | 215 | |
| Missing a Javadoc comment. | 225 | |
| Parameter celsius should be final. | 225 | |
| Missing a Javadoc comment. | 229 | |
| Parameter kelvin should be final. | 229 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 |