Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
250079

Rules

RulesViolationsSeverity
PackageHtml0error Error
Translation0error Error
SuppressionCommentFilter0error Error
FileContentsHolder0error Error
JavadocMethod19error Error
JavadocType0error Error
JavadocVariable7error Error
JavadocStyle3error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports4error Error
FileLength0error Error
LineLength1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter
  • allowLineBreaks: "true"
0error Error
NoWhitespaceBefore
  • allowLineBreaks: "true"
0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE,"
23error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber6error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters12error Error
TodoComment0error Error
UpperEll0error Error

Details

tempcontroller/gui/ProgramacaoTableModel.java

ViolationMessageLine
errorUnused import - java.text.Format.12
errorUnused import - java.text.SimpleDateFormat.13
errorUnused import - java.util.Date.14
errorUnused import - tempcontroller.base.ProgramacaoAmostragemSimples.18
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28
errorFirst sentence should end with a period.32
errorParameter programacao should be final.33
errorExpected @param tag for 'programacao'.33
errorMissing a Javadoc comment.37
error'if' is not followed by whitespace.38
errorMissing a Javadoc comment.44
error'3' is a magic number.45
errorMissing a Javadoc comment.48
errorParameter rowIndex should be final.48
errorParameter columnIndex should be final.48
error'if' is not followed by whitespace.50
error'if' is not followed by whitespace.53
error'if' is not followed by whitespace.55
error'if' is not followed by whitespace.58
errorMissing a Javadoc comment.68
errorParameter rowIndex should be final.68
errorParameter columnIndex should be final.68
errorLine is longer than 80 characters.72
errorMissing a Javadoc comment.72
errorParameter programacaoAmostragem should be final.72
error'programacaoAmostragem' hides a field.72
errorMissing a Javadoc comment.76
errorParameter column should be final.76
error'if' is not followed by whitespace.77
error'if' is not followed by whitespace.79

tempcontroller/base/SystemFactory.java

ViolationMessageLine
errorClass SystemFactory should be declared as final.16
errorFirst sentence should end with a period.18
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
error'if' is not followed by whitespace.24
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.39

tempcontroller/base/Utilities.java

ViolationMessageLine
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.118
errorParameter s should be final.118
error'if' is not followed by whitespace.124
error'3' is a magic number.128
error'if' is not followed by whitespace.130
error'catch' is not followed by whitespace.134
errorMust have at least one statement.134
error'{' is not followed by whitespace.134
error'}' is not preceded with whitespace.134
errorMissing a Javadoc comment.139
error'if' is not followed by whitespace.140
error'if' is not followed by whitespace.148
errorMissing a Javadoc comment.159
errorMissing a Javadoc comment.162
errorParameter s should be final.162
error'if' is not followed by whitespace.168
error'3' is a magic number.171
error'catch' is not followed by whitespace.178
errorMust have at least one statement.178
error'{' is not followed by whitespace.178
error'}' is not preceded with whitespace.178
errorMissing a Javadoc comment.183
error'if' is not followed by whitespace.184
error'if' is not followed by whitespace.197
error'10' is a magic number.197
error'if' is not followed by whitespace.206
error'10' is a magic number.206
error'if' is not followed by whitespace.215
error'10' is a magic number.215
errorMissing a Javadoc comment.225
errorParameter celsius should be final.225
errorMissing a Javadoc comment.229
errorParameter kelvin should be final.229

tempcontroller/gui/IPainelAmostragemListener.java

ViolationMessageLine
errorMissing a Javadoc comment.19

tempcontroller/base/AmostragemSimples.java

ViolationMessageLine
errorFirst sentence should end with a period.120
errorParameter origem should be final.139