The following document contains the results of Checkstyle 6.2 with config/maven_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
23 | ![]() |
NeedBraces | 2 | ![]() | |
RightCurly
|
5 | ![]() | |
coding | HiddenField
|
6 | ![]() |
MissingSwitchDefault | 1 | ![]() | |
header | RegexpHeader
|
1 | ![]() |
imports | AvoidStarImport | 2 | ![]() |
UnusedImports | 1 | ![]() | |
javadoc | JavadocMethod
|
14 | ![]() |
JavadocType
|
1 | ![]() | |
JavadocVariable
|
1 | ![]() | |
sizes | LineLength
|
18 | ![]() |
whitespace | FileTabCharacter
|
89 | ![]() |
ParenPad
|
141 | ![]() | |
WhitespaceAround | 16 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 524 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 623 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 623 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 623 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 623 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 656 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 656 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 666 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 666 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 721 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 721 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 744 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 744 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 778 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 779 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 786 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 787 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 787 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 787 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 797 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 798 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 798 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 801 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 802 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 802 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 803 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 804 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 805 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 806 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 806 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 807 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 808 |
![]() |
coding | HiddenField | 'helper' hides a field. | 933 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 939 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 939 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 940 |
![]() |
coding | HiddenField | 'projversion' hides a field. | 940 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 941 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 942 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 943 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 944 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 945 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 946 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 946 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 947 |
![]() |
coding | HiddenField | 'release' hides a field. | 947 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 948 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 949 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 950 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 951 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 952 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1214 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1548 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 1645 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'stripVersion'. | 120 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 166 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 168 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 168 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 179 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 182 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 187 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 187 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 141 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 153 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 181 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 181 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 182 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 184 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 184 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 184 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 184 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 184 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 185 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 185 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 186 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 186 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 188 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 188 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 188 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 189 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 190 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 190 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 190 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 190 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 191 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 191 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 191 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 191 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 320 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 320 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 320 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 320 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 321 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 321 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 321 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 321 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 322 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 322 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 579 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 584 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 584 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 587 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 592 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 592 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 149 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 154 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 243 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 248 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 253 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 258 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 258 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 258 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 395 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 398 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 398 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 413 |
![]() |
coding | HiddenField | 'directory' hides a field. | 413 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 416 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 418 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 418 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 422 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 429 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 429 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 429 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 430 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 430 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 433 |
![]() |
coding | HiddenField | 'directory' hides a field. | 433 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 433 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 433 |
![]() |
coding | HiddenField | 'copiedFileNamesRelativeToDestination' hides a field. | 598 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 94 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 125 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 125 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 127 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 143 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 154 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 156 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 159 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 160 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
blocks | RightCurly | '}' should be alone on a line. | 165 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 165 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 168 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 202 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 203 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^/\*\s*$'. | 3 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 214 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 214 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 215 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 266 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 277 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 277 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.io.File. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 22 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 178 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 180 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 269 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 269 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 275 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 275 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 282 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 296 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 296 |
![]() |
blocks | LeftCurly | '{' should be on a new line. | 296 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 331 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |