Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
195 | 0 | 0 | 8369 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 443 | ![]() |
MagicNumber | 517 | ![]() | |
design | DesignForExtension | 992 | ![]() |
FinalClass | 7 | ![]() | |
VisibilityModifier | 45 | ![]() | |
imports | AvoidStarImport | 21 | ![]() |
UnusedImports
|
2 | ![]() | |
javadoc | JavadocMethod | 143 | ![]() |
JavadocPackage | 29 | ![]() | |
JavadocStyle | 31 | ![]() | |
JavadocType | 1 | ![]() | |
JavadocVariable | 785 | ![]() | |
MissingJavadocMethod | 1031 | ![]() | |
misc | FinalParameters | 1237 | ![]() |
NewlineAtEndOfFile | 62 | ![]() | |
TodoComment | 1 | ![]() | |
modifier | RedundantModifier | 1 | ![]() |
naming | ConstantName | 2 | ![]() |
LocalVariableName | 4 | ![]() | |
MemberName | 1 | ![]() | |
MethodName | 3 | ![]() | |
regexp | RegexpSingleline
|
838 | ![]() |
sizes | LineLength
|
1906 | ![]() |
MethodLength | 1 | ![]() | |
ParameterNumber | 2 | ![]() | |
whitespace | FileTabCharacter | 1 | ![]() |
MethodParamPad | 1 | ![]() | |
NoWhitespaceAfter | 17 | ![]() | |
NoWhitespaceBefore | 53 | ![]() | |
OperatorWrap | 4 | ![]() | |
ParenPad | 6 | ![]() | |
WhitespaceAfter | 11 | ![]() | |
WhitespaceAround | 171 | ![]() |
Details
com/jsql/model/AbstractModelObservable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
design | VisibilityModifier | Variable 'isStoppedByUser' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataInjection'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isUsingIndex'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callableBoolean'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isReport'. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 53 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataInjection'. | 53 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 57 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'injectWithoutIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'injectWithoutIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 57 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 57 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'injectWithIndexes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'injectWithIndexes' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 61 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 65 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'getReportWithoutIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'getReportWithoutIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 65 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 69 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'getReportWithoutIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'getReportWithoutIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 69 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 69 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'getReportWithIndexes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'getReportWithIndexes' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 73 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'isStoppedByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'isStoppedByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Class 'AbstractModelObservable' looks like designed for extension (can be subclassed), but the method 'setIsStoppedByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractModelObservable' final or making the method 'setIsStoppedByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter processStopped should be final. | 92 |
com/jsql/model/InjectionModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.util.*. | 26 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 32 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 33 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter e should be final. | 208 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 226 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 227 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 228 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 229 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 246 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 253 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 255 |
![]() |
coding | MagicNumber | '15' is a magic number. | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 267 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 322 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 322 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 328 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 349 |
![]() |
misc | FinalParameters | Parameter urlInjection should be final. | 350 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 351 |
![]() |
misc | FinalParameters | Parameter urlObject should be final. | 352 |
![]() |
misc | FinalParameters | Parameter msgHeader should be final. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 376 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 393 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 394 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 418 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 426 |
![]() |
misc | FinalParameters | Parameter dataInjection should be final. | 427 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 428 |
![]() |
misc | FinalParameters | Parameter msgHeader should be final. | 429 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 439 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 444 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 449 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 473 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 480 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 486 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 490 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 491 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 491 |
![]() |
misc | FinalParameters | Parameter paramLead should be final. | 491 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 491 |
![]() |
misc | FinalParameters | Parameter sqlTrail should be final. | 491 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 501 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 506 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 511 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 518 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 524 |
![]() |
misc | FinalParameters | Parameter paramLead should be final. | 524 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 524 |
![]() |
misc | FinalParameters | Parameter sqlTrail should be final. | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 536 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 546 |
![]() |
misc | FinalParameters | Parameter paramLead should be final. | 546 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 546 |
![]() |
misc | FinalParameters | Parameter sqlTrail should be final. | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 555 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 563 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 572 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 576 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 576 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 576 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodInjection'. | 576 |
![]() |
misc | FinalParameters | Parameter query should be final. | 576 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'query'. | 576 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 599 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 599 |
![]() |
misc | FinalParameters | Parameter query should be final. | 599 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 604 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 620 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 625 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 631 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 638 |
![]() |
misc | FinalParameters | Parameter message should be final. | 644 |
![]() |
misc | FinalParameters | Parameter source should be final. | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 645 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 648 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 649 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getIndexesInUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getIndexesInUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 652 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 652 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'setIndexesInUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'setIndexesInUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 656 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 656 |
![]() |
misc | FinalParameters | Parameter indexesInUrl should be final. | 656 |
![]() |
coding | HiddenField | 'indexesInUrl' hides a field. | 656 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'shouldErasePreviousInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'shouldErasePreviousInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 660 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 660 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'setIsScanning' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'setIsScanning' static/final/abstract/empty, or adding allowed annotation for the method. | 664 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 664 |
![]() |
misc | FinalParameters | Parameter isScanning should be final. | 664 |
![]() |
coding | HiddenField | 'isScanning' hides a field. | 664 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getPropertiesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getPropertiesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 668 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 668 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getMediatorUtils' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getMediatorUtils' static/final/abstract/empty, or adding allowed annotation for the method. | 672 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 672 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getMediatorVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getMediatorVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 676 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 676 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getMediatorMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getMediatorMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 680 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 680 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getDataAccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getDataAccess' static/final/abstract/empty, or adding allowed annotation for the method. | 684 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getResourceAccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getResourceAccess' static/final/abstract/empty, or adding allowed annotation for the method. | 688 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 688 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'getMediatorStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'getMediatorStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 692 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 692 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'appendAnalysisReport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'appendAnalysisReport' static/final/abstract/empty, or adding allowed annotation for the method. | 696 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 696 |
![]() |
misc | FinalParameters | Parameter analysisReport should be final. | 696 |
![]() |
coding | HiddenField | 'analysisReport' hides a field. | 696 |
![]() |
design | DesignForExtension | Class 'InjectionModel' looks like designed for extension (can be subclassed), but the method 'appendAnalysisReport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionModel' final or making the method 'appendAnalysisReport' static/final/abstract/empty, or adding allowed annotation for the method. | 700 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 700 |
![]() |
misc | FinalParameters | Parameter analysisReport should be final. | 700 |
![]() |
coding | HiddenField | 'analysisReport' hides a field. | 700 |
![]() |
misc | FinalParameters | Parameter isInit should be final. | 700 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 701 |
com/jsql/model/MediatorUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.util.*. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getCookiesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getCookiesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setCookiesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setCookiesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter cookiesUtil should be final. | 32 |
![]() |
coding | HiddenField | 'cookiesUtil' hides a field. | 32 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getMultipartUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getMultipartUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setMultipartUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setMultipartUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter multipartUtil should be final. | 40 |
![]() |
coding | HiddenField | 'multipartUtil' hides a field. | 40 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getPropertiesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getPropertiesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getConnectionUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getConnectionUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getAuthenticationUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getAuthenticationUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getGitUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getGitUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getHeaderUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getHeaderUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getParameterUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getParameterUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getExceptionUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getExceptionUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getSoapUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getSoapUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getJsonUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getJsonUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getPreferencesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getPreferencesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getProxyUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getProxyUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getThreadUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getThreadUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getUserAgentUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getUserAgentUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getTamperingUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getTamperingUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setPropertiesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setPropertiesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter propertiesUtil should be final. | 101 |
![]() |
coding | HiddenField | 'propertiesUtil' hides a field. | 101 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setConnectionUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setConnectionUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter connectionUtil should be final. | 105 |
![]() |
coding | HiddenField | 'connectionUtil' hides a field. | 105 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setAuthenticationUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setAuthenticationUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter authenticationUtil should be final. | 109 |
![]() |
coding | HiddenField | 'authenticationUtil' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setGitUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setGitUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter gitUtil should be final. | 113 |
![]() |
coding | HiddenField | 'gitUtil' hides a field. | 113 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setHeaderUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setHeaderUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter headerUtil should be final. | 117 |
![]() |
coding | HiddenField | 'headerUtil' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setParameterUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setParameterUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
misc | FinalParameters | Parameter parameterUtil should be final. | 121 |
![]() |
coding | HiddenField | 'parameterUtil' hides a field. | 121 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setExceptionUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setExceptionUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter exceptionUtil should be final. | 125 |
![]() |
coding | HiddenField | 'exceptionUtil' hides a field. | 125 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setSoapUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setSoapUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter soapUtil should be final. | 129 |
![]() |
coding | HiddenField | 'soapUtil' hides a field. | 129 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setJsonUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setJsonUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter jsonUtil should be final. | 133 |
![]() |
coding | HiddenField | 'jsonUtil' hides a field. | 133 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setPreferencesUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setPreferencesUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter preferencesUtil should be final. | 137 |
![]() |
coding | HiddenField | 'preferencesUtil' hides a field. | 137 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setProxyUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setProxyUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter proxyUtil should be final. | 141 |
![]() |
coding | HiddenField | 'proxyUtil' hides a field. | 141 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setThreadUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setThreadUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
misc | FinalParameters | Parameter threadUtil should be final. | 145 |
![]() |
coding | HiddenField | 'threadUtil' hides a field. | 145 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setTamperingUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setTamperingUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 149 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter tamperingUtil should be final. | 149 |
![]() |
coding | HiddenField | 'tamperingUtil' hides a field. | 149 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setUserAgentUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setUserAgentUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter userAgentUtil should be final. | 153 |
![]() |
coding | HiddenField | 'userAgentUtil' hides a field. | 153 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getCsrfUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getCsrfUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setCsrfUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setCsrfUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
misc | FinalParameters | Parameter csrfUtil should be final. | 161 |
![]() |
coding | HiddenField | 'csrfUtil' hides a field. | 161 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getDigestUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getDigestUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setDigestUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setDigestUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter digestUtil should be final. | 169 |
![]() |
coding | HiddenField | 'digestUtil' hides a field. | 169 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getFormUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getFormUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 173 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setFormUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setFormUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter formUtil should be final. | 177 |
![]() |
coding | HiddenField | 'formUtil' hides a field. | 177 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'getCertificateUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'getCertificateUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 181 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
design | DesignForExtension | Class 'MediatorUtils' looks like designed for extension (can be subclassed), but the method 'setCertificateUtil' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorUtils' final or making the method 'setCertificateUtil' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter certificateUtil should be final. | 185 |
![]() |
coding | HiddenField | 'certificateUtil' hides a field. | 185 |
com/jsql/model/accessible/CallableFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
misc | FinalParameters | Parameter pathFile should be final. | 52 |
![]() |
coding | HiddenField | 'pathFile' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pathFile'. | 52 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 52 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | MethodLength | Method call length is 159 lines (max allowed is 150). | 62 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
coding | MagicNumber | '8' is a magic number. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 126 |
![]() |
coding | MagicNumber | '8' is a magic number. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 172 |
![]() |
coding | MagicNumber | '8' is a magic number. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
design | DesignForExtension | Class 'CallableFile' looks like designed for extension (can be subclassed), but the method 'getPathFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableFile' final or making the method 'getPathFile' static/final/abstract/empty, or adding allowed annotation for the method. | 226 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Class 'CallableFile' looks like designed for extension (can be subclassed), but the method 'getSourceFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableFile' final or making the method 'getSourceFile' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
design | DesignForExtension | Class 'CallableFile' looks like designed for extension (can be subclassed), but the method 'getSuspendableReadFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableFile' final or making the method 'getSuspendableReadFile' static/final/abstract/empty, or adding allowed annotation for the method. | 234 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 |
com/jsql/model/accessible/CallableHttpHead.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 56 |
![]() |
misc | FinalParameters | Parameter urlAdminPage should be final. | 56 |
![]() |
coding | HiddenField | 'urlAdminPage' hides a field. | 56 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 56 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 56 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 56 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 56 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
coding | MagicNumber | '4' is a magic number. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 94 |
![]() |
coding | MagicNumber | '4' is a magic number. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
design | DesignForExtension | Class 'CallableHttpHead' looks like designed for extension (can be subclassed), but the method 'getUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableHttpHead' final or making the method 'getUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
com/jsql/model/accessible/DataAccess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.model.bean.database.*. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>SQLix01x03x03x07 | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>x04[table cell]x05[number of occurrences]x04 | 60 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>x04[table cell]x05[number of occurrences]x04 | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 85 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>x04[table cell]x05[number of occurrences]x04 | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 90 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 94 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 213 |
![]() |
misc | FinalParameters | Parameter database should be final. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 230 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 244 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 263 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 268 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 273 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 290 |
![]() |
misc | FinalParameters | Parameter table should be final. | 295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 297 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 305 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 307 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 324 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 371 |
![]() |
misc | FinalParameters | Parameter columnsBean should be final. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 393 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 402 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 418 |
![]() |
misc | FinalParameters | Parameter database should be final. | 418 |
![]() |
misc | FinalParameters | Parameter table should be final. | 418 |
![]() |
misc | FinalParameters | Parameter rowCount should be final. | 418 |
![]() |
misc | FinalParameters | Parameter columns should be final. | 418 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 420 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 439 |
![]() |
misc | FinalParameters | Parameter e should be final. | 439 |
![]() |
misc | FinalParameters | Parameter resultToParse should be final. | 439 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 451 |
![]() |
misc | FinalParameters | Parameter columnsName should be final. | 451 |
![]() |
misc | FinalParameters | Parameter values should be final. | 451 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 454 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 455 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 455 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 457 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 458 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 458 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 463 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
com/jsql/model/accessible/ExploitMode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter keyLabel should be final. | 13 |
![]() |
coding | HiddenField | 'keyLabel' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter keyTooltip should be final. | 13 |
![]() |
coding | HiddenField | 'keyTooltip' hides a field. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter label should be final. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
com/jsql/model/accessible/ResourceAccess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.model.accessible.vendor.*. | 14 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 123 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 123 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 138 |
![]() |
misc | FinalParameters | Parameter urlInjection should be final. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'urlInjection'. | 138 |
![]() |
misc | FinalParameters | Parameter pageNames should be final. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 139 |
![]() |
coding | MagicNumber | '3' is a magic number. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 147 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 157 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 178 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 191 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'callAdminPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'callAdminPage' static/final/abstract/empty, or adding allowed annotation for the method. | 191 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
misc | FinalParameters | Parameter taskCompletionService should be final. | 191 |
![]() |
misc | FinalParameters | Parameter nbAdminPagesFound should be final. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 214 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'logSearchAdminPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'logSearchAdminPage' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter nbAdminPagesFound should be final. | 214 |
![]() |
misc | FinalParameters | Parameter submittedTasks should be final. | 214 |
![]() |
misc | FinalParameters | Parameter tasksHandled should be final. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 230 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'checkUrls' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'checkUrls' static/final/abstract/empty, or adding allowed annotation for the method. | 230 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 230 |
![]() |
misc | FinalParameters | Parameter nameExploit should be final. | 230 |
![]() |
misc | FinalParameters | Parameter biFuncGetRequest should be final. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 233 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 248 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 264 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 264 |
![]() |
misc | FinalParameters | Parameter directoryNames should be final. | 264 |
![]() |
misc | FinalParameters | Parameter urlProtocol should be final. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 265 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 266 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 282 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 282 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 287 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 298 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'callCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'callCommand' static/final/abstract/empty, or adding allowed annotation for the method. | 302 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
misc | FinalParameters | Parameter urlCommand should be final. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 306 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'callCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'callCommand' static/final/abstract/empty, or adding allowed annotation for the method. | 306 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
misc | FinalParameters | Parameter urlCommand should be final. | 306 |
![]() |
misc | FinalParameters | Parameter isConnectIssueIgnored should be final. | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 314 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 314 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 314 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 314 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 324 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 336 |
![]() |
misc | FinalParameters | Parameter command should be final. | 336 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 336 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 339 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'runWebShell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'runWebShell' static/final/abstract/empty, or adding allowed annotation for the method. | 339 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 339 |
![]() |
misc | FinalParameters | Parameter command should be final. | 339 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 339 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 339 |
![]() |
misc | FinalParameters | Parameter isConnectIssueIgnored should be final. | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 341 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 341 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 355 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 362 |
![]() |
misc | FinalParameters | Parameter command should be final. | 362 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 362 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 362 |
![]() |
misc | FinalParameters | Parameter username should be final. | 362 |
![]() |
misc | FinalParameters | Parameter password should be final. | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 366 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'runSqlShell' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'runSqlShell' static/final/abstract/empty, or adding allowed annotation for the method. | 366 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
misc | FinalParameters | Parameter command should be final. | 366 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 366 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 366 |
![]() |
misc | FinalParameters | Parameter username should be final. | 366 |
![]() |
misc | FinalParameters | Parameter password should be final. | 366 |
![]() |
misc | FinalParameters | Parameter isResultSentToView should be final. | 366 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 380 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 384 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 398 |
![]() |
misc | FinalParameters | Parameter listRows should be final. | 398 |
![]() |
misc | FinalParameters | Parameter listFieldsLength should be final. | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 418 |
![]() |
misc | FinalParameters | Parameter listRows should be final. | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 435 |
![]() |
misc | FinalParameters | Parameter result should be final. | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 442 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 457 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'upload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'upload' static/final/abstract/empty, or adding allowed annotation for the method. | 457 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 457 |
![]() |
misc | FinalParameters | Parameter file should be final. | 457 |
![]() |
misc | FinalParameters | Parameter url should be final. | 457 |
![]() |
misc | FinalParameters | Parameter streamToUpload should be final. | 457 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 460 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 465 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 468 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 468 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 468 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 468 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 469 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 473 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 473 |
![]() |
coding | MagicNumber | '15' is a magic number. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 485 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 488 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 495 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 504 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 511 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 512 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 513 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 524 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 529 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 539 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 544 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 549 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 552 |
![]() |
misc | FinalParameters | Parameter pathsFiles should be final. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 554 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 563 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 564 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 578 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 594 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 633 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getResult' static/final/abstract/empty, or adding allowed annotation for the method. | 633 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 633 |
![]() |
misc | FinalParameters | Parameter query should be final. | 633 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 633 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 634 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getResultWithCatch' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getResultWithCatch' static/final/abstract/empty, or adding allowed annotation for the method. | 645 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 645 |
![]() |
misc | FinalParameters | Parameter query should be final. | 645 |
![]() |
misc | FinalParameters | Parameter metadata should be final. | 645 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 646 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 669 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'stopSearchAdmin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'stopSearchAdmin' static/final/abstract/empty, or adding allowed annotation for the method. | 673 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 673 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitSqlite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitSqlite' static/final/abstract/empty, or adding allowed annotation for the method. | 680 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 680 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitMysql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitMysql' static/final/abstract/empty, or adding allowed annotation for the method. | 684 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitOracle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitOracle' static/final/abstract/empty, or adding allowed annotation for the method. | 688 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 688 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitPostgres' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitPostgres' static/final/abstract/empty, or adding allowed annotation for the method. | 692 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 692 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'isSearchAdminStopped' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'isSearchAdminStopped' static/final/abstract/empty, or adding allowed annotation for the method. | 696 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 696 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 699 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'setScanStopped' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'setScanStopped' static/final/abstract/empty, or adding allowed annotation for the method. | 700 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 700 |
![]() |
misc | FinalParameters | Parameter isScanStopped should be final. | 700 |
![]() |
coding | HiddenField | 'isScanStopped' hides a field. | 700 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'isScanStopped' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'isScanStopped' static/final/abstract/empty, or adding allowed annotation for the method. | 704 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 704 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitHsqldb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitHsqldb' static/final/abstract/empty, or adding allowed annotation for the method. | 708 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 708 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitH2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitH2' static/final/abstract/empty, or adding allowed annotation for the method. | 712 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 712 |
![]() |
design | DesignForExtension | Class 'ResourceAccess' looks like designed for extension (can be subclassed), but the method 'getExploitDerby' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ResourceAccess' final or making the method 'getExploitDerby' static/final/abstract/empty, or adding allowed annotation for the method. | 716 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 716 |
com/jsql/model/accessible/vendor/ExploitDerby.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 35 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 39 |
![]() |
design | DesignForExtension | Class 'ExploitDerby' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitDerby' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 44 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 48 |
![]() |
coding | MagicNumber | '8' is a magic number. | 53 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
![]() |
design | DesignForExtension | Class 'ExploitDerby' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitDerby' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 81 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 81 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 83 |
![]() |
coding | MagicNumber | '8' is a magic number. | 88 |
![]() |
coding | MagicNumber | '8' is a magic number. | 89 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 100 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 115 |
![]() |
design | DesignForExtension | Class 'ExploitDerby' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitDerby' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 118 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
com/jsql/model/accessible/vendor/ExploitH2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 36 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 40 |
![]() |
design | DesignForExtension | Class 'ExploitH2' looks like designed for extension (can be subclassed), but the method 'createUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitH2' final or making the method 'createUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
![]() |
design | DesignForExtension | Class 'ExploitH2' looks like designed for extension (can be subclassed), but the method 'runRce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitH2' final or making the method 'runRce' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter command should be final. | 63 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 75 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 |
![]() |
design | DesignForExtension | Class 'ExploitH2' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitH2' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 80 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 84 |
![]() |
coding | MagicNumber | '8' is a magic number. | 89 |
![]() |
coding | MagicNumber | '8' is a magic number. | 95 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 102 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 120 |
![]() |
design | DesignForExtension | Class 'ExploitH2' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitH2' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 120 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 120 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 122 |
![]() |
coding | MagicNumber | '8' is a magic number. | 127 |
![]() |
coding | MagicNumber | '8' is a magic number. | 133 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 142 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
![]() |
design | DesignForExtension | Class 'ExploitH2' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitH2' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 160 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 160 |
com/jsql/model/accessible/vendor/ExploitHsqldb.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 35 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 39 |
![]() |
design | DesignForExtension | Class 'ExploitHsqldb' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitHsqldb' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 44 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 48 |
![]() |
coding | MagicNumber | '8' is a magic number. | 53 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
![]() |
design | DesignForExtension | Class 'ExploitHsqldb' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitHsqldb' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 80 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 80 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 82 |
![]() |
coding | MagicNumber | '8' is a magic number. | 87 |
![]() |
coding | MagicNumber | '8' is a magic number. | 88 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 98 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 113 |
![]() |
design | DesignForExtension | Class 'ExploitHsqldb' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitHsqldb' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
com/jsql/model/accessible/vendor/ExploitMysql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 60 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 69 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 69 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 69 |
![]() |
misc | FinalParameters | Parameter pathNetshare should be final. | 69 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 82 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'createSql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'createSql' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 82 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 82 |
![]() |
misc | FinalParameters | Parameter pathNetshare should be final. | 82 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 82 |
![]() |
misc | FinalParameters | Parameter username should be final. | 82 |
![]() |
misc | FinalParameters | Parameter password should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 109 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 109 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 109 |
![]() |
misc | FinalParameters | Parameter pathNetshare should be final. | 109 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 109 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 112 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 126 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 133 |
![]() |
misc | FinalParameters | Parameter pathRemoteFolder should be final. | 134 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pathRemoteFolder'. | 134 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 135 |
![]() |
misc | FinalParameters | Parameter keyPropertyExploit should be final. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyPropertyExploit'. | 136 |
![]() |
misc | FinalParameters | Parameter nameExploit should be final. | 137 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nameExploit'. | 137 |
![]() |
misc | FinalParameters | Parameter biFuncGetRequest should be final. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'biFuncGetRequest'. | 138 |
![]() |
misc | FinalParameters | Parameter pathNetshareFolder should be final. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pathNetshareFolder'. | 139 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exploitMode'. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 184 |
![]() |
coding | MagicNumber | '8' is a magic number. | 184 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 204 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'createUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'createUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter pathNetshareFolder should be final. | 204 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 253 |
![]() |
coding | MagicNumber | '8' is a magic number. | 253 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 253 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 264 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'byQueryBody' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'byQueryBody' static/final/abstract/empty, or adding allowed annotation for the method. | 274 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
misc | FinalParameters | Parameter nbIndexesFound should be final. | 275 |
![]() |
misc | FinalParameters | Parameter pathRemoteFolder should be final. | 276 |
![]() |
misc | FinalParameters | Parameter nameExploit should be final. | 277 |
![]() |
misc | FinalParameters | Parameter hexChunks should be final. | 278 |
![]() |
misc | FinalParameters | Parameter biPredConfirm should be final. | 279 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 284 |
![]() |
coding | MagicNumber | '8' is a magic number. | 284 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 284 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 296 |
![]() |
coding | MagicNumber | '8' is a magic number. | 296 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 296 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 296 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'byNetshare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'byNetshare' static/final/abstract/empty, or adding allowed annotation for the method. | 310 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
misc | FinalParameters | Parameter nbIndexesFound should be final. | 311 |
![]() |
misc | FinalParameters | Parameter pathNetshareFolder should be final. | 312 |
![]() |
misc | FinalParameters | Parameter nameExploit should be final. | 313 |
![]() |
misc | FinalParameters | Parameter pathRemoteFolder should be final. | 314 |
![]() |
misc | FinalParameters | Parameter biPredConfirm should be final. | 315 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 322 |
![]() |
coding | MagicNumber | '8' is a magic number. | 322 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 322 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 334 |
![]() |
coding | MagicNumber | '8' is a magic number. | 334 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 334 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 348 |
![]() |
misc | FinalParameters | Parameter pathNetshare should be final. | 348 |
![]() |
misc | FinalParameters | Parameter nameLibrary should be final. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 359 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'byTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'byTable' static/final/abstract/empty, or adding allowed annotation for the method. | 359 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
misc | FinalParameters | Parameter bodyHexChunks should be final. | 359 |
![]() |
misc | FinalParameters | Parameter pathRemoteFile should be final. | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 162). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 365 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 365 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 365 |
![]() |
coding | MagicNumber | '8' is a magic number. | 365 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 393 |
![]() |
misc | FinalParameters | Parameter nameDatabase should be final. | 407 |
![]() |
misc | FinalParameters | Parameter nameTableRandom should be final. | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 409 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 410 |
![]() |
misc | FinalParameters | Parameter nameLibrary should be final. | 419 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 439 |
![]() |
misc | FinalParameters | Parameter pathFile should be final. | 439 |
![]() |
misc | FinalParameters | Parameter bodyExploit should be final. | 439 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'confirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'confirm' static/final/abstract/empty, or adding allowed annotation for the method. | 448 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 448 |
![]() |
misc | FinalParameters | Parameter path should be final. | 448 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 449 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'runRceCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'runRceCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 463 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 463 |
![]() |
misc | FinalParameters | Parameter command should be final. | 463 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 466 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 468 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 469 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 480 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 480 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 482 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 483 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 483 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 483 |
![]() |
design | DesignForExtension | Class 'ExploitMysql' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitMysql' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 492 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 492 |
com/jsql/model/accessible/vendor/ExploitOracle.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 32 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 36 |
![]() |
design | DesignForExtension | Class 'ExploitOracle' looks like designed for extension (can be subclassed), but the method 'createRce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitOracle' final or making the method 'createRce' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter exploitMode should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
design | DesignForExtension | Class 'ExploitOracle' looks like designed for extension (can be subclassed), but the method 'runRceCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitOracle' final or making the method 'runRceCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter command should be final. | 82 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 92 |
com/jsql/model/accessible/vendor/ExploitPostgres.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 41 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 45 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'createUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'createUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter nameExtension should be final. | 50 |
![]() |
coding | HiddenField | 'nameExtension' hides a field. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 118 |
![]() |
coding | MagicNumber | '8' is a magic number. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 153 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'checkRceLibrary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'checkRceLibrary' static/final/abstract/empty, or adding allowed annotation for the method. | 159 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 167 |
![]() |
coding | MagicNumber | '8' is a magic number. | 170 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 209 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 211 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 212 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 212 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 212 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'runRceLibraryCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'runRceLibraryCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter command should be final. | 220 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 232 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 232 |
![]() |
misc | FinalParameters | Parameter command should be final. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 256 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 276 |
![]() |
coding | MagicNumber | '750' is a magic number. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 283 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 290 |
![]() |
misc | FinalParameters | Parameter nameExtension should be final. | 296 |
![]() |
coding | HiddenField | 'nameExtension' hides a field. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 297 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'runRceArchiveCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'runRceArchiveCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 312 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
misc | FinalParameters | Parameter command should be final. | 312 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 315 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 317 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 321 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 321 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'runRceProgramCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'runRceProgramCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 326 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
misc | FinalParameters | Parameter command should be final. | 326 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 326 |
![]() |
coding | MagicNumber | '8' is a magic number. | 329 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 348 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 348 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'runRceExtensionCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'runRceExtensionCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 353 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
misc | FinalParameters | Parameter command should be final. | 353 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 362 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 363 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 382 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 382 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 387 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 387 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 387 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 399 |
![]() |
coding | MagicNumber | '8' is a magic number. | 402 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 402 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 409 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 411 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 427 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'createSql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'createSql' static/final/abstract/empty, or adding allowed annotation for the method. | 427 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 427 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 427 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 427 |
![]() |
misc | FinalParameters | Parameter username should be final. | 427 |
![]() |
misc | FinalParameters | Parameter password should be final. | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 428 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 448 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 453 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 458 |
![]() |
coding | MagicNumber | '8' is a magic number. | 461 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 461 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 462 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 471 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 471 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 471 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 471 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 471 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 473 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 478 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 483 |
![]() |
coding | MagicNumber | '8' is a magic number. | 486 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 486 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 487 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 493 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 495 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 499 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 510 |
![]() |
design | DesignForExtension | Class 'ExploitPostgres' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitPostgres' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 513 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 513 |
com/jsql/model/accessible/vendor/ExploitSqlite.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 36 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 40 |
![]() |
design | DesignForExtension | Class 'ExploitSqlite' looks like designed for extension (can be subclassed), but the method 'createUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitSqlite' final or making the method 'createUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 47 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 52 |
![]() |
design | DesignForExtension | Class 'ExploitSqlite' looks like designed for extension (can be subclassed), but the method 'runRce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitSqlite' final or making the method 'runRce' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter command should be final. | 60 |
![]() |
misc | FinalParameters | Parameter uuidShell should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 72 |
![]() |
design | DesignForExtension | Class 'ExploitSqlite' looks like designed for extension (can be subclassed), but the method 'createWeb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitSqlite' final or making the method 'createWeb' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 77 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 81 |
![]() |
coding | MagicNumber | '8' is a magic number. | 85 |
![]() |
coding | MagicNumber | '8' is a magic number. | 86 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 95 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 97 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 114 |
![]() |
design | DesignForExtension | Class 'ExploitSqlite' looks like designed for extension (can be subclassed), but the method 'createUpload' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitSqlite' final or making the method 'createUpload' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter pathExploit should be final. | 114 |
![]() |
misc | FinalParameters | Parameter urlExploit should be final. | 114 |
![]() |
misc | FinalParameters | Parameter fileToUpload should be final. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 116 |
![]() |
coding | MagicNumber | '8' is a magic number. | 120 |
![]() |
coding | MagicNumber | '8' is a magic number. | 121 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 132 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 147 |
![]() |
design | DesignForExtension | Class 'ExploitSqlite' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExploitSqlite' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 |
com/jsql/model/accessible/vendor/derby/File.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter createTable should be final. | 15 |
![]() |
coding | HiddenField | 'createTable' hides a field. | 15 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getRead' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setRead' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter read should be final. | 23 |
![]() |
coding | HiddenField | 'read' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter write should be final. | 31 |
![]() |
coding | HiddenField | 'write' hides a field. | 31 |
com/jsql/model/accessible/vendor/derby/ModelYamlDerby.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | DesignForExtension | Class 'ModelYamlDerby' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlDerby' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Class 'ModelYamlDerby' looks like designed for extension (can be subclassed), but the method 'setFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlDerby' final or making the method 'setFile' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter file should be final. | 11 |
![]() |
coding | HiddenField | 'file' hides a field. | 11 |
com/jsql/model/accessible/vendor/h2/File.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter createTable should be final. | 15 |
![]() |
coding | HiddenField | 'createTable' hides a field. | 15 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getReadFromPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getReadFromPath' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setReadFromPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setReadFromPath' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter readFromPath should be final. | 23 |
![]() |
coding | HiddenField | 'readFromPath' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getReadFromTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getReadFromTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setReadFromTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setReadFromTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter readFromTempTable should be final. | 31 |
![]() |
coding | HiddenField | 'readFromTempTable' hides a field. | 31 |
com/jsql/model/accessible/vendor/h2/ModelYamlH2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
design | DesignForExtension | Class 'ModelYamlH2' looks like designed for extension (can be subclassed), but the method 'getRce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlH2' final or making the method 'getRce' static/final/abstract/empty, or adding allowed annotation for the method. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
design | DesignForExtension | Class 'ModelYamlH2' looks like designed for extension (can be subclassed), but the method 'setRce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlH2' final or making the method 'setRce' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter rce should be final. | 12 |
![]() |
coding | HiddenField | 'rce' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'ModelYamlH2' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlH2' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'ModelYamlH2' looks like designed for extension (can be subclassed), but the method 'setFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlH2' final or making the method 'setFile' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter file should be final. | 20 |
![]() |
coding | HiddenField | 'file' hides a field. | 20 |
com/jsql/model/accessible/vendor/h2/Rce.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter createTable should be final. | 18 |
![]() |
coding | HiddenField | 'createTable' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getCallCsvWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getCallCsvWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setCallCsvWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setCallCsvWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter callCsvWrite should be final. | 26 |
![]() |
coding | HiddenField | 'callCsvWrite' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getScriptSimple' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getScriptSimple' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setScriptSimple' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setScriptSimple' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter scriptSimple should be final. | 34 |
![]() |
coding | HiddenField | 'scriptSimple' hides a field. | 34 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getDropAlias' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getDropAlias' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setDropAlias' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setDropAlias' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter dropAlias should be final. | 42 |
![]() |
coding | HiddenField | 'dropAlias' hides a field. | 42 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getCreateAlias' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getCreateAlias' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setCreateAlias' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setCreateAlias' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter createAlias should be final. | 50 |
![]() |
coding | HiddenField | 'createAlias' hides a field. | 50 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'getRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'getRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Class 'Rce' looks like designed for extension (can be subclassed), but the method 'setRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Rce' final or making the method 'setRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter runCmd should be final. | 58 |
![]() |
coding | HiddenField | 'runCmd' hides a field. | 58 |
com/jsql/model/accessible/vendor/hsqldb/File.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter write should be final. | 14 |
![]() |
coding | HiddenField | 'write' hides a field. | 14 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getRead' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setRead' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter read should be final. | 22 |
![]() |
coding | HiddenField | 'read' hides a field. | 22 |
com/jsql/model/accessible/vendor/hsqldb/ModelYamlHsqldb.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | DesignForExtension | Class 'ModelYamlHsqldb' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlHsqldb' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Class 'ModelYamlHsqldb' looks like designed for extension (can be subclassed), but the method 'setFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlHsqldb' final or making the method 'setFile' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter file should be final. | 11 |
![]() |
coding | HiddenField | 'file' hides a field. | 11 |
com/jsql/model/accessible/vendor/hsqldb/Read.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter createTable should be final. | 15 |
![]() |
coding | HiddenField | 'createTable' hides a field. | 15 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getResult' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setResult' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter result should be final. | 23 |
![]() |
coding | HiddenField | 'result' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getPerformImport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getPerformImport' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setPerformImport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setPerformImport' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter performImport should be final. | 31 |
![]() |
coding | HiddenField | 'performImport' hides a field. | 31 |
com/jsql/model/accessible/vendor/mysql/AddFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'getQueryBody' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'getQueryBody' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'setQueryBody' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'setQueryBody' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter queryBody should be final. | 17 |
![]() |
coding | HiddenField | 'queryBody' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'getNetshare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'getNetshare' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'setNetshare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'setNetshare' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter netshare should be final. | 25 |
![]() |
coding | HiddenField | 'netshare' hides a field. | 25 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'getTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'getTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'AddFile' looks like designed for extension (can be subclassed), but the method 'setTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFile' final or making the method 'setTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter tempTable should be final. | 33 |
![]() |
coding | HiddenField | 'tempTable' hides a field. | 33 |
com/jsql/model/accessible/vendor/mysql/AddFunction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'getDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'getDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'setDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'setDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter drop should be final. | 17 |
![]() |
coding | HiddenField | 'drop' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'getCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'getCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'setCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'setCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter create should be final. | 25 |
![]() |
coding | HiddenField | 'create' hides a field. | 25 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'getConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'getConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'AddFunction' looks like designed for extension (can be subclassed), but the method 'setConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddFunction' final or making the method 'setConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter confirm should be final. | 33 |
![]() |
coding | HiddenField | 'confirm' hides a field. | 33 |
com/jsql/model/accessible/vendor/mysql/File.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getPrivilege' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getPrivilege' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setPrivilege' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setPrivilege' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter privilege should be final. | 16 |
![]() |
coding | HiddenField | 'privilege' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getRead' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setRead' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter read should be final. | 24 |
![]() |
coding | HiddenField | 'read' hides a field. | 24 |
com/jsql/model/accessible/vendor/mysql/ModelYamlMysql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'ModelYamlMysql' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlMysql' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'ModelYamlMysql' looks like designed for extension (can be subclassed), but the method 'setFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlMysql' final or making the method 'setFile' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter file should be final. | 15 |
![]() |
coding | HiddenField | 'file' hides a field. | 15 |
![]() |
design | DesignForExtension | Class 'ModelYamlMysql' looks like designed for extension (can be subclassed), but the method 'getUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlMysql' final or making the method 'getUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'ModelYamlMysql' looks like designed for extension (can be subclassed), but the method 'setUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlMysql' final or making the method 'setUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter udf should be final. | 23 |
![]() |
coding | HiddenField | 'udf' hides a field. | 23 |
com/jsql/model/accessible/vendor/mysql/TempTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getNameDatabase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getNameDatabase' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setNameDatabase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setNameDatabase' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter nameDatabase should be final. | 21 |
![]() |
coding | HiddenField | 'nameDatabase' hides a field. | 21 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter drop should be final. | 29 |
![]() |
coding | HiddenField | 'drop' hides a field. | 29 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter confirm should be final. | 37 |
![]() |
coding | HiddenField | 'confirm' hides a field. | 37 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter create should be final. | 45 |
![]() |
coding | HiddenField | 'create' hides a field. | 45 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getInsertChunks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getInsertChunks' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setInsertChunks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setInsertChunks' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter insertChunks should be final. | 53 |
![]() |
coding | HiddenField | 'insertChunks' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getAppendChunks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getAppendChunks' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setAppendChunks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setAppendChunks' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter appendChunks should be final. | 61 |
![]() |
coding | HiddenField | 'appendChunks' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getDump' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getDump' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setDump' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setDump' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter dump should be final. | 69 |
![]() |
coding | HiddenField | 'dump' hides a field. | 69 |
com/jsql/model/accessible/vendor/mysql/Udf.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPathPlugin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPathPlugin' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPathPlugin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPathPlugin' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter pathPlugin should be final. | 19 |
![]() |
coding | HiddenField | 'pathPlugin' hides a field. | 19 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getOsMachine' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getOsMachine' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setOsMachine' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setOsMachine' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter osMachine should be final. | 27 |
![]() |
coding | HiddenField | 'osMachine' hides a field. | 27 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getAddFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getAddFile' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setAddFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setAddFile' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter addFile should be final. | 35 |
![]() |
coding | HiddenField | 'addFile' hides a field. | 35 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getAddFunction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getAddFunction' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setAddFunction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setAddFunction' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter addFunction should be final. | 43 |
![]() |
coding | HiddenField | 'addFunction' hides a field. | 43 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter runCmd should be final. | 51 |
![]() |
coding | HiddenField | 'runCmd' hides a field. | 51 |
com/jsql/model/accessible/vendor/oracle/ModelYamlOracle.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
design | DesignForExtension | Class 'ModelYamlOracle' looks like designed for extension (can be subclassed), but the method 'getUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlOracle' final or making the method 'getUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'ModelYamlOracle' looks like designed for extension (can be subclassed), but the method 'setUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlOracle' final or making the method 'setUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter udf should be final. | 14 |
![]() |
coding | HiddenField | 'udf' hides a field. | 14 |
com/jsql/model/accessible/vendor/oracle/Udf.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getDropSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getDropSource' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setDropSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setDropSource' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter dropSource should be final. | 22 |
![]() |
coding | HiddenField | 'dropSource' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter dropFunc should be final. | 30 |
![]() |
coding | HiddenField | 'dropFunc' hides a field. | 30 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getAddSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getAddSource' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setAddSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setAddSource' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter addSource should be final. | 38 |
![]() |
coding | HiddenField | 'addSource' hides a field. | 38 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getAddFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getAddFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setAddFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setAddFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter addFunc should be final. | 46 |
![]() |
coding | HiddenField | 'addFunc' hides a field. | 46 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getGrant' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getGrant' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setGrant' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setGrant' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter grant should be final. | 54 |
![]() |
coding | HiddenField | 'grant' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter confirm should be final. | 62 |
![]() |
coding | HiddenField | 'confirm' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter runCmd should be final. | 70 |
![]() |
coding | HiddenField | 'runCmd' hides a field. | 70 |
com/jsql/model/accessible/vendor/postgres/Archive.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetPathConf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetPathConf' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetPathConf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetPathConf' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter getPathConf should be final. | 23 |
![]() |
coding | HiddenField | 'getPathConf' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter getStatus should be final. | 31 |
![]() |
coding | HiddenField | 'getStatus' hides a field. | 31 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetConfLoid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetConfLoid' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetConfLoid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetConfLoid' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter getConfLoid should be final. | 39 |
![]() |
coding | HiddenField | 'getConfLoid' hides a field. | 39 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetConfLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetConfLength' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetConfLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetConfLength' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter getConfLength should be final. | 47 |
![]() |
coding | HiddenField | 'getConfLength' hides a field. | 47 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getPutCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getPutCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setPutCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setPutCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter putCmd should be final. | 55 |
![]() |
coding | HiddenField | 'putCmd' hides a field. | 55 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getReloadConf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getReloadConf' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setReloadConf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setReloadConf' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter reloadConf should be final. | 63 |
![]() |
coding | HiddenField | 'reloadConf' hides a field. | 63 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter getCmd should be final. | 71 |
![]() |
coding | HiddenField | 'getCmd' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getRunWal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getRunWal' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setRunWal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setRunWal' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter runWal should be final. | 79 |
![]() |
coding | HiddenField | 'runWal' hides a field. | 79 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'getGetResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'getGetResult' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Class 'Archive' looks like designed for extension (can be subclassed), but the method 'setGetResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Archive' final or making the method 'setGetResult' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter getResult should be final. | 87 |
![]() |
coding | HiddenField | 'getResult' hides a field. | 87 |
com/jsql/model/accessible/vendor/postgres/Confirm.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Confirm' looks like designed for extension (can be subclassed), but the method 'getAddFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Confirm' final or making the method 'getAddFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Confirm' looks like designed for extension (can be subclassed), but the method 'setAddFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Confirm' final or making the method 'setAddFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter addFunc should be final. | 16 |
![]() |
coding | HiddenField | 'addFunc' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'Confirm' looks like designed for extension (can be subclassed), but the method 'getFuncExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Confirm' final or making the method 'getFuncExists' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'Confirm' looks like designed for extension (can be subclassed), but the method 'setFuncExists' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Confirm' final or making the method 'setFuncExists' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter funcExists should be final. | 24 |
![]() |
coding | HiddenField | 'funcExists' hides a field. | 24 |
com/jsql/model/accessible/vendor/postgres/Extension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setCreate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setCreate' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter create should be final. | 16 |
![]() |
coding | HiddenField | 'create' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getLanguages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getLanguages' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setLanguages' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setLanguages' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter languages should be final. | 24 |
![]() |
coding | HiddenField | 'languages' hides a field. | 24 |
com/jsql/model/accessible/vendor/postgres/File.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getRead' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setRead' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter read should be final. | 14 |
![]() |
coding | HiddenField | 'read' hides a field. | 14 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'getWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'getWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'File' looks like designed for extension (can be subclassed), but the method 'setWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'File' final or making the method 'setWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter write should be final. | 22 |
![]() |
coding | HiddenField | 'write' hides a field. | 22 |
com/jsql/model/accessible/vendor/postgres/LargeObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'getFromPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'getFromPath' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'setFromPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'setFromPath' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter fromPath should be final. | 18 |
![]() |
coding | HiddenField | 'fromPath' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'getToText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'getToText' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'setToText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'setToText' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter toText should be final. | 26 |
![]() |
coding | HiddenField | 'toText' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'getFromText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'getFromText' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'setFromText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'setFromText' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter fromText should be final. | 34 |
![]() |
coding | HiddenField | 'fromText' hides a field. | 34 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'getToFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'getToFile' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'LargeObject' looks like designed for extension (can be subclassed), but the method 'setToFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LargeObject' final or making the method 'setToFile' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter toFile should be final. | 42 |
![]() |
coding | HiddenField | 'toFile' hides a field. | 42 |
com/jsql/model/accessible/vendor/postgres/Library.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'getDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'getDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'setDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'setDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter dropFunc should be final. | 19 |
![]() |
coding | HiddenField | 'dropFunc' hides a field. | 19 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'getCreateFunction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'getCreateFunction' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'setCreateFunction' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'setCreateFunction' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter createFunction should be final. | 27 |
![]() |
coding | HiddenField | 'createFunction' hides a field. | 27 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'getRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'getRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'setRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'setRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter runFunc should be final. | 35 |
![]() |
coding | HiddenField | 'runFunc' hides a field. | 35 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'getLoFromText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'getLoFromText' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'setLoFromText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'setLoFromText' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter loFromText should be final. | 43 |
![]() |
coding | HiddenField | 'loFromText' hides a field. | 43 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'getLoToFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'getLoToFile' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'Library' looks like designed for extension (can be subclassed), but the method 'setLoToFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Library' final or making the method 'setLoToFile' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter loToFile should be final. | 51 |
![]() |
coding | HiddenField | 'loToFile' hides a field. | 51 |
com/jsql/model/accessible/vendor/postgres/ModelYamlPostgres.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Class 'ModelYamlPostgres' looks like designed for extension (can be subclassed), but the method 'getUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlPostgres' final or making the method 'getUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'ModelYamlPostgres' looks like designed for extension (can be subclassed), but the method 'setUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlPostgres' final or making the method 'setUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter udf should be final. | 15 |
![]() |
coding | HiddenField | 'udf' hides a field. | 15 |
![]() |
design | DesignForExtension | Class 'ModelYamlPostgres' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlPostgres' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'ModelYamlPostgres' looks like designed for extension (can be subclassed), but the method 'setFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlPostgres' final or making the method 'setFile' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter file should be final. | 23 |
![]() |
coding | HiddenField | 'file' hides a field. | 23 |
com/jsql/model/accessible/vendor/postgres/Program.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Program' looks like designed for extension (can be subclassed), but the method 'getRun' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Program' final or making the method 'getRun' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Program' looks like designed for extension (can be subclassed), but the method 'setRun' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Program' final or making the method 'setRun' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter run should be final. | 16 |
![]() |
coding | HiddenField | 'run' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'Program' looks like designed for extension (can be subclassed), but the method 'getGetResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Program' final or making the method 'getGetResult' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'Program' looks like designed for extension (can be subclassed), but the method 'setGetResult' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Program' final or making the method 'setGetResult' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter getResult should be final. | 24 |
![]() |
coding | HiddenField | 'getResult' hides a field. | 24 |
com/jsql/model/accessible/vendor/postgres/Read.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getFromDataFolder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getFromDataFolder' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setFromDataFolder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setFromDataFolder' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter fromDataFolder should be final. | 17 |
![]() |
coding | HiddenField | 'fromDataFolder' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getLargeObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getLargeObject' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setLargeObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setLargeObject' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter largeObject should be final. | 25 |
![]() |
coding | HiddenField | 'largeObject' hides a field. | 25 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'getFromTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'getFromTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'Read' looks like designed for extension (can be subclassed), but the method 'setFromTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Read' final or making the method 'setFromTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter fromTempTable should be final. | 33 |
![]() |
coding | HiddenField | 'fromTempTable' hides a field. | 33 |
com/jsql/model/accessible/vendor/postgres/Sql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getDropTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getDropTable' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setDropTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setDropTable' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter dropTable should be final. | 21 |
![]() |
coding | HiddenField | 'dropTable' hides a field. | 21 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setCreateTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setCreateTable' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter createTable should be final. | 29 |
![]() |
coding | HiddenField | 'createTable' hides a field. | 29 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter confirm should be final. | 37 |
![]() |
coding | HiddenField | 'confirm' hides a field. | 37 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getResultCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getResultCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setResultCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setResultCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter resultCmd should be final. | 45 |
![]() |
coding | HiddenField | 'resultCmd' hides a field. | 45 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setRunCmd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setRunCmd' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter runCmd should be final. | 53 |
![]() |
coding | HiddenField | 'runCmd' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getClean' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getClean' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setClean' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setClean' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter clean should be final. | 61 |
![]() |
coding | HiddenField | 'clean' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'getRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'getRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Class 'Sql' looks like designed for extension (can be subclassed), but the method 'setRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Sql' final or making the method 'setRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter runFunc should be final. | 69 |
![]() |
coding | HiddenField | 'runFunc' hides a field. | 69 |
com/jsql/model/accessible/vendor/postgres/TempTable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setDrop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setDrop' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter drop should be final. | 17 |
![]() |
coding | HiddenField | 'drop' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getAdd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getAdd' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setAdd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setAdd' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter add should be final. | 25 |
![]() |
coding | HiddenField | 'add' hides a field. | 25 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'getFill' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'getFill' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Class 'TempTable' looks like designed for extension (can be subclassed), but the method 'setFill' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TempTable' final or making the method 'setFill' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter fill should be final. | 33 |
![]() |
coding | HiddenField | 'fill' hides a field. | 33 |
com/jsql/model/accessible/vendor/postgres/Udf.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'Udf' 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 'Udf' final or making the method 'getExtension' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setExtension' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setExtension' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 27 |
![]() |
coding | HiddenField | 'extension' hides a field. | 27 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPlpython' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPlpython' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPlpython' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPlpython' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter plpython should be final. | 35 |
![]() |
coding | HiddenField | 'plpython' hides a field. | 35 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPlperl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPlperl' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPlperl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPlperl' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter plperl should be final. | 43 |
![]() |
coding | HiddenField | 'plperl' hides a field. | 43 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPlsh' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPlsh' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPlsh' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPlsh' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter plsh should be final. | 51 |
![]() |
coding | HiddenField | 'plsh' hides a field. | 51 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setRunFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setRunFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 59 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter runFunc should be final. | 59 |
![]() |
coding | HiddenField | 'runFunc' hides a field. | 59 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getSql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getSql' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setSql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setSql' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter sql should be final. | 67 |
![]() |
coding | HiddenField | 'sql' hides a field. | 67 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setDropFunc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setDropFunc' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter dropFunc should be final. | 75 |
![]() |
coding | HiddenField | 'dropFunc' hides a field. | 75 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getArchive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getArchive' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setArchive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setArchive' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter archive should be final. | 83 |
![]() |
coding | HiddenField | 'archive' hides a field. | 83 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getProgram' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getProgram' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setProgram' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setProgram' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter program should be final. | 91 |
![]() |
coding | HiddenField | 'program' hides a field. | 91 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPltcl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPltcl' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPltcl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPltcl' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter pltcl should be final. | 99 |
![]() |
coding | HiddenField | 'pltcl' hides a field. | 99 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPlr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPlr' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPlr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPlr' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter plr should be final. | 107 |
![]() |
coding | HiddenField | 'plr' hides a field. | 107 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getPllua' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getPllua' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setPllua' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setPllua' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter pllua should be final. | 115 |
![]() |
coding | HiddenField | 'pllua' hides a field. | 115 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'getLibrary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'getLibrary' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Class 'Udf' looks like designed for extension (can be subclassed), but the method 'setLibrary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Udf' final or making the method 'setLibrary' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter library should be final. | 123 |
![]() |
coding | HiddenField | 'library' hides a field. | 123 |
com/jsql/model/accessible/vendor/postgres/Write.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'getLargeObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'getLargeObject' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'setLargeObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'setLargeObject' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter largeObject should be final. | 14 |
![]() |
coding | HiddenField | 'largeObject' hides a field. | 14 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'getTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'getTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'setTempTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'setTempTable' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter tempTable should be final. | 22 |
![]() |
coding | HiddenField | 'tempTable' hides a field. | 22 |
com/jsql/model/accessible/vendor/sqlite/Extension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getFileioRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getFileioRead' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setFileioRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setFileioRead' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter fileioRead should be final. | 18 |
![]() |
coding | HiddenField | 'fileioRead' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getFileioWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getFileioWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setFileioWrite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setFileioWrite' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter fileioWrite should be final. | 26 |
![]() |
coding | HiddenField | 'fileioWrite' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getFileioLs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getFileioLs' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setFileioLs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setFileioLs' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter fileioLs should be final. | 34 |
![]() |
coding | HiddenField | 'fileioLs' hides a field. | 34 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'getExec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'getExec' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'Extension' looks like designed for extension (can be subclassed), but the method 'setExec' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Extension' final or making the method 'setExec' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter exec should be final. | 42 |
![]() |
coding | HiddenField | 'exec' hides a field. | 42 |
com/jsql/model/accessible/vendor/sqlite/ModelYamlSqlite.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' looks like designed for extension (can be subclassed), but the method 'getWriteFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlSqlite' final or making the method 'getWriteFile' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' looks like designed for extension (can be subclassed), but the method 'setWriteFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlSqlite' final or making the method 'setWriteFile' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter writeFile should be final. | 18 |
![]() |
coding | HiddenField | 'writeFile' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' looks like designed for extension (can be subclassed), but the method 'getUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlSqlite' final or making the method 'getUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' looks like designed for extension (can be subclassed), but the method 'setUdf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlSqlite' final or making the method 'setUdf' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter udf should be final. | 26 |
![]() |
coding | HiddenField | 'udf' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' 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 'ModelYamlSqlite' final or making the method 'getExtension' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'ModelYamlSqlite' looks like designed for extension (can be subclassed), but the method 'setExtension' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlSqlite' final or making the method 'setExtension' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter extension should be final. | 34 |
![]() |
coding | HiddenField | 'extension' hides a field. | 34 |
com/jsql/model/bean/database/AbstractElementDatabase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
design | VisibilityModifier | Variable 'elementValue' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
design | DesignForExtension | Class 'AbstractElementDatabase' looks like designed for extension (can be subclassed), but the method 'setElementValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractElementDatabase' final or making the method 'setElementValue' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter elementValue should be final. | 53 |
![]() |
coding | HiddenField | 'elementValue' hides a field. | 53 |
com/jsql/model/bean/database/Column.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
misc | FinalParameters | Parameter newColumnName should be final. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newColumnName'. | 27 |
![]() |
misc | FinalParameters | Parameter newTableName should be final. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newTableName'. | 27 |
com/jsql/model/bean/database/Database.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter databaseName should be final. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'databaseName'. | 35 |
![]() |
misc | FinalParameters | Parameter tableCount should be final. | 35 |
![]() |
coding | HiddenField | 'tableCount' hides a field. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tableCount'. | 35 |
![]() |
design | DesignForExtension | Class 'Database' looks like designed for extension (can be subclassed), but the method 'getParent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Database' final or making the method 'getParent' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
design | DesignForExtension | Class 'Database' looks like designed for extension (can be subclassed), but the method 'getChildCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Database' final or making the method 'getChildCount' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
com/jsql/model/bean/database/MockElement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'MockElement' looks like designed for extension (can be subclassed), but the method 'getParent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MockElement' final or making the method 'getParent' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
design | DesignForExtension | Class 'MockElement' looks like designed for extension (can be subclassed), but the method 'getChildCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MockElement' final or making the method 'getChildCount' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
design | DesignForExtension | Class 'MockElement' looks like designed for extension (can be subclassed), but the method 'getLabelWithCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MockElement' final or making the method 'getLabelWithCount' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
com/jsql/model/bean/database/Table.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter tableName should be final. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 40 |
![]() |
misc | FinalParameters | Parameter rowCount should be final. | 40 |
![]() |
coding | HiddenField | 'rowCount' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rowCount'. | 40 |
![]() |
misc | FinalParameters | Parameter parentDatabase should be final. | 40 |
![]() |
coding | HiddenField | 'parentDatabase' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'parentDatabase'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
design | DesignForExtension | Class 'Table' looks like designed for extension (can be subclassed), but the method 'getParent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Table' final or making the method 'getParent' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
design | DesignForExtension | Class 'Table' looks like designed for extension (can be subclassed), but the method 'getChildCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Table' final or making the method 'getChildCount' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
com/jsql/model/bean/util/Header.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
com/jsql/model/bean/util/HttpHeader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
misc | FinalParameters | Parameter url should be final. | 40 |
![]() |
coding | HiddenField | 'url' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter post should be final. | 41 |
![]() |
coding | HiddenField | 'post' hides a field. | 41 |
![]() |
misc | FinalParameters | Parameter header should be final. | 42 |
![]() |
coding | HiddenField | 'header' hides a field. | 42 |
![]() |
misc | FinalParameters | Parameter response should be final. | 43 |
![]() |
coding | HiddenField | 'response' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter source should be final. | 44 |
![]() |
coding | HiddenField | 'source' hides a field. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 44 |
![]() |
design | DesignForExtension | Class 'HttpHeader' 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 'HttpHeader' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
design | DesignForExtension | Class 'HttpHeader' looks like designed for extension (can be subclassed), but the method 'getUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpHeader' final or making the method 'getUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Class 'HttpHeader' looks like designed for extension (can be subclassed), but the method 'getPost' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpHeader' final or making the method 'getPost' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Class 'HttpHeader' looks like designed for extension (can be subclassed), but the method 'getHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpHeader' final or making the method 'getHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Class 'HttpHeader' looks like designed for extension (can be subclassed), but the method 'getResponse' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpHeader' final or making the method 'getResponse' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Class 'HttpHeader' looks like designed for extension (can be subclassed), but the method 'getSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpHeader' final or making the method 'getSource' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
com/jsql/model/bean/util/Interaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
misc | FinalParameters | Parameter name should be final. | 68 |
![]() |
coding | HiddenField | 'name' hides a field. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
com/jsql/model/bean/util/Request.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
design | DesignForExtension | Class 'Request' looks like designed for extension (can be subclassed), but the method 'getMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Request' final or making the method 'getMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'Request' looks like designed for extension (can be subclassed), but the method 'getParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Request' final or making the method 'getParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Class 'Request' looks like designed for extension (can be subclassed), but the method 'setMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Request' final or making the method 'setMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter message should be final. | 40 |
![]() |
coding | HiddenField | 'message' hides a field. | 40 |
![]() |
design | DesignForExtension | Class 'Request' looks like designed for extension (can be subclassed), but the method 'setParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Request' final or making the method 'setParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 44 |
![]() |
coding | HiddenField | 'parameters' hides a field. | 44 |
com/jsql/model/exception/AbstractSlidingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
misc | FinalParameters | Parameter message should be final. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
misc | FinalParameters | Parameter message should be final. | 18 |
![]() |
misc | FinalParameters | Parameter e should be final. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
![]() |
misc | FinalParameters | Parameter string should be final. | 25 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 25 |
![]() |
coding | HiddenField | 'slidingWindowAllRows' hides a field. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 35 |
![]() |
misc | FinalParameters | Parameter string should be final. | 35 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 35 |
![]() |
coding | HiddenField | 'slidingWindowAllRows' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRows should be final. | 35 |
![]() |
coding | HiddenField | 'slidingWindowCurrentRows' hides a field. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
![]() |
design | DesignForExtension | Class 'AbstractSlidingException' looks like designed for extension (can be subclassed), but the method 'getSlidingWindowCurrentRows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractSlidingException' final or making the method 'getSlidingWindowCurrentRows' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
design | DesignForExtension | Class 'AbstractSlidingException' looks like designed for extension (can be subclassed), but the method 'getSlidingWindowAllRows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractSlidingException' final or making the method 'getSlidingWindowAllRows' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
com/jsql/model/exception/InjectionFailureException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter message should be final. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter message should be final. | 28 |
![]() |
misc | FinalParameters | Parameter e should be final. | 28 |
com/jsql/model/exception/JSqlException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter message should be final. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter message should be final. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter e should be final. | 13 |
com/jsql/model/exception/JSqlRuntimeException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter message should be final. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter message should be final. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter e should be final. | 13 |
com/jsql/model/exception/LoopDetectedSlidingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 20 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRows should be final. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
com/jsql/model/exception/StoppedByUserSlidingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 30 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRows should be final. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
com/jsql/model/injection/method/AbstractMethodInjection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 28 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
![]() |
design | DesignForExtension | Class 'AbstractMethodInjection' looks like designed for extension (can be subclassed), but the method 'testParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMethodInjection' final or making the method 'testParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter hasFoundInjection should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 103 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 134 |
![]() |
misc | FinalParameters | Parameter paramStar should be final. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 154 |
![]() |
design | DesignForExtension | Class 'AbstractMethodInjection' looks like designed for extension (can be subclassed), but the method 'testJsonlessParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMethodInjection' final or making the method 'testJsonlessParam' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter paramStar should be final. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 190 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 190 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 195 |
com/jsql/model/injection/method/MediatorMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
design | DesignForExtension | Class 'MediatorMethod' looks like designed for extension (can be subclassed), but the method 'getQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorMethod' final or making the method 'getQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'MediatorMethod' looks like designed for extension (can be subclassed), but the method 'getRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorMethod' final or making the method 'getRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Class 'MediatorMethod' looks like designed for extension (can be subclassed), but the method 'getHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorMethod' final or making the method 'getHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'MediatorMethod' looks like designed for extension (can be subclassed), but the method 'getMethods' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorMethod' final or making the method 'getMethods' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
com/jsql/model/injection/strategy/AbstractStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 164). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'isApplicable' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 41 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i'. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i'. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startPosition'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stoppable'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 80 |
![]() |
design | DesignForExtension | Class 'AbstractStrategy' looks like designed for extension (can be subclassed), but the method 'logChecking' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractStrategy' final or making the method 'logChecking' static/final/abstract/empty, or adding allowed annotation for the method. | 82 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 91 |
![]() |
design | DesignForExtension | Class 'AbstractStrategy' looks like designed for extension (can be subclassed), but the method 'markVulnerability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractStrategy' final or making the method 'markVulnerability' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter message should be final. | 91 |
![]() |
misc | FinalParameters | Parameter indexErrorStrategy should be final. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
design | DesignForExtension | Class 'AbstractStrategy' 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 'AbstractStrategy' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
design | DesignForExtension | Class 'AbstractStrategy' looks like designed for extension (can be subclassed), but the method 'isApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractStrategy' final or making the method 'isApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Class 'AbstractStrategy' looks like designed for extension (can be subclassed), but the method 'setApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractStrategy' final or making the method 'setApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter isApplicable should be final. | 120 |
![]() |
coding | HiddenField | 'isApplicable' hides a field. | 120 |
com/jsql/model/injection/strategy/MediatorStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 43 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getMeta' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getMeta' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
![]() |
misc | FinalParameters | Parameter urlBase should be final. | 77 |
![]() |
misc | FinalParameters | Parameter isUsingIndex should be final. | 77 |
![]() |
misc | FinalParameters | Parameter sqlTrail should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 88 |
![]() |
misc | FinalParameters | Parameter sqlTrail should be final. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 132 |
![]() |
misc | FinalParameters | Parameter parameterToInject should be final. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 216 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getUnion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getUnion' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getSpecificUnion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getSpecificUnion' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getError' static/final/abstract/empty, or adding allowed annotation for the method. | 227 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getBlindBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getBlindBit' static/final/abstract/empty, or adding allowed annotation for the method. | 231 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getMultibit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getMultibit' static/final/abstract/empty, or adding allowed annotation for the method. | 235 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getTime' static/final/abstract/empty, or adding allowed annotation for the method. | 239 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getStack' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getStrategies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getStrategies' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 251 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'setStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'setStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 255 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
misc | FinalParameters | Parameter strategy should be final. | 255 |
![]() |
coding | HiddenField | 'strategy' hides a field. | 255 |
![]() |
design | DesignForExtension | Class 'MediatorStrategy' looks like designed for extension (can be subclassed), but the method 'getBlindBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorStrategy' final or making the method 'getBlindBin' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 259 |
com/jsql/model/injection/strategy/StrategyBlindBin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 37 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
misc | FinalParameters | Parameter i should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 104 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
misc | FinalParameters | Parameter i should be final. | 115 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 120 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 120 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 120 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 120 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 122 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBin' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBin' 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 'StrategyBlindBin' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
com/jsql/model/injection/strategy/StrategyBlindBit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 37 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
misc | FinalParameters | Parameter i should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 106 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter i should be final. | 117 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 122 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 122 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 122 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 122 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 124 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyBlindBit' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Class 'StrategyBlindBit' 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 'StrategyBlindBit' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
com/jsql/model/injection/strategy/StrategyError.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 30 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
misc | FinalParameters | Parameter errorMethod should be final. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 95 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 96 |
![]() |
misc | FinalParameters | Parameter errorMethod should be final. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 108 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 108 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 111 |
![]() |
misc | FinalParameters | Parameter indexErrorMethod should be final. | 111 |
![]() |
misc | FinalParameters | Parameter errorCapacityDefault should be final. | 111 |
![]() |
misc | FinalParameters | Parameter errorMethod should be final. | 111 |
![]() |
misc | FinalParameters | Parameter regexSearch should be final. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
misc | FinalParameters | Parameter indexError should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 140 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 140 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 140 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 158 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
misc | FinalParameters | Parameter indexError should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 167 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 167 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 167 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 167 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 169 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Class 'StrategyError' 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 'StrategyError' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'getIndexErrorStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'getIndexErrorStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
design | DesignForExtension | Class 'StrategyError' looks like designed for extension (can be subclassed), but the method 'setIndexErrorStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyError' final or making the method 'setIndexErrorStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 207 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter indexErrorStrategy should be final. | 207 |
![]() |
coding | HiddenField | 'indexErrorStrategy' hides a field. | 207 |
com/jsql/model/injection/strategy/StrategyMultibit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 36 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 57 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
misc | FinalParameters | Parameter i should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
misc | FinalParameters | Parameter i should be final. | 86 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 91 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 91 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 91 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 91 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 93 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyMultibit' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Class 'StrategyMultibit' 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 'StrategyMultibit' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
com/jsql/model/injection/strategy/StrategyStack.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 28 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
![]() |
misc | FinalParameters | Parameter configurationYaml should be final. | 75 |
![]() |
misc | FinalParameters | Parameter stack should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 82 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 96 |
![]() |
misc | FinalParameters | Parameter configurationYaml should be final. | 96 |
![]() |
misc | FinalParameters | Parameter stack should be final. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 107 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 107 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 107 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
misc | FinalParameters | Parameter i should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 115 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 122 |
![]() |
misc | FinalParameters | Parameter i should be final. | 123 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 128 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 128 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 128 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 128 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 130 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 137 |
![]() |
design | DesignForExtension | Class 'StrategyStack' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyStack' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
design | DesignForExtension | Class 'StrategyStack' 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 'StrategyStack' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
com/jsql/model/injection/strategy/StrategyTime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 37 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 74 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
misc | FinalParameters | Parameter i should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 170). | 106 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 116 |
![]() |
misc | FinalParameters | Parameter i should be final. | 117 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 122 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 122 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 122 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 122 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 124 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 131 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
design | DesignForExtension | Class 'StrategyTime' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyTime' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Class 'StrategyTime' 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 'StrategyTime' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
com/jsql/model/injection/strategy/StrategyUnion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
design | VisibilityModifier | Variable 'visibleIndex' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'sourceIndexesFound' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 45 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'checkApplicability' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'checkApplicability' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'allow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'allow' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
![]() |
misc | FinalParameters | Parameter i should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 89 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'unallow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'unallow' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
misc | FinalParameters | Parameter i should be final. | 97 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'inject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'inject' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 102 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 102 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 102 |
![]() |
misc | FinalParameters | Parameter stoppable should be final. | 102 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 104 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'activateWhenApplicable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'activateWhenApplicable' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
misc | FinalParameters | Parameter firstSuccessPageSource should be final. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'firstSuccessPageSource'. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 137 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 149 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 162 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 162 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 162 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 162 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 178 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 180 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 193 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 193 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'getPerformanceLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'getPerformanceLength' static/final/abstract/empty, or adding allowed annotation for the method. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' 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 'StrategyUnion' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'getVisibleIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'getVisibleIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 215 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 215 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'setVisibleIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'setVisibleIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 219 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
misc | FinalParameters | Parameter visibleIndex should be final. | 219 |
![]() |
coding | HiddenField | 'visibleIndex' hides a field. | 219 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'setSourceIndexesFound' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'setSourceIndexesFound' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
misc | FinalParameters | Parameter sourceIndexesFound should be final. | 223 |
![]() |
coding | HiddenField | 'sourceIndexesFound' hides a field. | 223 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'getNbIndexesFound' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'getNbIndexesFound' static/final/abstract/empty, or adding allowed annotation for the method. | 227 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
design | DesignForExtension | Class 'StrategyUnion' looks like designed for extension (can be subclassed), but the method 'setNbIndexesFound' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StrategyUnion' final or making the method 'setNbIndexesFound' static/final/abstract/empty, or adding allowed annotation for the method. | 231 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
misc | FinalParameters | Parameter nbIndexesFound should be final. | 231 |
![]() |
coding | HiddenField | 'nbIndexesFound' hides a field. | 231 |
com/jsql/model/injection/strategy/blind/AbstractInjectionBit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'falsyBit' must be private and have accessor methods. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'falsyBin' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'truthyBit' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'truthyBin' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'blindOperator' must be private and have accessor methods. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 47 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 47 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 47 |
![]() |
coding | HiddenField | 'blindOperator' hides a field. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 84 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 84 |
![]() |
misc | FinalParameters | Parameter suspendable should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 115 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 119 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 119 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 179). | 150 |
![]() |
design | DesignForExtension | Class 'AbstractInjectionBit' looks like designed for extension (can be subclassed), but the method 'injectCharacter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractInjectionBit' final or making the method 'injectCharacter' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 150 |
![]() |
misc | FinalParameters | Parameter countTasksSubmitted should be final. | 150 |
![]() |
misc | FinalParameters | Parameter countBadAsciiCode should be final. | 150 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 160 |
![]() |
coding | MagicNumber | '127' is a magic number. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 161 |
![]() |
coding | MagicNumber | '15' is a magic number. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 168 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 185 |
![]() |
misc | FinalParameters | Parameter taskExecutor should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 186 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 190 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 209 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 213 |
![]() |
design | DesignForExtension | Class 'AbstractInjectionBit' looks like designed for extension (can be subclassed), but the method 'callUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractInjectionBit' final or making the method 'callUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 213 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 213 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 214 |
![]() |
design | DesignForExtension | Class 'AbstractInjectionBit' looks like designed for extension (can be subclassed), but the method 'getBooleanMode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractInjectionBit' final or making the method 'getBooleanMode' static/final/abstract/empty, or adding allowed annotation for the method. | 217 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 222 |
com/jsql/model/injection/strategy/blind/AbstractInjectionMonobit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 12 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 12 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
design | DesignForExtension | Class 'AbstractInjectionMonobit' looks like designed for extension (can be subclassed), but the method 'initNextChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractInjectionMonobit' final or making the method 'initNextChar' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 19 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 20 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 21 |
![]() |
misc | FinalParameters | Parameter taskCompletionService should be final. | 22 |
![]() |
misc | FinalParameters | Parameter countTasksSubmitted should be final. | 23 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 32 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 |
![]() |
coding | MagicNumber | '4' is a magic number. | 34 |
![]() |
coding | MagicNumber | '8' is a magic number. | 34 |
![]() |
coding | MagicNumber | '16' is a magic number. | 34 |
![]() |
coding | MagicNumber | '32' is a magic number. | 34 |
![]() |
coding | MagicNumber | '64' is a magic number. | 34 |
![]() |
design | DesignForExtension | Class 'AbstractInjectionMonobit' looks like designed for extension (can be subclassed), but the method 'initMaskAsciiChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractInjectionMonobit' final or making the method 'initMaskAsciiChar' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 46 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 49 |
![]() |
coding | MagicNumber | '8' is a magic number. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 51 |
com/jsql/model/injection/strategy/blind/InjectionBlindBin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 51 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 51 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 107 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 107 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 133 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'getCallableBitTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'getCallableBitTest' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 144 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 144 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 144 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 144 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'initNextChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'initNextChar' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 171 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 172 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 173 |
![]() |
misc | FinalParameters | Parameter taskCompletionService should be final. | 174 |
![]() |
misc | FinalParameters | Parameter countTasksSubmitted should be final. | 175 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 215 |
![]() |
misc | FinalParameters | Parameter asciiCodeMask should be final. | 235 |
![]() |
misc | FinalParameters | Parameter value should be final. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 236 |
![]() |
coding | MagicNumber | '8' is a magic number. | 236 |
![]() |
coding | MagicNumber | '7' is a magic number. | 237 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'initMaskAsciiChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'initMaskAsciiChar' static/final/abstract/empty, or adding allowed annotation for the method. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 243 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 243 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 243 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'getInfoMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'getInfoMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 252 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'getSourceReferencePage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'getSourceReferencePage' static/final/abstract/empty, or adding allowed annotation for the method. | 255 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBin' looks like designed for extension (can be subclassed), but the method 'getFalseDiffs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBin' final or making the method 'getFalseDiffs' static/final/abstract/empty, or adding allowed annotation for the method. | 259 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 259 |
com/jsql/model/injection/strategy/blind/InjectionBlindBit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 46 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 101 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 101 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBit' looks like designed for extension (can be subclassed), but the method 'getCallableBitTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBit' final or making the method 'getCallableBitTest' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 138 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 138 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 138 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 138 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBit' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBit' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 156 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBit' looks like designed for extension (can be subclassed), but the method 'getInfoMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBit' final or making the method 'getInfoMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 175 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBit' looks like designed for extension (can be subclassed), but the method 'getSourceReferencePage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBit' final or making the method 'getSourceReferencePage' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
design | DesignForExtension | Class 'InjectionBlindBit' looks like designed for extension (can be subclassed), but the method 'getFalseDiffs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionBlindBit' final or making the method 'getFalseDiffs' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 182 |
com/jsql/model/injection/strategy/blind/InjectionCharInsertion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 56 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 56 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 56 |
![]() |
misc | FinalParameters | Parameter falseCharInsertion should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'falseCharInsertion'. | 56 |
![]() |
misc | FinalParameters | Parameter prefixSuffix should be final. | 56 |
![]() |
coding | HiddenField | 'prefixSuffix' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefixSuffix'. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 84 |
![]() |
coding | MagicNumber | '10' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 100 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 132 |
![]() |
coding | MagicNumber | '10' is a magic number. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
design | DesignForExtension | Class 'InjectionCharInsertion' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionCharInsertion' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 170 |
![]() |
coding | MagicNumber | '10' is a magic number. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Class 'InjectionCharInsertion' looks like designed for extension (can be subclassed), but the method 'callUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionCharInsertion' final or making the method 'callUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 185 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 189 |
![]() |
design | DesignForExtension | Class 'InjectionCharInsertion' looks like designed for extension (can be subclassed), but the method 'callUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionCharInsertion' final or making the method 'callUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 189 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 189 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 190 |
![]() |
design | DesignForExtension | Class 'InjectionCharInsertion' looks like designed for extension (can be subclassed), but the method 'getBlankFalseMark' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionCharInsertion' final or making the method 'getBlankFalseMark' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
design | DesignForExtension | Class 'InjectionCharInsertion' looks like designed for extension (can be subclassed), but the method 'getConstantTrueMark' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionCharInsertion' final or making the method 'getConstantTrueMark' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 200 |
com/jsql/model/injection/strategy/blind/InjectionMultibit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 34 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 42 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 45 |
![]() |
coding | MagicNumber | '8' is a magic number. | 45 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 80 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'getCallableTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'getCallableTest' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 80 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 80 |
![]() |
misc | FinalParameters | Parameter block should be final. | 80 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 98 |
![]() |
coding | MagicNumber | '3' is a magic number. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 102 |
![]() |
coding | MagicNumber | '3' is a magic number. | 102 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'getInfoMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'getInfoMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 107 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'initNextChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'initNextChar' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 112 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 113 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 114 |
![]() |
misc | FinalParameters | Parameter taskCompletionService should be final. | 115 |
![]() |
misc | FinalParameters | Parameter countTasksSubmitted should be final. | 116 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 117 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 121 |
![]() |
coding | MagicNumber | '3' is a magic number. | 121 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'initMaskAsciiChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'initMaskAsciiChar' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 134 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 134 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 144 |
![]() |
misc | FinalParameters | Parameter currentCallable should be final. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'currentCallable'. | 144 |
![]() |
misc | FinalParameters | Parameter bits should be final. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bits'. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 148 |
![]() |
coding | MagicNumber | '3' is a magic number. | 148 |
![]() |
coding | MagicNumber | '4' is a magic number. | 148 |
![]() |
coding | MagicNumber | '5' is a magic number. | 148 |
![]() |
coding | MagicNumber | '3' is a magic number. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 150 |
![]() |
coding | MagicNumber | '6' is a magic number. | 150 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
![]() |
coding | MagicNumber | '7' is a magic number. | 150 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 157 |
![]() |
misc | FinalParameters | Parameter idPage should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'idPage'. | 157 |
![]() |
misc | FinalParameters | Parameter bits should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bits'. | 157 |
![]() |
misc | FinalParameters | Parameter i1 should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i1'. | 157 |
![]() |
misc | FinalParameters | Parameter i2 should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i2'. | 157 |
![]() |
misc | FinalParameters | Parameter i3 should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i3'. | 157 |
![]() |
coding | MagicNumber | '3' is a magic number. | 159 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'getSourceReference' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'getSourceReference' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'getDiffsCommonWithAllIds' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'getDiffsCommonWithAllIds' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Class 'InjectionMultibit' looks like designed for extension (can be subclassed), but the method 'getDiffsById' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionMultibit' final or making the method 'getDiffsById' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 |
com/jsql/model/injection/strategy/blind/InjectionTime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 40 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 40 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindOperator'. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter blindOperator should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 107 |
![]() |
design | DesignForExtension | Class 'InjectionTime' looks like designed for extension (can be subclassed), but the method 'getCallableBitTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionTime' final or making the method 'getCallableBitTest' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 126 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 126 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 126 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 126 |
![]() |
design | DesignForExtension | Class 'InjectionTime' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionTime' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
![]() |
design | DesignForExtension | Class 'InjectionTime' looks like designed for extension (can be subclassed), but the method 'getSleepTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionTime' final or making the method 'getSleepTime' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
coding | MagicNumber | '5' is a magic number. | 161 |
![]() |
design | DesignForExtension | Class 'InjectionTime' looks like designed for extension (can be subclassed), but the method 'getInfoMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionTime' final or making the method 'getInfoMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 166 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 166 |
com/jsql/model/injection/strategy/blind/InjectionVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 38 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 38 |
![]() |
misc | FinalParameters | Parameter vendorSpecificWithOperator should be final. | 38 |
![]() |
misc | FinalParameters | Parameter vendor should be final. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 76 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
misc | FinalParameters | Parameter vendorSpecificWithMode should be final. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 131 |
![]() |
design | DesignForExtension | Class 'InjectionVendor' looks like designed for extension (can be subclassed), but the method 'isInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionVendor' final or making the method 'isInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter vendorSpecificWithMode should be final. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
design | DesignForExtension | Class 'InjectionVendor' looks like designed for extension (can be subclassed), but the method 'callUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionVendor' final or making the method 'callUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 150 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 150 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 154 |
![]() |
design | DesignForExtension | Class 'InjectionVendor' looks like designed for extension (can be subclassed), but the method 'callUrl' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionVendor' final or making the method 'callUrl' static/final/abstract/empty, or adding allowed annotation for the method. | 154 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter urlString should be final. | 154 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 154 |
![]() |
misc | FinalParameters | Parameter callableBoolean should be final. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 155 |
![]() |
design | DesignForExtension | Class 'InjectionVendor' looks like designed for extension (can be subclassed), but the method 'getBlankFalseMark' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionVendor' final or making the method 'getBlankFalseMark' static/final/abstract/empty, or adding allowed annotation for the method. | 161 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
design | DesignForExtension | Class 'InjectionVendor' looks like designed for extension (can be subclassed), but the method 'getConstantTrueMark' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'InjectionVendor' final or making the method 'getConstantTrueMark' static/final/abstract/empty, or adding allowed annotation for the method. | 165 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 |
com/jsql/model/injection/strategy/blind/callable/AbstractCallableBit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 8 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
design | VisibilityModifier | Variable 'booleanUrl' must be private and have accessor methods. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
design | VisibilityModifier | Variable 'currentIndex' must be private and have accessor methods. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
design | VisibilityModifier | Variable 'currentBit' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'idPage' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'isMultibit' must be private and have accessor methods. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'isBinary' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'getCurrentIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'getCurrentIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'getCurrentBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'getCurrentBit' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'getCharText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'getCharText' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'setCharText' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'setCharText' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter charText should be final. | 56 |
![]() |
coding | HiddenField | 'charText' hides a field. | 56 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'isMultibit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'isMultibit' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'isBinary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'isBinary' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'getBlock' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'getBlock' static/final/abstract/empty, or adding allowed annotation for the method. | 68 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Class 'AbstractCallableBit' looks like designed for extension (can be subclassed), but the method 'getIdPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCallableBit' final or making the method 'getIdPage' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
com/jsql/model/injection/strategy/blind/callable/CallableBlindBin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 34 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 35 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 36 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 36 |
![]() |
misc | FinalParameters | Parameter injectionBlind should be final. | 37 |
![]() |
coding | HiddenField | 'injectionBlind' hides a field. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionBlind'. | 37 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 38 |
![]() |
misc | FinalParameters | Parameter low should be final. | 39 |
![]() |
coding | HiddenField | 'low' hides a field. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'low'. | 39 |
![]() |
misc | FinalParameters | Parameter mid should be final. | 39 |
![]() |
coding | HiddenField | 'mid' hides a field. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mid'. | 39 |
![]() |
misc | FinalParameters | Parameter high should be final. | 39 |
![]() |
coding | HiddenField | 'high' hides a field. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'high'. | 39 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 40 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 49 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 55 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 56 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indexChar'. | 57 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 58 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 58 |
![]() |
misc | FinalParameters | Parameter injectionBlind should be final. | 59 |
![]() |
coding | HiddenField | 'injectionBlind' hides a field. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionBlind'. | 59 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 60 |
![]() |
misc | FinalParameters | Parameter low should be final. | 61 |
![]() |
coding | HiddenField | 'low' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'low'. | 61 |
![]() |
misc | FinalParameters | Parameter mid should be final. | 61 |
![]() |
coding | HiddenField | 'mid' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mid'. | 61 |
![]() |
misc | FinalParameters | Parameter high should be final. | 61 |
![]() |
coding | HiddenField | 'high' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'high'. | 61 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 62 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
design | DesignForExtension | Class 'CallableBlindBin' looks like designed for extension (can be subclassed), but the method 'getDiffsWithReference' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableBlindBin' final or making the method 'getDiffsWithReference' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Class 'CallableBlindBin' looks like designed for extension (can be subclassed), but the method 'getLow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableBlindBin' final or making the method 'getLow' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Class 'CallableBlindBin' looks like designed for extension (can be subclassed), but the method 'getMid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableBlindBin' final or making the method 'getMid' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Class 'CallableBlindBin' looks like designed for extension (can be subclassed), but the method 'getHigh' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableBlindBin' final or making the method 'getHigh' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
com/jsql/model/injection/strategy/blind/callable/CallableBlindBit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 172). | 32 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 32 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 32 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 32 |
![]() |
misc | FinalParameters | Parameter injectionBlindBit should be final. | 32 |
![]() |
coding | HiddenField | 'injectionBlindBit' hides a field. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionBlindBit'. | 32 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 32 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 32 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 43 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indexChar'. | 44 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bit'. | 45 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 46 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 46 |
![]() |
misc | FinalParameters | Parameter injectionBlindBit should be final. | 47 |
![]() |
coding | HiddenField | 'injectionBlindBit' hides a field. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionBlindBit'. | 47 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 48 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 49 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
design | DesignForExtension | Class 'CallableBlindBit' looks like designed for extension (can be subclassed), but the method 'getDiffsWithReference' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableBlindBit' final or making the method 'getDiffsWithReference' static/final/abstract/empty, or adding allowed annotation for the method. | 90 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
com/jsql/model/injection/strategy/blind/callable/CallableCharInsertion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 29 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inj'. | 29 |
![]() |
misc | FinalParameters | Parameter injectionCharInsertion should be final. | 29 |
![]() |
coding | HiddenField | 'injectionCharInsertion' hides a field. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionCharInsertion'. | 29 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 29 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | DesignForExtension | Class 'CallableCharInsertion' looks like designed for extension (can be subclassed), but the method 'getOpcodes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableCharInsertion' final or making the method 'getOpcodes' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
com/jsql/model/injection/strategy/blind/callable/CallableMultibit.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 21 |
![]() |
misc | FinalParameters | Parameter injectionMultibit should be final. | 21 |
![]() |
coding | HiddenField | 'injectionMultibit' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 21 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 29 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 30 |
![]() |
misc | FinalParameters | Parameter block should be final. | 31 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 32 |
![]() |
misc | FinalParameters | Parameter injectionMultibit should be final. | 33 |
![]() |
coding | HiddenField | 'injectionMultibit' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 34 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
![]() |
coding | MagicNumber | '3' is a magic number. | 40 |
![]() |
design | DesignForExtension | Class 'CallableMultibit' looks like designed for extension (can be subclassed), but the method 'call' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableMultibit' final or making the method 'call' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 57 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 58 |
![]() |
design | DesignForExtension | Class 'CallableMultibit' looks like designed for extension (can be subclassed), but the method 'isTrue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableMultibit' final or making the method 'isTrue' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
design | DesignForExtension | Class 'CallableMultibit' looks like designed for extension (can be subclassed), but the method 'getDiffsWithReference' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableMultibit' final or making the method 'getDiffsWithReference' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Class 'CallableMultibit' looks like designed for extension (can be subclassed), but the method 'getIdPage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableMultibit' final or making the method 'getIdPage' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
com/jsql/model/injection/strategy/blind/callable/CallableTime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 40 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 41 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 41 |
![]() |
misc | FinalParameters | Parameter injectionTime should be final. | 42 |
![]() |
coding | HiddenField | 'injectionTime' hides a field. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionTime'. | 42 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 43 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 44 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlQuery'. | 56 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indexChar'. | 57 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bit'. | 58 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 59 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 59 |
![]() |
misc | FinalParameters | Parameter injectionTime should be final. | 60 |
![]() |
coding | HiddenField | 'injectionTime' hides a field. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionTime'. | 60 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'blindMode'. | 61 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 62 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
design | DesignForExtension | Class 'CallableTime' looks like designed for extension (can be subclassed), but the method 'isTrue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableTime' final or making the method 'isTrue' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 90 |
com/jsql/model/injection/strategy/blind/callable/CallableVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 21 |
![]() |
misc | FinalParameters | Parameter injectionCharInsertion should be final. | 21 |
![]() |
coding | HiddenField | 'injectionCharInsertion' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 21 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 21 |
![]() |
design | DesignForExtension | Class 'CallableVendor' looks like designed for extension (can be subclassed), but the method 'isTrue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableVendor' final or making the method 'isTrue' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 29 |
![]() |
design | DesignForExtension | Class 'CallableVendor' looks like designed for extension (can be subclassed), but the method 'call' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableVendor' final or making the method 'call' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Class 'CallableVendor' looks like designed for extension (can be subclassed), but the method 'getOpcodes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallableVendor' final or making the method 'getOpcodes' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/jsql/model/injection/vendor/MediatorVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 72 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
![]() |
misc | FinalParameters | Parameter resultToParse should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 128 |
![]() |
coding | MagicNumber | '4' is a magic number. | 128 |
![]() |
coding | MagicNumber | '5' is a magic number. | 128 |
![]() |
coding | MagicNumber | '4' is a magic number. | 128 |
![]() |
coding | MagicNumber | '6' is a magic number. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'isSqlite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'isSqlite' static/final/abstract/empty, or adding allowed annotation for the method. | 148 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'fingerprintVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'fingerprintVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'initVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'initVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter vendor should be final. | 214 |
![]() |
coding | HiddenField | 'vendor' hides a field. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 234 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 239 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getAuto' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getAuto' static/final/abstract/empty, or adding allowed annotation for the method. | 249 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getCubrid' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getCubrid' static/final/abstract/empty, or adding allowed annotation for the method. | 253 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getH2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getH2' static/final/abstract/empty, or adding allowed annotation for the method. | 257 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getPostgres' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getPostgres' static/final/abstract/empty, or adding allowed annotation for the method. | 261 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getMysql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getMysql' static/final/abstract/empty, or adding allowed annotation for the method. | 265 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getSqlite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getSqlite' static/final/abstract/empty, or adding allowed annotation for the method. | 269 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getSqlserver' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getSqlserver' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getNeo4j' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getNeo4j' static/final/abstract/empty, or adding allowed annotation for the method. | 277 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 281 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'setVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'setVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 285 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
misc | FinalParameters | Parameter vendor should be final. | 285 |
![]() |
coding | HiddenField | 'vendor' hides a field. | 285 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getVendorByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getVendorByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 289 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'setVendorByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'setVendorByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 293 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
misc | FinalParameters | Parameter vendorByUser should be final. | 293 |
![]() |
coding | HiddenField | 'vendorByUser' hides a field. | 293 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getVendors' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getVendors' static/final/abstract/empty, or adding allowed annotation for the method. | 297 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getDb2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getDb2' static/final/abstract/empty, or adding allowed annotation for the method. | 301 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getHsqldb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getHsqldb' static/final/abstract/empty, or adding allowed annotation for the method. | 305 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getDerby' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getDerby' static/final/abstract/empty, or adding allowed annotation for the method. | 309 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getOracle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getOracle' static/final/abstract/empty, or adding allowed annotation for the method. | 313 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getFirebird' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getFirebird' static/final/abstract/empty, or adding allowed annotation for the method. | 317 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getMonetdb' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getMonetdb' static/final/abstract/empty, or adding allowed annotation for the method. | 321 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getMimer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getMimer' static/final/abstract/empty, or adding allowed annotation for the method. | 325 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getMckoi' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getMckoi' static/final/abstract/empty, or adding allowed annotation for the method. | 329 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getInformix' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getInformix' static/final/abstract/empty, or adding allowed annotation for the method. | 333 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getSybase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getSybase' static/final/abstract/empty, or adding allowed annotation for the method. | 337 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
design | DesignForExtension | Class 'MediatorVendor' looks like designed for extension (can be subclassed), but the method 'getVertica' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MediatorVendor' final or making the method 'getVertica' static/final/abstract/empty, or adding allowed annotation for the method. | 341 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 341 |
com/jsql/model/injection/vendor/model/AbstractVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
com/jsql/model/injection/vendor/model/Vendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter instanceVendor should be final. | 9 |
![]() |
coding | HiddenField | 'instanceVendor' hides a field. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Vendor' looks like designed for extension (can be subclassed), but the method 'instance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Vendor' final or making the method 'instance' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
design | DesignForExtension | Class 'Vendor' 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 'Vendor' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
design | DesignForExtension | Class 'Vendor' looks like designed for extension (can be subclassed), but the method 'transformSqlite' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Vendor' final or making the method 'transformSqlite' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter resultToParse should be final. | 27 |
com/jsql/model/injection/vendor/model/VendorYaml.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.model.accessible.DataAccess.*. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>SqLix01x03x03x07 | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre> | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>%04[table cell]%05[number of occurrences]%04 | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <pre>%04[table cell]%05[number of occurrences]%04 | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter fileYaml should be final. | 105 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 105 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlDatabases' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlDatabases' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlTables' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlTables' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
misc | FinalParameters | Parameter database should be final. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 168 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlColumns' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlColumns' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
misc | FinalParameters | Parameter table should be final. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 201 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlRows' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlRows' static/final/abstract/empty, or adding allowed annotation for the method. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
![]() |
misc | FinalParameters | Parameter namesColumns should be final. | 211 |
![]() |
misc | FinalParameters | Parameter database should be final. | 211 |
![]() |
misc | FinalParameters | Parameter table should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 236 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 242 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 242 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 245 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 250 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 252 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 254 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 258 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 261 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlTestBlindWithOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlTestBlindWithOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 277 |
![]() |
misc | FinalParameters | Parameter check should be final. | 277 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 282 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlBlindBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlBlindBit' static/final/abstract/empty, or adding allowed annotation for the method. | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 286 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 286 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 286 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 286 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 297 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlBlindBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlBlindBin' static/final/abstract/empty, or adding allowed annotation for the method. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 301 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 301 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 301 |
![]() |
misc | FinalParameters | Parameter mid should be final. | 301 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 310 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 312 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlTestTimeWithOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlTestTimeWithOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 316 |
![]() |
misc | FinalParameters | Parameter check should be final. | 316 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 319 |
![]() |
coding | MagicNumber | '5' is a magic number. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 325 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlTimeBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlTimeBit' static/final/abstract/empty, or adding allowed annotation for the method. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 329 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 329 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 329 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 329 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 332 |
![]() |
coding | MagicNumber | '5' is a magic number. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 345 |
![]() |
misc | FinalParameters | Parameter blindMode should be final. | 348 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 351 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 353 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlBlind' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlBlind' static/final/abstract/empty, or adding allowed annotation for the method. | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 361 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 361 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 361 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 361 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlTime' static/final/abstract/empty, or adding allowed annotation for the method. | 370 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 371 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 371 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 371 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 371 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlMultibit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlMultibit' static/final/abstract/empty, or adding allowed annotation for the method. | 380 |
![]() |
misc | FinalParameters | Parameter inj should be final. | 381 |
![]() |
misc | FinalParameters | Parameter indexChar should be final. | 381 |
![]() |
misc | FinalParameters | Parameter block should be final. | 381 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 381 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlErrorCalibrator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlErrorCalibrator' static/final/abstract/empty, or adding allowed annotation for the method. | 388 |
![]() |
misc | FinalParameters | Parameter errorMethod should be final. | 389 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 392 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 395 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlErrorIndice' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlErrorIndice' static/final/abstract/empty, or adding allowed annotation for the method. | 399 |
![]() |
misc | FinalParameters | Parameter errorMethod should be final. | 400 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 407 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlError' static/final/abstract/empty, or adding allowed annotation for the method. | 411 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 412 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 412 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 412 |
![]() |
misc | FinalParameters | Parameter indexMethodError should be final. | 412 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 414 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlUnion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlUnion' static/final/abstract/empty, or adding allowed annotation for the method. | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 431 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 431 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 431 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 431 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 436 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlStack' static/final/abstract/empty, or adding allowed annotation for the method. | 440 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 441 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 441 |
![]() |
misc | FinalParameters | Parameter startPosition should be final. | 441 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 441 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlCapacity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlCapacity' static/final/abstract/empty, or adding allowed annotation for the method. | 453 |
![]() |
misc | FinalParameters | Parameter indexes should be final. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 456 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 461 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 467 |
![]() |
misc | FinalParameters | Parameter nbFields should be final. | 468 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 473 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlLimit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlLimit' static/final/abstract/empty, or adding allowed annotation for the method. | 491 |
![]() |
misc | FinalParameters | Parameter limitSqlResult should be final. | 492 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 497 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 501 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 503 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'fingerprintErrorsAsRegex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'fingerprintErrorsAsRegex' static/final/abstract/empty, or adding allowed annotation for the method. | 504 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 506 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 510 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 510 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 515 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 516 |
![]() |
misc | FinalParameters | Parameter sqlRequest should be final. | 516 |
![]() |
coding | MagicNumber | '100' is a magic number. | 525 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 534 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 537 |
![]() |
misc | FinalParameters | Parameter isReport should be final. | 537 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isReport'. | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 540 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 542 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 543 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlInfos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlInfos' static/final/abstract/empty, or adding allowed annotation for the method. | 546 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'getFalsyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'getFalsyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 551 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'getTruthyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'getTruthyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 556 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 558 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'getFalsyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'getFalsyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 561 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'getTruthyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'getTruthyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 566 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 568 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlBlindConfirm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlBlindConfirm' static/final/abstract/empty, or adding allowed annotation for the method. | 571 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'sqlOrderBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'sqlOrderBy' static/final/abstract/empty, or adding allowed annotation for the method. | 576 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 580 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'endingComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'endingComment' static/final/abstract/empty, or adding allowed annotation for the method. | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 586 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 587 |
![]() |
coding | MagicNumber | '4' is a magic number. | 587 |
![]() |
design | DesignForExtension | Class 'VendorYaml' looks like designed for extension (can be subclassed), but the method 'getModelYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'VendorYaml' final or making the method 'getModelYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 591 |
com/jsql/model/injection/vendor/model/yaml/Binary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getTest' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setTest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setTest' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter test should be final. | 22 |
![]() |
coding | HiddenField | 'test' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getBlind' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getBlind' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setBlind' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setBlind' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter blind should be final. | 30 |
![]() |
coding | HiddenField | 'blind' hides a field. | 30 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getTime' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setTime' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter time should be final. | 38 |
![]() |
coding | HiddenField | 'time' hides a field. | 38 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getModeAnd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getModeAnd' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setModeAnd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setModeAnd' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter modeAnd should be final. | 46 |
![]() |
coding | HiddenField | 'modeAnd' hides a field. | 46 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getModeOr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getModeOr' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setModeOr' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setModeOr' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter modeOr should be final. | 54 |
![]() |
coding | HiddenField | 'modeOr' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getModeStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getModeStack' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setModeStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setModeStack' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter modeStack should be final. | 62 |
![]() |
coding | HiddenField | 'modeStack' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'getMultibit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'getMultibit' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Class 'Binary' looks like designed for extension (can be subclassed), but the method 'setMultibit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Binary' final or making the method 'setMultibit' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter multibit should be final. | 70 |
![]() |
coding | HiddenField | 'multibit' hides a field. | 70 |
com/jsql/model/injection/vendor/model/yaml/Configuration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getSlidingWindow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getSlidingWindow' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setSlidingWindow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setSlidingWindow' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter slidingWindow should be final. | 22 |
![]() |
coding | HiddenField | 'slidingWindow' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getLimit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getLimit' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setLimit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setLimit' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter limit should be final. | 30 |
![]() |
coding | HiddenField | 'limit' hides a field. | 30 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getFailsafe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getFailsafe' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setFailsafe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setFailsafe' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter failsafe should be final. | 38 |
![]() |
coding | HiddenField | 'failsafe' hides a field. | 38 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getCalibrator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getCalibrator' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setCalibrator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setCalibrator' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter calibrator should be final. | 46 |
![]() |
coding | HiddenField | 'calibrator' hides a field. | 46 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getLimitBoundary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getLimitBoundary' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setLimitBoundary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setLimitBoundary' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter limitBoundary should be final. | 54 |
![]() |
coding | HiddenField | 'limitBoundary' hides a field. | 54 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getEndingComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getEndingComment' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setEndingComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setEndingComment' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter endingComment should be final. | 62 |
![]() |
coding | HiddenField | 'endingComment' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'getFingerprint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'getFingerprint' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Class 'Configuration' looks like designed for extension (can be subclassed), but the method 'setFingerprint' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Configuration' final or making the method 'setFingerprint' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter fingerprint should be final. | 70 |
![]() |
coding | HiddenField | 'fingerprint' hides a field. | 70 |
com/jsql/model/injection/vendor/model/yaml/Error.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Error' looks like designed for extension (can be subclassed), but the method 'getMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Error' final or making the method 'getMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Error' looks like designed for extension (can be subclassed), but the method 'setMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Error' final or making the method 'setMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter method should be final. | 16 |
![]() |
coding | HiddenField | 'method' hides a field. | 16 |
com/jsql/model/injection/vendor/model/yaml/Fields.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'Fields' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fields' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Fields' looks like designed for extension (can be subclassed), but the method 'setField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fields' final or making the method 'setField' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter field should be final. | 17 |
![]() |
coding | HiddenField | 'field' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'Fields' looks like designed for extension (can be subclassed), but the method 'getConcat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fields' final or making the method 'getConcat' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'Fields' looks like designed for extension (can be subclassed), but the method 'setConcat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fields' final or making the method 'setConcat' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter concat should be final. | 25 |
![]() |
coding | HiddenField | 'concat' hides a field. | 25 |
com/jsql/model/injection/vendor/model/yaml/Fingerprint.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'getErrorMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'getErrorMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'setErrorMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'setErrorMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter errorMessage should be final. | 22 |
![]() |
coding | HiddenField | 'errorMessage' hides a field. | 22 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'getOrderByErrorMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'getOrderByErrorMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'setOrderByErrorMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'setOrderByErrorMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter orderByErrorMessage should be final. | 30 |
![]() |
coding | HiddenField | 'orderByErrorMessage' hides a field. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'getErrorMessageAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'getErrorMessageAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'setErrorMessageAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'setErrorMessageAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter errorMessage should be final. | 38 |
![]() |
coding | HiddenField | 'errorMessage' hides a field. | 38 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'getVendorSpecific' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'getVendorSpecific' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Class 'Fingerprint' looks like designed for extension (can be subclassed), but the method 'setVendorSpecific' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Fingerprint' final or making the method 'setVendorSpecific' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter vendorSpecific should be final. | 46 |
![]() |
coding | HiddenField | 'vendorSpecific' hides a field. | 46 |
com/jsql/model/injection/vendor/model/yaml/Method.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Method' 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 'Method' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Method' looks like designed for extension (can be subclassed), but the method 'setName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Method' final or making the method 'setName' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter name should be final. | 18 |
![]() |
coding | HiddenField | 'name' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'Method' looks like designed for extension (can be subclassed), but the method 'getQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Method' final or making the method 'getQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Method' looks like designed for extension (can be subclassed), but the method 'setQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Method' final or making the method 'setQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter query should be final. | 26 |
![]() |
coding | HiddenField | 'query' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'Method' looks like designed for extension (can be subclassed), but the method 'getCapacity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Method' final or making the method 'getCapacity' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'Method' looks like designed for extension (can be subclassed), but the method 'setCapacity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Method' final or making the method 'setCapacity' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter capacity should be final. | 34 |
![]() |
coding | HiddenField | 'capacity' hides a field. | 34 |
com/jsql/model/injection/vendor/model/yaml/ModelYaml.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'getVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'getVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'setVendor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'setVendor' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter vendor should be final. | 18 |
![]() |
coding | HiddenField | 'vendor' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'getResource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'getResource' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'setResource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'setResource' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 26 |
![]() |
coding | HiddenField | 'resource' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'getStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'getStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'ModelYaml' looks like designed for extension (can be subclassed), but the method 'setStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYaml' final or making the method 'setStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter strategy should be final. | 34 |
![]() |
coding | HiddenField | 'strategy' hides a field. | 34 |
com/jsql/model/injection/vendor/model/yaml/Resource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'getInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'getInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'setInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'setInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter info should be final. | 20 |
![]() |
coding | HiddenField | 'info' hides a field. | 20 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'getSchema' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'getSchema' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'setSchema' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'setSchema' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter schema should be final. | 28 |
![]() |
coding | HiddenField | 'schema' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'getZip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'getZip' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'setZip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'setZip' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter zip should be final. | 36 |
![]() |
coding | HiddenField | 'zip' hides a field. | 36 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'getDios' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'getDios' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'setDios' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'setDios' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter dios should be final. | 44 |
![]() |
coding | HiddenField | 'dios' hides a field. | 44 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'getExploit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'getExploit' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'Resource' looks like designed for extension (can be subclassed), but the method 'setExploit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Resource' final or making the method 'setExploit' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter exploit should be final. | 52 |
![]() |
coding | HiddenField | 'exploit' hides a field. | 52 |
com/jsql/model/injection/vendor/model/yaml/Row.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'Row' looks like designed for extension (can be subclassed), but the method 'getQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Row' final or making the method 'getQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Row' looks like designed for extension (can be subclassed), but the method 'setQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Row' final or making the method 'setQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter query should be final. | 17 |
![]() |
coding | HiddenField | 'query' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'Row' looks like designed for extension (can be subclassed), but the method 'getFields' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Row' final or making the method 'getFields' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'Row' looks like designed for extension (can be subclassed), but the method 'setFields' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Row' final or making the method 'setFields' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 25 |
![]() |
coding | HiddenField | 'fields' hides a field. | 25 |
com/jsql/model/injection/vendor/model/yaml/Schema.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getDatabase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getDatabase' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'setDatabase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'setDatabase' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter database should be final. | 19 |
![]() |
coding | HiddenField | 'database' hides a field. | 19 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getTable' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'setTable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'setTable' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter table should be final. | 27 |
![]() |
coding | HiddenField | 'table' hides a field. | 27 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getColumn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getColumn' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'setColumn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'setColumn' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter column should be final. | 35 |
![]() |
coding | HiddenField | 'column' hides a field. | 35 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'getRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'getRow' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'Schema' looks like designed for extension (can be subclassed), but the method 'setRow' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Schema' final or making the method 'setRow' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter row should be final. | 43 |
![]() |
coding | HiddenField | 'row' hides a field. | 43 |
com/jsql/model/injection/vendor/model/yaml/Strategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'getConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'getConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'setConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'setConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 20 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 20 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'getUnion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'getUnion' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'setUnion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'setUnion' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter union should be final. | 28 |
![]() |
coding | HiddenField | 'union' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'getBinary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'getBinary' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'setBinary' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'setBinary' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter binary should be final. | 36 |
![]() |
coding | HiddenField | 'binary' hides a field. | 36 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'getError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'getError' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'setError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'setError' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter error should be final. | 44 |
![]() |
coding | HiddenField | 'error' hides a field. | 44 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'getStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'getStack' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'Strategy' looks like designed for extension (can be subclassed), but the method 'setStack' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Strategy' final or making the method 'setStack' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter stack should be final. | 52 |
![]() |
coding | HiddenField | 'stack' hides a field. | 52 |
com/jsql/model/injection/vendor/model/yaml/Test.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getTruthyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getTruthyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setTruthyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setTruthyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter truthyBin should be final. | 45 |
![]() |
coding | HiddenField | 'truthyBin' hides a field. | 45 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getFalsyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getFalsyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setFalsyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setFalsyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter falsyBin should be final. | 53 |
![]() |
coding | HiddenField | 'falsyBin' hides a field. | 53 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getTruthyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getTruthyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setTruthyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setTruthyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter truthyBit should be final. | 61 |
![]() |
coding | HiddenField | 'truthyBit' hides a field. | 61 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getFalsyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getFalsyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setFalsyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setFalsyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter falsyBit should be final. | 69 |
![]() |
coding | HiddenField | 'falsyBit' hides a field. | 69 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getInit' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setInit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setInit' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter init should be final. | 77 |
![]() |
coding | HiddenField | 'init' hides a field. | 77 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getBit' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setBit' static/final/abstract/empty, or adding allowed annotation for the method. | 85 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter bit should be final. | 85 |
![]() |
coding | HiddenField | 'bit' hides a field. | 85 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getLength' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setLength' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter length should be final. | 93 |
![]() |
coding | HiddenField | 'length' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getTruthyBitAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getTruthyBitAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setTruthyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setTruthyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter truthyBit should be final. | 101 |
![]() |
coding | HiddenField | 'truthyBit' hides a field. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getFalsyBitAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getFalsyBitAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setFalsyBit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setFalsyBit' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter falsyBit should be final. | 109 |
![]() |
coding | HiddenField | 'falsyBit' hides a field. | 109 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getTruthyBinAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getTruthyBinAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 114 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setTruthyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setTruthyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter truthyBin should be final. | 117 |
![]() |
coding | HiddenField | 'truthyBin' hides a field. | 117 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getFalsyBinAsString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getFalsyBinAsString' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setFalsyBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setFalsyBin' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
misc | FinalParameters | Parameter falsyBin should be final. | 125 |
![]() |
coding | HiddenField | 'falsyBin' hides a field. | 125 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'getBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'getBin' static/final/abstract/empty, or adding allowed annotation for the method. | 129 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Class 'Test' looks like designed for extension (can be subclassed), but the method 'setBin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Test' final or making the method 'setBin' static/final/abstract/empty, or adding allowed annotation for the method. | 133 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter bin should be final. | 133 |
![]() |
coding | HiddenField | 'bin' hides a field. | 133 |
com/jsql/model/injection/vendor/model/yaml/Union.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'getIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'getIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'setIndices' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'setIndices' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter indices should be final. | 18 |
![]() |
coding | HiddenField | 'indices' hides a field. | 18 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'getCapacity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'getCapacity' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'setCapacity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'setCapacity' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter capacity should be final. | 26 |
![]() |
coding | HiddenField | 'capacity' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'getOrderBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'getOrderBy' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Class 'Union' looks like designed for extension (can be subclassed), but the method 'setOrderBy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Union' final or making the method 'setOrderBy' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter orderBy should be final. | 34 |
![]() |
coding | HiddenField | 'orderBy' hides a field. | 34 |
com/jsql/model/injection/vendor/model/yaml/Write.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'getBody' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'getBody' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'setBody' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'setBody' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter body should be final. | 17 |
![]() |
coding | HiddenField | 'body' hides a field. | 17 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'getPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'getPath' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'Write' looks like designed for extension (can be subclassed), but the method 'setPath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Write' final or making the method 'setPath' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter path should be final. | 25 |
![]() |
coding | HiddenField | 'path' hides a field. | 25 |
com/jsql/model/suspendable/AbstractSuspendable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'injectionModel' must be private and have accessor methods. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 31 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'args'. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
com/jsql/model/suspendable/SuspendableGetCharInsertion.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 46 |
![]() |
design | DesignForExtension | Class 'SuspendableGetCharInsertion' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuspendableGetCharInsertion' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter args should be final. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 83 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 164). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 106 |
![]() |
misc | FinalParameters | Parameter mediatorVendor should be final. | 106 |
![]() |
misc | FinalParameters | Parameter vendorsOrderByMatch should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
![]() |
misc | FinalParameters | Parameter mediatorVendor should be final. | 123 |
![]() |
misc | FinalParameters | Parameter pageSource should be final. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 153 |
![]() |
misc | FinalParameters | Parameter taskCompletionService should be final. | 153 |
![]() |
misc | FinalParameters | Parameter charFromBooleanMatch should be final. | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 155 |
![]() |
coding | MagicNumber | '10' is a magic number. | 155 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 159 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 161 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 163 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
![]() |
misc | FinalParameters | Parameter charFromBooleanMatch should be final. | 191 |
![]() |
misc | FinalParameters | Parameter charactersInsertion should be final. | 192 |
![]() |
misc | FinalParameters | Parameter prefixValue should be final. | 193 |
![]() |
misc | FinalParameters | Parameter prefixQuote should be final. | 194 |
![]() |
misc | FinalParameters | Parameter prefixParenthesis should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 220 |
![]() |
misc | FinalParameters | Parameter characterInsertionByUser should be final. | 220 |
![]() |
misc | FinalParameters | Parameter characterInsertionDetected should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 248 |
com/jsql/model/suspendable/SuspendableGetIndexes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 30 |
![]() |
design | DesignForExtension | Class 'SuspendableGetIndexes' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuspendableGetIndexes' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
misc | FinalParameters | Parameter args should be final. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
![]() |
coding | MagicNumber | '50' is a magic number. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 71 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 92 |
com/jsql/model/suspendable/SuspendableGetRows.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.jsql.model.accessible.DataAccess.*. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 50 |
![]() |
design | DesignForExtension | Class 'SuspendableGetRows' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuspendableGetRows' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
misc | FinalParameters | Parameter args should be final. | 55 |
![]() |
coding | MagicNumber | '3' is a magic number. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 61 |
![]() |
coding | MagicNumber | '4' is a magic number. | 61 |
![]() |
coding | MagicNumber | '5' is a magic number. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 126 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 154 |
![]() |
misc | FinalParameters | Parameter currentChunk should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 163 |
![]() |
misc | FinalParameters | Parameter currentChunk should be final. | 169 |
![]() |
misc | FinalParameters | Parameter initialSqlQuery should be final. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 175 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 178 |
![]() |
misc | FinalParameters | Parameter initialSqlQuery should be final. | 184 |
![]() |
misc | FinalParameters | Parameter countAllRows should be final. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 188 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 188 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRow should be final. | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 225 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRow should be final. | 229 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 235 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRow should be final. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 259 |
![]() |
misc | FinalParameters | Parameter searchName should be final. | 259 |
![]() |
misc | FinalParameters | Parameter e should be final. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 270 |
![]() |
misc | FinalParameters | Parameter currentChunk should be final. | 278 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 282 |
![]() |
misc | FinalParameters | Parameter loop should be final. | 295 |
![]() |
misc | FinalParameters | Parameter previousChunk should be final. | 296 |
![]() |
misc | FinalParameters | Parameter currentChunk should be final. | 297 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRow should be final. | 298 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 299 |
![]() |
coding | MagicNumber | '20' is a magic number. | 304 |
![]() |
misc | FinalParameters | Parameter sourcePage should be final. | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 317 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 317 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 325 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 331 |
![]() |
misc | FinalParameters | Parameter sourcePage should be final. | 331 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourcePage'. | 331 |
![]() |
misc | FinalParameters | Parameter performanceLength should be final. | 331 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'performanceLength'. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 340 |
![]() |
misc | FinalParameters | Parameter strategy should be final. | 346 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 347 |
![]() |
misc | FinalParameters | Parameter slidingWindowCurrentRow should be final. | 348 |
![]() |
misc | FinalParameters | Parameter slidingWindowAllRows should be final. | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 382 |
![]() |
misc | FinalParameters | Parameter numberToFind should be final. | 382 |
![]() |
misc | FinalParameters | Parameter countProgress should be final. | 382 |
![]() |
misc | FinalParameters | Parameter searchName should be final. | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 390 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 391 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
misc | FinalParameters | Parameter rows should be final. | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 395 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 |
com/jsql/model/suspendable/SuspendableGetVendor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 27 |
![]() |
design | DesignForExtension | Class 'SuspendableGetVendor' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SuspendableGetVendor' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
misc | FinalParameters | Parameter args should be final. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 66 |
com/jsql/model/suspendable/callable/CallablePageSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 38 |
![]() |
misc | FinalParameters | Parameter query should be final. | 38 |
![]() |
coding | HiddenField | 'query' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'query'. | 38 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 38 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 38 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 38 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 38 |
![]() |
misc | FinalParameters | Parameter nbIndex should be final. | 38 |
![]() |
coding | HiddenField | 'nbIndex' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nbIndex'. | 38 |
![]() |
misc | FinalParameters | Parameter query should be final. | 49 |
![]() |
coding | HiddenField | 'query' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'query'. | 49 |
![]() |
misc | FinalParameters | Parameter characterInsertion should be final. | 50 |
![]() |
coding | HiddenField | 'characterInsertion' hides a field. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'characterInsertion'. | 50 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 51 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'injectionModel'. | 51 |
![]() |
misc | FinalParameters | Parameter metadataInjectionProcess should be final. | 52 |
![]() |
coding | HiddenField | 'metadataInjectionProcess' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadataInjectionProcess'. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
design | DesignForExtension | Class 'CallablePageSource' looks like designed for extension (can be subclassed), but the method 'call' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallablePageSource' final or making the method 'call' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
design | DesignForExtension | Class 'CallablePageSource' looks like designed for extension (can be subclassed), but the method 'getQuery' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallablePageSource' final or making the method 'getQuery' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
design | DesignForExtension | Class 'CallablePageSource' looks like designed for extension (can be subclassed), but the method 'getContent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallablePageSource' final or making the method 'getContent' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Class 'CallablePageSource' looks like designed for extension (can be subclassed), but the method 'getCharacterInsertion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallablePageSource' final or making the method 'getCharacterInsertion' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'CallablePageSource' looks like designed for extension (can be subclassed), but the method 'getNbIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CallablePageSource' final or making the method 'getNbIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
com/jsql/model/suspendable/callable/ThreadFactoryCallable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter nameThread should be final. | 9 |
![]() |
coding | HiddenField | 'nameThread' hides a field. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
design | DesignForExtension | Class 'ThreadFactoryCallable' looks like designed for extension (can be subclassed), but the method 'newThread' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ThreadFactoryCallable' final or making the method 'newThread' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
misc | FinalParameters | Parameter runnable should be final. | 14 |
com/jsql/util/AnsiColorUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class AnsiColorUtil should be declared as final. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 172). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter text should be final. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter text should be final. | 29 |
com/jsql/util/AuthenticationUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 65 |
![]() |
misc | FinalParameters | Parameter isAuthentication should be final. | 66 |
![]() |
coding | HiddenField | 'isAuthentication' hides a field. | 66 |
![]() |
misc | FinalParameters | Parameter usernameAuthentication should be final. | 67 |
![]() |
coding | HiddenField | 'usernameAuthentication' hides a field. | 67 |
![]() |
misc | FinalParameters | Parameter passwordAuthentication should be final. | 68 |
![]() |
coding | HiddenField | 'passwordAuthentication' hides a field. | 68 |
![]() |
misc | FinalParameters | Parameter isKerberos should be final. | 69 |
![]() |
coding | HiddenField | 'isKerberos' hides a field. | 69 |
![]() |
misc | FinalParameters | Parameter kerberosKrb5Conf should be final. | 70 |
![]() |
misc | FinalParameters | Parameter kerberosLoginConf should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 79 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'initSimpleAuthorization' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'initSimpleAuthorization' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter isAuthentication should be final. | 79 |
![]() |
coding | HiddenField | 'isAuthentication' hides a field. | 79 |
![]() |
misc | FinalParameters | Parameter usernameAuthentication should be final. | 79 |
![]() |
coding | HiddenField | 'usernameAuthentication' hides a field. | 79 |
![]() |
misc | FinalParameters | Parameter passwordAuthentication should be final. | 79 |
![]() |
coding | HiddenField | 'passwordAuthentication' hides a field. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 90 |
![]() |
misc | FinalParameters | Parameter isKerberos should be final. | 90 |
![]() |
coding | HiddenField | 'isKerberos' hides a field. | 90 |
![]() |
misc | FinalParameters | Parameter kerberosKrb5Conf should be final. | 90 |
![]() |
misc | FinalParameters | Parameter kerberosLoginConf should be final. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'isAuthentEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'isAuthentEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 176 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'getPathKerberosLogin' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'getPathKerberosLogin' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'getPathKerberosKrb5' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'getPathKerberosKrb5' static/final/abstract/empty, or adding allowed annotation for the method. | 184 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'isKerberos' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'isKerberos' static/final/abstract/empty, or adding allowed annotation for the method. | 188 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'getUsernameAuthentication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'getUsernameAuthentication' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'getPasswordAuthentication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'getPasswordAuthentication' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'withAuthenticationEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'withAuthenticationEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 203 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 208 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'withUsernameAuthentication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'withUsernameAuthentication' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter usernameAuthentication should be final. | 208 |
![]() |
coding | HiddenField | 'usernameAuthentication' hides a field. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 213 |
![]() |
design | DesignForExtension | Class 'AuthenticationUtil' looks like designed for extension (can be subclassed), but the method 'withPasswordAuthentication' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AuthenticationUtil' final or making the method 'withPasswordAuthentication' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
misc | FinalParameters | Parameter passwordAuthentication should be final. | 213 |
![]() |
coding | HiddenField | 'passwordAuthentication' hides a field. | 213 |
com/jsql/util/CertificateUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
![]() |
misc | FinalParameters | Parameter certs should be final. | 41 |
![]() |
misc | FinalParameters | Parameter authType should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 46 |
![]() |
misc | FinalParameters | Parameter certs should be final. | 46 |
![]() |
misc | FinalParameters | Parameter authType should be final. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
design | DesignForExtension | Class 'CertificateUtil' looks like designed for extension (can be subclassed), but the method 'getSslContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CertificateUtil' final or making the method 'getSslContext' static/final/abstract/empty, or adding allowed annotation for the method. | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
com/jsql/util/ConnectionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 71 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getHttpClient' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getHttpClient' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter httpResponse should be final. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter httpHeaders should be final. | 111 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 133 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 180 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'testConnection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'testConnection' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 187 |
![]() |
coding | MagicNumber | '401' is a magic number. | 187 |
![]() |
coding | MagicNumber | '403' is a magic number. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 202 |
![]() |
coding | MagicNumber | '400' is a magic number. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 203 |
![]() |
misc | FinalParameters | Parameter url should be final. | 212 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getSource' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
misc | FinalParameters | Parameter url should be final. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 220 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getSource' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter url should be final. | 220 |
![]() |
misc | FinalParameters | Parameter isConnectIssueIgnored should be final. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 224 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getSource' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getSource' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
misc | FinalParameters | Parameter url should be final. | 224 |
![]() |
misc | FinalParameters | Parameter lineFeed should be final. | 224 |
![]() |
misc | FinalParameters | Parameter isConnectIssueIgnored should be final. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 251 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 265 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'setCustomUserAgent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'setCustomUserAgent' static/final/abstract/empty, or adding allowed annotation for the method. | 269 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 275 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 283 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'withMethodInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'withMethodInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 283 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 283 |
![]() |
coding | HiddenField | 'methodInjection' hides a field. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 287 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'withTypeRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'withTypeRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 288 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
misc | FinalParameters | Parameter typeRequest should be final. | 288 |
![]() |
coding | HiddenField | 'typeRequest' hides a field. | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 295 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getUrlByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getUrlByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 296 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 296 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'setUrlByUser' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'setUrlByUser' static/final/abstract/empty, or adding allowed annotation for the method. | 300 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
misc | FinalParameters | Parameter urlByUser should be final. | 300 |
![]() |
coding | HiddenField | 'urlByUser' hides a field. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getUrlBase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getUrlBase' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'setUrlBase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'setUrlBase' static/final/abstract/empty, or adding allowed annotation for the method. | 308 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
misc | FinalParameters | Parameter urlBase should be final. | 308 |
![]() |
coding | HiddenField | 'urlBase' hides a field. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getMethodInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getMethodInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 312 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'setMethodInjection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'setMethodInjection' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 316 |
![]() |
coding | HiddenField | 'methodInjection' hides a field. | 316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getTypeRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getTypeRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 320 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'setTypeRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'setTypeRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 324 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
misc | FinalParameters | Parameter typeRequest should be final. | 324 |
![]() |
coding | HiddenField | 'typeRequest' hides a field. | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 329 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 332 |
![]() |
design | DesignForExtension | Class 'ConnectionUtil' looks like designed for extension (can be subclassed), but the method 'getCookieManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConnectionUtil' final or making the method 'getCookieManager' static/final/abstract/empty, or adding allowed annotation for the method. | 335 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 335 |
com/jsql/util/CookiesUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 23 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 23 |
![]() |
design | DesignForExtension | Class 'CookiesUtil' looks like designed for extension (can be subclassed), but the method 'testParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CookiesUtil' final or making the method 'testParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter hasFoundInjection should be final. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
com/jsql/util/CsrfUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 29 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'parseForCsrfToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'parseForCsrfToken' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter pageSource should be final. | 33 |
![]() |
misc | FinalParameters | Parameter headers should be final. | 33 |
![]() |
misc | FinalParameters | Parameter pageSource should be final. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 94 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 136 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'addHeaderToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'addHeaderToken' static/final/abstract/empty, or adding allowed annotation for the method. | 141 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 151 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'addRequestToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'addRequestToken' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'addQueryStringToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'addQueryStringToken' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter urlInjection should be final. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'isCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'isCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'getTokenCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'getTokenCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Class 'CsrfUtil' looks like designed for extension (can be subclassed), but the method 'setTokenCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CsrfUtil' final or making the method 'setTokenCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter tokenCsrf should be final. | 220 |
![]() |
coding | HiddenField | 'tokenCsrf' hides a field. | 220 |
com/jsql/util/DigestUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 30 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 30 |
![]() |
design | DesignForExtension | Class 'DigestUtil' looks like designed for extension (can be subclassed), but the method 'parseWwwAuthenticate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DigestUtil' final or making the method 'parseWwwAuthenticate' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 80 |
![]() |
design | DesignForExtension | Class 'DigestUtil' looks like designed for extension (can be subclassed), but the method 'addHeaderToken' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DigestUtil' final or making the method 'addHeaderToken' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 89 |
![]() |
design | DesignForExtension | Class 'DigestUtil' looks like designed for extension (can be subclassed), but the method 'isDigest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DigestUtil' final or making the method 'isDigest' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Class 'DigestUtil' looks like designed for extension (can be subclassed), but the method 'setTokenDigest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DigestUtil' final or making the method 'setTokenDigest' static/final/abstract/empty, or adding allowed annotation for the method. | 100 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
misc | FinalParameters | Parameter tokenDigest should be final. | 100 |
![]() |
coding | HiddenField | 'tokenDigest' hides a field. | 100 |
![]() |
design | DesignForExtension | Class 'DigestUtil' looks like designed for extension (can be subclassed), but the method 'getTokenDigest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DigestUtil' final or making the method 'getTokenDigest' static/final/abstract/empty, or adding allowed annotation for the method. | 104 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
com/jsql/util/ExceptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 30 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
design | DesignForExtension | Class 'ExceptionHandler' looks like designed for extension (can be subclassed), but the method 'uncaughtException' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExceptionHandler' final or making the method 'uncaughtException' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
misc | FinalParameters | Parameter thread should be final. | 41 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 101 |
com/jsql/util/FormUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 26 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 26 |
![]() |
design | DesignForExtension | Class 'FormUtil' looks like designed for extension (can be subclassed), but the method 'parseForms' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'FormUtil' final or making the method 'parseForms' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter statusCode should be final. | 30 |
![]() |
misc | FinalParameters | Parameter pageSource should be final. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 68 |
![]() |
misc | FinalParameters | Parameter elementsForm should be final. | 68 |
![]() |
misc | FinalParameters | Parameter result should be final. | 68 |
![]() |
misc | FinalParameters | Parameter mapForms should be final. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
![]() |
misc | FinalParameters | Parameter statusCode should be final. | 99 |
![]() |
misc | FinalParameters | Parameter elementsForm should be final. | 99 |
![]() |
misc | FinalParameters | Parameter result should be final. | 99 |
![]() |
coding | MagicNumber | '200' is a magic number. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 107 |
com/jsql/util/GitUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 13 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 49 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 55 |
![]() |
misc | FinalParameters | Parameter displayUpdateMessage should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
![]() |
misc | FinalParameters | Parameter threadName should be final. | 80 |
![]() |
misc | FinalParameters | Parameter throwable should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 126 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
misc | FinalParameters | Parameter reportBody should be final. | 136 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 136 |
![]() |
misc | FinalParameters | Parameter reportTitle should be final. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 151 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 152 |
![]() |
coding | MagicNumber | '15' is a magic number. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 170). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 175 |
![]() |
misc | FinalParameters | Parameter response should be final. | 175 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 189 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 195 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 199 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 223 |
com/jsql/util/HeaderUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 42 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 52 |
![]() |
misc | FinalParameters | Parameter httpRequest should be final. | 52 |
![]() |
misc | FinalParameters | Parameter header should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 88 |
![]() |
misc | FinalParameters | Parameter httpRequestBuilder should be final. | 88 |
![]() |
misc | FinalParameters | Parameter body should be final. | 88 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'body'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
misc | FinalParameters | Parameter response should be final. | 139 |
![]() |
coding | MagicNumber | '400' is a magic number. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
![]() |
misc | FinalParameters | Parameter responseCode should be final. | 149 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 182 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 198 |
![]() |
misc | FinalParameters | Parameter responseCode should be final. | 198 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 204 |
![]() |
misc | FinalParameters | Parameter responseCode should be final. | 204 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
![]() |
misc | FinalParameters | Parameter responseCode should be final. | 211 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 217 |
![]() |
misc | FinalParameters | Parameter responseCode should be final. | 217 |
![]() |
misc | FinalParameters | Parameter mapResponse should be final. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 221 |
com/jsql/util/I18nUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 15 |
![]() |
design | FinalClass | Class I18nUtil should be declared as final. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
misc | FinalParameters | Parameter key should be final. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 51 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter newLocale should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
com/jsql/util/JsonUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 28 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter param should be final. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter jsonEntity should be final. | 46 |
![]() |
misc | FinalParameters | Parameter parentName should be final. | 46 |
![]() |
misc | FinalParameters | Parameter parentXPath should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 169). | 56 |
![]() |
misc | FinalParameters | Parameter jsonEntity should be final. | 56 |
![]() |
misc | FinalParameters | Parameter parentName should be final. | 56 |
![]() |
misc | FinalParameters | Parameter parentXPath should be final. | 56 |
![]() |
misc | FinalParameters | Parameter attributesXPath should be final. | 56 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 58 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 70 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 170). | 78 |
![]() |
misc | FinalParameters | Parameter jsonEntity should be final. | 78 |
![]() |
misc | FinalParameters | Parameter parentName should be final. | 78 |
![]() |
misc | FinalParameters | Parameter parentXPath should be final. | 78 |
![]() |
misc | FinalParameters | Parameter attributesXPath should be final. | 78 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 84 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 95 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 103 |
![]() |
design | DesignForExtension | Class 'JsonUtil' looks like designed for extension (can be subclassed), but the method 'testJsonParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JsonUtil' final or making the method 'testJsonParam' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 103 |
![]() |
misc | FinalParameters | Parameter paramStar should be final. | 103 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 154 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 160 |
com/jsql/util/LogLevelUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 5 |
![]() |
design | FinalClass | Class LogLevelUtil should be declared as final. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
com/jsql/util/MultipartUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 21 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 21 |
![]() |
design | DesignForExtension | Class 'MultipartUtil' looks like designed for extension (can be subclassed), but the method 'testParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MultipartUtil' final or making the method 'testParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter hasFoundInjection should be final. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 54 |
![]() |
misc | FinalParameters | Parameter rawRequest should be final. | 54 |
![]() |
misc | FinalParameters | Parameter boundary should be final. | 54 |
![]() |
misc | FinalParameters | Parameter matcherFormDataParameters should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
com/jsql/util/ParameterUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 55 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
misc | FinalParameters | Parameter urlQuery should be final. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'urlQuery'. | 65 |
![]() |
misc | FinalParameters | Parameter rawRequest should be final. | 66 |
![]() |
coding | HiddenField | 'rawRequest' hides a field. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rawRequest'. | 66 |
![]() |
misc | FinalParameters | Parameter rawHeader should be final. | 67 |
![]() |
coding | HiddenField | 'rawHeader' hides a field. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rawHeader'. | 67 |
![]() |
misc | FinalParameters | Parameter methodInjection should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodInjection'. | 68 |
![]() |
misc | FinalParameters | Parameter typeRequest should be final. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeRequest'. | 69 |
![]() |
misc | FinalParameters | Parameter isScanning should be final. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isScanning'. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 142). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
naming | ConstantName | Name 'tchar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
![]() |
coding | MagicNumber | '256' is a magic number. | 136 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 140 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 141 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter token should be final. | 152 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 |
![]() |
coding | MagicNumber | '255' is a magic number. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 210 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'checkStarMatchMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'checkStarMatchMethod' static/final/abstract/empty, or adding allowed annotation for the method. | 214 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 238 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'checkMethodNotEmpty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'checkMethodNotEmpty' static/final/abstract/empty, or adding allowed annotation for the method. | 239 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 262 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'initStar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'initStar' static/final/abstract/empty, or adding allowed annotation for the method. | 263 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter parameterToInject should be final. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 274 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'initQueryString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'initQueryString' static/final/abstract/empty, or adding allowed annotation for the method. | 274 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
misc | FinalParameters | Parameter urlQuery should be final. | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 284 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 286 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 288 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 295 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 296 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'initRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'initRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 309 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
misc | FinalParameters | Parameter rawRequest should be final. | 309 |
![]() |
coding | HiddenField | 'rawRequest' hides a field. | 309 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'initHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'initHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 332 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
misc | FinalParameters | Parameter rawHeader should be final. | 332 |
![]() |
coding | HiddenField | 'rawHeader' hides a field. | 332 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getQueryStringFromEntries' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getQueryStringFromEntries' static/final/abstract/empty, or adding allowed annotation for the method. | 347 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 358 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getRequestFromEntries' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getRequestFromEntries' static/final/abstract/empty, or adding allowed annotation for the method. | 364 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 374 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getHeaderFromEntries' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getHeaderFromEntries' static/final/abstract/empty, or adding allowed annotation for the method. | 375 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 378 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'isRequestSoap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'isRequestSoap' static/final/abstract/empty, or adding allowed annotation for the method. | 382 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 388 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 390 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getRawRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getRawRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 391 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getRawHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getRawHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 395 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 395 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getListRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getListRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 399 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getListHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getListHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 403 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 403 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'getListQueryString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'getListQueryString' static/final/abstract/empty, or adding allowed annotation for the method. | 407 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 410 |
![]() |
design | DesignForExtension | Class 'ParameterUtil' looks like designed for extension (can be subclassed), but the method 'isMultipartRequest' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ParameterUtil' final or making the method 'isMultipartRequest' static/final/abstract/empty, or adding allowed annotation for the method. | 411 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
com/jsql/util/PreferencesUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
coding | MagicNumber | '5' is a magic number. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
coding | MagicNumber | '15' is a magic number. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
coding | MagicNumber | '50' is a magic number. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
coding | MagicNumber | '5' is a magic number. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 117 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'parseReverseCommands' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'parseReverseCommands' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter commandsReverseYaml should be final. | 123 |
![]() |
coding | HiddenField | 'commandsReverseYaml' hides a field. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 173 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 190 |
![]() |
coding | MagicNumber | '5' is a magic number. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 192 |
![]() |
coding | MagicNumber | '15' is a magic number. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 194 |
![]() |
coding | MagicNumber | '50' is a magic number. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
![]() |
coding | MagicNumber | '5' is a magic number. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 248 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 252 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 270 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 272 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 275 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 280 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 285 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 292 |
![]() |
misc | FinalParameters | Parameter path should be final. | 295 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 297 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 300 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 301 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 303 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'getPathFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'getPathFile' static/final/abstract/empty, or adding allowed annotation for the method. | 304 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 307 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 308 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isFollowingRedirection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isFollowingRedirection' static/final/abstract/empty, or adding allowed annotation for the method. | 312 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 315 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isHttp2Disabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isHttp2Disabled' static/final/abstract/empty, or adding allowed annotation for the method. | 316 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isReportingBugs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isReportingBugs' static/final/abstract/empty, or adding allowed annotation for the method. | 320 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isNotInjectingMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isNotInjectingMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 324 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 324 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isNotSearchingCharInsertion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isNotSearchingCharInsertion' static/final/abstract/empty, or adding allowed annotation for the method. | 328 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isNotShowingVulnReport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isNotShowingVulnReport' static/final/abstract/empty, or adding allowed annotation for the method. | 332 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllURLParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllURLParam' static/final/abstract/empty, or adding allowed annotation for the method. | 336 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 336 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllRequestParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllRequestParam' static/final/abstract/empty, or adding allowed annotation for the method. | 340 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllHeaderParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllHeaderParam' static/final/abstract/empty, or adding allowed annotation for the method. | 344 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 344 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllBase64Param' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllBase64Param' static/final/abstract/empty, or adding allowed annotation for the method. | 348 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 351 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllJsonParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllJsonParam' static/final/abstract/empty, or adding allowed annotation for the method. | 352 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isParsingForm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isParsingForm' static/final/abstract/empty, or adding allowed annotation for the method. | 356 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 356 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isNotTestingConnection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isNotTestingConnection' static/final/abstract/empty, or adding allowed annotation for the method. | 360 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isNotProcessingCookies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isNotProcessingCookies' static/final/abstract/empty, or adding allowed annotation for the method. | 364 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllParam' static/final/abstract/empty, or adding allowed annotation for the method. | 368 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 368 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isProcessingCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isProcessingCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 372 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllCookieParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllCookieParam' static/final/abstract/empty, or adding allowed annotation for the method. | 376 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingBase64' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingBase64' static/final/abstract/empty, or adding allowed annotation for the method. | 380 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingFunctionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingFunctionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 384 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 384 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingEqualToLike' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingEqualToLike' static/final/abstract/empty, or adding allowed annotation for the method. | 388 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 388 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingRandomCase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingRandomCase' static/final/abstract/empty, or adding allowed annotation for the method. | 392 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 392 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingSpaceToMultilineComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingSpaceToMultilineComment' static/final/abstract/empty, or adding allowed annotation for the method. | 396 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 396 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingSpaceToDashComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingSpaceToDashComment' static/final/abstract/empty, or adding allowed annotation for the method. | 400 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 400 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingSpaceToSharpComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingSpaceToSharpComment' static/final/abstract/empty, or adding allowed annotation for the method. | 404 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingVersionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingVersionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 408 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isTamperingEval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isTamperingEval' static/final/abstract/empty, or adding allowed annotation for the method. | 412 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCheckingAllSoapParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCheckingAllSoapParam' static/final/abstract/empty, or adding allowed annotation for the method. | 416 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'is4K' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'is4K' static/final/abstract/empty, or adding allowed annotation for the method. | 420 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 420 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 424 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 427 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isLimitingSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isLimitingSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 428 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 428 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 431 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 432 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 432 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 435 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUnicodeDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUnicodeDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 436 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 436 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 439 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUrlDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUrlDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 440 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 440 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 443 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'countLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'countLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 444 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 447 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'countConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'countConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 448 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 448 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 451 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'countUnionIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'countUnionIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 452 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 452 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 455 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'countSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'countSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 456 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 459 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isLimitingUnionIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isLimitingUnionIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 460 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 460 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 463 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isCsrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isCsrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 464 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 464 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 467 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'csrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'csrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 468 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 468 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 471 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'csrfUserTagOutput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'csrfUserTagOutput' static/final/abstract/empty, or adding allowed annotation for the method. | 472 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 472 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 475 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isPerfIndexDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isPerfIndexDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 476 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 476 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 479 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isZipStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isZipStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 480 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 480 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 483 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isDefaultStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isDefaultStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 484 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 487 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isDiosStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isDiosStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 488 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 488 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 491 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUrlEncodingDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUrlEncodingDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 492 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 492 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 495 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUrlRandomSuffixDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUrlRandomSuffixDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 496 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 496 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyTimeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyTimeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 500 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyBlindBitDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyBlindBitDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 504 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 504 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyBlindBinDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyBlindBinDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 508 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 508 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyMultibitDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyMultibitDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 512 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 512 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyStackDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyStackDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 516 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 516 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyErrorDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyErrorDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 520 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 520 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isStrategyUnionDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isStrategyUnionDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 524 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 524 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUserAgentRandom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUserAgentRandom' static/final/abstract/empty, or adding allowed annotation for the method. | 528 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 528 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'getThemeFlatLafName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'getThemeFlatLafName' static/final/abstract/empty, or adding allowed annotation for the method. | 532 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 532 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'getLanguageTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'getLanguageTag' static/final/abstract/empty, or adding allowed annotation for the method. | 536 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 536 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'isUrlDecodeNetworkTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'isUrlDecodeNetworkTab' static/final/abstract/empty, or adding allowed annotation for the method. | 540 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 540 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'getCommandsReverseYaml' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'getCommandsReverseYaml' static/final/abstract/empty, or adding allowed annotation for the method. | 544 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 544 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'getCommandsReverse' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'getCommandsReverse' static/final/abstract/empty, or adding allowed annotation for the method. | 548 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 548 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingUpdate' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingUpdate' static/final/abstract/empty, or adding allowed annotation for the method. | 554 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 554 |
![]() |
misc | FinalParameters | Parameter isCheckingUpdate should be final. | 554 |
![]() |
coding | HiddenField | 'isCheckingUpdate' hides a field. | 554 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsReportingBugs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsReportingBugs' static/final/abstract/empty, or adding allowed annotation for the method. | 559 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 559 |
![]() |
misc | FinalParameters | Parameter isReportingBugs should be final. | 559 |
![]() |
coding | HiddenField | 'isReportingBugs' hides a field. | 559 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIs4K' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIs4K' static/final/abstract/empty, or adding allowed annotation for the method. | 564 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 564 |
![]() |
misc | FinalParameters | Parameter is4K should be final. | 564 |
![]() |
coding | HiddenField | 'is4K' hides a field. | 564 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 569 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsFollowingRedirection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsFollowingRedirection' static/final/abstract/empty, or adding allowed annotation for the method. | 569 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 569 |
![]() |
misc | FinalParameters | Parameter isFollowingRedirection should be final. | 569 |
![]() |
coding | HiddenField | 'isFollowingRedirection' hides a field. | 569 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 573 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsHttp2Disabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsHttp2Disabled' static/final/abstract/empty, or adding allowed annotation for the method. | 574 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 574 |
![]() |
misc | FinalParameters | Parameter isHttp2Disabled should be final. | 574 |
![]() |
coding | HiddenField | 'isHttp2Disabled' hides a field. | 574 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 578 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 579 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUnicodeDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUnicodeDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 579 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 579 |
![]() |
misc | FinalParameters | Parameter isUnicodeDecodeDisabled should be final. | 579 |
![]() |
coding | HiddenField | 'isUnicodeDecodeDisabled' hides a field. | 579 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 584 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUrlDecodeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUrlDecodeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 584 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 584 |
![]() |
misc | FinalParameters | Parameter isUrlDecodeDisabled should be final. | 584 |
![]() |
coding | HiddenField | 'isUrlDecodeDisabled' hides a field. | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 589 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsNotInjectingMetadata' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsNotInjectingMetadata' static/final/abstract/empty, or adding allowed annotation for the method. | 589 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 589 |
![]() |
misc | FinalParameters | Parameter isNotInjectingMetadata should be final. | 589 |
![]() |
coding | HiddenField | 'isNotInjectingMetadata' hides a field. | 589 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 594 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsNotSearchingCharInsertion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsNotSearchingCharInsertion' static/final/abstract/empty, or adding allowed annotation for the method. | 594 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 594 |
![]() |
misc | FinalParameters | Parameter isNotSearchingCharInsertion should be final. | 594 |
![]() |
coding | HiddenField | 'isNotSearchingCharInsertion' hides a field. | 594 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 599 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsNotShowingVulnReport' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsNotShowingVulnReport' static/final/abstract/empty, or adding allowed annotation for the method. | 599 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 599 |
![]() |
misc | FinalParameters | Parameter isNotShowingVulnReport should be final. | 599 |
![]() |
coding | HiddenField | 'isNotShowingVulnReport' hides a field. | 599 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllParam' static/final/abstract/empty, or adding allowed annotation for the method. | 604 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 604 |
![]() |
misc | FinalParameters | Parameter isCheckingAllParam should be final. | 604 |
![]() |
coding | HiddenField | 'isCheckingAllParam' hides a field. | 604 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 609 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllURLParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllURLParam' static/final/abstract/empty, or adding allowed annotation for the method. | 609 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 609 |
![]() |
misc | FinalParameters | Parameter isCheckingAllURLParam should be final. | 609 |
![]() |
coding | HiddenField | 'isCheckingAllURLParam' hides a field. | 609 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 614 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllRequestParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllRequestParam' static/final/abstract/empty, or adding allowed annotation for the method. | 614 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 614 |
![]() |
misc | FinalParameters | Parameter isCheckingAllRequestParam should be final. | 614 |
![]() |
coding | HiddenField | 'isCheckingAllRequestParam' hides a field. | 614 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 619 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllHeaderParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllHeaderParam' static/final/abstract/empty, or adding allowed annotation for the method. | 619 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 619 |
![]() |
misc | FinalParameters | Parameter isCheckingAllHeaderParam should be final. | 619 |
![]() |
coding | HiddenField | 'isCheckingAllHeaderParam' hides a field. | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 624 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllBase64Param' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllBase64Param' static/final/abstract/empty, or adding allowed annotation for the method. | 624 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 624 |
![]() |
misc | FinalParameters | Parameter isCheckingAllBase64Param should be final. | 624 |
![]() |
coding | HiddenField | 'isCheckingAllBase64Param' hides a field. | 624 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 628 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 629 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllJsonParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllJsonParam' static/final/abstract/empty, or adding allowed annotation for the method. | 629 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 629 |
![]() |
misc | FinalParameters | Parameter isCheckingAllJSONParam should be final. | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 634 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllCookieParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllCookieParam' static/final/abstract/empty, or adding allowed annotation for the method. | 634 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 634 |
![]() |
misc | FinalParameters | Parameter isCheckingAllCookieParam should be final. | 634 |
![]() |
coding | HiddenField | 'isCheckingAllCookieParam' hides a field. | 634 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 639 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCheckingAllSoapParam' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCheckingAllSoapParam' static/final/abstract/empty, or adding allowed annotation for the method. | 639 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 639 |
![]() |
misc | FinalParameters | Parameter isCheckingAllSOAPParam should be final. | 639 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsParsingForm' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsParsingForm' static/final/abstract/empty, or adding allowed annotation for the method. | 644 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 644 |
![]() |
misc | FinalParameters | Parameter isParsingForm should be final. | 644 |
![]() |
coding | HiddenField | 'isParsingForm' hides a field. | 644 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 649 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsNotTestingConnection' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsNotTestingConnection' static/final/abstract/empty, or adding allowed annotation for the method. | 649 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 649 |
![]() |
misc | FinalParameters | Parameter isNotTestingConnection should be final. | 649 |
![]() |
coding | HiddenField | 'isNotTestingConnection' hides a field. | 649 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 654 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsNotProcessingCookies' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsNotProcessingCookies' static/final/abstract/empty, or adding allowed annotation for the method. | 654 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 654 |
![]() |
misc | FinalParameters | Parameter isNotProcessingCookies should be final. | 654 |
![]() |
coding | HiddenField | 'isNotProcessingCookies' hides a field. | 654 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsProcessingCsrf' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsProcessingCsrf' static/final/abstract/empty, or adding allowed annotation for the method. | 659 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 659 |
![]() |
misc | FinalParameters | Parameter isProcessingCsrf should be final. | 659 |
![]() |
coding | HiddenField | 'isProcessingCsrf' hides a field. | 659 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingBase64' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingBase64' static/final/abstract/empty, or adding allowed annotation for the method. | 664 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 664 |
![]() |
misc | FinalParameters | Parameter isTamperingBase64 should be final. | 664 |
![]() |
coding | HiddenField | 'isTamperingBase64' hides a field. | 664 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 669 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingFunctionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingFunctionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 669 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 669 |
![]() |
misc | FinalParameters | Parameter isTamperingFunctionComment should be final. | 669 |
![]() |
coding | HiddenField | 'isTamperingFunctionComment' hides a field. | 669 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 674 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingVersionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingVersionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 674 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 674 |
![]() |
misc | FinalParameters | Parameter isTamperingVersionComment should be final. | 674 |
![]() |
coding | HiddenField | 'isTamperingVersionComment' hides a field. | 674 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 679 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingEqualToLike' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingEqualToLike' static/final/abstract/empty, or adding allowed annotation for the method. | 679 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 679 |
![]() |
misc | FinalParameters | Parameter isTamperingEqualToLike should be final. | 679 |
![]() |
coding | HiddenField | 'isTamperingEqualToLike' hides a field. | 679 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 684 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingRandomCase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingRandomCase' static/final/abstract/empty, or adding allowed annotation for the method. | 684 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 684 |
![]() |
misc | FinalParameters | Parameter isTamperingRandomCase should be final. | 684 |
![]() |
coding | HiddenField | 'isTamperingRandomCase' hides a field. | 684 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingEval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingEval' static/final/abstract/empty, or adding allowed annotation for the method. | 689 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 689 |
![]() |
misc | FinalParameters | Parameter isTamperingEval should be final. | 689 |
![]() |
coding | HiddenField | 'isTamperingEval' hides a field. | 689 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 694 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingSpaceToMultilineComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingSpaceToMultilineComment' static/final/abstract/empty, or adding allowed annotation for the method. | 694 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 694 |
![]() |
misc | FinalParameters | Parameter isTamperingSpaceToMultilineComment should be final. | 694 |
![]() |
coding | HiddenField | 'isTamperingSpaceToMultilineComment' hides a field. | 694 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 699 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingSpaceToDashComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingSpaceToDashComment' static/final/abstract/empty, or adding allowed annotation for the method. | 699 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 699 |
![]() |
misc | FinalParameters | Parameter isTamperingSpaceToDashComment should be final. | 699 |
![]() |
coding | HiddenField | 'isTamperingSpaceToDashComment' hides a field. | 699 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 704 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsTamperingSpaceToSharpComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsTamperingSpaceToSharpComment' static/final/abstract/empty, or adding allowed annotation for the method. | 704 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 704 |
![]() |
misc | FinalParameters | Parameter isTamperingSpaceToSharpComment should be final. | 704 |
![]() |
coding | HiddenField | 'isTamperingSpaceToSharpComment' hides a field. | 704 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCsrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCsrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 709 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 709 |
![]() |
misc | FinalParameters | Parameter csrfUserTag should be final. | 709 |
![]() |
coding | HiddenField | 'csrfUserTag' hides a field. | 709 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 713 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCsrfUserTagOutput' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCsrfUserTagOutput' static/final/abstract/empty, or adding allowed annotation for the method. | 714 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 714 |
![]() |
misc | FinalParameters | Parameter csrfUserTagOutput should be final. | 714 |
![]() |
coding | HiddenField | 'csrfUserTagOutput' hides a field. | 714 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsCsrfUserTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsCsrfUserTag' static/final/abstract/empty, or adding allowed annotation for the method. | 719 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 719 |
![]() |
misc | FinalParameters | Parameter isCsrfUserTag should be final. | 719 |
![]() |
coding | HiddenField | 'isCsrfUserTag' hides a field. | 719 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 724 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 724 |
![]() |
misc | FinalParameters | Parameter isLimitingThreads should be final. | 724 |
![]() |
coding | HiddenField | 'isLimitingThreads' hides a field. | 724 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 728 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 729 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 729 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 729 |
![]() |
misc | FinalParameters | Parameter isConnectionTimeout should be final. | 729 |
![]() |
coding | HiddenField | 'isConnectionTimeout' hides a field. | 729 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 733 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 734 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsLimitingSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsLimitingSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 734 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 734 |
![]() |
misc | FinalParameters | Parameter isLimitingSleepTimeStrategy should be final. | 734 |
![]() |
coding | HiddenField | 'isLimitingSleepTimeStrategy' hides a field. | 734 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCountLimitingThreads' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCountLimitingThreads' static/final/abstract/empty, or adding allowed annotation for the method. | 739 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 739 |
![]() |
misc | FinalParameters | Parameter countLimitingThreads should be final. | 739 |
![]() |
coding | HiddenField | 'countLimitingThreads' hides a field. | 739 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 743 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 744 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCountConnectionTimeout' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCountConnectionTimeout' static/final/abstract/empty, or adding allowed annotation for the method. | 744 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 744 |
![]() |
misc | FinalParameters | Parameter countConnectionTimeout should be final. | 744 |
![]() |
coding | HiddenField | 'countConnectionTimeout' hides a field. | 744 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 748 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 749 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCountSleepTimeStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCountSleepTimeStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 749 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 749 |
![]() |
misc | FinalParameters | Parameter countSleepTimeStrategy should be final. | 749 |
![]() |
coding | HiddenField | 'countSleepTimeStrategy' hides a field. | 749 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 753 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsZipStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsZipStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 754 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 754 |
![]() |
misc | FinalParameters | Parameter isZipStrategy should be final. | 754 |
![]() |
coding | HiddenField | 'isZipStrategy' hides a field. | 754 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 758 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsDefaultStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsDefaultStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 759 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 759 |
![]() |
misc | FinalParameters | Parameter isDefaultStrategy should be final. | 759 |
![]() |
coding | HiddenField | 'isDefaultStrategy' hides a field. | 759 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 763 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsDiosStrategy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsDiosStrategy' static/final/abstract/empty, or adding allowed annotation for the method. | 764 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 764 |
![]() |
misc | FinalParameters | Parameter isDiosStrategy should be final. | 764 |
![]() |
coding | HiddenField | 'isDiosStrategy' hides a field. | 764 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 768 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 769 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsPerfIndexDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsPerfIndexDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 769 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 769 |
![]() |
misc | FinalParameters | Parameter isPerfIndexDisabled should be final. | 769 |
![]() |
coding | HiddenField | 'isPerfIndexDisabled' hides a field. | 769 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 773 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 774 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUrlEncodingDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUrlEncodingDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 774 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 774 |
![]() |
misc | FinalParameters | Parameter isUrlEncodingDisabled should be final. | 774 |
![]() |
coding | HiddenField | 'isUrlEncodingDisabled' hides a field. | 774 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 779 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUrlRandomSuffixDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUrlRandomSuffixDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 779 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 779 |
![]() |
misc | FinalParameters | Parameter isUrlRandomSuffixDisabled should be final. | 779 |
![]() |
coding | HiddenField | 'isUrlRandomSuffixDisabled' hides a field. | 779 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 784 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsLimitingUnionIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsLimitingUnionIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 784 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 784 |
![]() |
misc | FinalParameters | Parameter isLimitingUnionIndex should be final. | 784 |
![]() |
coding | HiddenField | 'isLimitingUnionIndex' hides a field. | 784 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withCountUnionIndex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withCountUnionIndex' static/final/abstract/empty, or adding allowed annotation for the method. | 789 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 789 |
![]() |
misc | FinalParameters | Parameter countUnionIndex should be final. | 789 |
![]() |
coding | HiddenField | 'countUnionIndex' hides a field. | 789 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 794 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyTimeDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyTimeDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 794 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 794 |
![]() |
misc | FinalParameters | Parameter isStrategyTimeDisabled should be final. | 794 |
![]() |
coding | HiddenField | 'isStrategyTimeDisabled' hides a field. | 794 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 799 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyBlindBitDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyBlindBitDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 799 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 799 |
![]() |
misc | FinalParameters | Parameter isStrategyBlindBitDisabled should be final. | 799 |
![]() |
coding | HiddenField | 'isStrategyBlindBitDisabled' hides a field. | 799 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 804 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyBlindBinDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyBlindBinDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 804 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 804 |
![]() |
misc | FinalParameters | Parameter isStrategyBlindBinDisabled should be final. | 804 |
![]() |
coding | HiddenField | 'isStrategyBlindBinDisabled' hides a field. | 804 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 809 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyMultibitDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyMultibitDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 809 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 809 |
![]() |
misc | FinalParameters | Parameter isStrategyMultibitDisabled should be final. | 809 |
![]() |
coding | HiddenField | 'isStrategyMultibitDisabled' hides a field. | 809 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 814 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyStackDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyStackDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 814 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 814 |
![]() |
misc | FinalParameters | Parameter isStrategyStackDisabled should be final. | 814 |
![]() |
coding | HiddenField | 'isStrategyStackDisabled' hides a field. | 814 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 819 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyErrorDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyErrorDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 819 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 819 |
![]() |
misc | FinalParameters | Parameter isStrategyErrorDisabled should be final. | 819 |
![]() |
coding | HiddenField | 'isStrategyErrorDisabled' hides a field. | 819 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 824 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsStrategyUnionDisabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsStrategyUnionDisabled' static/final/abstract/empty, or adding allowed annotation for the method. | 824 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 824 |
![]() |
misc | FinalParameters | Parameter isStrategyUnionDisabled should be final. | 824 |
![]() |
coding | HiddenField | 'isStrategyUnionDisabled' hides a field. | 824 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withThemeFlatLafName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withThemeFlatLafName' static/final/abstract/empty, or adding allowed annotation for the method. | 829 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 829 |
![]() |
misc | FinalParameters | Parameter themeFlatLafName should be final. | 829 |
![]() |
coding | HiddenField | 'themeFlatLafName' hides a field. | 829 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 834 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUrlDecodeNetworkTab' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUrlDecodeNetworkTab' static/final/abstract/empty, or adding allowed annotation for the method. | 834 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 834 |
![]() |
misc | FinalParameters | Parameter isUrlDecodeNetworkTab should be final. | 834 |
![]() |
coding | HiddenField | 'isUrlDecodeNetworkTab' hides a field. | 834 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withLanguageTag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withLanguageTag' static/final/abstract/empty, or adding allowed annotation for the method. | 839 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 839 |
![]() |
misc | FinalParameters | Parameter languageTag should be final. | 839 |
![]() |
coding | HiddenField | 'languageTag' hides a field. | 839 |
![]() |
design | DesignForExtension | Class 'PreferencesUtil' looks like designed for extension (can be subclassed), but the method 'withIsUserAgentRandom' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PreferencesUtil' final or making the method 'withIsUserAgentRandom' static/final/abstract/empty, or adding allowed annotation for the method. | 844 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 844 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 844 |
com/jsql/util/PropertiesUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 38 |
![]() |
design | DesignForExtension | Class 'PropertiesUtil' looks like designed for extension (can be subclassed), but the method 'displayStatus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertiesUtil' final or making the method 'displayStatus' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter newLocale should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
![]() |
coding | MagicNumber | '100' is a magic number. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 64 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 64 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
![]() |
coding | MagicNumber | '100' is a magic number. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 71 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 71 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 71 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
design | DesignForExtension | Class 'PropertiesUtil' looks like designed for extension (can be subclassed), but the method 'getVersionJsql' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertiesUtil' final or making the method 'getVersionJsql' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Class 'PropertiesUtil' looks like designed for extension (can be subclassed), but the method 'getProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PropertiesUtil' final or making the method 'getProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter property should be final. | 105 |
com/jsql/util/ProxyUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
misc | FinalParameters | Parameter isUsingProxyHttp should be final. | 54 |
![]() |
coding | HiddenField | 'isUsingProxyHttp' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter proxyAddressHttp should be final. | 54 |
![]() |
coding | HiddenField | 'proxyAddressHttp' hides a field. | 54 |
![]() |
misc | FinalParameters | Parameter proxyPortHttp should be final. | 54 |
![]() |
coding | HiddenField | 'proxyPortHttp' hides a field. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
misc | FinalParameters | Parameter isUsingProxyHttps should be final. | 55 |
![]() |
coding | HiddenField | 'isUsingProxyHttps' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isUsingProxyHttps'. | 55 |
![]() |
misc | FinalParameters | Parameter proxyAddressHttps should be final. | 55 |
![]() |
coding | HiddenField | 'proxyAddressHttps' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'proxyAddressHttps'. | 55 |
![]() |
misc | FinalParameters | Parameter proxyPortHttps should be final. | 55 |
![]() |
coding | HiddenField | 'proxyPortHttps' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'proxyPortHttps'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 148 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 148 |
![]() |
misc | FinalParameters | Parameter address should be final. | 148 |
![]() |
misc | FinalParameters | Parameter port should be final. | 148 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 161 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 161 |
![]() |
misc | FinalParameters | Parameter address should be final. | 161 |
![]() |
misc | FinalParameters | Parameter port should be final. | 161 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 161 |
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 173 |
![]() |
misc | FinalParameters | Parameter showOnConsole should be final. | 173 |
![]() |
misc | FinalParameters | Parameter address should be final. | 173 |
![]() |
misc | FinalParameters | Parameter port should be final. | 173 |
![]() |
misc | FinalParameters | Parameter protocol should be final. | 173 |
![]() |
misc | FinalParameters | Parameter e should be final. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 183 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 183 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 188 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 189 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'getProxyAddressHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'getProxyAddressHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setProxyAddressHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setProxyAddressHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 196 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
misc | FinalParameters | Parameter proxyAddressHttp should be final. | 196 |
![]() |
coding | HiddenField | 'proxyAddressHttp' hides a field. | 196 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'getProxyPortHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'getProxyPortHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setProxyPortHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setProxyPortHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter proxyPortHttp should be final. | 204 |
![]() |
coding | HiddenField | 'proxyPortHttp' hides a field. | 204 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'isUsingProxyHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'isUsingProxyHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setUsingProxyHttp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setUsingProxyHttp' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter isUsingProxyHttp should be final. | 212 |
![]() |
coding | HiddenField | 'isUsingProxyHttp' hides a field. | 212 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'getProxyAddressHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'getProxyAddressHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 216 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setProxyAddressHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setProxyAddressHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 220 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter proxyAddressHttps should be final. | 220 |
![]() |
coding | HiddenField | 'proxyAddressHttps' hides a field. | 220 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'getProxyPortHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'getProxyPortHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 224 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setProxyPortHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setProxyPortHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter proxyPortHttps should be final. | 228 |
![]() |
coding | HiddenField | 'proxyPortHttps' hides a field. | 228 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'isUsingProxyHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'isUsingProxyHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 232 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
design | DesignForExtension | Class 'ProxyUtil' looks like designed for extension (can be subclassed), but the method 'setUsingProxyHttps' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ProxyUtil' final or making the method 'setUsingProxyHttps' static/final/abstract/empty, or adding allowed annotation for the method. | 236 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter isUsingProxyHttps should be final. | 236 |
![]() |
coding | HiddenField | 'isUsingProxyHttps' hides a field. | 236 |
com/jsql/util/SoapUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 34 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 34 |
![]() |
design | DesignForExtension | Class 'SoapUtil' looks like designed for extension (can be subclassed), but the method 'testParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SoapUtil' final or making the method 'testParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter hasFoundInjection should be final. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 60 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter xmlStr should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
design | DesignForExtension | Class 'SoapUtil' looks like designed for extension (can be subclassed), but the method 'isTextNodeInjectable' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SoapUtil' final or making the method 'isTextNodeInjectable' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 70 |
![]() |
misc | FinalParameters | Parameter node should be final. | 70 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 72 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 102 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 111 |
![]() |
misc | FinalParameters | Parameter node should be final. | 111 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 126 |
![]() |
misc | FinalParameters | Parameter doc should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
com/jsql/util/StringUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.awt.*. | 23 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
![]() |
misc | FinalParameters | Parameter prefix should be final. | 63 |
![]() |
coding | HiddenField | 'prefix' hides a field. | 63 |
![]() |
misc | FinalParameters | Parameter suffix should be final. | 63 |
![]() |
coding | HiddenField | 'suffix' hides a field. | 63 |
![]() |
misc | FinalParameters | Parameter radix should be final. | 63 |
![]() |
coding | HiddenField | 'radix' hides a field. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
misc | FinalParameters | Parameter c should be final. | 69 |
![]() |
misc | FinalParameters | Parameter buff should be final. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
![]() |
misc | FinalParameters | Parameter text should be final. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter text should be final. | 95 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 97 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 97 |
![]() |
coding | MagicNumber | '128' is a magic number. | 98 |
![]() |
misc | FinalParameters | Parameter hex should be final. | 112 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 114 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 115 |
![]() |
coding | MagicNumber | '16' is a magic number. | 115 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
misc | FinalParameters | Parameter text should be final. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter text should be final. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter s should be final. | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter s should be final. | 162 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter s should be final. | 167 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 170 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
misc | FinalParameters | Parameter s should be final. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
misc | FinalParameters | Parameter s should be final. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
misc | FinalParameters | Parameter s should be final. | 180 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
misc | FinalParameters | Parameter s should be final. | 185 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter s should be final. | 189 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter text should be final. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
misc | FinalParameters | Parameter text should be final. | 197 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 201 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
misc | FinalParameters | Parameter text should be final. | 202 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
misc | FinalParameters | Parameter text should be final. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 210 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
misc | FinalParameters | Parameter text should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 214 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 215 |
![]() |
misc | FinalParameters | Parameter text should be final. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 216 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 219 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter text should be final. | 220 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
misc | FinalParameters | Parameter text should be final. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 227 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter text should be final. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 231 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
misc | FinalParameters | Parameter text should be final. | 232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 235 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
misc | FinalParameters | Parameter query should be final. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 239 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 246 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 249 |
![]() |
misc | FinalParameters | Parameter query should be final. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'query'. | 249 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
misc | FinalParameters | Parameter color should be final. | 256 |
![]() |
misc | FinalParameters | Parameter text should be final. | 256 |
![]() |
misc | FinalParameters | Parameter text should be final. | 269 |
![]() |
misc | FinalParameters | Parameter compressedTxt should be final. | 277 |
![]() |
misc | FinalParameters | Parameter hexString should be final. | 285 |
![]() |
coding | MagicNumber | '4' is a magic number. | 288 |
![]() |
misc | FinalParameters | Parameter hexChar should be final. | 291 |
![]() |
coding | MagicNumber | '16' is a magic number. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 294 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 294 |
![]() |
misc | FinalParameters | Parameter num should be final. | 299 |
![]() |
coding | MagicNumber | '4' is a magic number. | 301 |
![]() |
coding | MagicNumber | '0xF' is a magic number. | 301 |
![]() |
coding | MagicNumber | '16' is a magic number. | 301 |
![]() |
coding | MagicNumber | '0xF' is a magic number. | 302 |
![]() |
coding | MagicNumber | '16' is a magic number. | 302 |
![]() |
misc | FinalParameters | Parameter byteArray should be final. | 306 |
![]() |
misc | FinalParameters | Parameter hexString should be final. | 314 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 316 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 319 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 319 |
![]() |
misc | FinalParameters | Parameter string should be final. | 325 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 329 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter plaintext should be final. | 333 |
![]() |
misc | FinalParameters | Parameter key should be final. | 333 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 335 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 335 |
![]() |
coding | MagicNumber | '8' is a magic number. | 336 |
![]() |
coding | MagicNumber | '4' is a magic number. | 336 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
misc | FinalParameters | Parameter fileData should be final. | 341 |
![]() |
coding | MagicNumber | '900' is a magic number. | 346 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 348 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 348 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 355 |
![]() |
misc | FinalParameters | Parameter path should be final. | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 358 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 364 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
misc | FinalParameters | Parameter fileData should be final. | 372 |
![]() |
coding | MagicNumber | '353837730' is a magic number. | 373 |
com/jsql/util/TamperingUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 41 |
![]() |
misc | FinalParameters | Parameter jsTampering should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 67 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'tamper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'tamper' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter sqlQueryDefault should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
![]() |
coding | MagicNumber | '3' is a magic number. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 127 |
![]() |
misc | FinalParameters | Parameter sqlQuery should be final. | 127 |
![]() |
misc | FinalParameters | Parameter shouldApply should be final. | 127 |
![]() |
misc | FinalParameters | Parameter tamperingType should be final. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 129 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withBase64' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withBase64' static/final/abstract/empty, or adding allowed annotation for the method. | 137 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withVersionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withVersionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 142 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withFunctionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withFunctionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withEqualToLike' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withEqualToLike' static/final/abstract/empty, or adding allowed annotation for the method. | 152 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withRandomCase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withRandomCase' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withHexToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withHexToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withStringToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withStringToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 167 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withQuoteToUtf8' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withQuoteToUtf8' static/final/abstract/empty, or adding allowed annotation for the method. | 172 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withEval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withEval' static/final/abstract/empty, or adding allowed annotation for the method. | 177 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToMultilineComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToMultilineComment' static/final/abstract/empty, or adding allowed annotation for the method. | 182 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToDashComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToDashComment' static/final/abstract/empty, or adding allowed annotation for the method. | 187 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToSharpComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToSharpComment' static/final/abstract/empty, or adding allowed annotation for the method. | 192 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'getCustomTamper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'getCustomTamper' static/final/abstract/empty, or adding allowed annotation for the method. | 200 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'setCustomTamper' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'setCustomTamper' static/final/abstract/empty, or adding allowed annotation for the method. | 204 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter customTamper should be final. | 204 |
![]() |
coding | HiddenField | 'customTamper' hides a field. | 204 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withBase64' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withBase64' static/final/abstract/empty, or adding allowed annotation for the method. | 208 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 208 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withEqualToLike' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withEqualToLike' static/final/abstract/empty, or adding allowed annotation for the method. | 213 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 213 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withEval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withEval' static/final/abstract/empty, or adding allowed annotation for the method. | 218 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 218 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withFunctionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withFunctionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 223 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 223 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 223 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withHexToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withHexToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 228 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 228 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withQuoteToUtf8' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withQuoteToUtf8' static/final/abstract/empty, or adding allowed annotation for the method. | 233 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 233 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withRandomCase' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withRandomCase' static/final/abstract/empty, or adding allowed annotation for the method. | 238 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 238 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToDashComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToDashComment' static/final/abstract/empty, or adding allowed annotation for the method. | 243 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 243 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToMultilineComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToMultilineComment' static/final/abstract/empty, or adding allowed annotation for the method. | 248 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 248 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withSpaceToSharpComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withSpaceToSharpComment' static/final/abstract/empty, or adding allowed annotation for the method. | 253 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 253 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withStringToChar' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withStringToChar' static/final/abstract/empty, or adding allowed annotation for the method. | 258 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 258 |
![]() |
design | DesignForExtension | Class 'TamperingUtil' looks like designed for extension (can be subclassed), but the method 'withVersionComment' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TamperingUtil' final or making the method 'withVersionComment' static/final/abstract/empty, or adding allowed annotation for the method. | 263 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
misc | FinalParameters | Parameter selected should be final. | 263 |
com/jsql/util/ThreadUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter injectionModel should be final. | 49 |
![]() |
coding | HiddenField | 'injectionModel' hides a field. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 59 |
![]() |
misc | FinalParameters | Parameter elementDatabase should be final. | 59 |
![]() |
misc | FinalParameters | Parameter suspendable should be final. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
misc | FinalParameters | Parameter elementDatabase should be final. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
misc | FinalParameters | Parameter elementDatabase should be final. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter nameThread should be final. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 99 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter taskExecutor should be final. | 104 |
![]() |
coding | MagicNumber | '15' is a magic number. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 107 |
com/jsql/util/UserAgentUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Class 'UserAgentUtil' looks like designed for extension (can be subclassed), but the method 'withCustomUserAgent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserAgentUtil' final or making the method 'withCustomUserAgent' static/final/abstract/empty, or adding allowed annotation for the method. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter customUserAgent should be final. | 9 |
![]() |
coding | HiddenField | 'customUserAgent' hides a field. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
design | DesignForExtension | Class 'UserAgentUtil' looks like designed for extension (can be subclassed), but the method 'getCustomUserAgent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserAgentUtil' final or making the method 'getCustomUserAgent' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Class 'UserAgentUtil' looks like designed for extension (can be subclassed), but the method 'setCustomUserAgent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'UserAgentUtil' final or making the method 'setCustomUserAgent' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter customUserAgent should be final. | 20 |
![]() |
coding | HiddenField | 'customUserAgent' hides a field. | 20 |
com/jsql/util/bruter/ActionCoder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter value should be final. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter value should be final. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter value should be final. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter value should be final. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter value should be final. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter value should be final. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter value should be final. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter value should be final. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter value should be final. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter value should be final. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter value should be final. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter value should be final. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter value should be final. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter value should be final. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
misc | FinalParameters | Parameter value should be final. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter value should be final. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter value should be final. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter value should be final. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter value should be final. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
misc | FinalParameters | Parameter value should be final. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter value should be final. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter value should be final. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter value should be final. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter value should be final. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
misc | FinalParameters | Parameter value should be final. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter value should be final. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
![]() |
misc | FinalParameters | Parameter value should be final. | 178 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 182 |
![]() |
misc | FinalParameters | Parameter value should be final. | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter value should be final. | 190 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 194 |
![]() |
misc | FinalParameters | Parameter value should be final. | 196 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter value should be final. | 202 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter value should be final. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 216 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 216 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter name should be final. | 220 |
![]() |
coding | HiddenField | 'name' hides a field. | 220 |
![]() |
misc | FinalParameters | Parameter name should be final. | 223 |
![]() |
coding | HiddenField | 'name' hides a field. | 223 |
![]() |
misc | FinalParameters | Parameter isHash should be final. | 223 |
![]() |
coding | HiddenField | 'isHash' hides a field. | 223 |
![]() |
misc | FinalParameters | Parameter name should be final. | 226 |
![]() |
coding | HiddenField | 'name' hides a field. | 226 |
![]() |
misc | FinalParameters | Parameter isHash should be final. | 226 |
![]() |
coding | HiddenField | 'isHash' hides a field. | 226 |
![]() |
misc | FinalParameters | Parameter isEmptyPossible should be final. | 226 |
![]() |
coding | HiddenField | 'isEmptyPossible' hides a field. | 226 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter name should be final. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 252 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 254 |
com/jsql/util/bruter/Base16.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.apache.commons.codec.binary.Base32. | 20 |
![]() |
imports | UnusedImports | Unused import - java.util.Base64. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 141 |
![]() |
design | DesignForExtension | Class 'Base16' looks like designed for extension (can be subclassed), but the method 'decode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Base16' final or making the method 'decode' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 152 |
![]() |
misc | FinalParameters | Parameter offsetInput should be final. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 197 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 207 |
![]() |
design | DesignForExtension | Class 'Base16' looks like designed for extension (can be subclassed), but the method 'encode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Base16' final or making the method 'encode' static/final/abstract/empty, or adding allowed annotation for the method. | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 245 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 257 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 258 |
com/jsql/util/bruter/Base58.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | FinalClass | Class Base58 should be declared as final. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
coding | MagicNumber | '128' is a magic number. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter input should be final. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter input should be final. | 62 |
![]() |
coding | MagicNumber | '128' is a magic number. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
![]() |
misc | FinalParameters | Parameter number should be final. | 106 |
![]() |
misc | FinalParameters | Parameter startAt should be final. | 106 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 109 |
![]() |
misc | FinalParameters | Parameter number58 should be final. | 117 |
![]() |
misc | FinalParameters | Parameter startAt should be final. | 117 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 120 |
![]() |
misc | FinalParameters | Parameter source should be final. | 128 |
![]() |
misc | FinalParameters | Parameter from should be final. | 128 |
![]() |
misc | FinalParameters | Parameter to should be final. | 128 |
com/jsql/util/bruter/BaseNCodec.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
design | VisibilityModifier | Variable 'pad' must be private and have accessor methods. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 130 |
![]() |
design | VisibilityModifier | Variable 'lineLength' must be private and have accessor methods. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 170 |
![]() |
coding | HiddenField | 'unencodedBlockSize' hides a field. | 174 |
![]() |
coding | HiddenField | 'encodedBlockSize' hides a field. | 175 |
![]() |
coding | HiddenField | 'lineLength' hides a field. | 176 |
![]() |
coding | HiddenField | 'chunkSeparatorLength' hides a field. | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 187 |
![]() |
coding | HiddenField | 'unencodedBlockSize' hides a field. | 192 |
![]() |
coding | HiddenField | 'encodedBlockSize' hides a field. | 193 |
![]() |
coding | HiddenField | 'lineLength' hides a field. | 194 |
![]() |
coding | HiddenField | 'chunkSeparatorLength' hides a field. | 195 |
![]() |
coding | HiddenField | 'pad' hides a field. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 206 |
![]() |
coding | HiddenField | 'unencodedBlockSize' hides a field. | 213 |
![]() |
coding | HiddenField | 'encodedBlockSize' hides a field. | 214 |
![]() |
coding | HiddenField | 'lineLength' hides a field. | 215 |
![]() |
coding | HiddenField | 'chunkSeparatorLength' hides a field. | 216 |
![]() |
coding | HiddenField | 'pad' hides a field. | 217 |
![]() |
coding | HiddenField | 'decodingPolicy' hides a field. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 226 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 256 |
![]() |
coding | MagicNumber | '0xffffffffL' is a magic number. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 306 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 313 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 374 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 394 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 410 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 450 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 453 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 458 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 465 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 475 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 477 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 479 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 484 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 504 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 517 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 519 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 520 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 526 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 550 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 550 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 553 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 553 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 553 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 564 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 574 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 579 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 585 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 588 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 602 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 606 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 615 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 619 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 631 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 638 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 641 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 647 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 655 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 663 |
![]() |
design | VisibilityModifier | Variable 'ibitWorkArea' must be private and have accessor methods. | 665 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 669 |
![]() |
design | VisibilityModifier | Variable 'lbitWorkArea' must be private and have accessor methods. | 671 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 676 |
![]() |
design | VisibilityModifier | Variable 'pos' must be private and have accessor methods. | 681 |
![]() |
design | VisibilityModifier | Variable 'readPos' must be private and have accessor methods. | 686 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 689 |
![]() |
design | VisibilityModifier | Variable 'eof' must be private and have accessor methods. | 692 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 696 |
![]() |
design | VisibilityModifier | Variable 'currentLinePos' must be private and have accessor methods. | 698 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 701 |
![]() |
design | VisibilityModifier | Variable 'modulus' must be private and have accessor methods. | 704 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 706 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 715 |
com/jsql/util/bruter/Bruter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'characters' must be private and have accessor methods. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'found' must be private and have accessor methods. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'maxLength' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'minLength' must be private and have accessor methods. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'starttime' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'endtime' must be private and have accessor methods. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
naming | ConstantName | Name 'specialCharacters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 35 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'getRemainder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'getRemainder' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'getNumberOfPossibilities' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'getNumberOfPossibilities' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'addLowerCaseLetters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'addLowerCaseLetters' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'addDigits' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'addDigits' static/final/abstract/empty, or adding allowed annotation for the method. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 56 |
![]() |
coding | MagicNumber | '9' is a magic number. | 56 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 56 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'addUpperCaseLetters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'addUpperCaseLetters' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 62 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 62 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'addSpecialCharacters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'addSpecialCharacters' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'excludeChars' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'excludeChars' static/final/abstract/empty, or adding allowed annotation for the method. | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter s should be final. | 73 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'getPerSecond' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'getPerSecond' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'calculateTimeElapsed' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'calculateTimeElapsed' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
coding | MagicNumber | '60' is a magic number. | 100 |
![]() |
coding | MagicNumber | '60' is a magic number. | 101 |
![]() |
coding | MagicNumber | '60' is a magic number. | 102 |
![]() |
coding | MagicNumber | '60' is a magic number. | 103 |
![]() |
coding | MagicNumber | '24' is a magic number. | 104 |
![]() |
coding | MagicNumber | '24' is a magic number. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 106 |
![]() |
coding | MagicNumber | '10' is a magic number. | 117 |
![]() |
coding | MagicNumber | '-9' is a magic number. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'setEndtime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'setEndtime' static/final/abstract/empty, or adding allowed annotation for the method. | 123 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter endtime should be final. | 123 |
![]() |
coding | HiddenField | 'endtime' hides a field. | 123 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'setMaxLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'setMaxLength' static/final/abstract/empty, or adding allowed annotation for the method. | 127 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter maxLength should be final. | 127 |
![]() |
coding | HiddenField | 'maxLength' hides a field. | 127 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'setMinLength' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'setMinLength' static/final/abstract/empty, or adding allowed annotation for the method. | 131 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter minLength should be final. | 131 |
![]() |
coding | HiddenField | 'minLength' hides a field. | 131 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'isFound' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'isFound' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'setFound' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'setFound' static/final/abstract/empty, or adding allowed annotation for the method. | 139 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
misc | FinalParameters | Parameter found should be final. | 139 |
![]() |
coding | HiddenField | 'found' hides a field. | 139 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'getCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'getCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'setIsDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'setIsDone' static/final/abstract/empty, or adding allowed annotation for the method. | 147 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
misc | FinalParameters | Parameter done should be final. | 147 |
![]() |
coding | HiddenField | 'done' hides a field. | 147 |
![]() |
design | DesignForExtension | Class 'Bruter' looks like designed for extension (can be subclassed), but the method 'isDone' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Bruter' final or making the method 'isDone' static/final/abstract/empty, or adding allowed annotation for the method. | 151 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 151 |
com/jsql/util/bruter/CodecPolicy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
com/jsql/util/bruter/Coder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 28 |
![]() |
misc | FinalParameters | Parameter label should be final. | 30 |
![]() |
coding | HiddenField | 'label' hides a field. | 30 |
com/jsql/util/bruter/Crc16Helper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
design | FinalClass | Class Crc16Helper should be declared as final. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 27 |
![]() |
coding | MagicNumber | '0xC0C1' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0xC181' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0x0140' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0xC301' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0x03C0' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0x0280' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0xC241' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0xC601' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0x06C0' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0x0780' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0xC741' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0x0500' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0xC5C1' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0xC481' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0x0440' is a magic number. | 30 |
![]() |
coding | MagicNumber | '0xCC01' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0x0CC0' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0x0D80' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0xCD41' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0x0F00' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0xCFC1' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0xCE81' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0x0E40' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0x0A00' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0xCAC1' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0xCB81' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0x0B40' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0xC901' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0x09C0' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0x0880' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0xC841' is a magic number. | 32 |
![]() |
coding | MagicNumber | '0xD801' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0x18C0' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0x1980' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0xD941' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0x1B00' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0xDBC1' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0xDA81' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0x1A40' is a magic number. | 33 |
![]() |
coding | MagicNumber | '0x1E00' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0xDEC1' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0xDF81' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0x1F40' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0xDD01' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0x1DC0' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0x1C80' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0xDC41' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0x1400' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0xD4C1' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0xD581' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0x1540' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0xD701' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0x17C0' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0x1680' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0xD641' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0xD201' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0x12C0' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0x1380' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0xD341' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0x1100' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0xD1C1' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0xD081' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0x1040' is a magic number. | 36 |
![]() |
coding | MagicNumber | '0xF001' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x30C0' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x3180' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0xF141' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x3300' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0xF3C1' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0xF281' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x3240' is a magic number. | 37 |
![]() |
coding | MagicNumber | '0x3600' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0xF6C1' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0xF781' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0x3740' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0xF501' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0x35C0' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0x3480' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0xF441' is a magic number. | 38 |
![]() |
coding | MagicNumber | '0x3C00' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0xFCC1' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0xFD81' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0x3D40' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0xFF01' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0x3FC0' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0x3E80' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0xFE41' is a magic number. | 39 |
![]() |
coding | MagicNumber | '0xFA01' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x3AC0' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x3B80' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0xFB41' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x3900' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0xF9C1' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0xF881' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x3840' is a magic number. | 40 |
![]() |
coding | MagicNumber | '0x2800' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0xE8C1' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0xE981' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0x2940' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0xEB01' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0x2BC0' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0x2A80' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0xEA41' is a magic number. | 41 |
![]() |
coding | MagicNumber | '0xEE01' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0x2EC0' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0x2F80' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0xEF41' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0x2D00' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0xEDC1' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0xEC81' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0x2C40' is a magic number. | 42 |
![]() |
coding | MagicNumber | '0xE401' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0x24C0' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0x2580' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0xE541' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0x2700' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0xE7C1' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0xE681' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0x2640' is a magic number. | 43 |
![]() |
coding | MagicNumber | '0x2200' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0xE2C1' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0xE381' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0x2340' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0xE101' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0x21C0' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0x2080' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0xE041' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0xA001' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0x60C0' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0x6180' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0xA141' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0x6300' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0xA3C1' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0xA281' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0x6240' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0x6600' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0xA6C1' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0xA781' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x6740' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0xA501' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x65C0' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x6480' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0xA441' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0x6C00' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0xACC1' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0xAD81' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0x6D40' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0xAF01' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0x6FC0' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0x6E80' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0xAE41' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0xAA01' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x6AC0' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x6B80' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0xAB41' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x6900' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0xA9C1' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0xA881' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x6840' is a magic number. | 48 |
![]() |
coding | MagicNumber | '0x7800' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0xB8C1' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0xB981' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0x7940' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0xBB01' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0x7BC0' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0x7A80' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0xBA41' is a magic number. | 49 |
![]() |
coding | MagicNumber | '0xBE01' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0x7EC0' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0x7F80' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0xBF41' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0x7D00' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0xBDC1' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0xBC81' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0x7C40' is a magic number. | 50 |
![]() |
coding | MagicNumber | '0xB401' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0x74C0' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0x7580' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0xB541' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0x7700' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0xB7C1' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0xB681' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0x7640' is a magic number. | 51 |
![]() |
coding | MagicNumber | '0x7200' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0xB2C1' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0xB381' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0x7340' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0xB101' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0x71C0' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0x7080' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0xB041' is a magic number. | 52 |
![]() |
coding | MagicNumber | '0x5000' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x90C1' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x9181' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x5140' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x9301' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x53C0' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x5280' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x9241' is a magic number. | 53 |
![]() |
coding | MagicNumber | '0x9601' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x56C0' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x5780' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x9741' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x5500' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x95C1' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x9481' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x5440' is a magic number. | 54 |
![]() |
coding | MagicNumber | '0x9C01' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x5CC0' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x5D80' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x9D41' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x5F00' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x9FC1' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x9E81' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x5E40' is a magic number. | 55 |
![]() |
coding | MagicNumber | '0x5A00' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x9AC1' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x9B81' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x5B40' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x9901' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x59C0' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x5880' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x9841' is a magic number. | 56 |
![]() |
coding | MagicNumber | '0x8801' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x48C0' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x4980' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x8941' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x4B00' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x8BC1' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x8A81' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x4A40' is a magic number. | 57 |
![]() |
coding | MagicNumber | '0x4E00' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x8EC1' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x8F81' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x4F40' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x8D01' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x4DC0' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x4C80' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x8C41' is a magic number. | 58 |
![]() |
coding | MagicNumber | '0x4400' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x84C1' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x8581' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x4540' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x8701' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x47C0' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x4680' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x8641' is a magic number. | 59 |
![]() |
coding | MagicNumber | '0x8201' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x42C0' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x4380' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x8341' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x4100' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x81C1' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x8081' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0x4040' is a magic number. | 60 |
![]() |
coding | MagicNumber | '8' is a magic number. | 65 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 65 |
com/jsql/util/bruter/Crc64Helper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
design | FinalClass | Class Crc64Helper should be declared as final. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
coding | MagicNumber | '0x100' is a magic number. | 34 |
![]() |
coding | MagicNumber | '0x100' is a magic number. | 35 |
![]() |
coding | MagicNumber | '8' is a magic number. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
coding | MagicNumber | '0xff' is a magic number. | 58 |
![]() |
coding | MagicNumber | '8' is a magic number. | 59 |
com/jsql/util/bruter/DigestMD4.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
coding | MagicNumber | '4' is a magic number. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
naming | MemberName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
coding | MagicNumber | '16' is a magic number. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter md should be final. | 79 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'md'. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
![]() |
coding | MagicNumber | '0x67452301' is a magic number. | 111 |
![]() |
coding | MagicNumber | '0xEFCDAB89' is a magic number. | 112 |
![]() |
coding | MagicNumber | '0x98BADCFE' is a magic number. | 113 |
![]() |
coding | MagicNumber | '3' is a magic number. | 114 |
![]() |
coding | MagicNumber | '0x10325476' is a magic number. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
misc | FinalParameters | Parameter b should be final. | 126 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
misc | FinalParameters | Parameter input should be final. | 150 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 150 |
![]() |
misc | FinalParameters | Parameter len should be final. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 158 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 161 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 168 |
![]() |
whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 171 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 177 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 191 |
![]() |
coding | MagicNumber | '56' is a magic number. | 192 |
![]() |
coding | MagicNumber | '56' is a magic number. | 192 |
![]() |
coding | MagicNumber | '120' is a magic number. | 192 |
![]() |
coding | MagicNumber | '8' is a magic number. | 195 |
![]() |
coding | MagicNumber | '0x80' is a magic number. | 196 |
![]() |
coding | MagicNumber | '8' is a magic number. | 201 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 202 |
![]() |
coding | MagicNumber | '8' is a magic number. | 202 |
![]() |
coding | MagicNumber | '8' is a magic number. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
![]() |
coding | MagicNumber | '16' is a magic number. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
coding | MagicNumber | '4' is a magic number. | 210 |
![]() |
coding | MagicNumber | '4' is a magic number. | 211 |
![]() |
coding | MagicNumber | '4' is a magic number. | 212 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 212 |
![]() |
coding | MagicNumber | '8' is a magic number. | 212 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 215 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 224 |
![]() |
misc | FinalParameters | Parameter block should be final. | 235 |
![]() |
misc | FinalParameters | Parameter offset should be final. | 235 |
![]() |
coding | MagicNumber | '16' is a magic number. | 238 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 240 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 241 |
![]() |
coding | MagicNumber | '8' is a magic number. | 241 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 242 |
![]() |
coding | MagicNumber | '16' is a magic number. | 242 |
![]() |
coding | MagicNumber | '0xFF' is a magic number. | 243 |
![]() |
coding | MagicNumber | '24' is a magic number. | 243 |
![]() |
naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
![]() |
naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 |
![]() |
naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 |
![]() |
naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() |
coding | MagicNumber | '3' is a magic number. | 249 |
![]() |
coding | MagicNumber | '3' is a magic number. | 251 |
![]() |
coding | MagicNumber | '7' is a magic number. | 252 |
![]() |
coding | MagicNumber | '11' is a magic number. | 253 |
![]() |
coding | MagicNumber | '3' is a magic number. | 254 |
![]() |
coding | MagicNumber | '19' is a magic number. | 254 |
![]() |
coding | MagicNumber | '4' is a magic number. | 255 |
![]() |
coding | MagicNumber | '3' is a magic number. | 255 |
![]() |
coding | MagicNumber | '5' is a magic number. | 256 |
![]() |
coding | MagicNumber | '7' is a magic number. | 256 |
![]() |
coding | MagicNumber | '6' is a magic number. | 257 |
![]() |
coding | MagicNumber | '11' is a magic number. | 257 |
![]() |
coding | MagicNumber | '7' is a magic number. | 258 |
![]() |
coding | MagicNumber | '19' is a magic number. | 258 |
![]() |
coding | MagicNumber | '8' is a magic number. | 259 |
![]() |
coding | MagicNumber | '3' is a magic number. | 259 |
![]() |
coding | MagicNumber | '9' is a magic number. | 260 |
![]() |
coding | MagicNumber | '7' is a magic number. | 260 |
![]() |
coding | MagicNumber | '10' is a magic number. | 261 |
![]() |
coding | MagicNumber | '11' is a magic number. | 261 |
![]() |
coding | MagicNumber | '11' is a magic number. | 262 |
![]() |
coding | MagicNumber | '19' is a magic number. | 262 |
![]() |
coding | MagicNumber | '12' is a magic number. | 263 |
![]() |
coding | MagicNumber | '3' is a magic number. | 263 |
![]() |
coding | MagicNumber | '13' is a magic number. | 264 |
![]() |
coding | MagicNumber | '7' is a magic number. | 264 |
![]() |
coding | MagicNumber | '14' is a magic number. | 265 |
![]() |
coding | MagicNumber | '11' is a magic number. | 265 |
![]() |
coding | MagicNumber | '15' is a magic number. | 266 |
![]() |
coding | MagicNumber | '19' is a magic number. | 266 |
![]() |
coding | MagicNumber | '3' is a magic number. | 268 |
![]() |
coding | MagicNumber | '4' is a magic number. | 269 |
![]() |
coding | MagicNumber | '5' is a magic number. | 269 |
![]() |
coding | MagicNumber | '8' is a magic number. | 270 |
![]() |
coding | MagicNumber | '9' is a magic number. | 270 |
![]() |
coding | MagicNumber | '12' is a magic number. | 271 |
![]() |
coding | MagicNumber | '13' is a magic number. | 271 |
![]() |
coding | MagicNumber | '3' is a magic number. | 272 |
![]() |
coding | MagicNumber | '5' is a magic number. | 273 |
![]() |
coding | MagicNumber | '5' is a magic number. | 273 |
![]() |
coding | MagicNumber | '9' is a magic number. | 274 |
![]() |
coding | MagicNumber | '9' is a magic number. | 274 |
![]() |
coding | MagicNumber | '13' is a magic number. | 275 |
![]() |
coding | MagicNumber | '13' is a magic number. | 275 |
![]() |
coding | MagicNumber | '3' is a magic number. | 276 |
![]() |
coding | MagicNumber | '6' is a magic number. | 277 |
![]() |
coding | MagicNumber | '5' is a magic number. | 277 |
![]() |
coding | MagicNumber | '10' is a magic number. | 278 |
![]() |
coding | MagicNumber | '9' is a magic number. | 278 |
![]() |
coding | MagicNumber | '14' is a magic number. | 279 |
![]() |
coding | MagicNumber | '13' is a magic number. | 279 |
![]() |
coding | MagicNumber | '3' is a magic number. | 280 |
![]() |
coding | MagicNumber | '3' is a magic number. | 280 |
![]() |
coding | MagicNumber | '7' is a magic number. | 281 |
![]() |
coding | MagicNumber | '5' is a magic number. | 281 |
![]() |
coding | MagicNumber | '11' is a magic number. | 282 |
![]() |
coding | MagicNumber | '9' is a magic number. | 282 |
![]() |
coding | MagicNumber | '15' is a magic number. | 283 |
![]() |
coding | MagicNumber | '13' is a magic number. | 283 |
![]() |
coding | MagicNumber | '3' is a magic number. | 285 |
![]() |
coding | MagicNumber | '8' is a magic number. | 286 |
![]() |
coding | MagicNumber | '9' is a magic number. | 286 |
![]() |
coding | MagicNumber | '4' is a magic number. | 287 |
![]() |
coding | MagicNumber | '11' is a magic number. | 287 |
![]() |
coding | MagicNumber | '12' is a magic number. | 288 |
![]() |
coding | MagicNumber | '15' is a magic number. | 288 |
![]() |
coding | MagicNumber | '3' is a magic number. | 289 |
![]() |
coding | MagicNumber | '10' is a magic number. | 290 |
![]() |
coding | MagicNumber | '9' is a magic number. | 290 |
![]() |
coding | MagicNumber | '6' is a magic number. | 291 |
![]() |
coding | MagicNumber | '11' is a magic number. | 291 |
![]() |
coding | MagicNumber | '14' is a magic number. | 292 |
![]() |
coding | MagicNumber | '15' is a magic number. | 292 |
![]() |
coding | MagicNumber | '3' is a magic number. | 293 |
![]() |
coding | MagicNumber | '9' is a magic number. | 294 |
![]() |
coding | MagicNumber | '9' is a magic number. | 294 |
![]() |
coding | MagicNumber | '5' is a magic number. | 295 |
![]() |
coding | MagicNumber | '11' is a magic number. | 295 |
![]() |
coding | MagicNumber | '13' is a magic number. | 296 |
![]() |
coding | MagicNumber | '15' is a magic number. | 296 |
![]() |
coding | MagicNumber | '3' is a magic number. | 297 |
![]() |
coding | MagicNumber | '3' is a magic number. | 297 |
![]() |
coding | MagicNumber | '11' is a magic number. | 298 |
![]() |
coding | MagicNumber | '9' is a magic number. | 298 |
![]() |
coding | MagicNumber | '7' is a magic number. | 299 |
![]() |
coding | MagicNumber | '11' is a magic number. | 299 |
![]() |
coding | MagicNumber | '15' is a magic number. | 300 |
![]() |
coding | MagicNumber | '15' is a magic number. | 300 |
![]() |
coding | MagicNumber | '3' is a magic number. | 305 |
![]() |
naming | MethodName | Name 'FF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
![]() |
misc | FinalParameters | Parameter a should be final. | 310 |
![]() |
misc | FinalParameters | Parameter b should be final. | 310 |
![]() |
misc | FinalParameters | Parameter c should be final. | 310 |
![]() |
misc | FinalParameters | Parameter d should be final. | 310 |
![]() |
misc | FinalParameters | Parameter x should be final. | 310 |
![]() |
misc | FinalParameters | Parameter s should be final. | 310 |
![]() |
coding | MagicNumber | '32' is a magic number. | 312 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 314 |
![]() |
naming | MethodName | Name 'GG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 |
![]() |
misc | FinalParameters | Parameter a should be final. | 315 |
![]() |
misc | FinalParameters | Parameter b should be final. | 315 |
![]() |
misc | FinalParameters | Parameter c should be final. | 315 |
![]() |
misc | FinalParameters | Parameter d should be final. | 315 |
![]() |
misc | FinalParameters | Parameter x should be final. | 315 |
![]() |
misc | FinalParameters | Parameter s should be final. | 315 |
![]() |
coding | MagicNumber | '0x5A827999' is a magic number. | 316 |
![]() |
coding | MagicNumber | '32' is a magic number. | 317 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 319 |
![]() |
naming | MethodName | Name 'HH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
![]() |
misc | FinalParameters | Parameter a should be final. | 320 |
![]() |
misc | FinalParameters | Parameter b should be final. | 320 |
![]() |
misc | FinalParameters | Parameter c should be final. | 320 |
![]() |
misc | FinalParameters | Parameter d should be final. | 320 |
![]() |
misc | FinalParameters | Parameter x should be final. | 320 |
![]() |
misc | FinalParameters | Parameter s should be final. | 320 |
![]() |
coding | MagicNumber | '0x6ED9EBA1' is a magic number. | 321 |
![]() |
coding | MagicNumber | '32' is a magic number. | 322 |
com/jsql/util/bruter/HashBruter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'HashBruter' looks like designed for extension (can be subclassed), but the method 'tryBruteForce' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HashBruter' final or making the method 'tryBruteForce' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
![]() |
misc | FinalParameters | Parameter baseString should be final. | 41 |
![]() |
misc | FinalParameters | Parameter length should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
design | DesignForExtension | Class 'HashBruter' looks like designed for extension (can be subclassed), but the method 'getPassword' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HashBruter' final or making the method 'getPassword' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Class 'HashBruter' looks like designed for extension (can be subclassed), but the method 'setHash' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HashBruter' final or making the method 'setHash' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter hash should be final. | 75 |
![]() |
coding | HiddenField | 'hash' hides a field. | 75 |
![]() |
design | DesignForExtension | Class 'HashBruter' looks like designed for extension (can be subclassed), but the method 'setType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HashBruter' final or making the method 'setType' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter digestType should be final. | 79 |
![]() |
design | DesignForExtension | Class 'HashBruter' looks like designed for extension (can be subclassed), but the method 'getGeneratedHash' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HashBruter' final or making the method 'getGeneratedHash' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
com/jsql/util/bruter/HashUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | FinalClass | Class HashUtil should be declared as final. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter text should be final. | 17 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 20 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter text should be final. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter text should be final. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 73 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter nameMethod should be final. | 73 |
![]() |
misc | FinalParameters | Parameter textInput should be final. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter block should be final. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
misc | FinalParameters | Parameter b should be final. | 102 |
![]() |
misc | FinalParameters | Parameter buf should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 103 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 |
![]() |
coding | MagicNumber | '0xf0' is a magic number. | 104 |
![]() |
coding | MagicNumber | '4' is a magic number. | 104 |
![]() |
coding | MagicNumber | '0x0f' is a magic number. | 105 |
com/jsql/util/reverse/ModelReverse.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'command' must be private and have accessor methods. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter name should be final. | 7 |
![]() |
coding | HiddenField | 'name' hides a field. | 7 |
![]() |
misc | FinalParameters | Parameter command should be final. | 7 |
![]() |
coding | HiddenField | 'command' hides a field. | 7 |
![]() |
design | DesignForExtension | Class 'ModelReverse' 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 'ModelReverse' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'ModelReverse' looks like designed for extension (can be subclassed), but the method 'setName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelReverse' final or making the method 'setName' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter name should be final. | 16 |
![]() |
coding | HiddenField | 'name' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'ModelReverse' looks like designed for extension (can be subclassed), but the method 'getCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelReverse' final or making the method 'getCommand' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'ModelReverse' looks like designed for extension (can be subclassed), but the method 'setCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelReverse' final or making the method 'setCommand' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter command should be final. | 24 |
![]() |
coding | HiddenField | 'command' hides a field. | 24 |
com/jsql/util/tampering/ModelYamlTampering.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'getTooltip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'getTooltip' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'setTooltip' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'setTooltip' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter tooltip should be final. | 16 |
![]() |
coding | HiddenField | 'tooltip' hides a field. | 16 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' 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 'ModelYamlTampering' final or making the method 'getDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'setDescription' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'setDescription' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter description should be final. | 24 |
![]() |
coding | HiddenField | 'description' hides a field. | 24 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'getGroup' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'getGroup' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'setGroup' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'setGroup' static/final/abstract/empty, or adding allowed annotation for the method. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter group should be final. | 32 |
![]() |
coding | HiddenField | 'group' hides a field. | 32 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'getJavascript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'getJavascript' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Class 'ModelYamlTampering' looks like designed for extension (can be subclassed), but the method 'setJavascript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ModelYamlTampering' final or making the method 'setJavascript' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter javascript should be final. | 40 |
![]() |
coding | HiddenField | 'javascript' hides a field. | 40 |
com/jsql/util/tampering/TamperingType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
misc | FinalParameters | Parameter fileYaml should be final. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 27 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
com/jsql/view/interaction/InteractionCommand.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
com/jsql/view/interaction/SubscriberInteraction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.swing.*. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter packageInteraction should be final. | 32 |
![]() |
coding | HiddenField | 'packageInteraction' hides a field. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
design | DesignForExtension | Class 'SubscriberInteraction' looks like designed for extension (can be subclassed), but the method 'onSubscribe' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SubscriberInteraction' final or making the method 'onSubscribe' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
![]() |
misc | FinalParameters | Parameter subscription should be final. | 37 |
![]() |
coding | HiddenField | 'subscription' hides a field. | 37 |
![]() |
design | DesignForExtension | Class 'SubscriberInteraction' looks like designed for extension (can be subclassed), but the method 'onNext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SubscriberInteraction' final or making the method 'onNext' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
misc | FinalParameters | Parameter request should be final. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 56 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 60 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
![]() |
design | DesignForExtension | Class 'SubscriberInteraction' looks like designed for extension (can be subclassed), but the method 'onError' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SubscriberInteraction' final or making the method 'onError' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
![]() |
misc | FinalParameters | Parameter e should be final. | 81 |
com/jsql/view/terminal/SystemOutTerminal.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
com/jsql/view/terminal/interaction/AddColumns.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
![]() |
design | DesignForExtension | Class 'AddColumns' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddColumns' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
com/jsql/view/terminal/interaction/AddDatabases.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 37 |
![]() |
design | DesignForExtension | Class 'AddDatabases' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddDatabases' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
com/jsql/view/terminal/interaction/AddExploitWebTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 22 |
![]() |
design | DesignForExtension | Class 'AddExploitWebTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddExploitWebTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
com/jsql/view/terminal/interaction/AddTables.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 37 |
![]() |
design | DesignForExtension | Class 'AddTables' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AddTables' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
com/jsql/view/terminal/interaction/CreateValuesTab.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 33 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 35 |
![]() |
design | DesignForExtension | Class 'CreateValuesTab' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CreateValuesTab' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 41 |
com/jsql/view/terminal/interaction/GetTerminalResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'GetTerminalResult' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GetTerminalResult' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkBlindBinInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkBlindBinInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindBinInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
com/jsql/view/terminal/interaction/MarkBlindBinVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkBlindBinVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindBinVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkBlindBitInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkBlindBitInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindBitInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
com/jsql/view/terminal/interaction/MarkBlindBitVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkBlindBitVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkBlindBitVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkErrorInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
design | DesignForExtension | Class 'MarkErrorInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
com/jsql/view/terminal/interaction/MarkErrorVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 36 |
![]() |
design | DesignForExtension | Class 'MarkErrorVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkErrorVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 39 |
com/jsql/view/terminal/interaction/MarkFileSystemInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkFileSystemInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkFileSystemInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
com/jsql/view/terminal/interaction/MarkFileSystemVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkFileSystemVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkFileSystemVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkMultibitVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkMultibitVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkMultibitVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkStackVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkStackVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkStackVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkTimeInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkTimeInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
com/jsql/view/terminal/interaction/MarkTimeVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkTimeVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkTimeVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MarkUnionInvulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkUnionInvulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkUnionInvulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
com/jsql/view/terminal/interaction/MarkUnionVulnerable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 25 |
![]() |
design | DesignForExtension | Class 'MarkUnionVulnerable' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MarkUnionVulnerable' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
com/jsql/view/terminal/interaction/MessageBinary.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 26 |
![]() |
design | DesignForExtension | Class 'MessageBinary' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageBinary' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 30 |
com/jsql/view/terminal/interaction/MessageHeader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter interactionParams should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
design | DesignForExtension | Class 'MessageHeader' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MessageHeader' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
config.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
i18n/jsql_cs.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_de.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_es.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_fr.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
i18n/jsql_in.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_it.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_ko.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_nl.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_pl.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_pt.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_ro.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_ru.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_se.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_tr.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
i18n/jsql_zh.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |