Checkstyle Results
The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
24 | 0 | 2709 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
502 | Warning |
RightCurly
|
92 | Warning | |
RightCurly
|
92 | Warning | |
coding | VariableDeclarationUsageDistance | 1 | Warning |
imports | CustomImportOrder
|
47 | Warning |
indentation | Indentation
|
1283 | Warning |
javadoc | JavadocTagContinuationIndentation | 1 | Warning |
MissingJavadocMethod
|
1 | Warning | |
NonEmptyAtclauseDescription | 19 | Warning | |
RequireEmptyLineBeforeBlockTagGroup | 79 | Warning | |
SummaryJavadoc
|
72 | Warning | |
naming | AbbreviationAsWordInName
|
3 | Warning |
LocalVariableName
|
1 | Warning | |
sizes | LineLength
|
109 | Error |
whitespace | EmptyLineSeparator
|
24 | Warning |
GenericWhitespace | 6 | Warning | |
NoWhitespaceBeforeCaseDefaultColon | 4 | Warning | |
OperatorWrap
|
3 | Warning | |
ParenPad
|
371 | Warning | |
WhitespaceAfter
|
17 | Warning | |
WhitespaceAround
|
74 | Warning |
Details
net/sf/maventaglib/AbstractMavenTaglibReportRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.doxia.sink.Sink' | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 35 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 48 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 50 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 51 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 65 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 65 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 66 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 67 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 69 |
net/sf/maventaglib/Messages.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 36 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 43 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 51 |
Warning | indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 6. | 52 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
Warning | indentation | Indentation | 'static initialization' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 53 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 54 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 71 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 73 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 90 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 92 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 93 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 93 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 94 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 109 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 110 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 111 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 112 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 114 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 115 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 116 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 118 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 121 |
net/sf/maventaglib/Taglib.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.builder.ToStringBuilder' | 29 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 42 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 80 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 83 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 84 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 89 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 92 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 93 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 98 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 102 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 107 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 110 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 111 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 116 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 120 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 125 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 134 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 137 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 138 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 143 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 146 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 147 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 152 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 155 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 156 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 161 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 165 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 170 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 173 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 174 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 179 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 182 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 183 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 192 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 192 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 194 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 199 |
net/sf/maventaglib/TaglibPluginTestBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.testing.MojoRule' | 31 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 37 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 40 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 53 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 56 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 57 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 58 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 59 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 60 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 62 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 67 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 70 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 71 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 75 |
net/sf/maventaglib/TaglibdocJar.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.artifact.handler.ArtifactHandler' | 29 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 112). | 43 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 46 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 46 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 47 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 50 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 50 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 55 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 73 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 73 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 73 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 73 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 73 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 77 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 80 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 80 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 80 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 80 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 86 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 87 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 88 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 89 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 89 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 90 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 93 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 94 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 95 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 95 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 97 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 98 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 99 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 99 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 100 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 101 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 102 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 103 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 105 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 106 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 106 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 106 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 108 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 109 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 110 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 111 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 112 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 118 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 120 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 120 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 122 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 125 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 126 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 130 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 132 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 132 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 132 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 133 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 133 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 133 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 134 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 136 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 139 |
net/sf/maventaglib/TaglibdocMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' | 34 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'com.sun.tlddoc.TLDDocGenerator' | 42 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.tlddoc.TLDDocGenerator' import. Should be before 'org.codehaus.plexus.util.FileUtils'. | 42 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 47 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 50 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 50 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 52 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 52 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 57 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 57 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 63 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 63 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 67 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 70 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 70 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 70 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 70 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 85 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 91 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 91 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 92 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 93 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 94 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 95 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 96 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 97 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 98 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 99 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 102 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 104 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 105 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 106 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 111 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 112 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 114 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 114 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 115 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 116 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 117 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 121 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 121 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 122 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 124 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 125 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 126 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 127 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 128 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 129 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 131 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 132 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 133 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 137 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 138 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 140 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 143 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 144 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 145 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 146 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 147 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 148 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 149 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 149 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 150 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 154 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 159 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 160 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 162 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 163 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 164 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 165 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 166 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 171 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 175 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 176 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 179 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 184 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 187 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 192 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 195 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 200 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 201 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 204 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 209 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 211 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 212 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 213 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 216 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 217 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 218 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 218 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 218 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 219 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 219 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 219 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 220 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 221 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 222 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 223 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 224 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 226 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 230 |
net/sf/maventaglib/TaglibdocMojoTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.Test' | 30 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 43 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 49 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 50 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 51 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 54 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 55 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 57 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 58 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 63 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 69 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 70 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 73 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 74 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 76 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 79 |
net/sf/maventaglib/TagreferenceMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 33 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' | 35 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.checker.Tld' | 43 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.Tld' import. Should be before 'org.w3c.dom.Document'. | 43 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TldParser' import. Should be before 'org.w3c.dom.Document'. | 44 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.util.XmlHelper' import. Should be before 'org.w3c.dom.Document'. | 45 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 50 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 53 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 53 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 55 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 55 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 60 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 60 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 60 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 60 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 64 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 66 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 66 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 69 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 74 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 77 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 81 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 82 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 85 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 90 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 98 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 99 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 100 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 101 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 106 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 107 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 109 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 111 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 112 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 113 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 114 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 115 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 116 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 117 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 119 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 120 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 122 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 123 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 124 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 126 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 128 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 130 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 132 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 133 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 134 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 135 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 136 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 137 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 129). | 138 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 138 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 143 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 144 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 148 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 149 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 150 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 151 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 152 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 155 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 164 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 169 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 170 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 172 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 175 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 176 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 177 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 178 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 179 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 180 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 181 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 183 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 187 |
net/sf/maventaglib/TagreferenceMojoTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.Test' | 30 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 43 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 48 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 49 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 50 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 52 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 52 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 54 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 56 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 57 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 60 |
net/sf/maventaglib/TagreferenceRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.StringUtils' | 30 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.checker.ELFunction' | 38 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.ELFunction' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 38 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.Tag' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 39 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TagAttribute' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TagFile' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 41 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TagVariable' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 42 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.Tld' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 43 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TldItem' import. Should be before 'org.apache.maven.reporting.AbstractMavenReportRenderer'. | 44 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 54 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 54 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 75 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 79 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 81 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 86 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 88 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 89 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 90 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 100 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 103 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 108 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 109 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 111 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 112 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 114 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 115 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 116 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 117 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 118 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 119 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 120 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 120 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 122 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 123 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 124 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 126 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 128 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 130 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 131 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 132 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 133 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 136 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 140 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 141 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 142 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 143 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 145 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 148 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 154 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 155 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 157 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 159 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 161 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 162 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 164 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 165 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 166 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 167 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 168 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 170 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 172 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 173 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 174 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 175 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 176 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 177 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 178 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 179 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 180 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 181 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 183 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 184 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 185 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 187 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 188 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 189 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 191 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 192 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 193 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 194 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 195 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 196 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 198 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 200 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 201 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 202 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 206 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 207 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 208 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 209 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 210 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 213 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 214 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 215 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 216 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 217 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 221 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 224 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 229 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 231 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 232 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 127). | 235 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 235 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 237 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 238 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 239 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 240 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 241 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 242 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 243 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 244 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 245 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 246 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 247 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 248 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 250 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 251 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 252 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 253 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 254 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 255 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 256 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 257 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 258 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 261 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 262 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 263 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 264 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 265 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 268 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 271 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 276 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 277 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 280 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 281 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 282 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 283 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 284 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 286 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 288 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 289 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 290 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 292 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 293 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 294 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 295 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 297 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 298 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 299 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 300 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 303 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 304 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 305 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 307 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 309 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 130). | 311 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 311 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 312 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 313 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 314 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 316 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 318 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 321 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 327 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 330 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 331 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 332 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 335 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 335 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 336 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 337 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 338 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 339 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 340 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 341 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 342 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 343 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 344 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 347 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 348 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 349 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 350 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 352 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 353 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 354 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 355 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 356 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 362 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 364 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 365 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 366 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 368 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 369 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 215). | 370 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 372 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 373 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 374 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 376 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 377 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 378 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 379 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 381 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 382 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 383 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 385 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 386 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 387 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 388 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 389 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 391 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 392 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 393 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 395 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 397 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 398 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 399 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 400 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 403 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 404 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 405 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 406 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 407 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 408 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 409 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 410 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 411 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 412 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 413 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 415 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 416 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 417 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 419 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 421 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 123). | 422 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 424 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 428 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 430 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 431 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 432 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 433 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 434 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 438 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 440 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 442 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 444 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 445 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 273). | 446 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 448 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 449 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 450 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 452 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 453 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 454 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 455 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 458 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 459 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 460 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 461 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 462 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 463 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 464 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 465 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 465 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 466 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 469 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 470 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 471 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 473 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 129). | 475 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 475 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 478 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 480 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 481 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 482 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 483 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 485 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 486 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 487 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 488 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 489 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 490 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 491 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 493 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 494 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 495 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 497 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 499 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 503 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 505 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 508 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 514 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 517 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 518 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 519 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 522 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 522 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 523 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 524 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 525 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 526 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 527 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 528 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 529 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 530 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 531 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 534 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 535 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 536 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 537 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 538 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 541 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 546 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 547 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 548 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 549 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 550 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 551 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 552 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 553 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 557 |
net/sf/maventaglib/TldGenerateMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 42 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.util.XmlHelper' | 44 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.beanutils.PropertyUtils' | 46 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'com.sun.tlddoc.tagfileparser.Attribute' | 60 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.Attribute' import. Should be before 'org.w3c.dom.Element'. | 60 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.Directive' import. Should be before 'org.w3c.dom.Element'. | 61 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.javacc.ParseException' import. Should be before 'org.w3c.dom.Element'. | 62 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.tlddoc.tagfileparser.javacc.TagFile' import. Should be before 'org.w3c.dom.Element'. | 63 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 68 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 71 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 71 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 71 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 71 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 73 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 73 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 78 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 78 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 84 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 84 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 84 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 84 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 90 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 90 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 90 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 90 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 94 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 95 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 96 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 117 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 121 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 122 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 122 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 123 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 125 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 126 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 128 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 130 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 136 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 141 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 143 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 145 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 147 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 148 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 151 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 152 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 153 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 154 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 155 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 156 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 157 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 158 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 160 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 164 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 165 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 166 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 169 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 170 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 172 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 173 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 175 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 176 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 177 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 178 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 179 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 180 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 183 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 184 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 185 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 186 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 187 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 188 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 189 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 190 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 191 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 193 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 194 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 195 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 196 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 196 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 197 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 202 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 203 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 204 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 205 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 206 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 208 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 209 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 210 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 211 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 215 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 221 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 222 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 223 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 225 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 226 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 227 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 227 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 230 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 231 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 232 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 233 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 235 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 237 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 240 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 241 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 242 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 242 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 243 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 245 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 245 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 246 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 248 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 250 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 251 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getTLDDocument' must contain no more than '1' consecutive capital letters. | 255 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 258 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 260 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 260 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 263 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 264 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 266 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 267 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 268 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 269 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 270 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 271 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 272 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 273 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 274 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 276 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 277 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 278 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 281 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 282 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 283 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 284 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 286 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 287 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 288 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 289 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 290 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 291 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 292 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 294 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 295 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 296 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 297 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 298 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 299 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 300 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 301 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 309 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 312 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 317 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 319 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 320 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 321 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 323 |
Warning | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 324 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 28, expected level should be one of the following: 24, 26. | 325 |
Warning | blocks | LeftCurly | '{' at column 29 should be on the previous line. | 326 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 32, expected level should be one of the following: 28, 30. | 327 |
Warning | blocks | LeftCurly | '{' at column 33 should be on the previous line. | 328 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 36, expected level should be one of the following: 32, 34. | 329 |
Warning | blocks | LeftCurly | '{' at column 37 should be on the previous line. | 332 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be one of the following: 36, 38. | 333 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 334 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be one of the following: 36, 38. | 334 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 40, expected level should be one of the following: 36, 38. | 335 |
Warning | blocks | RightCurly | '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 344 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 345 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 346 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 348 |
Warning | blocks | RightCurly | '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 349 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 350 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 351 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 353 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 361 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 363 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 364 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 365 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 366 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 367 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 368 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 369 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 370 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 372 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 373 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 374 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 375 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 383 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 385 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 387 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 388 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 389 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 389 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 390 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 392 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 395 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 397 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 399 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 400 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 401 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 402 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 403 |
Warning | blocks | RightCurly | '}' at column 21 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 404 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 405 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 406 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 407 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 410 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 411 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 412 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 414 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 415 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 415 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 416 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 418 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 419 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is followed by whitespace. | 419 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 419 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 421 |
Warning | blocks | LeftCurly | '{' at column 21 should be on the previous line. | 422 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 423 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is followed by whitespace. | 423 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 423 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 424 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 24, expected level should be one of the following: 20, 22. | 425 |
Warning | blocks | LeftCurly | '{' at column 25 should be on the previous line. | 426 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 28, expected level should be one of the following: 24, 26. | 427 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 431 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 432 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 440 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 442 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 449 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 453 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 454 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 455 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 456 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 457 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 458 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 459 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 460 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 461 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 462 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 463 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 464 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 465 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 466 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 467 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 468 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 469 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 470 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 471 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 472 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 475 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 478 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 479 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 480 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 481 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 482 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 486 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 490 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 491 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 493 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 494 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 495 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 497 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 498 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 499 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 501 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 502 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 503 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 505 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 506 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 507 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 509 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 511 |
net/sf/maventaglib/TldGenerateMojoTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.Test' | 30 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 41 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 43 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 49 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 50 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 51 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 54 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 55 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 57 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 63 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 69 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 70 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 71 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 73 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 73 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 74 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 75 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 77 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 81 |
net/sf/maventaglib/ValidateMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 38 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.checker.Tld' | 40 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.artifact.DependencyResolutionRequiredException' | 44 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 55 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 58 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 58 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 61 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 66 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 66 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 66 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 66 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 75 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 79 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 80 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 83 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 87 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 88 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 91 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 96 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 103 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 105 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 107 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 108 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 109 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 109 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 111 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 114 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 119). | 117 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 117 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 119 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 121 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 122 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 123 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 124 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 125 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 125 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 125 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 126 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 130 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 131 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 132 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 133 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 133 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 133 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 134 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 135 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 135 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 136 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 137 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 137 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 140 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 141 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 141 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 141 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 142 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 143 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 144 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 145 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 146 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 146 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 146 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 147 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 148 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 149 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 150 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 150 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 150 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 151 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 154 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 154 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 154 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 155 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 155 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 155 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 158 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 159 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 160 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 122). | 164 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 165 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 168 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 169 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 170 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 171 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 172 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 173 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 173 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 174 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 175 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 178 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'URLs' must contain no more than '1' consecutive capital letters. | 178 |
Warning | naming | LocalVariableName | Local variable name 'URLs' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 178 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 178 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 180 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 181 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 182 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 183 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 184 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 184 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 184 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 184 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 184 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 185 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 186 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 186 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 186 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 187 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 188 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 188 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 188 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 192 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 194 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 194 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 197 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 197 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 104). | 198 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 198 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 198 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 199 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 201 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 205 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 210 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 211 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 211 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 211 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 212 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 213 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 216 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 217 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 218 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 218 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 219 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 220 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 220 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 220 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 221 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 222 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 222 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 224 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 227 |
net/sf/maventaglib/ValidateRenderer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.beanutils.PropertyUtils' | 33 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.checker.ELFunction' | 38 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.ELFunction' import. Should be before 'org.apache.maven.plugin.logging.Log'. | 38 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.Tag' import. Should be before 'org.apache.maven.plugin.logging.Log'. | 39 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.TagAttribute' import. Should be before 'org.apache.maven.plugin.logging.Log'. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.checker.Tld' import. Should be before 'org.apache.maven.plugin.logging.Log'. | 41 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 46 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 50 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 50 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 60 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 62 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 64 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 96 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 101 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 102 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 103 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 104 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 105 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 106 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 108 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 109 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 128). | 110 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 110 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 111 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 112 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 114 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 116 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 118 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 118 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 119 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 120 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 122 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 124 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 126). | 126 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 126 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 127 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 128 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 130 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 135 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 141 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 110). | 149 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 151 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 155 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 156 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 157 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 158 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 159 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 161 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 162 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 165 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 166 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 167 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 168 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 169 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 170 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 172 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 174 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 176 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 178 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 180 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 183 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 188 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 191 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 193 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 194 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 124). | 195 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 195 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 197 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 198 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 200 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 203 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 207 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 208 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 209 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 210 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 211 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 212 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 218 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 219 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 220 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 222 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 224 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 226 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 223). | 227 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 229 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 230 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 231 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 234 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 236 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 240 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 245 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 247 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 249 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 251 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 252 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 254 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 255 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 256 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 258 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 259 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 260 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 262 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 263 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 264 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 265 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 266 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 269 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 271 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 273 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 274 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 108). | 275 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 275 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 101). | 278 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 278 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 280 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is followed by whitespace. | 280 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 280 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 282 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 283 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 284 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 286 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 287 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 288 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 289 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 292 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 294 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 296 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 297 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 298 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 300 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 301 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 302 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 304 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 310 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 313 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 105). | 316 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 316 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 318 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 320 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 322 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 247). | 323 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 325 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 326 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 327 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 329 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 330 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 331 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 333 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 334 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 335 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 338 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 341 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 342 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 343 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 344 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 345 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 346 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 347 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 350 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 351 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 352 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 353 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 354 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 355 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 356 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 357 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 358 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 359 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 360 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 361 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 364 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 366 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'attributes' declaration and its first usage is 15, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 366 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 368 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 370 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 371 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 372 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 374 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 375 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 376 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 378 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 379 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 380 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 382 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 384 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 386 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 387 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 388 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 391 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 393 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 394 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 396 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 397 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 222). | 399 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 401 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 402 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 403 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 406 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 408 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 413 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 416 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 418 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 419 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 420 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 422 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 423 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 424 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 425 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 427 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 428 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 429 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 432 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 433 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 434 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 435 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 436 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 437 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 438 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 440 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 441 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 442 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 443 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 444 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 445 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 446 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 448 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 449 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 450 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 451 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 452 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 455 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 457 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 458 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 459 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 461 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 462 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 463 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 465 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 466 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 467 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 469 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 470 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 471 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 473 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 478 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 482 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 484 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 485 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 486 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 487 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 489 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 491 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 492 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 493 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 498 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 499 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 501 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 502 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 503 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 504 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 505 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 506 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 508 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 510 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 512 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 513 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 514 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 516 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 517 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 519 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 519 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 521 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 527 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 528 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 530 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 531 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 532 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 532 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 534 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 535 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 536 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 537 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 538 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 543 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 545 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 547 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 549 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 550 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 551 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 552 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 553 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 554 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 555 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 556 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 557 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 562 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 563 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 565 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 566 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 568 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 569 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 570 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 571 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 572 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 573 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 575 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 576 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 577 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 578 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 583 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 585 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 586 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 587 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 588 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 590 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 592 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 594 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 599 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 600 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 601 |
Warning | indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 6. | 603 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 604 |
Warning | indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 8. | 605 |
Warning | whitespace | NoWhitespaceBeforeCaseDefaultColon | ':' is preceded with whitespace. | 605 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 606 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 607 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 608 |
Warning | indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 8. | 609 |
Warning | whitespace | NoWhitespaceBeforeCaseDefaultColon | ':' is preceded with whitespace. | 609 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 610 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 611 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 612 |
Warning | indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 8. | 613 |
Warning | whitespace | NoWhitespaceBeforeCaseDefaultColon | ':' is preceded with whitespace. | 613 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 614 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 615 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 616 |
Warning | indentation | Indentation | 'case' child has incorrect indentation level 12, expected level should be 8. | 617 |
Warning | whitespace | NoWhitespaceBeforeCaseDefaultColon | ':' is preceded with whitespace. | 617 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 618 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 619 |
Warning | indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 10. | 620 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 623 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 624 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 625 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 626 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 627 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 628 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 633 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 637 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 639 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 641 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 642 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 644 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 645 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 646 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 647 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 648 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 649 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 650 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 651 |
Warning | indentation | Indentation | 'else' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 652 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 654 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 655 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 656 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 657 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 657 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 658 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 661 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 665 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 666 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 667 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 668 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 670 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 671 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 672 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 674 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 675 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 676 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 678 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 679 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 680 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 682 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 683 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 684 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 686 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 687 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 688 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 691 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 695 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 696 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 700 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 701 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 702 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 703 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 704 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 705 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 707 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 711 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 6. | 713 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 6. | 715 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 6. | 717 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 6. | 719 |
Warning | indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 6. | 721 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 723 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 725 |
Warning | indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 6. | 727 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 728 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 729 |
Warning | indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 730 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 735 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 6. | 737 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 738 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 739 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 744 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 6. | 746 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 747 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 748 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 753 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 6. | 755 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 756 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 757 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 762 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 6. | 764 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 765 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 766 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 770 |
net/sf/maventaglib/checker/ELFunction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ELFunction' must contain no more than '1' consecutive capital letters. | 35 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 36 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 46 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 50 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 55 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 59 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 64 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 73 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 76 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 77 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 82 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 86 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 91 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 95 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 98 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 103 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 104 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 105 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 106 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 107 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 109 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 110 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 117 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 122 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 123 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 123 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 123 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 124 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 125 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 136 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 147 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 149 |
net/sf/maventaglib/checker/Tag.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 52 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 57 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 58 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 62 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 63 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 73 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 77 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 78 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 83 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 87 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 88 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 92 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 93 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 98 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 101 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 106 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 107 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 108 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 109 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 110 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 112 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 113 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 120 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 126 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 126 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 126 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 131 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 132 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 139 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 150 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 152 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 157 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 158 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 158 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 143). | 159 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 164 |
net/sf/maventaglib/checker/TagAttribute.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 34 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 55 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 59 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 60 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 65 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 69 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 70 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 74 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 75 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 78 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 78 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 79 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 80 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 84 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 85 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 88 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 90 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 94 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 95 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 98 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 100 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 104 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 105 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 108 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 108 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 109 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 110 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 113 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 117 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 118 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 118 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 122 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 126 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 127 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 128 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 128 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 128 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 130 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 133 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 133 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 133 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 133 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 133 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 134 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 135 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 138 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 138 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 138 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 143 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 144 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 144 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 144 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 144 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 148 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 153 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 153 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 153 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 153 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 155 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 157 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 162 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 163 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 163 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 163 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 163 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 152). | 164 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 165 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 165 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 169 |
net/sf/maventaglib/checker/TagFile.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 35 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 41 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 44 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 45 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 50 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 54 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 62 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 63 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 64 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 65 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 66 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 69 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 75 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 80 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 81 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 81 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 81 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 82 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 83 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 86 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 102 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 104 |
net/sf/maventaglib/checker/TagVariable.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 34 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 39 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 53 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 54 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 57 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 59 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 63 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 64 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 67 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 68 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 69 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 74 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 77 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 78 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 79 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 83 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 84 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 88 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 89 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 93 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 94 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 98 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 99 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 103 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 104 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 108 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 109 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 112 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 117 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 128). | 118 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 118 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 152). | 119 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 119 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 119 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 120 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 136). | 121 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 121 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 124 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 106). | 129 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 129 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 130 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 130 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 134 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 138 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 138 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 139 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 140 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 140 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 140 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 140 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 140 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 142 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 145 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 145 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 145 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 145 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 145 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 147 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 150 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 150 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 150 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 150 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 150 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 151 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 152 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 155 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 156 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 156 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 156 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 156 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 158 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 161 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 166 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 166 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 168 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 170 |
net/sf/maventaglib/checker/Tld.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 32 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 36 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 83 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 87 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 88 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 91 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 101 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 104 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 105 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 110 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 112 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 113 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 114 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 119 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 122 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 123 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 128 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 132 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 137 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 139 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 141 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 146 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 149 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 150 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 153 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 158 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 142). | 159 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 159 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 118). | 160 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 160 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 166 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 169 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 170 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 175 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 178 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 179 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 184 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 187 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 188 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 193 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 195 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 195 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 196 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 197 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 202 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 205 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 206 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 211 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 213 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 214 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 215 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 220 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 223 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 224 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 229 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 232 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 233 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 238 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 241 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 242 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 247 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 250 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 251 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 254 |
net/sf/maventaglib/checker/TldItem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 36 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 36 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 47 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 48 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 52 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 53 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 57 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 58 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 62 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 63 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 73 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 77 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 78 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 83 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 86 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 91 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 91 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 91 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 92 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 93 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 96 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 96 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 96 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 98 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 98 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 99 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 100 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 104 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 110 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 115 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 116 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 116 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 116 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 118 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 121 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 121 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 121 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 122 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 123 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 126 |
Warning | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 126 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 126 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 131 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 132 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 138 |
Warning | indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 147 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 148 |
net/sf/maventaglib/checker/TldParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.lang3.StringUtils' | 29 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.maventaglib.util.XmlHelper' | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.maventaglib.util.XmlHelper' import. Should be before 'org.w3c.dom.NodeList'. | 34 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 116). | 38 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 39 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 43 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 43 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 55 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 60 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 62 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 63 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 64 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 65 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 66 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 103). | 68 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 68 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 70 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 71 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 72 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 132). | 74 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 74 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 75 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 76 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 77 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 78 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 79 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 81 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 82 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 83 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 84 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 85 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 86 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 87 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 89 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 90 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 90 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 92 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 93 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 141). | 94 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 94 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 95 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 96 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 97 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 98 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 99 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 101 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 102 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 103 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 104 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 105 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 106 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 107 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 109 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 110 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 111 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 112 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 113 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 114 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 115 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 116 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 117 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 118 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 119 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 120 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 121 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 122 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 123 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 126 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 131 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 134 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 139 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 140 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 142 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 144 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 145 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 146 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 147 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 149 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 150 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 152 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 153 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 154 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 155 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 156 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 157 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 158 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 159 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 160 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 161 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 162 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 163 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 164 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 169 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 171 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 174 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 179 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 180 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 181 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 183 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 184 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 185 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 186 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 188 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 189 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 190 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 191 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 192 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 193 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 194 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 195 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 196 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 197 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 198 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 199 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 200 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 201 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 202 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 203 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 204 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 205 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 206 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 207 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 208 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 212 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 214 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 219 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 223 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 224 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 225 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 226 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 227 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 229 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 230 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 231 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 232 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 234 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 235 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 237 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 238 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 107). | 239 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 239 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 240 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 241 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 242 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 243 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 243 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 244 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 245 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 246 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 115). | 247 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 247 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 248 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 249 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 250 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 251 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 252 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 253 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 254 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 255 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 255 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 256 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 258 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 259 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 260 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 261 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 262 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 263 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 264 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 265 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 266 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 267 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 268 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 270 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 271 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 274 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 276 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 281 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 285 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 286 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 288 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 289 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 290 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 291 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 292 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 293 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 294 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 295 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 296 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 297 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 298 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 299 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 300 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 301 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 302 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 303 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 304 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 305 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 306 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 307 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 308 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 311 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 312 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 313 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 314 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 111). | 321 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 321 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 323 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 328 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 332 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 333 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 335 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 336 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 337 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 338 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 339 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 340 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 341 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 342 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 343 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 345 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 346 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 347 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 348 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 349 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 350 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 351 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 352 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 353 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 354 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 355 |
Warning | blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 356 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 133). | 357 |
Warning | indentation | Indentation | 'else' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 357 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 358 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 359 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 109). | 365 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 365 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 367 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 370 |
net/sf/maventaglib/util/XmlHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilder' | 37 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' | 50 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 58 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 63 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 74 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 75 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 76 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 77 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 78 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 79 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 80 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 81 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 82 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 82 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 82 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 83 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 83 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 84 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 84 |
Warning | indentation | Indentation | 'object def lcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 85 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 85 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 87 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 88 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 18. | 89 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
Warning | indentation | Indentation | 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 91 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 93 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 94 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 95 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 95 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 95 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 96 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 97 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 97 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 111 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 112 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 114 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 115 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 115 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 116 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 116 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 117 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 119 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Warning | indentation | Indentation | 'object def lcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 120 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 120 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 123 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 18. | 124 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 124 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
Warning | indentation | Indentation | 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 126 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 127 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 128 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 129 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 129 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 130 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 131 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 145 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 148 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 150 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 151 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 152 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 153 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 102). | 154 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 154 |
Warning | indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 155 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 157 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 158 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 159 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 160 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 161 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 161 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 161 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 161 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 161 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 162 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 163 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 163 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 164 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 165 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 121). | 166 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 114). | 167 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 171 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 171 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 171 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 174 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 174 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 175 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 176 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 177 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 177 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 113). | 180 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 180 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 180 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 181 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 181 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 181 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 183 |
Warning | indentation | Indentation | 'finally' has incorrect indentation level 8, expected level should be 6. | 184 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 185 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 186 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 187 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 188 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 188 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 188 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 189 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 190 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 192 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 193 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 194 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 202 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 207 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 207 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 209 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 211 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 212 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 214 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 214 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 214 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 215 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 216 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 216 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 216 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 216 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 216 |
Warning | indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 217 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 217 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 217 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 218 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 8, expected level should be 6. | 219 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 219 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 220 |
Warning | indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 221 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 221 |
Warning | sizes | LineLength | Line is longer than 100 characters (found 117). | 222 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 223 |
Warning | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 224 |
Warning | indentation | Indentation | 'finally' has incorrect indentation level 8, expected level should be 6. | 225 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 226 |
Warning | indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 227 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 228 |
Warning | indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 229 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 229 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 229 |
Warning | blocks | LeftCurly | '{' at column 17 should be on the previous line. | 230 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be one of the following: 16, 18. | 231 |
Warning | blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 233 |
Warning | indentation | Indentation | 'catch' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 234 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 234 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
Warning | blocks | LeftCurly | '{' at column 13 should be on the previous line. | 235 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 243 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 247 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 249 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 251 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 253 |
Warning | indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 255 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 255 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
Warning | blocks | LeftCurly | '{' at column 9 should be on the previous line. | 256 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 257 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 257 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 257 |
Warning | indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 258 |
Warning | whitespace | ParenPad | '(' is followed by whitespace. | 258 |
Warning | whitespace | ParenPad | ')' is preceded with whitespace. | 258 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 262 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 265 |
sampletags/SimpleTag.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous line. | 23 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 30 |
Warning | indentation | Indentation | 'class def lcurly' has incorrect indentation level 0, expected level should be 2. | 34 |
Warning | blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 48 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 51 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 52 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 57 |
Warning | blocks | LeftCurly | '{' at column 5 should be on the previous line. | 60 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 61 |
Warning | indentation | Indentation | 'class def rcurly' has incorrect indentation level 0, expected level should be 2. | 64 |