Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
32 | 0 | 0 | 149 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MagicNumber | 9 | ![]() |
design | HideUtilityClassConstructor | 4 | ![]() |
imports | AvoidStarImport | 17 | ![]() |
javadoc | JavadocPackage | 1 | ![]() |
JavadocVariable | 13 | ![]() | |
misc | FinalParameters | 2 | ![]() |
naming | ConstantName | 1 | ![]() |
StaticVariableName | 3 | ![]() | |
sizes | LineLength
|
96 | ![]() |
whitespace | MethodParamPad | 2 | ![]() |
WhitespaceAfter | 1 | ![]() |
Details
de/aikiit/fotorenamer/ApplicationStarter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
de/aikiit/fotorenamer/TestConstants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 57 |
de/aikiit/fotorenamer/exception/FotorenamerExceptionTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 21 |
![]() |
whitespace | MethodParamPad | '(' should be on the previous line. | 31 |
![]() |
whitespace | MethodParamPad | '(' should be on the previous line. | 38 |
de/aikiit/fotorenamer/exception/InvalidDirectoryException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | FinalParameters | Parameter message should be final. | 39 |
de/aikiit/fotorenamer/exception/NoFilesFoundException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 44 |
de/aikiit/fotorenamer/gui/HelpWindow.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 23 |
![]() |
coding | MagicNumber | '350' is a magic number. | 80 |
![]() |
coding | MagicNumber | '300' is a magic number. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 126 |
de/aikiit/fotorenamer/gui/ImageDirectorySelector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
![]() |
coding | MagicNumber | '60' is a magic number. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 162 |
![]() |
misc | FinalParameters | Parameter evt should be final. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 199). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 182). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 256 |
de/aikiit/fotorenamer/gui/MainUIWindow.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 27 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
![]() |
naming | ConstantName | Name 'helpWindow' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 227 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 240 |
de/aikiit/fotorenamer/gui/ProgressBar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 22 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 23 |
![]() |
coding | MagicNumber | '35' is a magic number. | 101 |
![]() |
coding | MagicNumber | '3' is a magic number. | 102 |
![]() |
coding | MagicNumber | '3' is a magic number. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 128 |
de/aikiit/fotorenamer/gui/ProgressBarTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
coding | MagicNumber | '10' is a magic number. | 48 |
![]() |
coding | MagicNumber | '4' is a magic number. | 55 |
de/aikiit/fotorenamer/image/AbstractImageRenamer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 154). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 185 |
de/aikiit/fotorenamer/image/CreationDateFromExifImageRenamer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
de/aikiit/fotorenamer/image/CreationDateFromExifImageRenamerTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
de/aikiit/fotorenamer/image/ImageFilenameFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 45 |
de/aikiit/fotorenamer/image/MetaDataExtractor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 147 |
de/aikiit/fotorenamer/image/MetaDataExtractorTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 81 |
de/aikiit/fotorenamer/image/RemoveExifPrefixRenamer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 115 |
![]() |
whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 157 |
de/aikiit/fotorenamer/util/ComponentGaugeUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
de/aikiit/fotorenamer/util/ComponentGaugeUtilTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 19 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 20 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 39 |
de/aikiit/fotorenamer/util/LocalizationHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | StaticVariableName | Name 'BUNDLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | StaticVariableName | Name 'LOCALE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
naming | StaticVariableName | Name 'FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 180). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
de/aikiit/fotorenamer/util/LocalizationHelperTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - de.aikiit.fotorenamer.util.LocalizationHelper.*. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 46 |
![]() |
coding | MagicNumber | '7' is a magic number. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 49 |