Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3202480

Rules

RulesViolationsSeverity
NewlineAtEndOfFile2error Error
Translation0error Error
JavadocMethod
  • scope: "protected"
  • allowUndeclaredRTE: "true"
87error Error
JavadocType
  • scope: "protected"
33error Error
JavadocVariable
  • scope: "public"
39error Error
JavadocStyle19error 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
FileLength0error Error
LineLength
  • max: "120"
8error Error
MethodLength0error Error
ParameterNumber1error Error
EmptyForIteratorPad0error Error
MethodParamPad14error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad1error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error 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, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
7error Error
ModifierOrder0error Error
RedundantModifier11error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass7error Error
HideUtilityClassConstructor1error Error
VisibilityModifier
  • packageAllowed: "true"
9error Error
ArrayTypeStyle0error Error
TodoComment7error Error
UpperEll0error Error
ParameterAssignment0error Error

Files

Filesinfowarningerror
de/surething/lda/actions/MailActionSettings.java0210
de/surethingies/properties/ui/PropertyEditorControl.java090
de/surething/lda/Main.java040
de/surethingies/properties/ParameterImpl.java0110
de/surething/lda/ui/PasswordDialog.java050
de/surething/lda/ui/AboutDialog.java020
de/surething/lda/actions/MailAction.java0170
de/surething/lda/actions/ActionFactory.java040
de/surething/lda/ui/MainWindowControl.java0130
de/surethingies/properties/resources/Messages.java030
de/surethingies/properties/ui/PropertyEditor.java030
de/surethingies/ui/ExceptionDialog.java020
de/surething/lda/actions/ActionTask.java070
de/surethingies/properties/TypedParameter.java090
de/surethingies/properties/plain/Entry.java050
de/surethingies/properties/io/Elements.java070
de/surething/lda/locations/LocationSettings.java070
de/surething/lda/locations/IpLocation.java050
de/surethingies/properties/ValueType.java060
de/surething/lda/ui/MainWindow.java0110
de/surethingies/properties/ParameterException.java020
de/surethingies/properties/plain/Configuration.java050
de/surethingies/properties/ParameterFactory.java0250
de/surething/lda/locations/LocationFactory.java020
de/surething/lda/resources/IconFactory.java080
de/surethingies/properties/Parameters.java090
de/surething/lda/locations/Location.java020
de/surethingies/properties/io/ConfigurationIO.java0180
de/surethingies/properties/io/ConfigurationParser.java060
de/surethingies/properties/plain/Setting.java070
de/surething/lda/resources/Messages.java030
de/surethingies/properties/Parameter.java0100

Details

de/surething/lda/actions/MailActionSettings.java

ViolationMessageLine
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.34
warningMissing a Javadoc comment.35
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.38
warningComment matches to-do format 'TODO:'.39
warningMissing a Javadoc comment.39
warningComment matches to-do format 'TODO:'.40
warningLine is longer than 120 characters.40
warningMissing a Javadoc comment.40
warningMissing a Javadoc comment.41
warningMissing a Javadoc comment.42
warningMissing a Javadoc comment.44
warningFirst sentence should end with a period.50
warning'(' is followed by whitespace.53
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.72
warning':' is not preceded with whitespace.75
warning'(' is preceded with whitespace.76
warning':' is not preceded with whitespace.88

de/surethingies/properties/ui/PropertyEditorControl.java

ViolationMessageLine
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.43
warningMissing a Javadoc comment.48
warningLine is longer than 120 characters.61
warningMissing a Javadoc comment.95
warningLine is longer than 120 characters.96
warningMissing a Javadoc comment.96
warningMissing a Javadoc comment.96
warningMissing a Javadoc comment.104

de/surething/lda/Main.java

ViolationMessageLine
warningComment matches to-do format 'TODO:'.24
warningMissing a Javadoc comment.36
warningUtility classes should not have a public or default constructor.36
warningMissing a Javadoc comment.38

de/surethingies/properties/ParameterImpl.java

ViolationMessageLine
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.38
warningMissing a Javadoc comment.56
warningMissing a Javadoc comment.60
warningMissing a Javadoc comment.64
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.72
warningMissing a Javadoc comment.76
warningMissing a Javadoc comment.80
warningMissing a Javadoc comment.86
warningMissing a Javadoc comment.93

de/surething/lda/ui/PasswordDialog.java

ViolationMessageLine
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.41
warningMissing a Javadoc comment.49
warningMissing a Javadoc comment.53
warningMissing a Javadoc comment.81

de/surething/lda/ui/AboutDialog.java

ViolationMessageLine
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.36

de/surething/lda/actions/MailAction.java

ViolationMessageLine
warningMissing a Javadoc comment.43
warningFirst sentence should end with a period.47
warningExpected @param tag for 'identifier'.50
warningMissing a Javadoc comment.58
warningMissing a Javadoc comment.62
warningLine is longer than 120 characters.81
warning'(' is preceded with whitespace.82
warningLine is longer than 120 characters.83
warningComment matches to-do format 'TODO:'.99
warningComment matches to-do format 'TODO:'.104
warningLine is longer than 120 characters.105
warningMore than 7 parameters.105
warningLine is longer than 120 characters.106
warningRedundant throws: 'AddressException' is subclass of 'MessagingException'.106
warningComment matches to-do format 'TODO:'.143
warningMissing a Javadoc comment.153
warningMissing a Javadoc comment.159

de/surething/lda/actions/ActionFactory.java

ViolationMessageLine
warningClass ActionFactory should be declared as final.29
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.45

de/surething/lda/ui/MainWindowControl.java

ViolationMessageLine
warningMissing a Javadoc comment.40
warningMissing a Javadoc comment.46
warningMissing a Javadoc comment.51
warningMissing a Javadoc comment.55
warningMissing a Javadoc comment.84
warningMissing a Javadoc comment.85
warningMissing a Javadoc comment.85
warningMissing a Javadoc comment.85
warningLine is longer than 120 characters.86
warningMissing a Javadoc comment.86
warningMissing a Javadoc comment.86
warningMissing a Javadoc comment.95
warningClass Adapter should be declared as final.100

de/surethingies/properties/resources/Messages.java

ViolationMessageLine
warningClass Messages should be declared as final.25
warningMissing a Javadoc comment.25
warningMissing a Javadoc comment.33

de/surethingies/properties/ui/PropertyEditor.java

ViolationMessageLine
warningMissing a Javadoc comment.45
warningMissing a Javadoc comment.52
warningComment matches to-do format 'TODO:'.95

de/surethingies/ui/ExceptionDialog.java

ViolationMessageLine
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.39

de/surething/lda/actions/ActionTask.java

ViolationMessageLine
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.29
warningRedundant 'public' modifier.29
warningMissing a Javadoc comment.31
warningRedundant 'public' modifier.31
warningMissing a Javadoc comment.33
warningRedundant 'public' modifier.33

de/surethingies/properties/TypedParameter.java

ViolationMessageLine
warningFile does not end with a newline.0
warningFirst sentence should end with a period.22
warningMissing a Javadoc comment.35
warningFirst sentence should end with a period.69
warningExpected @param tag for 'value'.74
warningMissing a Javadoc comment.80
warningMissing a Javadoc comment.85
warningMissing a Javadoc comment.92
warningMissing a Javadoc comment.98

de/surethingies/properties/plain/Entry.java

ViolationMessageLine
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.24
warningVariable 'key' must be private and have accessor methods.24
warningMissing a Javadoc comment.26
warningVariable 'value' must be private and have accessor methods.26

de/surethingies/properties/io/Elements.java

ViolationMessageLine
warningMissing a Javadoc comment.3
warningMissing a Javadoc comment.4
warningMissing a Javadoc comment.5
warningMissing a Javadoc comment.6
warningMissing a Javadoc comment.7
warningMissing a Javadoc comment.9
warning'(' is preceded with whitespace.9

de/surething/lda/locations/LocationSettings.java

ViolationMessageLine
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.35
warningFirst sentence should end with a period.41
warningMissing a Javadoc comment.54
warningMissing a Javadoc comment.58

de/surething/lda/locations/IpLocation.java

ViolationMessageLine
warningMissing a Javadoc comment.29
warningFirst sentence should end with a period.33
warningExpected @param tag for 'hostName'.37
warningMissing a Javadoc comment.50
warningMissing a Javadoc comment.55

de/surethingies/properties/ValueType.java

ViolationMessageLine
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.23

de/surething/lda/ui/MainWindow.java

ViolationMessageLine
warningMissing a Javadoc comment.49
warningVariable 'locations' must be private and have accessor methods.52
warningVariable 'actions' must be private and have accessor methods.54
warningMissing a Javadoc comment.60
warningMissing a Javadoc comment.78
warningMissing a Javadoc comment.171
warningMissing a Javadoc comment.183
warningMissing a Javadoc comment.193
warningMissing a Javadoc comment.199
warningMissing a Javadoc comment.203
warningMissing a Javadoc comment.209

de/surethingies/properties/ParameterException.java

ViolationMessageLine
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.25

de/surethingies/properties/plain/Configuration.java

ViolationMessageLine
warningMissing a Javadoc comment.6
warningMissing a Javadoc comment.8
warningVariable 'version' must be private and have accessor methods.8
warningMissing a Javadoc comment.10
warningVariable 'settings' must be private and have accessor methods.10

de/surethingies/properties/ParameterFactory.java

ViolationMessageLine
warningClass ParameterFactory should be declared as final.36
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.62
warningMissing a Javadoc comment.66
warningFirst sentence should end with a period.71
warningExpected an @return tag.77
warningFirst sentence should end with a period.89
warningExpected an @return tag.96
warningMissing a Javadoc comment.108
warningMissing a Javadoc comment.120
warningFirst sentence should end with a period.148
warningExpected @param tag for 'params'.155
warningFirst sentence should end with a period.159
warningExpected @param tag for 'parameter'.164
warningFirst sentence should end with a period.168
warningExpected @param tag for 'typedParameters'.173
warningFirst sentence should end with a period.177
warningUnused @param tag for 'propertyFile'.180
warningExpected @throws tag for 'Exception'.183
warningFirst sentence should end with a period.191
warningExpected @throws tag for 'Exception'.197
warning':' is not preceded with whitespace.205
warningMissing a Javadoc comment.210
warningFirst sentence should end with a period.218
warningMissing a Javadoc comment.234

de/surething/lda/locations/LocationFactory.java

ViolationMessageLine
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.34

de/surething/lda/resources/IconFactory.java

ViolationMessageLine
warningClass IconFactory should be declared as final.29
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.51
warningMissing a Javadoc comment.59
warningMissing a Javadoc comment.67
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.68

de/surethingies/properties/Parameters.java

ViolationMessageLine
warningMissing a Javadoc comment.30
warningFirst sentence should end with a period.32
warningUnclosed HTML tag found: <DefaultParameter>33
warningFirst sentence should end with a period.39
warningExpected @param tag for 'group'.45
warningExpected @param tag for 'params'.45
warningMissing a Javadoc comment.57
warningFirst sentence should end with a period.61
warningExpected @param tag for 'settings'.67

de/surething/lda/locations/Location.java

ViolationMessageLine
warningMissing a Javadoc comment.28
warningRedundant 'public' modifier.28

de/surethingies/properties/io/ConfigurationIO.java

ViolationMessageLine
warningClass ConfigurationIO should be declared as final.31
warningMissing a Javadoc comment.31
warning'(' is preceded with whitespace.35
warning'{' is not followed by whitespace.35
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.45
warning'(' is preceded with whitespace.45
warning'(' is preceded with whitespace.47
warning'(' is preceded with whitespace.48
warningMissing a Javadoc comment.61
warning'(' is preceded with whitespace.61
warning'(' is preceded with whitespace.62
warning',' is not followed by whitespace.65
warning'(' is preceded with whitespace.68
warning'(' is preceded with whitespace.68
warning'(' is preceded with whitespace.78
warning':' is not preceded with whitespace.86
warning':' is not preceded with whitespace.94

de/surethingies/properties/io/ConfigurationParser.java

ViolationMessageLine
warningFile does not end with a newline.0
warningMissing a Javadoc comment.11
warningMissing a Javadoc comment.16
warning'(' is preceded with whitespace.47
warning'(' is preceded with whitespace.51
warningMissing a Javadoc comment.56

de/surethingies/properties/plain/Setting.java

ViolationMessageLine
warningMissing a Javadoc comment.25
warningMissing a Javadoc comment.27
warningVariable 'id' must be private and have accessor methods.27
warningMissing a Javadoc comment.29
warningVariable 'group' must be private and have accessor methods.29
warningMissing a Javadoc comment.31
warningVariable 'entries' must be private and have accessor methods.31

de/surething/lda/resources/Messages.java

ViolationMessageLine
warningClass Messages should be declared as final.26
warningMissing a Javadoc comment.26
warningMissing a Javadoc comment.34

de/surethingies/properties/Parameter.java

ViolationMessageLine
warningMissing a Javadoc comment.22
warning'{' is not preceded with whitespace.22
warningRedundant 'public' modifier.27
warningRedundant 'public' modifier.32
warningFirst sentence should end with a period.34
warningRedundant 'public' modifier.40
warningRedundant 'public' modifier.45
warningRedundant 'public' modifier.50
warningRedundant 'public' modifier.55
warningRedundant 'public' modifier.60