Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
9 | 0 | 0 | 267 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 13 | Error |
design | VisibilityModifier | 2 | Error |
javadoc | JavadocMethod | 1 | Error |
JavadocPackage | 1 | Error | |
JavadocVariable | 33 | Error | |
MissingJavadocMethod | 23 | Error | |
misc | NewlineAtEndOfFile | 1 | Error |
modifier | RedundantModifier | 2 | Error |
naming | ConstantName | 2 | Error |
sizes | LineLength
|
163 | Error |
MethodLength | 2 | Error | |
whitespace | FileTabCharacter | 8 | Error |
ParenPad | 16 | Error |
Details
buildinfo.properties
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
net/avcompris/commons3/yaml/Logger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
net/avcompris/commons3/yaml/LoggerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | naming | ConstantName | Name 'loggers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
net/avcompris/commons3/yaml/Yaml.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
Error | javadoc | JavadocMethod | @return tag should be present and have description. | 12 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
net/avcompris/commons3/yaml/YamlKeyException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 7 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
net/avcompris/commons3/yaml/YamlLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 27 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 231 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 261 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 300 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 312 |
Error | sizes | MethodLength | Method readValueWithIndent length is 191 lines (max allowed is 150). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 352 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 385 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 540 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 612 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 625 |
net/avcompris/commons3/yaml/YamlReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
Error | coding | HiddenField | 'reader' hides a field. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 87 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 117 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
Error | design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 121 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
Error | design | VisibilityModifier | Variable 'isQuoted' must be private and have accessor methods. | 122 |
Error | coding | HiddenField | 's' hides a field. | 125 |
Error | coding | HiddenField | 'isQuoted' hides a field. | 126 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 226 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 298 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 313 |
Error | sizes | MethodLength | Method readToken length is 418 lines (max allowed is 150). | 327 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 479 |
Error | coding | HiddenField | 'nextC' hides a field. | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 570 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 594 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 638 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 656 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 673 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 681 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 693 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 701 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 701 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 719 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 760 |
net/avcompris/commons3/yaml/YamlReaderException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 7 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
Error | coding | HiddenField | 'lineNumber' hides a field. | 25 |
Error | coding | HiddenField | 'columnNumber' hides a field. | 25 |
net/avcompris/commons3/yaml/YamlUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 67 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | coding | HiddenField | 'map' hides a field. | 104 |
Error | coding | HiddenField | 'list' hides a field. | 115 |
Error | coding | HiddenField | 's' hides a field. | 126 |
Error | coding | HiddenField | 'n' hides a field. | 137 |
Error | coding | HiddenField | 'l' hides a field. | 148 |
Error | coding | HiddenField | 'b' hides a field. | 159 |
Error | coding | HiddenField | 'date' hides a field. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 446 |