Checkstyle Results
The following document contains the results of Checkstyle 10.3.4 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
79 | 0 | 0 | 1109 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 15 | Error |
MagicNumber | 3 | Error | |
design | DesignForExtension | 42 | Error |
HideUtilityClassConstructor | 1 | Error | |
VisibilityModifier | 8 | Error | |
imports | UnusedImports
|
4 | Error |
javadoc | JavadocMethod | 45 | Error |
JavadocPackage | 21 | Error | |
JavadocStyle | 19 | Error | |
JavadocType | 23 | Error | |
JavadocVariable | 58 | Error | |
MissingJavadocMethod | 31 | Error | |
misc | NewlineAtEndOfFile | 12 | Error |
modifier | RedundantModifier | 3 | Error |
regexp | RegexpSingleline
|
203 | Error |
sizes | LineLength
|
472 | Error |
whitespace | FileTabCharacter | 73 | Error |
NoWhitespaceAfter | 17 | Error | |
NoWhitespaceBefore | 1 | Error | |
ParenPad | 58 | Error |
Details
messages.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/imageconverter/ImageServiceApplication.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 21 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 24 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 36 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
org/imageconverter/application/ImageConversionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | imports | UnusedImports | Unused import - org.imageconverter.infra.exception.ElementNotFoundException. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | whitespace | NoWhitespaceAfter | 'String' is followed by whitespace. | 49 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 96 |
Error | javadoc | JavadocMethod | Unused @param tag for 'request'. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'requests'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 111 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 132 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 186 |
Error | javadoc | JavadocMethod | Unused @param tag for 'pageable'. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 191 |
Error | javadoc | JavadocMethod | Expected @param tag for 'page'. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 202 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 215 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 236 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 237 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
org/imageconverter/application/ImageTypeService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.imageconverter.infra.exception.ElementNotFoundException. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 162 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 177 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 179 |
org/imageconverter/config/DefaultOpenApiConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | design | DesignForExtension | Class 'DefaultOpenApiConfiguration' looks like designed for extension (can be subclassed), but the method 'openAPI' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultOpenApiConfiguration' final or making the method 'openAPI' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 70 |
Error | design | DesignForExtension | Class 'DefaultOpenApiConfiguration' looks like designed for extension (can be subclassed), but the method 'defaultOpenApiCustomiser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultOpenApiConfiguration' final or making the method 'defaultOpenApiCustomiser' static/final/abstract/empty, or adding allowed annotation for the method. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 141 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 200 |
Error | design | DesignForExtension | Class 'DefaultOpenApiConfiguration' looks like designed for extension (can be subclassed), but the method 'operationCustomizer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultOpenApiConfiguration' final or making the method 'operationCustomizer' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 315 |
org/imageconverter/config/ImageConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 107 |
org/imageconverter/config/LogPerformanceConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Class 'LogPerformanceConfiguration' looks like designed for extension (can be subclassed), but the method 'performanceMonitorAdvisor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LogPerformanceConfiguration' final or making the method 'performanceMonitorAdvisor' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 20 |
org/imageconverter/config/WebConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 64 |
Error | design | DesignForExtension | Class 'WebConfig' looks like designed for extension (can be subclassed), but the method 'defaultSampler' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebConfig' final or making the method 'defaultSampler' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | design | DesignForExtension | Class 'WebConfig' looks like designed for extension (can be subclassed), but the method 'messageSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'WebConfig' final or making the method 'messageSource' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 149 |
org/imageconverter/config/filter/CsrfLoggerFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
org/imageconverter/config/health/TesseractHealthService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
Error | coding | HiddenField | 'imageFile' hides a field. | 36 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
org/imageconverter/config/health/TesseractInfoService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 156 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | coding | HiddenField | 'tesseractDetails' hides a field. | 169 |
Error | design | DesignForExtension | Class 'TesseractDetailsData' looks like designed for extension (can be subclassed), but the method 'getTesseractDetails' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TesseractDetailsData' final or making the method 'getTesseractDetails' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
org/imageconverter/config/security/RestAuthenticationSuccessHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 40 |
org/imageconverter/config/security/RestSecurityConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 28 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | coding | HiddenField | 'authenticationSuccessHandler' hides a field. | 42 |
Error | coding | HiddenField | 'allowUrlEncodedSlashHttpFirewall' hides a field. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | design | DesignForExtension | Class 'RestSecurityConfig' looks like designed for extension (can be subclassed), but the method 'filterChain' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestSecurityConfig' final or making the method 'filterChain' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 87 |
Error | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 98 |
Error | design | DesignForExtension | Class 'RestSecurityConfig' looks like designed for extension (can be subclassed), but the method 'webSecurityCustomizer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestSecurityConfig' final or making the method 'webSecurityCustomizer' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
org/imageconverter/config/security/SecurityApplicationInitializer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
org/imageconverter/config/security/SecurityConfig.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 39 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 |
Error | coding | HiddenField | 'applicationUser' hides a field. | 41 |
Error | coding | HiddenField | 'applicationPassword' hides a field. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
org/imageconverter/controller/ImageConversionRestController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
Error | coding | HiddenField | 'imageConversionService' hides a field. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | coding | MagicNumber | '10' is a magic number. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 147 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 179 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 201 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 223 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 225 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 274 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 275 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 301 |
org/imageconverter/controller/ImageTypeRestController.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.util.List. | 10 |
Error | imports | UnusedImports | Unused import - org.imageconverter.infra.exception.ElementNotFoundException. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocMethod | Unused @param tag for 'imageConversionService'. | 77 |
Error | coding | HiddenField | 'imageTypeService' hides a field. | 79 |
Error | javadoc | JavadocMethod | Expected @param tag for 'imageTypeService'. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 106 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 116 |
Error | coding | MagicNumber | '10' is a magic number. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 129 |
Error | javadoc | JavadocMethod | Unused Javadoc tag. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 135 |
Error | javadoc | JavadocMethod | Expected @param tag for 'response'. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 153 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'id'. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 184 |
org/imageconverter/domain/conversion/ExecutionType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
org/imageconverter/domain/conversion/ImageConversion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getFileName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getFileName' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getFileType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getFileType' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getFileSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getFileSize' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getCreated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getCreated' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getType' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getText' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'getArea' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'getArea' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
Error | design | DesignForExtension | Class 'ImageConversion' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageConversion' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
Error | design | VisibilityModifier | Variable 'executionType' must be private and have accessor methods. | 156 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
Error | design | VisibilityModifier | Variable 'fileName' must be private and have accessor methods. | 159 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
Error | design | VisibilityModifier | Variable 'fileContent' must be private and have accessor methods. | 162 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
Error | design | VisibilityModifier | Variable 'xAxis' must be private and have accessor methods. | 165 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
Error | design | VisibilityModifier | Variable 'yAxis' must be private and have accessor methods. | 168 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
Error | design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 171 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
Error | design | VisibilityModifier | Variable 'height' must be private and have accessor methods. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 177 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 190 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 208 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 234 |
Error | coding | MagicNumber | '1024L' is a magic number. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 256 |
org/imageconverter/domain/conversion/ImageConversionRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 26 |
org/imageconverter/domain/conversion/TesseractService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 63 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 110 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 116 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 122 |
org/imageconverter/domain/imagetype/ImageType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Error | coding | HiddenField | 'extension' hides a field. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 54 |
Error | coding | HiddenField | 'description' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'update' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'update' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
Error | coding | HiddenField | 'extension' hides a field. | 70 |
Error | coding | HiddenField | 'name' hides a field. | 70 |
Error | coding | HiddenField | 'description' hides a field. | 70 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getExtension' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getExtension' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getDescription' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getCreated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getCreated' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'getUpdated' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'getUpdated' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | design | DesignForExtension | Class 'ImageType' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImageType' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 134 |
org/imageconverter/domain/imagetype/ImageTypeRespository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 22 |
org/imageconverter/infra/AbstractRestExceptionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | design | VisibilityModifier | Variable 'messageSource' must be private and have accessor methods. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | HiddenField | 'messageSource' hides a field. | 47 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 56 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 144 |
Error | javadoc | JavadocMethod | Expected @param tag for 'subErrors'. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 155 |
org/imageconverter/infra/RestExceptionHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleElementNotFoundException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleElementNotFoundException' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 46 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleElementElementConflictException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleElementElementConflictException' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 52 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleElementInvalidException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleElementInvalidException' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleServiceUnavailableException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleServiceUnavailableException' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleImageConvertException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleImageConvertException' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleCsvFileGenerationException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleCsvFileGenerationException' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleCsvFileNoDataException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleCsvFileNoDataException' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleBaseApplicationException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleBaseApplicationException' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleConstraintViolationException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleConstraintViolationException' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 113 |
Error | design | DesignForExtension | Class 'RestExceptionHandler' looks like designed for extension (can be subclassed), but the method 'handleUnknownException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RestExceptionHandler' final or making the method 'handleUnknownException' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 123 |
org/imageconverter/infra/exception/BaseApplicationException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 25 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
org/imageconverter/infra/exception/ConversionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 15 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 25 |
Error | javadoc | JavadocMethod | Unused @param tag for 'ex'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 29 |
org/imageconverter/infra/exception/CsvFileGenerationException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 29 |
org/imageconverter/infra/exception/CsvFileNoDataException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
org/imageconverter/infra/exception/ElementAlreadyExistsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 15 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 15 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 28 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | javadoc | JavadocMethod | Expected @param tag for 'params'. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 38 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 38 |
org/imageconverter/infra/exception/ElementConflictException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 29 |
org/imageconverter/infra/exception/ElementInvalidException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
org/imageconverter/infra/exception/ElementNotFoundException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 13 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 14 |
Error | javadoc | JavadocStyle | Extra HTML tag found: </br> | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
org/imageconverter/infra/exception/ElementWithIdNotFoundException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 9 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 10 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 10 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 10 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
org/imageconverter/infra/exception/ImageConvertServiceException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 25 |
Error | javadoc | JavadocMethod | Unused @param tag for 'ex'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 29 |
org/imageconverter/infra/exception/ServiceUnavailableException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 25 |
Error | javadoc | JavadocMethod | Unused @param tag for 'ex'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 29 |
org/imageconverter/infra/exception/TesseractConversionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 18 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 25 |
Error | javadoc | JavadocMethod | Unused @param tag for 'ex'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'message'. | 29 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 29 |
org/imageconverter/infra/exception/TesseractNotSetException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocMethod | Unused @param tag for 'msg'. | 30 |
Error | javadoc | JavadocMethod | Unused @param tag for 'ex'. | 31 |
Error | javadoc | JavadocMethod | Expected @param tag for 'cause'. | 33 |
org/imageconverter/util/BeanUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 78 |
org/imageconverter/util/controllers/imageconverter/ImageConversionPostResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param text tag. | 12 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
org/imageconverter/util/controllers/imageconverter/ImageConversionResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param fileName tag. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param id tag. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param text tag. | 12 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 13 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 19 |
org/imageconverter/util/controllers/imageconverter/ImageConverterConst.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
org/imageconverter/util/controllers/imageconverter/ImageConverterRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param executionType tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param fileContent tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param fileName tag. | 15 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
org/imageconverter/util/controllers/imageconverter/ImageConverterRequestArea.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param executionType tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param fileContent tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param fileName tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param height tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param width tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param xAxis tag. | 16 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param yAxis tag. | 16 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
org/imageconverter/util/controllers/imageconverter/ImageConverterRequestInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
org/imageconverter/util/controllers/imagetype/CreateImageTypeRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param description tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param extension tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param name tag. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 16 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 29 |
org/imageconverter/util/controllers/imagetype/ImageTypeConst.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
org/imageconverter/util/controllers/imagetype/ImageTypeResponse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param extension tag. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param id tag. | 12 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param name tag. | 12 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 23 |
org/imageconverter/util/controllers/imagetype/UpdateImageTypeRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param description tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param extension tag. | 15 |
Error | javadoc | JavadocType | Type Javadoc comment is missing @param name tag. | 15 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 20 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 28 |
org/imageconverter/util/jpaconverters/ExcutionTypeConverter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 16 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
org/imageconverter/util/logging/Loggable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
org/imageconverter/util/logging/LoggableAspect.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
org/imageconverter/util/openapi/OpenApiResponseError500.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
org/imageconverter/util/openapi/imageconverter/ImageConverterRestGetByIdOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 21 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 25 |
org/imageconverter/util/openapi/imageconverter/ImageConverterRestGetOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 24 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 29 |
org/imageconverter/util/openapi/imageconverter/ImageConverterRestPostAreaOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 19 |
org/imageconverter/util/openapi/imageconverter/ImageConverterRestPostOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 17 |
org/imageconverter/util/openapi/imageconverter/OpenApiResponse201.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 23 |
org/imageconverter/util/openapi/imageconverter/OpenApiResponseError404.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 32 |
org/imageconverter/util/openapi/imageconverter/OpenApiResponseGetBySearchError400.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
org/imageconverter/util/openapi/imageconverter/OpenApiResponseRestPostAreaError400.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 48 |
org/imageconverter/util/openapi/imageconverter/OpenApiResponseRestPostError409.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 31 |
org/imageconverter/util/openapi/imagetype/CreateImageTypeRequestBody.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
org/imageconverter/util/openapi/imagetype/ImageTypeRestDeleteOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
org/imageconverter/util/openapi/imagetype/ImageTypeRestGet.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 23 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 25 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 32 |
org/imageconverter/util/openapi/imagetype/ImageTypeRestGetByIdOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 21 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 25 |
org/imageconverter/util/openapi/imagetype/ImageTypeRestPostOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
org/imageconverter/util/openapi/imagetype/ImageTypeRestPutOpenApi.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 17 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
org/imageconverter/util/openapi/imagetype/OpenApiResponse201.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 23 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseError404.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 33 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseGetBySearchError400.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 32 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseRestDelete204.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseRestDeleteError409.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 33 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseRestPostError400.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 47 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseRestPostError409.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 33 |
org/imageconverter/util/openapi/imagetype/OpenApiResponseRestUpdate204.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 15 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 16 |
org/imageconverter/util/openapi/imagetype/UpdateImageTypeRequestBody.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is followed by whitespace. | 19 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
org/imageconverter/util/performance/PerformanceMonitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | design | DesignForExtension | Class 'PerformanceMonitor' looks like designed for extension (can be subclassed), but the method 'invoke' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PerformanceMonitor' final or making the method 'invoke' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 97 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 176 |
Error | design | DesignForExtension | Class 'PerformanceMonitor' looks like designed for extension (can be subclassed), but the method 'createExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PerformanceMonitor' final or making the method 'createExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 183 |
org/imageconverter/util/validation/ValidatorAspect.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 66 |