The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 11 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 832 | ![]() |
RegexpSingleline
| 928 | ![]() |
JavadocMethod | 1867 | ![]() |
JavadocType | 51 | ![]() |
JavadocVariable | 518 | ![]() |
JavadocStyle | 66 | ![]() |
ConstantName | 17 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 1 | ![]() |
StaticVariableName | 63 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 8 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 11 | ![]() |
UnusedImports | 147 | ![]() |
LineLength | 2470 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 1 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 23 | ![]() |
ParenPad | 5368 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 194 | ![]() |
WhitespaceAround | 3283 | ![]() |
ModifierOrder | 2 | ![]() |
RedundantModifier | 83 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 22 | ![]() |
LeftCurly | 1159 | ![]() |
NeedBraces | 62 | ![]() |
RightCurly | 466 | ![]() |
AvoidInlineConditionals | 41 | ![]() |
EmptyStatement | 1 | ![]() |
EqualsHashCode | 4 | ![]() |
HiddenField | 276 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 8 | ![]() |
MagicNumber | 25 | ![]() |
MissingSwitchDefault | 2 | ![]() |
RedundantThrows | 11 | ![]() |
SimplifyBooleanExpression | 3 | ![]() |
SimplifyBooleanReturn | 1 | ![]() |
DesignForExtension | 836 | ![]() |
FinalClass | 7 | ![]() |
HideUtilityClassConstructor | 23 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 296 | ![]() |
ArrayTypeStyle | 2 | ![]() |
FinalParameters | 1574 | ![]() |
TodoComment | 40 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 123). | 22 |
![]() | Line is longer than 80 characters (found 86). | 55 |
![]() | Line is longer than 80 characters (found 95). | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | Parameter qName should be final. | 58 |
![]() | 'qName' hides a field. | 58 |
![]() | Parameter type should be final. | 58 |
![]() | 'type' hides a field. | 58 |
![]() | Parameter javaType should be final. | 58 |
![]() | 'javaType' hides a field. | 58 |
![]() | Parameter required should be final. | 58 |
![]() | 'required' hides a field. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'getJavaType' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'getRequired' is not designed for extension - needs to be abstract, final or empty. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 101). | 22 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Redundant 'public' modifier. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Redundant 'public' modifier. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters (found 86). | 53 |
![]() | Redundant 'public' modifier. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters (found 86). | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Redundant 'public' modifier. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Expected an @return tag. | 70 |
![]() | Redundant 'public' modifier. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 103). | 19 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter message should be final. | 27 |
![]() | Parameter cause should be final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter cause should be final. | 31 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Parameter message should be final. | 38 |
![]() | Line is longer than 80 characters (found 84). | 43 |
![]() | Parameter message should be final. | 48 |
![]() | Parameter cause should be final. | 48 |
![]() | Parameter cause should be final. | 57 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Redundant 'public' modifier. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 117). | 21 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters (found 107). | 29 |
![]() | Expected an @return tag. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Expected @param tag for 'context'. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Expected @throws tag for 'Exception'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Parameter message should be final. | 40 |
![]() | Line is longer than 80 characters (found 84). | 45 |
![]() | Parameter message should be final. | 50 |
![]() | Parameter cause should be final. | 50 |
![]() | Parameter cause should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 23 |
![]() | Line is longer than 80 characters (found 88). | 25 |
![]() | Expected an @return tag. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Line is longer than 80 characters (found 114). | 31 |
![]() | Line is longer than 80 characters (found 113). | 32 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Expected @param tag for 'classLoader'. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.annotations.AttributeType. | 20 |
![]() | '{' should be on the previous line. | 32 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line is longer than 80 characters (found 91). | 48 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Line is longer than 80 characters (found 82). | 58 |
![]() | Redundant 'public' modifier. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters (found 100). | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters (found 95). | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters (found 90). | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 126). | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters (found 131). | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters (found 133). | 24 |
![]() | Line is longer than 80 characters (found 134). | 25 |
![]() | Line is longer than 80 characters (found 132). | 26 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters (found 99). | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters (found 112). | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters (found 115). | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Redundant 'public' modifier. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 107). | 21 |
![]() | Line is longer than 80 characters (found 97). | 22 |
![]() | '{' should be on the previous line. | 29 |
![]() | Expected an @return tag. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 98). | 21 |
![]() | Line is longer than 80 characters (found 97). | 22 |
![]() | Line is longer than 80 characters (found 99). | 23 |
![]() | Line is longer than 80 characters (found 97). | 24 |
![]() | Line is longer than 80 characters (found 96). | 27 |
![]() | Line is longer than 80 characters (found 101). | 28 |
![]() | '{' should be on the previous line. | 34 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line is longer than 80 characters (found 92). | 43 |
![]() | Line is longer than 80 characters (found 96). | 46 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Line is longer than 80 characters (found 115). | 51 |
![]() | Line is longer than 80 characters (found 122). | 54 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Line is longer than 80 characters (found 110). | 60 |
![]() | Redundant 'public' modifier. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line is longer than 80 characters (found 114). | 67 |
![]() | Line is longer than 80 characters (found 83). | 69 |
![]() | Redundant 'public' modifier. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - org.xchain.Catalog. | 34 |
![]() | Redundant import from the same package - org.xchain.Command. | 35 |
![]() | Line is longer than 80 characters (found 96). | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters (found 103). | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters (found 88). | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters (found 83). | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters (found 87). | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters (found 91). | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | First sentence should end with a period. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | First sentence should end with a period. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'startLifeCycle' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Expected @throws tag for 'LifecycleException'. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | First sentence should end with a period. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Expected an @return tag. | 78 |
![]() | Line is longer than 80 characters (found 101). | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter uri should be final. | 78 |
![]() | Expected @param tag for 'uri'. | 78 |
![]() | Expected @throws tag for 'CatalogNotFoundException'. | 78 |
![]() | Expected @throws tag for 'CatalogLoadException'. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | First sentence should end with a period. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Expected an @return tag. | 85 |
![]() | Line is longer than 80 characters (found 96). | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter catalog should be final. | 85 |
![]() | Expected @param tag for 'catalog'. | 85 |
![]() | Parameter cmd should be final. | 85 |
![]() | Expected @param tag for 'cmd'. | 85 |
![]() | Expected @throws tag for 'CommandNotFoundException'. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | First sentence should end with a period. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Expected an @return tag. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | First sentence should end with a period. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters (found 91). | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'configureContext' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter context should be final. | 99 |
![]() | Expected @param tag for 'context'. | 99 |
![]() | Parameter variables should be final. | 99 |
![]() | Expected @param tag for 'variables'. | 99 |
![]() | Line is longer than 80 characters (found 102). | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters (found 91). | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | First sentence should end with a period. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters (found 95). | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters (found 87). | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'configureContext' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter context should be final. | 114 |
![]() | Expected @param tag for 'context'. | 114 |
![]() | Parameter properties should be final. | 114 |
![]() | 'properties' hides a field. | 114 |
![]() | Expected @param tag for 'properties'. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters (found 84). | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | First sentence should end with a period. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'stopLifeCycle' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Expected @throws tag for 'LifecycleException'. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | First sentence should end with a period. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Expected @throws tag for 'Exception'. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line is longer than 80 characters (found 90). | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters (found 103). | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | '}' should be on the same line. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters (found 83). | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | '}' should be on the same line. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | '}' should be on the same line. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line has trailing spaces. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | First sentence should end with a period. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Expected an @return tag. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | First sentence should end with a period. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Parameter properties should be final. | 185 |
![]() | 'properties' hides a field. | 185 |
![]() | Expected @param tag for 'properties'. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line has trailing spaces. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Method 'printStack' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter message should be final. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line has trailing spaces. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Method 'printStack' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter message should be final. | 193 |
![]() | Parameter level should be final. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters (found 97). | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Method 'printStack' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter message should be final. | 197 |
![]() | Parameter level should be final. | 197 |
![]() | Parameter stack should be final. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line has trailing spaces. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line has trailing spaces. | 233 |
![]() | Line is longer than 80 characters (found 104). | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Expected an @return tag. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | '{' is not preceded with whitespace. | 239 |
![]() | Line is longer than 80 characters (found 91). | 240 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line is longer than 80 characters (found 87). | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters (found 91). | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line is longer than 80 characters (found 96). | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line has trailing spaces. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Expected an @return tag. | 259 |
![]() | Line is longer than 80 characters (found 87). | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Parameter properties should be final. | 259 |
![]() | Parameter args should be final. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters (found 89). | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters (found 91). | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters (found 83). | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters (found 102). | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line has trailing spaces. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line is longer than 80 characters (found 120). | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line has trailing spaces. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Conditional logic can be removed. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | '}' should be on the same line. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line is longer than 80 characters (found 88). | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters (found 87). | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters (found 90). | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line has trailing spaces. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Expected an @return tag. | 293 |
![]() | Line is longer than 80 characters (found 93). | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Parameter name should be final. | 293 |
![]() | Parameter properties should be final. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line is longer than 80 characters (found 110). | 296 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line has trailing spaces. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line is longer than 80 characters (found 97). | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | '}' should be on the same line. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Must have at least one statement. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Must have at least one statement. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line has trailing spaces. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line has trailing spaces. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line is longer than 80 characters (found 97). | 321 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line is longer than 80 characters (found 97). | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | '}' should be on the same line. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Must have at least one statement. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Must have at least one statement. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line has trailing spaces. | 336 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Parameter args should be final. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line has trailing spaces. | 340 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line is longer than 80 characters (found 139). | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line has trailing spaces. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line has trailing spaces. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line is longer than 80 characters (found 101). | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 97). | 28 |
![]() | Line is longer than 80 characters (found 112). | 29 |
![]() | Line is longer than 80 characters (found 83). | 32 |
![]() | Line is longer than 80 characters (found 172). | 36 |
![]() | Line is longer than 80 characters (found 189). | 41 |
![]() | Line is longer than 80 characters (found 112). | 42 |
![]() | Line is longer than 80 characters (found 153). | 47 |
![]() | Line is longer than 80 characters (found 132). | 48 |
![]() | Line is longer than 80 characters (found 165). | 51 |
![]() | Line is longer than 80 characters (found 157). | 52 |
![]() | Line is longer than 80 characters (found 178). | 54 |
![]() | Line is longer than 80 characters (found 169). | 57 |
![]() | Line is longer than 80 characters (found 130). | 58 |
![]() | Line is longer than 80 characters (found 183). | 61 |
![]() | Line is longer than 80 characters (found 86). | 64 |
![]() | Line is longer than 80 characters (found 139). | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | '{' should be on the previous line. | 77 |
![]() | Unused Javadoc tag. | 81 |
![]() | Extra HTML tag found: </p> | 81 |
![]() | Line has trailing spaces. | 88 |
![]() | Unused Javadoc tag. | 88 |
![]() | Unused Javadoc tag. | 95 |
![]() | Unused Javadoc tag. | 102 |
![]() | Line is longer than 80 characters (found 130). | 107 |
![]() | Line is longer than 80 characters (found 178). | 108 |
![]() | Line is longer than 80 characters (found 110). | 110 |
![]() | Unused Javadoc tag. | 113 |
![]() | '}' is not preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 176). | 118 |
![]() | Unused Javadoc tag. | 121 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 80 characters (found 113). | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter value should be final. | 31 |
![]() | Parameter namespaceContext should be final. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '(' is followed by whitespace. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | First sentence should end with a period. | 35 |
![]() | Line is longer than 80 characters (found 116). | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter value should be final. | 37 |
![]() | Parameter namespaceContext should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | First sentence should end with a period. | 41 |
![]() | Line is longer than 80 characters (found 121). | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter value should be final. | 43 |
![]() | Parameter namespaceContext should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | Line is longer than 80 characters (found 115). | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter value should be final. | 49 |
![]() | Parameter namespaceContext should be final. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | First sentence should end with a period. | 53 |
![]() | Line is longer than 80 characters (found 120). | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter value should be final. | 55 |
![]() | Parameter namespaceContext should be final. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter value should be final. | 61 |
![]() | Parameter namespaceContext should be final. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 156). | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter value should be final. | 67 |
![]() | Parameter namespaceContext should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Comment matches to-do format 'TODO:'. | 68 |
![]() | Line is longer than 80 characters (found 173). | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | Parameter value should be final. | 73 |
![]() | Parameter namespaceContext should be final. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Comment matches to-do format 'TODO:'. | 74 |
![]() | Line is longer than 80 characters (found 82). | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Redundant throws: 'JXPathException' is unchecked exception. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Unused Javadoc tag. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Unused Javadoc tag. | 44 |
![]() | Line has trailing spaces. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 28 |
![]() | '{' should be on the previous line. | 37 |
![]() | Unused Javadoc tag. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '}' is not preceded with whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | '}' is not preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 38 |
![]() | Unused Javadoc tag. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 93). | 28 |
![]() | '}' is not preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 37 |
![]() | '}' is not preceded with whitespace. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters (found 102). | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Unused Javadoc tag. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 31 |
![]() | '{' should be on the previous line. | 38 |
![]() | Unused Javadoc tag. | 40 |
![]() | Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Unused Javadoc tag. | 37 |
![]() | Unused Javadoc tag. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 92). | 17 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Set. | 40 |
![]() | Using the '.*' form of import should be avoided - org.xchain.framework.util.AnnotationUtil.*. | 42 |
![]() | '{' should be on the previous line. | 59 |
![]() | Line is longer than 80 characters (found 86). | 61 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line is longer than 80 characters (found 81). | 64 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters (found 82). | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters (found 117). | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter attributes should be final. | 71 |
![]() | Parameter namespace should be final. | 71 |
![]() | Parameter localName should be final. | 71 |
![]() | Parameter defaultValue should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter systemId should be final. | 85 |
![]() | 'systemId' hides a field. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Method 'addRuleInstances' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter digester should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Line is longer than 80 characters (found 102). | 97 |
![]() | Comment matches to-do format 'TODO:'. | 98 |
![]() | Line is longer than 80 characters (found 99). | 102 |
![]() | 'for' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | 'for' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters (found 128). | 106 |
![]() | 'for' is not followed by whitespace. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Line is longer than 80 characters (found 128). | 111 |
![]() | Line is longer than 80 characters (found 90). | 116 |
![]() | Line is longer than 80 characters (found 114). | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | Parameter digester should be final. | 121 |
![]() | Parameter classObject should be final. | 121 |
![]() | Parameter lifecycleContext should be final. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 87). | 123 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters (found 81). | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters (found 131). | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | Parameter digester should be final. | 129 |
![]() | Parameter lifecycleContext should be final. | 129 |
![]() | Parameter systemId should be final. | 129 |
![]() | Parameter classObject should be final. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | 'cast' is not followed by whitespace. | 131 |
![]() | '}' should be on the same line. | 137 |
![]() | 'catch' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | 'for' is not followed by whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | '(' is followed by whitespace. | 149 |
![]() | '+' is not preceded with whitespace. | 149 |
![]() | '+' is not followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | '(' is followed by whitespace. | 150 |
![]() | '+' is not preceded with whitespace. | 150 |
![]() | '+' is not followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | '(' is followed by whitespace. | 151 |
![]() | '+' is not preceded with whitespace. | 151 |
![]() | '+' is not followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 152 |
![]() | '+' is not preceded with whitespace. | 152 |
![]() | '+' is not followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 154 |
![]() | '+' is not preceded with whitespace. | 154 |
![]() | '+' is not followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters (found 103). | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | Parameter lifecycleContext should be final. | 159 |
![]() | Parameter classObject should be final. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | 'cast' is not followed by whitespace. | 162 |
![]() | Line is longer than 80 characters (found 86). | 166 |
![]() | 'for' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters (found 118). | 169 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'for' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters (found 93). | 177 |
![]() | 'cast' is not followed by whitespace. | 177 |
![]() | Line is longer than 80 characters (found 85). | 178 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters (found 83). | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | Line is longer than 80 characters (found 86). | 194 |
![]() | 'for' is not followed by whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | Missing a Javadoc comment. | 202 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | Parameter namespaceURI should be final. | 205 |
![]() | Parameter name should be final. | 205 |
![]() | Parameter attributes should be final. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | '{' should be on the previous line. | 207 |
![]() | Line is longer than 80 characters (found 82). | 211 |
![]() | Line is longer than 80 characters (found 92). | 213 |
![]() | Line is longer than 80 characters (found 117). | 214 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Line is longer than 80 characters (found 119). | 217 |
![]() | '+' is not preceded with whitespace. | 217 |
![]() | '+' is not followed by whitespace. | 217 |
![]() | '+' is not preceded with whitespace. | 217 |
![]() | '+' is not followed by whitespace. | 217 |
![]() | 'for' is not followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters (found 155). | 219 |
![]() | '}' should be on the same line. | 222 |
![]() | Line is longer than 80 characters (found 152). | 224 |
![]() | Line is longer than 80 characters (found 104). | 225 |
![]() | Line is longer than 80 characters (found 88). | 227 |
![]() | Line is longer than 80 characters (found 132). | 232 |
![]() | Line is longer than 80 characters (found 84). | 233 |
![]() | '{' should be on the previous line. | 237 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Variable 'classObject' must be private and have accessor methods. | 238 |
![]() | Missing a Javadoc comment. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | Parameter classObject should be final. | 240 |
![]() | 'classObject' hides a field. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | Line is longer than 80 characters (found 81). | 246 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | Parameter namespaceURI should be final. | 248 |
![]() | Expected @param tag for 'namespaceURI'. | 248 |
![]() | Parameter name should be final. | 248 |
![]() | Expected @param tag for 'name'. | 248 |
![]() | Parameter attributes should be final. | 248 |
![]() | Expected @param tag for 'attributes'. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | Expected @throws tag for 'Exception'. | 249 |
![]() | '{' should be on the previous line. | 250 |
![]() | 'if' is not followed by whitespace. | 254 |
![]() | '(' is followed by whitespace. | 254 |
![]() | ')' is preceded with whitespace. | 254 |
![]() | 'cast' is not followed by whitespace. | 255 |
![]() | 'if' is not followed by whitespace. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | Line has trailing spaces. | 260 |
![]() | '}' should be on the same line. | 260 |
![]() | 'if' is not followed by whitespace. | 261 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | 'cast' is not followed by whitespace. | 262 |
![]() | '}' should be on the same line. | 263 |
![]() | '(' is followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Expected @throws tag for 'Exception'. | 278 |
![]() | '{' should be on the previous line. | 279 |
![]() | Missing a Javadoc comment. | 284 |
![]() | '{' should be on the previous line. | 286 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Missing a Javadoc comment. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | Parameter namespaceURI should be final. | 288 |
![]() | Parameter name should be final. | 288 |
![]() | Parameter attributes should be final. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | '{' should be on the previous line. | 290 |
![]() | 'if' is not followed by whitespace. | 292 |
![]() | '(' is followed by whitespace. | 292 |
![]() | ')' is preceded with whitespace. | 292 |
![]() | Line is longer than 80 characters (found 88). | 293 |
![]() | 'cast' is not followed by whitespace. | 293 |
![]() | Missing a Javadoc comment. | 298 |
![]() | '{' should be on the previous line. | 300 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Missing a Javadoc comment. | 301 |
![]() | '(' is followed by whitespace. | 301 |
![]() | Parameter namespaceUri should be final. | 301 |
![]() | Parameter name should be final. | 301 |
![]() | Parameter attributes should be final. | 301 |
![]() | ')' is preceded with whitespace. | 301 |
![]() | '{' should be on the previous line. | 303 |
![]() | 'if' is not followed by whitespace. | 305 |
![]() | '(' is followed by whitespace. | 305 |
![]() | ')' is preceded with whitespace. | 305 |
![]() | Line is longer than 80 characters (found 106). | 306 |
![]() | 'cast' is not followed by whitespace. | 306 |
![]() | Line is longer than 80 characters (found 85). | 307 |
![]() | 'cast' is not followed by whitespace. | 307 |
![]() | 'for' is not followed by whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | Line is longer than 80 characters (found 88). | 310 |
![]() | Line is longer than 80 characters (found 93). | 313 |
![]() | '(' is followed by whitespace. | 313 |
![]() | Line is longer than 80 characters (found 130). | 315 |
![]() | 'for' is not followed by whitespace. | 317 |
![]() | '(' is followed by whitespace. | 317 |
![]() | ')' is preceded with whitespace. | 317 |
![]() | Line is longer than 80 characters (found 94). | 320 |
![]() | '}' should be on the same line. | 321 |
![]() | Line is longer than 80 characters (found 100). | 323 |
![]() | '}' should be on the same line. | 325 |
![]() | Line is longer than 80 characters (found 129). | 328 |
![]() | Line is longer than 80 characters (found 119). | 329 |
![]() | Line is longer than 80 characters (found 136). | 331 |
![]() | '}' should be on the same line. | 332 |
![]() | 'catch' is not followed by whitespace. | 333 |
![]() | '(' is followed by whitespace. | 333 |
![]() | ')' is preceded with whitespace. | 333 |
![]() | Line is longer than 80 characters (found 142). | 334 |
![]() | '+' is not preceded with whitespace. | 334 |
![]() | '+' is not followed by whitespace. | 334 |
![]() | '+' is not preceded with whitespace. | 334 |
![]() | '+' is not followed by whitespace. | 334 |
![]() | '+' is not preceded with whitespace. | 334 |
![]() | '+' is not followed by whitespace. | 334 |
![]() | Line is longer than 80 characters (found 88). | 340 |
![]() | 'for' is not followed by whitespace. | 340 |
![]() | '(' is followed by whitespace. | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | Line is longer than 80 characters (found 93). | 341 |
![]() | 'if' is not followed by whitespace. | 341 |
![]() | '(' is followed by whitespace. | 341 |
![]() | ')' is preceded with whitespace. | 341 |
![]() | Line is longer than 80 characters (found 157). | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | Line is longer than 80 characters (found 149). | 350 |
![]() | '{' should be on the previous line. | 355 |
![]() | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Missing a Javadoc comment. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | Parameter namespace should be final. | 356 |
![]() | Parameter name should be final. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | '{' should be on the previous line. | 357 |
![]() | Line is longer than 80 characters (found 102). | 361 |
![]() | 'if' is not followed by whitespace. | 361 |
![]() | '(' is followed by whitespace. | 361 |
![]() | ')' is preceded with whitespace. | 361 |
![]() | 'cast' is not followed by whitespace. | 362 |
![]() | 'cast' is not followed by whitespace. | 362 |
![]() | '{' should be on the previous line. | 372 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Variable 'depth' must be private and have accessor methods. | 373 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Variable 'qName' must be private and have accessor methods. | 374 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Variable 'systemId' must be private and have accessor methods. | 375 |
![]() | Missing a Javadoc comment. | 377 |
![]() | '(' is followed by whitespace. | 377 |
![]() | Parameter systemId should be final. | 377 |
![]() | 'systemId' hides a field. | 377 |
![]() | ')' is preceded with whitespace. | 377 |
![]() | '{' should be on the previous line. | 378 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Missing a Javadoc comment. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | Parameter namespaceURI should be final. | 382 |
![]() | Parameter name should be final. | 382 |
![]() | Parameter attributes should be final. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | '{' should be on the previous line. | 384 |
![]() | 'if' is not followed by whitespace. | 389 |
![]() | '(' is followed by whitespace. | 389 |
![]() | ')' is preceded with whitespace. | 389 |
![]() | 'if' is not followed by whitespace. | 393 |
![]() | '(' is followed by whitespace. | 393 |
![]() | ')' is preceded with whitespace. | 393 |
![]() | 'if' is not followed by whitespace. | 394 |
![]() | '(' is followed by whitespace. | 394 |
![]() | ')' is preceded with whitespace. | 394 |
![]() | Line is longer than 80 characters (found 95). | 396 |
![]() | 'cast' is not followed by whitespace. | 396 |
![]() | 'if' is not followed by whitespace. | 397 |
![]() | '(' is followed by whitespace. | 397 |
![]() | ')' is preceded with whitespace. | 397 |
![]() | Line is longer than 80 characters (found 144). | 398 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' is not followed by whitespace. | 398 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' is not followed by whitespace. | 398 |
![]() | '}' should be on the same line. | 401 |
![]() | '}' should be on the same line. | 405 |
![]() | 'if' is not followed by whitespace. | 406 |
![]() | '(' is followed by whitespace. | 406 |
![]() | ')' is preceded with whitespace. | 406 |
![]() | Line is longer than 80 characters (found 130). | 407 |
![]() | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Missing a Javadoc comment. | 413 |
![]() | '(' is followed by whitespace. | 413 |
![]() | Parameter namespaceURI should be final. | 413 |
![]() | Parameter name should be final. | 413 |
![]() | ')' is preceded with whitespace. | 413 |
![]() | '{' should be on the previous line. | 415 |
![]() | 'if' is not followed by whitespace. | 417 |
![]() | '(' is followed by whitespace. | 417 |
![]() | ')' is preceded with whitespace. | 417 |
![]() | 'if' is not followed by whitespace. | 421 |
![]() | '(' is followed by whitespace. | 421 |
![]() | ')' is preceded with whitespace. | 421 |
![]() | 'cast' is not followed by whitespace. | 423 |
![]() | 'if' is not followed by whitespace. | 425 |
![]() | '(' is followed by whitespace. | 425 |
![]() | ')' is preceded with whitespace. | 425 |
![]() | 'cast' is not followed by whitespace. | 426 |
![]() | '}' should be on the same line. | 433 |
![]() | Line is longer than 80 characters (found 145). | 435 |
![]() | '+' is not preceded with whitespace. | 435 |
![]() | '+' is not followed by whitespace. | 435 |
![]() | '+' is not preceded with whitespace. | 435 |
![]() | '+' is not followed by whitespace. | 435 |
![]() | 'if' is not followed by whitespace. | 439 |
![]() | '(' is followed by whitespace. | 439 |
![]() | ')' is preceded with whitespace. | 439 |
![]() | Expected an @return tag. | 447 |
![]() | Method 'findCatalogInStack' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | '{' should be on the previous line. | 448 |
![]() | 'if' is not followed by whitespace. | 451 |
![]() | '(' is followed by whitespace. | 451 |
![]() | ')' is preceded with whitespace. | 451 |
![]() | '+' is not preceded with whitespace. | 452 |
![]() | '+' is not followed by whitespace. | 452 |
![]() | 'for' is not followed by whitespace. | 455 |
![]() | '(' is followed by whitespace. | 455 |
![]() | ')' is preceded with whitespace. | 455 |
![]() | 'if' is not followed by whitespace. | 458 |
![]() | '(' is followed by whitespace. | 458 |
![]() | ')' is preceded with whitespace. | 458 |
![]() | Line is longer than 80 characters (found 134). | 459 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' is not followed by whitespace. | 459 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' is not followed by whitespace. | 459 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' is not followed by whitespace. | 459 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' is not followed by whitespace. | 459 |
![]() | 'if' is not followed by whitespace. | 462 |
![]() | '(' is followed by whitespace. | 462 |
![]() | ')' is preceded with whitespace. | 462 |
![]() | 'cast' is not followed by whitespace. | 463 |
![]() | '{' should be on the previous line. | 475 |
![]() | Missing a Javadoc comment. | 476 |
![]() | Variable 'lifecycleContext' must be private and have accessor methods. | 476 |
![]() | Missing a Javadoc comment. | 477 |
![]() | '(' is followed by whitespace. | 477 |
![]() | Parameter lifecycleContext should be final. | 477 |
![]() | 'lifecycleContext' hides a field. | 477 |
![]() | ')' is preceded with whitespace. | 477 |
![]() | '{' should be on the previous line. | 478 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Missing a Javadoc comment. | 482 |
![]() | '(' is followed by whitespace. | 482 |
![]() | Parameter namespaceURI should be final. | 482 |
![]() | Parameter name should be final. | 482 |
![]() | Parameter attributes should be final. | 482 |
![]() | ')' is preceded with whitespace. | 482 |
![]() | '{' should be on the previous line. | 484 |
![]() | 'if' is not followed by whitespace. | 486 |
![]() | '(' is followed by whitespace. | 486 |
![]() | ')' is preceded with whitespace. | 486 |
![]() | Line is longer than 80 characters (found 113). | 487 |
![]() | 'cast' is not followed by whitespace. | 487 |
![]() | Expected an @return tag. | 493 |
![]() | Method 'findCatalogInStack' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | '{' should be on the previous line. | 494 |
![]() | 'if' is not followed by whitespace. | 497 |
![]() | '(' is followed by whitespace. | 497 |
![]() | ')' is preceded with whitespace. | 497 |
![]() | '+' is not preceded with whitespace. | 498 |
![]() | '+' is not followed by whitespace. | 498 |
![]() | 'for' is not followed by whitespace. | 501 |
![]() | '(' is followed by whitespace. | 501 |
![]() | ')' is preceded with whitespace. | 501 |
![]() | 'if' is not followed by whitespace. | 504 |
![]() | '(' is followed by whitespace. | 504 |
![]() | ')' is preceded with whitespace. | 504 |
![]() | Line is longer than 80 characters (found 134). | 505 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | 'if' is not followed by whitespace. | 508 |
![]() | '(' is followed by whitespace. | 508 |
![]() | ')' is preceded with whitespace. | 508 |
![]() | 'cast' is not followed by whitespace. | 509 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xml.sax.helpers.XMLReaderFactory. | 20 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'instance' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'newDigesterStrategy' must be private and have accessor methods. | 41 |
![]() | Line is longer than 80 characters (found 86). | 43 |
![]() | Method 'addNewDigesterFilter' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter newDigesterFilter should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Line is longer than 80 characters (found 100). | 48 |
![]() | 'while' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'cast' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters (found 100). | 52 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Method 'getNewDigesterStrategy' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Line is longer than 80 characters (found 92). | 67 |
![]() | Method 'setNewDigesterStrategy' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter newDigesterStrategy should be final. | 67 |
![]() | 'newDigesterStrategy' hides a field. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'newDigester' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Parameter xmlReader should be final. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'newDigester' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'newDigester' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | Parameter xmlReader should be final. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '{' should be on the previous line. | 102 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '(' is followed by whitespace. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | '}' should be on the same line. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 23 |
![]() | Using the '.*' form of import should be avoided - javax.xml.XMLConstants.*. | 25 |
![]() | Duplicate import to line 18 - javax.xml.namespace.NamespaceContext. | 26 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | Parameter digester should be final. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter prefix should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Line is longer than 80 characters (found 105). | 44 |
![]() | '}' should be on the same line. | 45 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '}' should be on the same line. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '}' should be on the same line. | 51 |
![]() | 'if' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '}' should be on the same line. | 54 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter namespaceUri should be final. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 112). | 63 |
![]() | '}' should be on the same line. | 64 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '}' should be on the same line. | 67 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '}' should be on the same line. | 70 |
![]() | 'for' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Parameter namespaceUri should be final. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters (found 112). | 84 |
![]() | '}' should be on the same line. | 85 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '}' should be on the same line. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | '}' should be on the same line. | 91 |
![]() | 'for' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 115). | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'customLexicalHandler' must be private and have accessor methods. | 31 |
![]() | Method 'setCustomLexicalHandler' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | Parameter customLexicalHandler should be final. | 33 |
![]() | 'customLexicalHandler' hides a field. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'getCustomLexicalHandler' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'comment' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter characters should be final. | 47 |
![]() | Parameter start should be final. | 47 |
![]() | Parameter length should be final. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Method 'endCDATA' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Method 'endDTD' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Method 'endEntity' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter name should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 73 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Method 'startCDATA' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Method 'startDTD' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter name should be final. | 87 |
![]() | Parameter publicId should be final. | 87 |
![]() | Parameter systemId should be final. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Method 'startEntity' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter name should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | '(' is followed by whitespace. | 25 |
![]() | ')' is preceded with whitespace. | 25 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | '(' is followed by whitespace. | 26 |
![]() | ')' is preceded with whitespace. | 26 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'log' must be private and have accessor methods. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'instance' must be private and have accessor methods. | 35 |
![]() | '}' should be on the same line. | 41 |
![]() | 'catch' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line is longer than 80 characters (found 106). | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'ruleSetMap' must be private and have accessor methods. | 54 |
![]() | Method 'addRuleSet' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter ruleSet should be final. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Method 'getRuleSetMap' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getRuleSet' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | Parameter namespace should be final. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | 'cast' is not followed by whitespace. | 68 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters (found 88). | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'log' must be private and have accessor methods. | 43 |
![]() | Line is longer than 80 characters (found 100). | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'RULE_SET_REGISTRATION_RESOURCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Variable 'RULE_SET_REGISTRATION_RESOURCE' must be private and have accessor methods. | 45 |
![]() | Line is longer than 80 characters (found 103). | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'RULE_SET_REGISTRATION_NAMESPACE_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Variable 'RULE_SET_REGISTRATION_NAMESPACE_URI' must be private and have accessor methods. | 46 |
![]() | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line is longer than 80 characters (found 113). | 52 |
![]() | 'while' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line is longer than 80 characters (found 95). | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 100). | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | Method 'getConfigurationUrlEnumeration' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter resourceName should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters (found 87). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Method 'processRegistrationUrl' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Parameter registrationUrl should be final. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters (found 92). | 86 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Name 'REGISTRY_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() | Variable 'REGISTRY_ELEMENT' must be private and have accessor methods. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Name 'RULE_SET_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Variable 'RULE_SET_ELEMENT' must be private and have accessor methods. | 96 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Name 'CLASS_NAME_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() | Variable 'CLASS_NAME_ATTRIBUTE' must be private and have accessor methods. | 98 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'addRuleInstances' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | Parameter digester should be final. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | Parameter namespace should be final. | 119 |
![]() | Parameter name should be final. | 119 |
![]() | Parameter attributes should be final. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | '{' should be on the previous line. | 121 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | Parameter namespace should be final. | 132 |
![]() | Parameter name should be final. | 132 |
![]() | Parameter attributes should be final. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Line is longer than 80 characters (found 91). | 138 |
![]() | Line is longer than 80 characters (found 106). | 142 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters (found 134). | 146 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | 'cast' is not followed by whitespace. | 153 |
![]() | Line has trailing spaces. | 157 |
![]() | Line is longer than 80 characters (found 87). | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | Parameter attributes should be final. | 162 |
![]() | Parameter namespace should be final. | 162 |
![]() | Parameter name should be final. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.Writer. | 31 |
![]() | '{' should be on the previous line. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'log' must be private and have accessor methods. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters (found 99). | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter namespaceUri should be final. | 61 |
![]() | Parameter localName should be final. | 61 |
![]() | Parameter qName should be final. | 61 |
![]() | Parameter atts should be final. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Line is longer than 80 characters (found 121). | 66 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '}' should be on the same line. | 69 |
![]() | Line is longer than 80 characters (found 81). | 71 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line is longer than 80 characters (found 86). | 73 |
![]() | Line is longer than 80 characters (found 81). | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Parameter namespaceUri should be final. | 77 |
![]() | Parameter localName should be final. | 77 |
![]() | Parameter qName should be final. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line is longer than 80 characters (found 88). | 96 |
![]() | 'cast' is not followed by whitespace. | 96 |
![]() | Line is longer than 80 characters (found 98). | 101 |
![]() | 'while' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line is longer than 80 characters (found 82). | 103 |
![]() | 'cast' is not followed by whitespace. | 103 |
![]() | 'cast' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Variable 'handler' must be private and have accessor methods. | 117 |
![]() | Variable 'oldCustomContentHandler' must be private and have accessor methods. | 120 |
![]() | Variable 'oldCustomLexicalHandler' must be private and have accessor methods. | 123 |
![]() | Variable 'method' must be private and have accessor methods. | 126 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Variable 'indent' must be private and have accessor methods. | 128 |
![]() | Variable 'buffer' must be private and have accessor methods. | 131 |
![]() | Line is longer than 80 characters (found 118). | 134 |
![]() | Variable 'includeContainingElement' must be private and have accessor methods. | 137 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter namespaceUri should be final. | 139 |
![]() | Parameter name should be final. | 139 |
![]() | Parameter attributes should be final. | 139 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters (found 87). | 148 |
![]() | 'cast' is not followed by whitespace. | 148 |
![]() | Line has trailing spaces. | 153 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | 'cast' is not followed by whitespace. | 160 |
![]() | Line is longer than 80 characters (found 94). | 170 |
![]() | 'while' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'cast' is not followed by whitespace. | 172 |
![]() | Line is longer than 80 characters (found 105). | 173 |
![]() | 'cast' is not followed by whitespace. | 173 |
![]() | 'cast' is not followed by whitespace. | 173 |
![]() | 'if' is not followed by whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters (found 93). | 178 |
![]() | '}' should be on the same line. | 179 |
![]() | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '{' should be on the previous line. | 187 |
![]() | Expected an @return tag. | 194 |
![]() | Method 'newHandler' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Expected @throws tag for 'Exception'. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | 'if' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | '}' should be on the same line. | 203 |
![]() | Expected an @return tag. | 212 |
![]() | Method 'newSerializer' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters (found 95). | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters (found 95). | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line is longer than 80 characters (found 97). | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | '}' should be on the same line. | 221 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters (found 105). | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters (found 114). | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters (found 97). | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | '}' should be on the same line. | 228 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | '}' should be on the same line. | 231 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | '(' is followed by whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters (found 88). | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | '}' should be on the same line. | 239 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters (found 82). | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters (found 92). | 307 |
![]() | Line is longer than 80 characters (found 91). | 314 |
![]() | Method 'newStringWriter' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Missing a Javadoc comment. | 320 |
![]() | '{' should be on the previous line. | 321 |
Violation | Message | Line |
---|---|---|
![]() | Extra HTML tag found: </config:config> | 36 |
![]() | '{' should be on the previous line. | 44 |
![]() | Line is longer than 80 characters (found 88). | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters (found 84). | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Method 'addRuleInstances' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter digester should be final. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line is longer than 80 characters (found 104). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters (found 108). | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Line is longer than 80 characters (found 84). | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Line is longer than 80 characters (found 93). | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters (found 89). | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line is longer than 80 characters (found 89). | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter namespaceUri should be final. | 86 |
![]() | Parameter name should be final. | 86 |
![]() | Parameter attributes should be final. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | Parameter namespaceUri should be final. | 91 |
![]() | Parameter name should be final. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'body' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | Parameter namespaceUri should be final. | 99 |
![]() | Parameter name should be final. | 99 |
![]() | Parameter body should be final. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 101 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line is longer than 80 characters (found 83). | 103 |
![]() | '(' is followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '{' should be on the previous line. | 111 |
![]() | Method 'body' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | Parameter namespaceUri should be final. | 112 |
![]() | Parameter name should be final. | 112 |
![]() | Parameter body should be final. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 114 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 83). | 116 |
![]() | '(' is followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '}' should be on the same line. | 119 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 105). | 122 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | Method 'body' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | Parameter namespaceUri should be final. | 132 |
![]() | Parameter name should be final. | 132 |
![]() | Parameter body should be final. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 83). | 136 |
![]() | '(' is followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '}' should be on the same line. | 139 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | Line is longer than 80 characters (found 107). | 142 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | Parameter namespaceUri should be final. | 152 |
![]() | Parameter name should be final. | 152 |
![]() | Parameter attributes should be final. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | '{' should be on the previous line. | 154 |
![]() | Line is longer than 80 characters (found 102). | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Line is longer than 80 characters (found 83). | 157 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | Parameter namespaceUri should be final. | 162 |
![]() | Parameter name should be final. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | Missing a Javadoc comment. | 167 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | Parameter namespaceUri should be final. | 170 |
![]() | Parameter name should be final. | 170 |
![]() | Parameter attributes should be final. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | '{' should be on the previous line. | 172 |
![]() | Line is longer than 80 characters (found 102). | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 83). | 175 |
![]() | Missing a Javadoc comment. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | Parameter namespaceUri should be final. | 180 |
![]() | Parameter name should be final. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '{' should be on the previous line. | 187 |
![]() | Method 'begin' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | Parameter namespaceUri should be final. | 188 |
![]() | Parameter name should be final. | 188 |
![]() | Parameter attributes should be final. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | '{' should be on the previous line. | 190 |
![]() | Line is longer than 80 characters (found 102). | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters (found 83). | 193 |
![]() | Missing a Javadoc comment. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | Parameter namespaceUri should be final. | 198 |
![]() | Parameter name should be final. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | '{' should be on the previous line. | 199 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'locator' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter locator should be final. | 29 |
![]() | 'locator' hides a field. | 29 |
![]() | Parameter message should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '(' is followed by whitespace. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter locator should be final. | 35 |
![]() | 'locator' hides a field. | 35 |
![]() | Parameter cause should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Line is longer than 80 characters (found 81). | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter locator should be final. | 41 |
![]() | 'locator' hides a field. | 41 |
![]() | Parameter message should be final. | 41 |
![]() | Parameter cause should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Method 'getLocator' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setLocator' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | 'locator' hides a field. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '}' should be on the same line. | 51 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters (found 143). | 61 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '}' should be on the same line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'parent' must be private and have accessor methods. | 27 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | Parameter parent should be final. | 30 |
![]() | 'parent' hides a field. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters (found 89). | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'log' must be private and have accessor methods. | 38 |
![]() | Method 'newDigester' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter xmlReader should be final. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'digester' must be private and have accessor methods. | 60 |
![]() | Line is longer than 80 characters (found 86). | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'definedRuleSetMap' must be private and have accessor methods. | 61 |
![]() | Method 'setDigester' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter digester should be final. | 63 |
![]() | 'digester' hides a field. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Method 'getDigester' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters (found 98). | 66 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | Parameter namespace should be final. | 66 |
![]() | Parameter name should be final. | 66 |
![]() | Parameter qName should be final. | 66 |
![]() | Parameter attributes should be final. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 68 |
![]() | 'for' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Method 'defineRules' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Parameter namespace should be final. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | '}' should be on the same line. | 91 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 94 |
![]() | '+' is not followed by whitespace. | 94 |
![]() | '+' is not preceded with whitespace. | 94 |
![]() | '+' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 87). | 53 |
![]() | Utility classes should not have a public or default constructor. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter root should be final. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | 'if' construct must use '{}'s. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | '}' should be on the same line. | 87 |
![]() | 'catch' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line is longer than 80 characters (found 92). | 89 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 104 |
![]() | Line is longer than 80 characters (found 92). | 105 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters (found 96). | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 83). | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters (found 81). | 114 |
![]() | Line is longer than 80 characters (found 145). | 118 |
![]() | Line has trailing spaces. | 121 |
![]() | Line is longer than 80 characters (found 149). | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters (found 130). | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters (found 119). | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters (found 88). | 132 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 140 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters (found 114). | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Line has trailing spaces. | 147 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters (found 114). | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line has trailing spaces. | 154 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line has trailing spaces. | 170 |
![]() | Line has trailing spaces. | 173 |
![]() | Line has trailing spaces. | 175 |
![]() | Parameter packageDoc should be final. | 178 |
![]() | Line is longer than 80 characters (found 89). | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line has trailing spaces. | 183 |
![]() | Line has trailing spaces. | 186 |
![]() | Parameter map should be final. | 190 |
![]() | Parameter doc should be final. | 190 |
![]() | Line has trailing spaces. | 193 |
![]() | 'for' is not followed by whitespace. | 194 |
![]() | '3' is a magic number. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line has trailing spaces. | 201 |
![]() | Line is longer than 80 characters (found 93). | 204 |
![]() | Line is longer than 80 characters (found 89). | 206 |
![]() | Parameter doc should be final. | 206 |
![]() | Parameter command should be final. | 206 |
![]() | Parameter currentDepth should be final. | 206 |
![]() | Line is longer than 80 characters (found 82). | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line has trailing spaces. | 210 |
![]() | Line is longer than 80 characters (found 90). | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | 'for' is not followed by whitespace. | 213 |
![]() | Line is longer than 80 characters (found 89). | 214 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 219 |
![]() | Line has trailing spaces. | 222 |
![]() | Line has trailing spaces. | 224 |
![]() | Parameter name should be final. | 227 |
![]() | 'if' construct must use '{}'s. | 229 |
![]() | '+' is not preceded with whitespace. | 230 |
![]() | '+' is not followed by whitespace. | 230 |
![]() | Line has trailing spaces. | 234 |
![]() | Line has trailing spaces. | 237 |
![]() | Line is longer than 80 characters (found 119). | 242 |
![]() | Parameter commandMap should be final. | 242 |
![]() | Parameter catalogMap should be final. | 242 |
![]() | Parameter entityDoc should be final. | 242 |
![]() | Expected @throws tag for 'Exception'. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | Line has trailing spaces. | 251 |
![]() | '4' is a magic number. | 254 |
![]() | '4' is a magic number. | 255 |
![]() | Line is longer than 80 characters (found 161). | 256 |
![]() | '5' is a magic number. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line has trailing spaces. | 259 |
![]() | '4' is a magic number. | 260 |
![]() | Line has trailing spaces. | 262 |
![]() | Line is longer than 80 characters (found 88). | 264 |
![]() | Line has trailing spaces. | 265 |
![]() | Line has trailing spaces. | 268 |
![]() | Line has trailing spaces. | 270 |
![]() | 'if' construct must use '{}'s. | 271 |
![]() | 'else' construct must use '{}'s. | 273 |
![]() | Line has trailing spaces. | 275 |
![]() | Line has trailing spaces. | 281 |
![]() | Line has trailing spaces. | 286 |
![]() | Expected an @return tag. | 290 |
![]() | Parameter commandDoc should be final. | 290 |
![]() | Expected @param tag for 'commandDoc'. | 290 |
![]() | Line has trailing spaces. | 291 |
![]() | Line is longer than 80 characters (found 93). | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line is longer than 80 characters (found 86). | 295 |
![]() | Line has trailing spaces. | 296 |
![]() | 'if' construct must use '{}'s. | 297 |
![]() | Line has trailing spaces. | 301 |
![]() | Line has trailing spaces. | 302 |
![]() | Line has trailing spaces. | 304 |
![]() | Expected an @return tag. | 308 |
![]() | Parameter entityDoc should be final. | 308 |
![]() | Expected @param tag for 'entityDoc'. | 308 |
![]() | Line has trailing spaces. | 311 |
![]() | Line has trailing spaces. | 314 |
![]() | Parameter doc should be final. | 318 |
![]() | Parameter command should be final. | 318 |
![]() | Line has trailing spaces. | 323 |
![]() | Line has trailing spaces. | 328 |
![]() | 'for' is not followed by whitespace. | 329 |
![]() | Line has trailing spaces. | 331 |
![]() | Line is longer than 80 characters (found 104). | 331 |
![]() | '5' is a magic number. | 332 |
![]() | Line is longer than 80 characters (found 139). | 336 |
![]() | Line is longer than 80 characters (found 88). | 337 |
![]() | Line is longer than 80 characters (found 87). | 338 |
![]() | Line has trailing spaces. | 341 |
![]() | Line has trailing spaces. | 343 |
![]() | Expected an @return tag. | 347 |
![]() | Parameter annoDesc should be final. | 347 |
![]() | Expected @param tag for 'annoDesc'. | 347 |
![]() | 'if' construct must use '{}'s. | 349 |
![]() | Line has trailing spaces. | 352 |
![]() | Line has trailing spaces. | 355 |
![]() | Line has trailing spaces. | 357 |
![]() | Expected an @return tag. | 359 |
![]() | Parameter annoDesc should be final. | 359 |
![]() | Expected @param tag for 'annoDesc'. | 359 |
![]() | 'if' construct must use '{}'s. | 361 |
![]() | Line has trailing spaces. | 364 |
![]() | Line has trailing spaces. | 365 |
![]() | Line has trailing spaces. | 367 |
![]() | Line has trailing spaces. | 369 |
![]() | Expected an @return tag. | 371 |
![]() | Parameter annoDesc should be final. | 371 |
![]() | Expected @param tag for 'annoDesc'. | 371 |
![]() | 'if' construct must use '{}'s. | 373 |
![]() | Line is longer than 80 characters (found 88). | 374 |
![]() | Line has trailing spaces. | 376 |
![]() | Line has trailing spaces. | 379 |
![]() | Expected an @return tag. | 383 |
![]() | Parameter annoDesc should be final. | 383 |
![]() | Expected @param tag for 'annoDesc'. | 383 |
![]() | 'if' construct must use '{}'s. | 385 |
![]() | Line has trailing spaces. | 388 |
![]() | Line has trailing spaces. | 391 |
![]() | Line has trailing spaces. | 394 |
![]() | Line has trailing spaces. | 396 |
![]() | Parameter command should be final. | 399 |
![]() | Line is longer than 80 characters (found 94). | 401 |
![]() | Line has trailing spaces. | 406 |
![]() | Line has trailing spaces. | 407 |
![]() | Line has trailing spaces. | 410 |
![]() | Line has trailing spaces. | 413 |
![]() | Line has trailing spaces. | 415 |
![]() | Parameter classDoc should be final. | 418 |
![]() | 'if' construct must use '{}'s. | 420 |
![]() | Line has trailing spaces. | 423 |
![]() | 'if' construct must use '{}'s. | 425 |
![]() | Line has trailing spaces. | 428 |
![]() | Line has trailing spaces. | 432 |
![]() | Line has trailing spaces. | 435 |
![]() | Line is longer than 80 characters (found 85). | 437 |
![]() | Line has trailing spaces. | 438 |
![]() | Line has trailing spaces. | 441 |
![]() | Line is longer than 80 characters (found 106). | 442 |
![]() | Line is longer than 80 characters (found 95). | 444 |
![]() | Parameter annotations should be final. | 444 |
![]() | Parameter annotationClass should be final. | 444 |
![]() | Line is longer than 80 characters (found 96). | 446 |
![]() | Line has trailing spaces. | 450 |
![]() | Line has trailing spaces. | 453 |
![]() | Line has trailing spaces. | 456 |
![]() | Line has trailing spaces. | 459 |
![]() | Line is longer than 80 characters (found 101). | 462 |
![]() | Parameter annotations should be final. | 462 |
![]() | Parameter annotationClass should be final. | 462 |
![]() | Line is longer than 80 characters (found 96). | 464 |
![]() | Line has trailing spaces. | 468 |
![]() | Line has trailing spaces. | 471 |
![]() | Line has trailing spaces. | 474 |
![]() | Line has trailing spaces. | 476 |
![]() | Parameter packageDoc should be final. | 479 |
![]() | Line has trailing spaces. | 482 |
![]() | Line has trailing spaces. | 485 |
![]() | Line has trailing spaces. | 487 |
![]() | Parameter classDoc should be final. | 490 |
![]() | Line has trailing spaces. | 494 |
![]() | Line has trailing spaces. | 497 |
![]() | Line has trailing spaces. | 499 |
![]() | Parameter methodDoc should be final. | 502 |
![]() | Line has trailing spaces. | 505 |
![]() | Expected an @return tag. | 509 |
![]() | Parameter path should be final. | 509 |
![]() | Expected @param tag for 'path'. | 509 |
![]() | Line is longer than 80 characters (found 101). | 514 |
![]() | '+' is not preceded with whitespace. | 514 |
![]() | '+' is not followed by whitespace. | 514 |
![]() | '+' is not preceded with whitespace. | 514 |
![]() | '+' is not followed by whitespace. | 514 |
![]() | 'if' is not followed by whitespace. | 515 |
![]() | '(' is followed by whitespace. | 515 |
![]() | ')' is preceded with whitespace. | 515 |
![]() | Line is longer than 80 characters (found 125). | 516 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' is not followed by whitespace. | 516 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' is not followed by whitespace. | 516 |
![]() | '}' should be on the same line. | 518 |
![]() | 'catch' is not followed by whitespace. | 519 |
![]() | '(' is followed by whitespace. | 519 |
![]() | ')' is preceded with whitespace. | 519 |
![]() | Line is longer than 80 characters (found 91). | 520 |
![]() | Line has trailing spaces. | 524 |
![]() | Line has trailing spaces. | 527 |
![]() | Expected an @return tag. | 531 |
![]() | Parameter indent should be final. | 531 |
![]() | Expected @param tag for 'indent'. | 531 |
![]() | Line has trailing spaces. | 536 |
![]() | Expected an @return tag. | 543 |
![]() | Line is longer than 80 characters (found 107). | 544 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 544 |
![]() | Expected @throws tag for 'IOException'. | 544 |
![]() | Expected @throws tag for 'InstantiationException'. | 544 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 544 |
![]() | Line is longer than 80 characters (found 91). | 546 |
![]() | Line is longer than 80 characters (found 165). | 549 |
![]() | Line has trailing spaces. | 550 |
![]() | '}' should be on the same line. | 556 |
![]() | Line is longer than 80 characters (found 84). | 562 |
![]() | Missing a Javadoc comment. | 562 |
![]() | '(' is followed by whitespace. | 562 |
![]() | Parameter templates should be final. | 562 |
![]() | Parameter xdocFile should be final. | 562 |
![]() | Parameter data should be final. | 562 |
![]() | ')' is preceded with whitespace. | 562 |
![]() | '{' should be on the previous line. | 564 |
![]() | '(' is followed by whitespace. | 577 |
![]() | ')' is preceded with whitespace. | 577 |
![]() | Line has trailing spaces. | 579 |
![]() | Missing a Javadoc comment. | 580 |
![]() | '{' should be on the previous line. | 582 |
![]() | Line is longer than 80 characters (found 163). | 583 |
![]() | Line has trailing spaces. | 584 |
![]() | Line has trailing spaces. | 585 |
![]() | Line has trailing spaces. | 587 |
![]() | Line has trailing spaces. | 589 |
![]() | Line has trailing spaces. | 591 |
![]() | Line has trailing spaces. | 593 |
![]() | '1024' is a magic number. | 595 |
![]() | Line has trailing spaces. | 596 |
![]() | Line has trailing spaces. | 599 |
![]() | 'if' construct must use '{}'s. | 600 |
![]() | Line has trailing spaces. | 602 |
![]() | Missing a Javadoc comment. | 611 |
![]() | '(' is followed by whitespace. | 611 |
![]() | Parameter inputStream should be final. | 611 |
![]() | ')' is preceded with whitespace. | 611 |
![]() | '{' should be on the previous line. | 612 |
![]() | '}' should be on the same line. | 615 |
![]() | 'catch' is not followed by whitespace. | 616 |
![]() | '(' is followed by whitespace. | 616 |
![]() | ')' is preceded with whitespace. | 616 |
![]() | Must have at least one statement. | 616 |
![]() | Comment matches to-do format 'TODO:'. | 617 |
![]() | Line has trailing spaces. | 620 |
![]() | Missing a Javadoc comment. | 625 |
![]() | Missing a Javadoc comment. | 626 |
![]() | Missing a Javadoc comment. | 627 |
![]() | Line has trailing spaces. | 628 |
![]() | Missing a Javadoc comment. | 629 |
![]() | Line has trailing spaces. | 632 |
![]() | Missing a Javadoc comment. | 633 |
![]() | Parameter name should be final. | 633 |
![]() | 'name' hides a field. | 633 |
![]() | Line has trailing spaces. | 636 |
![]() | Missing a Javadoc comment. | 637 |
![]() | Line has trailing spaces. | 640 |
![]() | Missing a Javadoc comment. | 641 |
![]() | Parameter content should be final. | 641 |
![]() | 'content' hides a field. | 641 |
![]() | Line has trailing spaces. | 644 |
![]() | Missing a Javadoc comment. | 645 |
![]() | Parameter entry should be final. | 645 |
![]() | Line has trailing spaces. | 648 |
![]() | Missing a Javadoc comment. | 649 |
![]() | ',' is not followed by whitespace. | 649 |
Violation | Message | Line |
---|---|---|
![]() | Class CatalogFactory should be declared as final. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | ',' is not followed by whitespace. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters (found 83). | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'log' must be private and have accessor methods. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters (found 82). | 55 |
![]() | Line contains a tab character. | 55 |
![]() | '200' is a magic number. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters (found 84). | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters (found 96). | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters (found 121). | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Parameter systemId should be final. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters (found 101). | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters (found 81). | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters (found 106). | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters (found 81). | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters (found 107). | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters (found 112). | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters (found 125). | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.Source. | 20 |
![]() | Unused import - javax.xml.transform.Templates. | 21 |
![]() | Line is longer than 80 characters (found 97). | 40 |
![]() | Class TemplatesFactory should be declared as final. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters (found 88). | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'log' must be private and have accessor methods. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters (found 87). | 57 |
![]() | Line contains a tab character. | 57 |
![]() | '200' is a magic number. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters (found 141). | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters (found 91). | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters (found 101). | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters (found 145). | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Parameter systemId should be final. | 69 |
![]() | Parameter sourceStrategy should be final. | 69 |
![]() | Parameter consumerStrategy should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Expected @throws tag for 'Exception'. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | '{' should be on the previous line. | 71 |
![]() | Line is longer than 80 characters (found 93). | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Expected an @return tag. | 79 |
![]() | Parameter systemId should be final. | 79 |
![]() | Expected @param tag for 'systemId'. | 79 |
![]() | Expected @throws tag for 'Exception'. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line is longer than 80 characters (found 121). | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters (found 139). | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | Parameter systemId should be final. | 92 |
![]() | 'systemId' hides a field. | 92 |
![]() | Parameter sourceStrategy should be final. | 92 |
![]() | 'sourceStrategy' hides a field. | 92 |
![]() | Parameter consumerStrategy should be final. | 92 |
![]() | 'consumerStrategy' hides a field. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 101 |
![]() | Line is longer than 80 characters (found 99). | 103 |
![]() | '}' should be on the same line. | 104 |
![]() | 'catch' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '}' should be on the same line. | 107 |
![]() | 'catch' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line is longer than 80 characters (found 117). | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' is not followed by whitespace. | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' is not followed by whitespace. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Line is longer than 80 characters (found 104). | 116 |
![]() | '}' should be on the same line. | 117 |
![]() | 'catch' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Line is longer than 80 characters (found 98). | 120 |
![]() | '+' is not preceded with whitespace. | 120 |
![]() | '+' is not followed by whitespace. | 120 |
![]() | '+' is not preceded with whitespace. | 120 |
![]() | '+' is not followed by whitespace. | 120 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters (found 106). | 128 |
![]() | '}' should be on the same line. | 129 |
![]() | 'catch' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | '}' should be on the same line. | 132 |
![]() | 'catch' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | Line is longer than 80 characters (found 91). | 134 |
![]() | '+' is not preceded with whitespace. | 134 |
![]() | '+' is not followed by whitespace. | 134 |
![]() | '+' is not preceded with whitespace. | 134 |
![]() | '+' is not followed by whitespace. | 134 |
![]() | Line is longer than 80 characters (found 125). | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.framework.lifecycle.NamespaceContext. | 31 |
![]() | Line is longer than 80 characters (found 155). | 35 |
![]() | '{' should be on the previous line. | 43 |
![]() | Name 'JSL_NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Variable 'JSL_NAMESPACE' must be private and have accessor methods. | 45 |
![]() | Line is longer than 80 characters (found 116). | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter templateElement should be final. | 50 |
![]() | 'templateElement' hides a field. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters (found 85). | 63 |
![]() | Variable 'elementInfoStack' must be private and have accessor methods. | 63 |
![]() | Variable 'commandNamespaceSet' must be private and have accessor methods. | 66 |
![]() | Variable 'sourceCompiler' must be private and have accessor methods. | 69 |
![]() | Variable 'charactersBuilder' must be private and have accessor methods. | 72 |
![]() | Line is longer than 80 characters (found 97). | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'prefixMappingContext' must be private and have accessor methods. | 74 |
![]() | Expected an @return tag. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter uri should be final. | 79 |
![]() | Expected @param tag for 'uri'. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '}' should be on the same line. | 82 |
![]() | Line is longer than 80 characters (found 95). | 83 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '}' should be on the same line. | 83 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '{' should be on the previous line. | 91 |
![]() | Line is longer than 80 characters (found 97). | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '{' should be on the previous line. | 104 |
![]() | Line is longer than 80 characters (found 95). | 111 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Parameter uri should be final. | 111 |
![]() | Expected @param tag for 'uri'. | 111 |
![]() | Parameter localName should be final. | 111 |
![]() | Expected @param tag for 'localName'. | 111 |
![]() | Parameter qName should be final. | 111 |
![]() | Expected @param tag for 'qName'. | 111 |
![]() | Parameter attributes should be final. | 111 |
![]() | Expected @param tag for 'attributes'. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Expected @throws tag for 'SAXException'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | 'for' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 87). | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | Line is longer than 80 characters (found 158). | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | Line is longer than 80 characters (found 92). | 125 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | Line is longer than 80 characters (found 158). | 126 |
![]() | switch without "default" clause. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | Line is longer than 80 characters (found 110). | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | Expected @param tag for 'uri'. | 146 |
![]() | Expected @param tag for 'localName'. | 146 |
![]() | Expected @param tag for 'qName'. | 146 |
![]() | Expected @param tag for 'attributes'. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Expected @throws tag for 'SAXException'. | 147 |
![]() | Line is longer than 80 characters (found 114). | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | Expected @param tag for 'uri'. | 152 |
![]() | Expected @param tag for 'localName'. | 152 |
![]() | Expected @param tag for 'qName'. | 152 |
![]() | Expected @param tag for 'attributes'. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Expected @throws tag for 'SAXException'. | 153 |
![]() | Line is longer than 80 characters (found 115). | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | Expected @param tag for 'uri'. | 158 |
![]() | Expected @param tag for 'localName'. | 158 |
![]() | Expected @param tag for 'qName'. | 158 |
![]() | Expected @param tag for 'attributes'. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Expected @throws tag for 'SAXException'. | 159 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | Parameter uri should be final. | 164 |
![]() | Expected @param tag for 'uri'. | 164 |
![]() | Parameter localName should be final. | 164 |
![]() | Expected @param tag for 'localName'. | 164 |
![]() | Parameter qName should be final. | 164 |
![]() | Expected @param tag for 'qName'. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | Expected @throws tag for 'SAXException'. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters (found 85). | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | Expected @param tag for 'uri'. | 189 |
![]() | Expected @param tag for 'localName'. | 189 |
![]() | Expected @param tag for 'qName'. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Expected @throws tag for 'SAXException'. | 190 |
![]() | Line is longer than 80 characters (found 89). | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Expected @param tag for 'uri'. | 195 |
![]() | Expected @param tag for 'localName'. | 195 |
![]() | Expected @param tag for 'qName'. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Expected @throws tag for 'SAXException'. | 196 |
![]() | Line is longer than 80 characters (found 90). | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | Expected @param tag for 'uri'. | 201 |
![]() | Expected @param tag for 'localName'. | 201 |
![]() | Expected @param tag for 'qName'. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Expected @throws tag for 'SAXException'. | 202 |
![]() | Method 'pushElementInfo' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Parameter uri should be final. | 204 |
![]() | Parameter attributes should be final. | 204 |
![]() | '{' should be on the previous line. | 206 |
![]() | Line is longer than 80 characters (found 83). | 212 |
![]() | Line is longer than 80 characters (found 106). | 218 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | '&&' should be on a new line. | 219 |
![]() | '&&' should be on a new line. | 220 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters (found 85). | 222 |
![]() | Line is longer than 80 characters (found 143). | 235 |
![]() | 'if' is not followed by whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | '&&' should be on a new line. | 236 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters (found 83). | 238 |
![]() | Line is longer than 80 characters (found 101). | 239 |
![]() | Line is longer than 80 characters (found 81). | 244 |
![]() | Line has trailing spaces. | 257 |
![]() | Line is longer than 80 characters (found 81). | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | Parameter uri should be final. | 258 |
![]() | Parameter attributes should be final. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | '{' should be on the previous line. | 260 |
![]() | Line is longer than 80 characters (found 178). | 262 |
![]() | Avoid inline conditionals. | 262 |
![]() | Line is longer than 80 characters (found 113). | 263 |
![]() | Avoid inline conditionals. | 263 |
![]() | 'if' is not followed by whitespace. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Must have at least one statement. | 265 |
![]() | '}' should be on the same line. | 267 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | '}' should be on the same line. | 270 |
![]() | 'for' is not followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | 'if' is not followed by whitespace. | 275 |
![]() | '(' is followed by whitespace. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | Must have at least one statement. | 275 |
![]() | '}' should be on the same line. | 277 |
![]() | 'if' is not followed by whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | Line is longer than 80 characters (found 119). | 279 |
![]() | '}' should be on the same line. | 280 |
![]() | 'if' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Comment matches to-do format 'TODO:'. | 282 |
![]() | '}' should be on the same line. | 284 |
![]() | Comment matches to-do format 'TODO:'. | 286 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | '(' is followed by whitespace. | 297 |
![]() | Parameter characters should be final. | 297 |
![]() | Parameter start should be final. | 297 |
![]() | Parameter length should be final. | 297 |
![]() | ')' is preceded with whitespace. | 297 |
![]() | '{' should be on the previous line. | 299 |
![]() | Comment matches to-do format 'TODO:'. | 300 |
![]() | Line is longer than 80 characters (found 134). | 300 |
![]() | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | '(' is followed by whitespace. | 307 |
![]() | Parameter characters should be final. | 307 |
![]() | Expected @param tag for 'characters'. | 307 |
![]() | Parameter start should be final. | 307 |
![]() | Expected @param tag for 'start'. | 307 |
![]() | Parameter length should be final. | 307 |
![]() | Expected @param tag for 'length'. | 307 |
![]() | ')' is preceded with whitespace. | 307 |
![]() | Expected @throws tag for 'SAXException'. | 308 |
![]() | '{' should be on the previous line. | 309 |
![]() | Method 'popElementInfo' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Missing a Javadoc comment. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | Missing a Javadoc comment. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | Line is longer than 80 characters (found 87). | 335 |
![]() | Line is longer than 80 characters (found 94). | 338 |
![]() | Line is longer than 80 characters (found 93). | 344 |
![]() | Method 'setElementType' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Missing a Javadoc comment. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | Parameter elementType should be final. | 344 |
![]() | 'elementType' hides a field. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
![]() | Method 'getElementType' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Line is longer than 80 characters (found 125). | 346 |
![]() | Method 'setPreviousSiblingType' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | '(' is followed by whitespace. | 346 |
![]() | Parameter previousSiblingType should be final. | 346 |
![]() | 'previousSiblingType' hides a field. | 346 |
![]() | ')' is preceded with whitespace. | 346 |
![]() | Line is longer than 80 characters (found 84). | 347 |
![]() | Method 'getPreviousSiblingType' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Line is longer than 80 characters (found 109). | 348 |
![]() | Method 'setPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | Missing a Javadoc comment. | 348 |
![]() | '(' is followed by whitespace. | 348 |
![]() | Parameter prefixMapping should be final. | 348 |
![]() | 'prefixMapping' hides a field. | 348 |
![]() | ')' is preceded with whitespace. | 348 |
![]() | Method 'getPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Line is longer than 80 characters (found 133). | 350 |
![]() | Method 'setSourcePrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Missing a Javadoc comment. | 350 |
![]() | '(' is followed by whitespace. | 350 |
![]() | Parameter sourcePrefixMapping should be final. | 350 |
![]() | 'sourcePrefixMapping' hides a field. | 350 |
![]() | ')' is preceded with whitespace. | 350 |
![]() | Line is longer than 80 characters (found 92). | 351 |
![]() | Method 'getSourcePrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Line is longer than 80 characters (found 161). | 352 |
![]() | Method 'setSourceExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | Missing a Javadoc comment. | 352 |
![]() | '(' is followed by whitespace. | 352 |
![]() | Parameter sourceExcludeResultPrefixSet should be final. | 352 |
![]() | 'sourceExcludeResultPrefixSet' hides a field. | 352 |
![]() | ')' is preceded with whitespace. | 352 |
![]() | Line is longer than 80 characters (found 97). | 353 |
![]() | Method 'getSourceExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Line is longer than 80 characters (found 137). | 354 |
![]() | Method 'setHandlerPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Missing a Javadoc comment. | 354 |
![]() | '(' is followed by whitespace. | 354 |
![]() | Parameter handlerPrefixMapping should be final. | 354 |
![]() | 'handlerPrefixMapping' hides a field. | 354 |
![]() | ')' is preceded with whitespace. | 354 |
![]() | Line is longer than 80 characters (found 94). | 355 |
![]() | Method 'getHandlerPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Line is longer than 80 characters (found 137). | 356 |
![]() | Method 'setExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Missing a Javadoc comment. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | Parameter excludeResultPrefixSet should be final. | 356 |
![]() | 'excludeResultPrefixSet' hides a field. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | Line is longer than 80 characters (found 85). | 357 |
![]() | Method 'getExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Missing a Javadoc comment. | 360 |
![]() | '(' is followed by whitespace. | 360 |
![]() | Parameter prefix should be final. | 360 |
![]() | Parameter uri should be final. | 360 |
![]() | ')' is preceded with whitespace. | 360 |
![]() | '{' should be on the previous line. | 362 |
![]() | '(' is followed by whitespace. | 367 |
![]() | ')' is preceded with whitespace. | 367 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Missing a Javadoc comment. | 370 |
![]() | '(' is followed by whitespace. | 370 |
![]() | Parameter prefix should be final. | 370 |
![]() | ')' is preceded with whitespace. | 370 |
![]() | '{' should be on the previous line. | 371 |
![]() | Missing a Javadoc comment. | 376 |
![]() | '(' is followed by whitespace. | 376 |
![]() | Parameter name should be final. | 376 |
![]() | ')' is preceded with whitespace. | 376 |
![]() | '{' should be on the previous line. | 378 |
![]() | Line is longer than 80 characters (found 84). | 379 |
![]() | Missing a Javadoc comment. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | Parameter target should be final. | 382 |
![]() | Parameter data should be final. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | '{' should be on the previous line. | 384 |
![]() | Line is longer than 80 characters (found 91). | 385 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Collections. | 30 |
![]() | Unused import - java.util.Set. | 35 |
![]() | '{' should be on the previous line. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'log' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'TEMPLATE_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() | Variable 'TEMPLATE_LOCAL_NAME' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'VALUE_OF_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Variable 'VALUE_OF_LOCAL_NAME' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'TEXT_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() | Variable 'TEXT_LOCAL_NAME' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'COMMENT_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'COMMENT_LOCAL_NAME' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'ELEMENT_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'ELEMENT_LOCAL_NAME' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'ATTRIBUTE_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'ATTRIBUTE_LOCAL_NAME' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'TEMPORARY_CHAIN_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Variable 'TEMPORARY_CHAIN_LOCAL_NAME' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '{' is not preceded with whitespace. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'whitespacePattern' must be private and have accessor methods. | 60 |
![]() | '}' should be on the same line. | 64 |
![]() | 'catch' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters (found 98). | 73 |
![]() | Variable 'charactersTargetStack' must be private and have accessor methods. | 73 |
![]() | Line is longer than 80 characters (found 107). | 76 |
![]() | Variable 'ignorableWhitespaceTargetStack' must be private and have accessor methods. | 76 |
![]() | Variable 'sourceBuilder' must be private and have accessor methods. | 79 |
![]() | Variable 'digester' must be private and have accessor methods. | 82 |
![]() | Variable 'templateElementDepth' must be private and have accessor methods. | 85 |
![]() | Method 'setDigester' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter digester should be final. | 87 |
![]() | 'digester' hides a field. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters (found 101). | 96 |
![]() | Method 'startJslElement' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | Parameter uri should be final. | 96 |
![]() | Expected @param tag for 'uri'. | 96 |
![]() | Parameter localName should be final. | 96 |
![]() | Expected @param tag for 'localName'. | 96 |
![]() | Parameter qName should be final. | 96 |
![]() | Expected @param tag for 'qName'. | 96 |
![]() | Parameter attributes should be final. | 96 |
![]() | Expected @param tag for 'attributes'. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Expected @throws tag for 'SAXException'. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '}' should be on the same line. | 102 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Line is longer than 80 characters (found 126). | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | Line is longer than 80 characters (found 135). | 107 |
![]() | Line is longer than 80 characters (found 103). | 108 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 188). | 110 |
![]() | 'if' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '}' should be on the same line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '}' should be on the same line. | 118 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | '}' should be on the same line. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | '}' should be on the same line. | 127 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | '}' should be on the same line. | 130 |
![]() | Line is longer than 80 characters (found 83). | 132 |
![]() | '+' is not preceded with whitespace. | 132 |
![]() | '+' is not followed by whitespace. | 132 |
![]() | '+' is not preceded with whitespace. | 132 |
![]() | '+' is not followed by whitespace. | 132 |
![]() | '+' is not preceded with whitespace. | 132 |
![]() | '+' is not followed by whitespace. | 132 |
![]() | '+' is not preceded with whitespace. | 132 |
![]() | '+' is not followed by whitespace. | 132 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 115). | 137 |
![]() | 'for' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Line is longer than 80 characters (found 85). | 138 |
![]() | Line is longer than 80 characters (found 92). | 141 |
![]() | 'for' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | Line is longer than 80 characters (found 163). | 145 |
![]() | Line is longer than 80 characters (found 127). | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Method 'endJslElement' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | Parameter uri should be final. | 157 |
![]() | Expected @param tag for 'uri'. | 157 |
![]() | Parameter localName should be final. | 157 |
![]() | Expected @param tag for 'localName'. | 157 |
![]() | Parameter qName should be final. | 157 |
![]() | Expected @param tag for 'qName'. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Expected @throws tag for 'SAXException'. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '}' should be on the same line. | 163 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | '}' should be on the same line. | 166 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | '}' should be on the same line. | 169 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | '}' should be on the same line. | 172 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | '}' should be on the same line. | 175 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | '}' should be on the same line. | 178 |
![]() | Line is longer than 80 characters (found 83). | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | Line is longer than 80 characters (found 99). | 183 |
![]() | Line is longer than 80 characters (found 120). | 184 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters (found 93). | 188 |
![]() | 'for' is not followed by whitespace. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters (found 84). | 196 |
![]() | Missing a Javadoc comment. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | Parameter templateSource should be final. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | '{' should be on the previous line. | 204 |
![]() | Line is longer than 80 characters (found 115). | 208 |
![]() | 'cast' is not followed by whitespace. | 208 |
![]() | '}' should be on the same line. | 209 |
![]() | 'catch' is not followed by whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | 'cast' is not followed by whitespace. | 215 |
![]() | Line is longer than 80 characters (found 84). | 218 |
![]() | Line is longer than 80 characters (found 104). | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | Missing a Javadoc comment. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | Line is longer than 80 characters (found 81). | 230 |
![]() | Line is longer than 80 characters (found 126). | 231 |
![]() | Avoid inline conditionals. | 231 |
![]() | Line is longer than 80 characters (found 109). | 234 |
![]() | Method 'startJslTemplateElement' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | Parameter uri should be final. | 234 |
![]() | Parameter localName should be final. | 234 |
![]() | Parameter qName should be final. | 234 |
![]() | Parameter attributes should be final. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | '{' should be on the previous line. | 236 |
![]() | Line is longer than 80 characters (found 84). | 241 |
![]() | Method 'endJslTemplateElement' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | Parameter uri should be final. | 241 |
![]() | Parameter localName should be final. | 241 |
![]() | Parameter qName should be final. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | '{' should be on the previous line. | 243 |
![]() | Line is longer than 80 characters (found 108). | 252 |
![]() | Method 'startJslValueOfElement' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | Parameter uri should be final. | 252 |
![]() | Expected @param tag for 'uri'. | 252 |
![]() | Parameter localName should be final. | 252 |
![]() | Expected @param tag for 'localName'. | 252 |
![]() | Parameter qName should be final. | 252 |
![]() | Expected @param tag for 'qName'. | 252 |
![]() | Parameter attributes should be final. | 252 |
![]() | Expected @param tag for 'attributes'. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Expected @throws tag for 'SAXException'. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | 'if' is not followed by whitespace. | 261 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | Line is longer than 80 characters (found 108). | 262 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' is not followed by whitespace. | 262 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' is not followed by whitespace. | 262 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' is not followed by whitespace. | 262 |
![]() | '+' is not preceded with whitespace. | 262 |
![]() | '+' is not followed by whitespace. | 262 |
![]() | Line is longer than 80 characters (found 104). | 265 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Line is longer than 80 characters (found 86). | 266 |
![]() | Line is longer than 80 characters (found 104). | 271 |
![]() | 'for' is not followed by whitespace. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line is longer than 80 characters (found 83). | 280 |
![]() | Method 'endJslValueOfElement' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | Parameter uri should be final. | 280 |
![]() | Expected @param tag for 'uri'. | 280 |
![]() | Parameter localName should be final. | 280 |
![]() | Expected @param tag for 'localName'. | 280 |
![]() | Parameter qName should be final. | 280 |
![]() | Expected @param tag for 'qName'. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Expected @throws tag for 'SAXException'. | 281 |
![]() | '{' should be on the previous line. | 282 |
![]() | Line is longer than 80 characters (found 105). | 291 |
![]() | Method 'startJslTextElement' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | Parameter uri should be final. | 291 |
![]() | Expected @param tag for 'uri'. | 291 |
![]() | Parameter localName should be final. | 291 |
![]() | Expected @param tag for 'localName'. | 291 |
![]() | Parameter qName should be final. | 291 |
![]() | Expected @param tag for 'qName'. | 291 |
![]() | Parameter attributes should be final. | 291 |
![]() | Expected @param tag for 'attributes'. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Expected @throws tag for 'SAXException'. | 292 |
![]() | '{' should be on the previous line. | 293 |
![]() | Method 'endJslTextElement' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | '(' is followed by whitespace. | 304 |
![]() | Parameter uri should be final. | 304 |
![]() | Expected @param tag for 'uri'. | 304 |
![]() | Parameter localName should be final. | 304 |
![]() | Expected @param tag for 'localName'. | 304 |
![]() | Parameter qName should be final. | 304 |
![]() | Expected @param tag for 'qName'. | 304 |
![]() | ')' is preceded with whitespace. | 304 |
![]() | Expected @throws tag for 'SAXException'. | 305 |
![]() | '{' should be on the previous line. | 306 |
![]() | Line is longer than 80 characters (found 108). | 317 |
![]() | Method 'startJslCommentElement' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | '(' is followed by whitespace. | 317 |
![]() | Parameter uri should be final. | 317 |
![]() | Expected @param tag for 'uri'. | 317 |
![]() | Parameter localName should be final. | 317 |
![]() | Expected @param tag for 'localName'. | 317 |
![]() | Parameter qName should be final. | 317 |
![]() | Expected @param tag for 'qName'. | 317 |
![]() | Parameter attributes should be final. | 317 |
![]() | Expected @param tag for 'attributes'. | 317 |
![]() | ')' is preceded with whitespace. | 317 |
![]() | Expected @throws tag for 'SAXException'. | 318 |
![]() | '{' should be on the previous line. | 319 |
![]() | Line is longer than 80 characters (found 83). | 331 |
![]() | Method 'endJslCommentElement' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | '(' is followed by whitespace. | 331 |
![]() | Parameter uri should be final. | 331 |
![]() | Expected @param tag for 'uri'. | 331 |
![]() | Parameter localName should be final. | 331 |
![]() | Expected @param tag for 'localName'. | 331 |
![]() | Parameter qName should be final. | 331 |
![]() | Expected @param tag for 'qName'. | 331 |
![]() | ')' is preceded with whitespace. | 331 |
![]() | Expected @throws tag for 'SAXException'. | 332 |
![]() | '{' should be on the previous line. | 333 |
![]() | Line is longer than 80 characters (found 108). | 345 |
![]() | Method 'startJslDynamicElement' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | '(' is followed by whitespace. | 345 |
![]() | Parameter uri should be final. | 345 |
![]() | Expected @param tag for 'uri'. | 345 |
![]() | Parameter localName should be final. | 345 |
![]() | Expected @param tag for 'localName'. | 345 |
![]() | Parameter qName should be final. | 345 |
![]() | Expected @param tag for 'qName'. | 345 |
![]() | Parameter attributes should be final. | 345 |
![]() | Expected @param tag for 'attributes'. | 345 |
![]() | ')' is preceded with whitespace. | 345 |
![]() | Expected @throws tag for 'SAXException'. | 346 |
![]() | '{' should be on the previous line. | 347 |
![]() | Line is longer than 80 characters (found 96). | 362 |
![]() | 'for' is not followed by whitespace. | 362 |
![]() | '(' is followed by whitespace. | 362 |
![]() | ')' is preceded with whitespace. | 362 |
![]() | Line is longer than 80 characters (found 95). | 363 |
![]() | Line is longer than 80 characters (found 81). | 367 |
![]() | 'for' is not followed by whitespace. | 367 |
![]() | '(' is followed by whitespace. | 367 |
![]() | ')' is preceded with whitespace. | 367 |
![]() | Line is longer than 80 characters (found 83). | 379 |
![]() | Method 'endJslDynamicElement' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | '(' is followed by whitespace. | 379 |
![]() | Parameter uri should be final. | 379 |
![]() | Expected @param tag for 'uri'. | 379 |
![]() | Parameter localName should be final. | 379 |
![]() | Expected @param tag for 'localName'. | 379 |
![]() | Parameter qName should be final. | 379 |
![]() | Expected @param tag for 'qName'. | 379 |
![]() | ')' is preceded with whitespace. | 379 |
![]() | Expected @throws tag for 'SAXException'. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | Line is longer than 80 characters (found 81). | 388 |
![]() | 'for' is not followed by whitespace. | 388 |
![]() | '(' is followed by whitespace. | 388 |
![]() | ')' is preceded with whitespace. | 388 |
![]() | Line is longer than 80 characters (found 96). | 393 |
![]() | 'for' is not followed by whitespace. | 393 |
![]() | '(' is followed by whitespace. | 393 |
![]() | ')' is preceded with whitespace. | 393 |
![]() | Line is longer than 80 characters (found 110). | 406 |
![]() | Method 'startJslDynamicAttribute' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | '(' is followed by whitespace. | 406 |
![]() | Parameter uri should be final. | 406 |
![]() | Expected @param tag for 'uri'. | 406 |
![]() | Parameter localName should be final. | 406 |
![]() | Expected @param tag for 'localName'. | 406 |
![]() | Parameter qName should be final. | 406 |
![]() | Expected @param tag for 'qName'. | 406 |
![]() | Parameter attributes should be final. | 406 |
![]() | Expected @param tag for 'attributes'. | 406 |
![]() | ')' is preceded with whitespace. | 406 |
![]() | Expected @throws tag for 'SAXException'. | 407 |
![]() | '{' should be on the previous line. | 408 |
![]() | Line is longer than 80 characters (found 96). | 414 |
![]() | 'for' is not followed by whitespace. | 414 |
![]() | '(' is followed by whitespace. | 414 |
![]() | ')' is preceded with whitespace. | 414 |
![]() | Line is longer than 80 characters (found 95). | 415 |
![]() | Line is longer than 80 characters (found 81). | 419 |
![]() | 'for' is not followed by whitespace. | 419 |
![]() | '(' is followed by whitespace. | 419 |
![]() | ')' is preceded with whitespace. | 419 |
![]() | Line is longer than 80 characters (found 85). | 431 |
![]() | Method 'endJslDynamicAttribute' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | '(' is followed by whitespace. | 431 |
![]() | Parameter uri should be final. | 431 |
![]() | Expected @param tag for 'uri'. | 431 |
![]() | Parameter localName should be final. | 431 |
![]() | Expected @param tag for 'localName'. | 431 |
![]() | Parameter qName should be final. | 431 |
![]() | Expected @param tag for 'qName'. | 431 |
![]() | ')' is preceded with whitespace. | 431 |
![]() | Expected @throws tag for 'SAXException'. | 432 |
![]() | '{' should be on the previous line. | 433 |
![]() | Line is longer than 80 characters (found 81). | 439 |
![]() | 'for' is not followed by whitespace. | 439 |
![]() | '(' is followed by whitespace. | 439 |
![]() | ')' is preceded with whitespace. | 439 |
![]() | Line is longer than 80 characters (found 96). | 444 |
![]() | 'for' is not followed by whitespace. | 444 |
![]() | '(' is followed by whitespace. | 444 |
![]() | ')' is preceded with whitespace. | 444 |
![]() | Line is longer than 80 characters (found 105). | 455 |
![]() | Method 'startCommandElement' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | '(' is followed by whitespace. | 455 |
![]() | Parameter uri should be final. | 455 |
![]() | Expected @param tag for 'uri'. | 455 |
![]() | Parameter localName should be final. | 455 |
![]() | Expected @param tag for 'localName'. | 455 |
![]() | Parameter qName should be final. | 455 |
![]() | Expected @param tag for 'qName'. | 455 |
![]() | Parameter attributes should be final. | 455 |
![]() | Expected @param tag for 'attributes'. | 455 |
![]() | ')' is preceded with whitespace. | 455 |
![]() | Expected @throws tag for 'SAXException'. | 456 |
![]() | '{' should be on the previous line. | 457 |
![]() | Line is longer than 80 characters (found 95). | 465 |
![]() | Line is longer than 80 characters (found 119). | 466 |
![]() | 'if' is not followed by whitespace. | 466 |
![]() | '(' is followed by whitespace. | 466 |
![]() | ')' is preceded with whitespace. | 466 |
![]() | Line is longer than 80 characters (found 103). | 470 |
![]() | 'for' is not followed by whitespace. | 470 |
![]() | '(' is followed by whitespace. | 470 |
![]() | ')' is preceded with whitespace. | 470 |
![]() | Line is longer than 80 characters (found 95). | 471 |
![]() | '(' is followed by whitespace. | 475 |
![]() | ')' is preceded with whitespace. | 475 |
![]() | Method 'endCommandElement' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | '(' is followed by whitespace. | 482 |
![]() | Parameter uri should be final. | 482 |
![]() | Expected @param tag for 'uri'. | 482 |
![]() | Parameter localName should be final. | 482 |
![]() | Expected @param tag for 'localName'. | 482 |
![]() | Parameter qName should be final. | 482 |
![]() | Expected @param tag for 'qName'. | 482 |
![]() | ')' is preceded with whitespace. | 482 |
![]() | Expected @throws tag for 'SAXException'. | 483 |
![]() | '{' should be on the previous line. | 484 |
![]() | '(' is followed by whitespace. | 496 |
![]() | ')' is preceded with whitespace. | 496 |
![]() | Line is longer than 80 characters (found 103). | 498 |
![]() | 'for' is not followed by whitespace. | 498 |
![]() | '(' is followed by whitespace. | 498 |
![]() | ')' is preceded with whitespace. | 498 |
![]() | Line is longer than 80 characters (found 106). | 506 |
![]() | Method 'startTemplateElement' is not designed for extension - needs to be abstract, final or empty. | 506 |
![]() | '(' is followed by whitespace. | 506 |
![]() | Parameter uri should be final. | 506 |
![]() | Expected @param tag for 'uri'. | 506 |
![]() | Parameter localName should be final. | 506 |
![]() | Expected @param tag for 'localName'. | 506 |
![]() | Parameter qName should be final. | 506 |
![]() | Expected @param tag for 'qName'. | 506 |
![]() | Parameter attributes should be final. | 506 |
![]() | Expected @param tag for 'attributes'. | 506 |
![]() | ')' is preceded with whitespace. | 506 |
![]() | Expected @throws tag for 'SAXException'. | 507 |
![]() | '{' should be on the previous line. | 508 |
![]() | 'if' is not followed by whitespace. | 509 |
![]() | '(' is followed by whitespace. | 509 |
![]() | ')' is preceded with whitespace. | 509 |
![]() | Line is longer than 80 characters (found 108). | 510 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' is not followed by whitespace. | 510 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' is not followed by whitespace. | 510 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' is not followed by whitespace. | 510 |
![]() | '+' is not preceded with whitespace. | 510 |
![]() | '+' is not followed by whitespace. | 510 |
![]() | Line is longer than 80 characters (found 135). | 519 |
![]() | Line is longer than 80 characters (found 103). | 520 |
![]() | 'if' is not followed by whitespace. | 521 |
![]() | '(' is followed by whitespace. | 521 |
![]() | ')' is preceded with whitespace. | 521 |
![]() | Line is longer than 80 characters (found 156). | 522 |
![]() | Line is longer than 80 characters (found 96). | 533 |
![]() | 'for' is not followed by whitespace. | 533 |
![]() | '(' is followed by whitespace. | 533 |
![]() | ')' is preceded with whitespace. | 533 |
![]() | Line is longer than 80 characters (found 95). | 534 |
![]() | Line is longer than 80 characters (found 81). | 538 |
![]() | 'for' is not followed by whitespace. | 538 |
![]() | '(' is followed by whitespace. | 538 |
![]() | ')' is preceded with whitespace. | 538 |
![]() | 'for' is not followed by whitespace. | 543 |
![]() | '(' is followed by whitespace. | 543 |
![]() | Line is longer than 80 characters (found 147). | 544 |
![]() | '}' should be on the same line. | 552 |
![]() | 'catch' is not followed by whitespace. | 553 |
![]() | '(' is followed by whitespace. | 553 |
![]() | ')' is preceded with whitespace. | 553 |
![]() | '}' should be on the same line. | 555 |
![]() | 'catch' is not followed by whitespace. | 556 |
![]() | '(' is followed by whitespace. | 556 |
![]() | ')' is preceded with whitespace. | 556 |
![]() | Line is longer than 80 characters (found 162). | 560 |
![]() | Line is longer than 80 characters (found 151). | 561 |
![]() | 'if' is not followed by whitespace. | 562 |
![]() | '(' is followed by whitespace. | 562 |
![]() | ')' is preceded with whitespace. | 562 |
![]() | Line is longer than 80 characters (found 115). | 564 |
![]() | 'for' is not followed by whitespace. | 564 |
![]() | '(' is followed by whitespace. | 564 |
![]() | ')' is preceded with whitespace. | 564 |
![]() | Line is longer than 80 characters (found 85). | 565 |
![]() | Line is longer than 80 characters (found 92). | 568 |
![]() | 'for' is not followed by whitespace. | 570 |
![]() | '(' is followed by whitespace. | 570 |
![]() | ')' is preceded with whitespace. | 570 |
![]() | 'if' is not followed by whitespace. | 571 |
![]() | '(' is followed by whitespace. | 571 |
![]() | ')' is preceded with whitespace. | 571 |
![]() | Line is longer than 80 characters (found 163). | 572 |
![]() | Line is longer than 80 characters (found 127). | 577 |
![]() | '(' is followed by whitespace. | 577 |
![]() | ')' is preceded with whitespace. | 577 |
![]() | Method 'endTemplateElement' is not designed for extension - needs to be abstract, final or empty. | 584 |
![]() | '(' is followed by whitespace. | 584 |
![]() | Parameter uri should be final. | 584 |
![]() | Expected @param tag for 'uri'. | 584 |
![]() | Parameter localName should be final. | 584 |
![]() | Expected @param tag for 'localName'. | 584 |
![]() | Parameter qName should be final. | 584 |
![]() | Expected @param tag for 'qName'. | 584 |
![]() | ')' is preceded with whitespace. | 584 |
![]() | Expected @throws tag for 'SAXException'. | 585 |
![]() | '{' should be on the previous line. | 586 |
![]() | Line is longer than 80 characters (found 81). | 601 |
![]() | 'for' is not followed by whitespace. | 601 |
![]() | '(' is followed by whitespace. | 601 |
![]() | ')' is preceded with whitespace. | 601 |
![]() | Line is longer than 80 characters (found 96). | 606 |
![]() | 'for' is not followed by whitespace. | 606 |
![]() | '(' is followed by whitespace. | 606 |
![]() | ')' is preceded with whitespace. | 606 |
![]() | Line is longer than 80 characters (found 135). | 613 |
![]() | Line is longer than 80 characters (found 103). | 614 |
![]() | 'if' is not followed by whitespace. | 615 |
![]() | '(' is followed by whitespace. | 615 |
![]() | ')' is preceded with whitespace. | 615 |
![]() | Line is longer than 80 characters (found 93). | 619 |
![]() | 'for' is not followed by whitespace. | 619 |
![]() | '(' is followed by whitespace. | 619 |
![]() | ')' is preceded with whitespace. | 619 |
![]() | Method 'flushCharacters' is not designed for extension - needs to be abstract, final or empty. | 632 |
![]() | Expected @throws tag for 'SAXException'. | 633 |
![]() | '{' should be on the previous line. | 634 |
![]() | 'if' is not followed by whitespace. | 635 |
![]() | '(' is followed by whitespace. | 635 |
![]() | ')' is preceded with whitespace. | 635 |
![]() | switch without "default" clause. | 637 |
![]() | '(' is followed by whitespace. | 637 |
![]() | ')' is preceded with whitespace. | 637 |
![]() | 'if' is not followed by whitespace. | 641 |
![]() | '(' is followed by whitespace. | 641 |
![]() | ')' is preceded with whitespace. | 641 |
![]() | Line is longer than 80 characters (found 82). | 642 |
![]() | Line is longer than 80 characters (found 143). | 643 |
![]() | 'if' is not followed by whitespace. | 645 |
![]() | '(' is followed by whitespace. | 645 |
![]() | ')' is preceded with whitespace. | 645 |
![]() | Line is longer than 80 characters (found 101). | 647 |
![]() | Line is longer than 80 characters (found 137). | 648 |
![]() | '(' is followed by whitespace. | 648 |
![]() | ')' is preceded with whitespace. | 648 |
![]() | 'if' is not followed by whitespace. | 653 |
![]() | '(' is followed by whitespace. | 653 |
![]() | ')' is preceded with whitespace. | 653 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | Parameter source should be final. | 28 |
![]() | 'source' hides a field. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter className should be final. | 31 |
![]() | 'className' hides a field. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters (found 114). | 34 |
![]() | Method 'setSourceResourceName' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter sourceResourceName should be final. | 34 |
![]() | 'sourceResourceName' hides a field. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | Method 'getSourceResourceName' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters (found 110). | 37 |
![]() | Method 'setClassResourceName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter classResourceName should be final. | 37 |
![]() | 'classResourceName' hides a field. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Method 'getClassResourceName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter classLoader should be final. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters (found 96). | 64 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'compileTemplate' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter result should be final. | 79 |
![]() | Expected @param tag for 'result'. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line is longer than 80 characters (found 103). | 84 |
![]() | '}' should be on the same line. | 85 |
![]() | 'catch' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Line is longer than 80 characters (found 99). | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | Line is longer than 80 characters (found 168). | 94 |
![]() | 'if' is not followed by whitespace. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | '+' is not preceded with whitespace. | 99 |
![]() | '+' is not followed by whitespace. | 99 |
![]() | 'for' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters (found 104). | 101 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | Comment matches to-do format 'TODO:'. | 104 |
![]() | 'for' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters (found 112). | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | 'for' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 121). | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | Line is longer than 80 characters (found 105). | 122 |
![]() | '}' should be on the same line. | 127 |
![]() | 'catch' is not followed by whitespace. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | Line is longer than 80 characters (found 89). | 129 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' is not followed by whitespace. | 129 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' is not followed by whitespace. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter parent should be final. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | Parameter name should be final. | 143 |
![]() | Parameter b should be final. | 143 |
![]() | Parameter off should be final. | 143 |
![]() | Parameter len should be final. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Redundant throws: 'ClassFormatError' is unchecked exception. | 144 |
![]() | Redundant throws: 'IndexOutOfBoundsException' is unchecked exception. | 144 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '{' should be on the previous line. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Variable 'wrapped' must be private and have accessor methods. | 153 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Variable 'classLoader' must be private and have accessor methods. | 154 |
![]() | Line is longer than 80 characters (found 149). | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Parameter wrapped should be final. | 155 |
![]() | 'wrapped' hides a field. | 155 |
![]() | Parameter classLoader should be final. | 155 |
![]() | 'classLoader' hides a field. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter name should be final. | 156 |
![]() | Parameter data should be final. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '10000' is a magic number. | 164 |
![]() | 'while' is not followed by whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | 'for' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | '}' should be on the same line. | 180 |
![]() | 'catch' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Method 'isAvailable' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | Parameter name should be final. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters (found 82). | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'log' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters (found 103). | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters (found 91). | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'ATTRIBUTE_VALUE_TEMPLATE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'ATTRIBUTE_VALUE_TEMPLATE_PATTERN' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'ENCODING_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'ENCODING_PATTERN' must be private and have accessor methods. | 53 |
![]() | Line is longer than 80 characters (found 111). | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '}' should be on the same line. | 58 |
![]() | 'catch' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '}' should be on the same line. | 64 |
![]() | 'catch' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Method 'pushContext' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Parameter context should be final. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'popContext' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Method 'nextCommandId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Line is longer than 80 characters (found 153). | 90 |
![]() | Method 'startSource' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter transitionPrefixMapping should be final. | 90 |
![]() | Parameter transitionExcludeResultPrefixSet should be final. | 90 |
![]() | Parameter excludeResultPrefixBoundary should be final. | 90 |
![]() | Line is longer than 80 characters (found 82). | 94 |
![]() | Method 'endSource' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'while' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 116). | 133 |
![]() | Line is longer than 80 characters (found 93). | 137 |
![]() | Line is longer than 80 characters (found 114). | 138 |
![]() | Line is longer than 80 characters (found 88). | 140 |
![]() | Line is longer than 80 characters (found 86). | 142 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters (found 89). | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters (found 96). | 155 |
![]() | 'for' is not followed by whitespace. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line is longer than 80 characters (found 140). | 156 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | Line is longer than 80 characters (found 87). | 159 |
![]() | 'for' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters (found 125). | 160 |
![]() | Comment matches to-do format 'TODO:'. | 171 |
![]() | Line is longer than 80 characters (found 87). | 173 |
![]() | 'for' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters (found 123). | 174 |
![]() | Line is longer than 80 characters (found 96). | 178 |
![]() | 'for' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters (found 98). | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters (found 122). | 202 |
![]() | '+' is not preceded with whitespace. | 202 |
![]() | '+' is not followed by whitespace. | 202 |
![]() | '+' is not preceded with whitespace. | 202 |
![]() | '+' is not followed by whitespace. | 202 |
![]() | '+' is not preceded with whitespace. | 202 |
![]() | '+' is not followed by whitespace. | 202 |
![]() | Line is longer than 80 characters (found 122). | 203 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | Line is longer than 80 characters (found 105). | 204 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' is not followed by whitespace. | 204 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' is not followed by whitespace. | 204 |
![]() | Line is longer than 80 characters (found 96). | 211 |
![]() | Method 'startVirtualChain' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | Line is longer than 80 characters (found 99). | 223 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters (found 116). | 230 |
![]() | Line is longer than 80 characters (found 100). | 233 |
![]() | Line is longer than 80 characters (found 110). | 237 |
![]() | Line has trailing spaces. | 241 |
![]() | Line is longer than 80 characters (found 114). | 241 |
![]() | Method 'endVirtualChain' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Line is longer than 80 characters (found 114). | 250 |
![]() | Line is longer than 80 characters (found 119). | 254 |
![]() | Line is longer than 80 characters (found 83). | 257 |
![]() | Line is longer than 80 characters (found 82). | 265 |
![]() | Line is longer than 80 characters (found 91). | 266 |
![]() | Comment matches to-do format 'TODO:'. | 272 |
![]() | Line is longer than 80 characters (found 82). | 272 |
![]() | Line has trailing spaces. | 275 |
![]() | Line is longer than 80 characters (found 99). | 280 |
![]() | 'while' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | 'if' is not followed by whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters (found 98). | 291 |
![]() | 'while' is not followed by whitespace. | 292 |
![]() | '(' is followed by whitespace. | 292 |
![]() | ')' is preceded with whitespace. | 292 |
![]() | 'if' is not followed by whitespace. | 294 |
![]() | '(' is followed by whitespace. | 294 |
![]() | ')' is preceded with whitespace. | 294 |
![]() | Line is longer than 80 characters (found 102). | 300 |
![]() | Line is longer than 80 characters (found 113). | 304 |
![]() | Method 'appendCommandCall' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Missing a Javadoc comment. | 310 |
![]() | '{' should be on the previous line. | 311 |
![]() | Line is longer than 80 characters (found 95). | 313 |
![]() | Line is longer than 80 characters (found 95). | 315 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | Line is longer than 80 characters (found 98). | 319 |
![]() | 'if' is not followed by whitespace. | 320 |
![]() | '(' is followed by whitespace. | 320 |
![]() | ')' is preceded with whitespace. | 320 |
![]() | Method 'startStartElement' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Missing a Javadoc comment. | 334 |
![]() | '{' should be on the previous line. | 335 |
![]() | Line is longer than 80 characters (found 95). | 338 |
![]() | Line is longer than 80 characters (found 95). | 340 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | Line is longer than 80 characters (found 81). | 351 |
![]() | '+' is not preceded with whitespace. | 351 |
![]() | '+' is not followed by whitespace. | 351 |
![]() | Missing a Javadoc comment. | 354 |
![]() | '{' should be on the previous line. | 355 |
![]() | Method 'startEndElement' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() | Missing a Javadoc comment. | 359 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters (found 95). | 363 |
![]() | Line is longer than 80 characters (found 93). | 365 |
![]() | 'while' is not followed by whitespace. | 366 |
![]() | '(' is followed by whitespace. | 366 |
![]() | ')' is preceded with whitespace. | 366 |
![]() | Line is longer than 80 characters (found 95). | 373 |
![]() | Comment matches to-do format 'TODO:'. | 379 |
![]() | Line is longer than 80 characters (found 95). | 380 |
![]() | Method 'endEndElement' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Missing a Javadoc comment. | 383 |
![]() | '{' should be on the previous line. | 384 |
![]() | Line is longer than 80 characters (found 95). | 387 |
![]() | Line is longer than 80 characters (found 95). | 389 |
![]() | Comment matches to-do format 'TODO:'. | 395 |
![]() | Line is longer than 80 characters (found 81). | 398 |
![]() | '-' is not preceded with whitespace. | 398 |
![]() | '-' is not followed by whitespace. | 398 |
![]() | Method 'appendStartPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | Missing a Javadoc comment. | 401 |
![]() | '(' is followed by whitespace. | 401 |
![]() | Parameter prefix should be final. | 401 |
![]() | Parameter uri should be final. | 401 |
![]() | ')' is preceded with whitespace. | 401 |
![]() | '{' should be on the previous line. | 402 |
![]() | Line is longer than 80 characters (found 114). | 406 |
![]() | Line is longer than 80 characters (found 131). | 407 |
![]() | Comment matches to-do format 'TODO:'. | 408 |
![]() | Line is longer than 80 characters (found 130). | 409 |
![]() | Method 'appendEndPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Missing a Javadoc comment. | 412 |
![]() | '(' is followed by whitespace. | 412 |
![]() | Parameter prefix should be final. | 412 |
![]() | ')' is preceded with whitespace. | 412 |
![]() | '{' should be on the previous line. | 413 |
![]() | Line is longer than 80 characters (found 114). | 416 |
![]() | Comment matches to-do format 'TODO:'. | 417 |
![]() | Line is longer than 80 characters (found 81). | 417 |
![]() | Line is longer than 80 characters (found 133). | 418 |
![]() | Line is longer than 80 characters (found 97). | 419 |
![]() | Method 'appendStartExcludeResultPrefix' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() | Missing a Javadoc comment. | 422 |
![]() | '(' is followed by whitespace. | 422 |
![]() | Parameter prefix should be final. | 422 |
![]() | ')' is preceded with whitespace. | 422 |
![]() | '{' should be on the previous line. | 423 |
![]() | Line is longer than 80 characters (found 114). | 426 |
![]() | Line is longer than 80 characters (found 105). | 427 |
![]() | Method 'appendEndExcludeResultPrefix' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Missing a Javadoc comment. | 430 |
![]() | '(' is followed by whitespace. | 430 |
![]() | Parameter prefix should be final. | 430 |
![]() | ')' is preceded with whitespace. | 430 |
![]() | '{' should be on the previous line. | 431 |
![]() | Line is longer than 80 characters (found 114). | 434 |
![]() | Line is longer than 80 characters (found 103). | 435 |
![]() | Method 'appendContextStartPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() | Missing a Javadoc comment. | 438 |
![]() | '(' is followed by whitespace. | 438 |
![]() | Parameter prefix should be final. | 438 |
![]() | Parameter uri should be final. | 438 |
![]() | ')' is preceded with whitespace. | 438 |
![]() | '{' should be on the previous line. | 439 |
![]() | Line is longer than 80 characters (found 114). | 443 |
![]() | Line is longer than 80 characters (found 130). | 444 |
![]() | Method 'appendContextEndPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Missing a Javadoc comment. | 447 |
![]() | '(' is followed by whitespace. | 447 |
![]() | Parameter prefix should be final. | 447 |
![]() | ')' is preceded with whitespace. | 447 |
![]() | '{' should be on the previous line. | 448 |
![]() | Line is longer than 80 characters (found 114). | 451 |
![]() | Line is longer than 80 characters (found 133). | 452 |
![]() | Line is longer than 80 characters (found 119). | 455 |
![]() | Method 'appendAttributeValueTemplate' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Missing a Javadoc comment. | 455 |
![]() | '(' is followed by whitespace. | 455 |
![]() | Parameter uri should be final. | 455 |
![]() | Parameter localName should be final. | 455 |
![]() | Parameter qName should be final. | 455 |
![]() | Parameter attributeValueTemplate should be final. | 455 |
![]() | ')' is preceded with whitespace. | 455 |
![]() | '{' should be on the previous line. | 457 |
![]() | Line is longer than 80 characters (found 87). | 463 |
![]() | Line is longer than 80 characters (found 114). | 467 |
![]() | Line is longer than 80 characters (found 109). | 470 |
![]() | 'while' is not followed by whitespace. | 471 |
![]() | '(' is followed by whitespace. | 471 |
![]() | ')' is preceded with whitespace. | 471 |
![]() | Line is longer than 80 characters (found 135). | 473 |
![]() | 'if' is not followed by whitespace. | 476 |
![]() | '(' is followed by whitespace. | 476 |
![]() | ')' is preceded with whitespace. | 476 |
![]() | Line is longer than 80 characters (found 170). | 477 |
![]() | Line is longer than 80 characters (found 130). | 478 |
![]() | Line is longer than 80 characters (found 210). | 483 |
![]() | Line is longer than 80 characters (found 81). | 484 |
![]() | Method 'appendStartElement' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() | '(' is followed by whitespace. | 490 |
![]() | Parameter uri should be final. | 490 |
![]() | Expected @param tag for 'uri'. | 490 |
![]() | Parameter localName should be final. | 490 |
![]() | Expected @param tag for 'localName'. | 490 |
![]() | Parameter qName should be final. | 490 |
![]() | Expected @param tag for 'qName'. | 490 |
![]() | ')' is preceded with whitespace. | 490 |
![]() | '{' should be on the previous line. | 491 |
![]() | Line is longer than 80 characters (found 95). | 504 |
![]() | Line is longer than 80 characters (found 81). | 505 |
![]() | '+' is not preceded with whitespace. | 505 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | Comment matches to-do format 'TODO:'. | 508 |
![]() | Line is longer than 80 characters (found 89). | 509 |
![]() | Line is longer than 80 characters (found 174). | 510 |
![]() | Method 'appendEndElement' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | '(' is followed by whitespace. | 517 |
![]() | Parameter uri should be final. | 517 |
![]() | Expected @param tag for 'uri'. | 517 |
![]() | Parameter localName should be final. | 517 |
![]() | Expected @param tag for 'localName'. | 517 |
![]() | Parameter qName should be final. | 517 |
![]() | Expected @param tag for 'qName'. | 517 |
![]() | ')' is preceded with whitespace. | 517 |
![]() | '{' should be on the previous line. | 518 |
![]() | Line is longer than 80 characters (found 95). | 520 |
![]() | Line is longer than 80 characters (found 81). | 521 |
![]() | '-' is not preceded with whitespace. | 521 |
![]() | '-' is not followed by whitespace. | 521 |
![]() | Line is longer than 80 characters (found 95). | 523 |
![]() | Line is longer than 80 characters (found 113). | 526 |
![]() | Comment matches to-do format 'TODO:'. | 527 |
![]() | Line is longer than 80 characters (found 98). | 537 |
![]() | Comment matches to-do format 'TODO:'. | 539 |
![]() | Line is longer than 80 characters (found 87). | 540 |
![]() | Line is longer than 80 characters (found 160). | 541 |
![]() | Line is longer than 80 characters (found 114). | 545 |
![]() | Method 'appendCharacters' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() | '(' is followed by whitespace. | 547 |
![]() | Parameter characters should be final. | 547 |
![]() | Expected @param tag for 'characters'. | 547 |
![]() | ')' is preceded with whitespace. | 547 |
![]() | '{' should be on the previous line. | 548 |
![]() | Line is longer than 80 characters (found 114). | 553 |
![]() | Line is longer than 80 characters (found 153). | 554 |
![]() | Method 'appendIgnorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 557 |
![]() | Missing a Javadoc comment. | 557 |
![]() | '(' is followed by whitespace. | 557 |
![]() | Parameter ignorableWhitespace should be final. | 557 |
![]() | ')' is preceded with whitespace. | 557 |
![]() | '{' should be on the previous line. | 558 |
![]() | Comment matches to-do format 'TODO:'. | 561 |
![]() | Line is longer than 80 characters (found 114). | 563 |
![]() | Line is longer than 80 characters (found 171). | 564 |
![]() | Line is longer than 80 characters (found 107). | 568 |
![]() | Line is longer than 80 characters (found 139). | 569 |
![]() | Method 'appendValueOf' is not designed for extension - needs to be abstract, final or empty. | 572 |
![]() | '(' is followed by whitespace. | 572 |
![]() | Parameter jxpath should be final. | 572 |
![]() | Expected @param tag for 'jxpath'. | 572 |
![]() | ')' is preceded with whitespace. | 572 |
![]() | '{' should be on the previous line. | 573 |
![]() | Line is longer than 80 characters (found 114). | 578 |
![]() | Line is longer than 80 characters (found 105). | 579 |
![]() | Line is longer than 80 characters (found 100). | 581 |
![]() | Line is longer than 80 characters (found 96). | 582 |
![]() | Method 'appendStartComment' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() | Missing a Javadoc comment. | 586 |
![]() | '{' should be on the previous line. | 587 |
![]() | '+' is not preceded with whitespace. | 591 |
![]() | '+' is not followed by whitespace. | 591 |
![]() | Line is longer than 80 characters (found 93). | 593 |
![]() | Line is longer than 80 characters (found 95). | 598 |
![]() | Line is longer than 80 characters (found 81). | 599 |
![]() | '+' is not preceded with whitespace. | 599 |
![]() | '+' is not followed by whitespace. | 599 |
![]() | Line is longer than 80 characters (found 89). | 602 |
![]() | Method 'appendEndComment' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() | Missing a Javadoc comment. | 606 |
![]() | '{' should be on the previous line. | 607 |
![]() | Line is longer than 80 characters (found 95). | 609 |
![]() | Line is longer than 80 characters (found 95). | 611 |
![]() | Comment matches to-do format 'TODO:'. | 619 |
![]() | Line is longer than 80 characters (found 95). | 620 |
![]() | Line is longer than 80 characters (found 89). | 621 |
![]() | Line is longer than 80 characters (found 95). | 625 |
![]() | Line is longer than 80 characters (found 81). | 627 |
![]() | '-' is not preceded with whitespace. | 627 |
![]() | '-' is not followed by whitespace. | 627 |
![]() | Method 'appendStartDynamicElement' is not designed for extension - needs to be abstract, final or empty. | 636 |
![]() | '(' is followed by whitespace. | 636 |
![]() | Parameter name should be final. | 636 |
![]() | Parameter namespace should be final. | 636 |
![]() | ')' is preceded with whitespace. | 636 |
![]() | '{' should be on the previous line. | 637 |
![]() | Line is longer than 80 characters (found 95). | 645 |
![]() | Line is longer than 80 characters (found 83). | 648 |
![]() | Comment matches to-do format 'TODO:'. | 652 |
![]() | Line is longer than 80 characters (found 89). | 653 |
![]() | Line is longer than 80 characters (found 162). | 656 |
![]() | Line is longer than 80 characters (found 141). | 658 |
![]() | Method 'appendEndDynamicElement' is not designed for extension - needs to be abstract, final or empty. | 665 |
![]() | '{' should be on the previous line. | 666 |
![]() | Line is longer than 80 characters (found 95). | 668 |
![]() | Line is longer than 80 characters (found 95). | 670 |
![]() | Comment matches to-do format 'TODO:'. | 678 |
![]() | Line is longer than 80 characters (found 87). | 679 |
![]() | Line is longer than 80 characters (found 84). | 680 |
![]() | Line is longer than 80 characters (found 127). | 681 |
![]() | Line is longer than 80 characters (found 84). | 684 |
![]() | Method 'appendStartDynamicAttribute' is not designed for extension - needs to be abstract, final or empty. | 693 |
![]() | '(' is followed by whitespace. | 693 |
![]() | Parameter name should be final. | 693 |
![]() | Parameter namespace should be final. | 693 |
![]() | ')' is preceded with whitespace. | 693 |
![]() | '{' should be on the previous line. | 694 |
![]() | Line is longer than 80 characters (found 95). | 696 |
![]() | Line is longer than 80 characters (found 81). | 697 |
![]() | '+' is not preceded with whitespace. | 697 |
![]() | '+' is not followed by whitespace. | 697 |
![]() | Line is longer than 80 characters (found 98). | 702 |
![]() | Line is longer than 80 characters (found 163). | 705 |
![]() | Line is longer than 80 characters (found 132). | 707 |
![]() | Method 'appendEndDynamicAttribute' is not designed for extension - needs to be abstract, final or empty. | 714 |
![]() | '{' should be on the previous line. | 715 |
![]() | Line is longer than 80 characters (found 95). | 717 |
![]() | Line is longer than 80 characters (found 98). | 722 |
![]() | Comment matches to-do format 'TODO:'. | 724 |
![]() | Line is longer than 80 characters (found 84). | 725 |
![]() | Line is longer than 80 characters (found 130). | 726 |
![]() | Line is longer than 80 characters (found 81). | 728 |
![]() | '-' is not preceded with whitespace. | 728 |
![]() | '-' is not followed by whitespace. | 728 |
![]() | Method 'changeBodyMode' is not designed for extension - needs to be abstract, final or empty. | 731 |
![]() | Missing a Javadoc comment. | 731 |
![]() | '(' is followed by whitespace. | 731 |
![]() | Parameter newMode should be final. | 731 |
![]() | ')' is preceded with whitespace. | 731 |
![]() | '{' should be on the previous line. | 732 |
![]() | Line is longer than 80 characters (found 111). | 733 |
![]() | Line is longer than 80 characters (found 91). | 735 |
![]() | 'if' is not followed by whitespace. | 737 |
![]() | '(' is followed by whitespace. | 737 |
![]() | ')' is preceded with whitespace. | 737 |
![]() | '(' is followed by whitespace. | 741 |
![]() | ')' is preceded with whitespace. | 741 |
![]() | Line is longer than 80 characters (found 87). | 743 |
![]() | Line is longer than 80 characters (found 108). | 744 |
![]() | 'while' is not followed by whitespace. | 745 |
![]() | '(' is followed by whitespace. | 745 |
![]() | ')' is preceded with whitespace. | 745 |
![]() | 'if' is not followed by whitespace. | 748 |
![]() | '(' is followed by whitespace. | 748 |
![]() | ')' is preceded with whitespace. | 748 |
![]() | Line has trailing spaces. | 762 |
![]() | Line is longer than 80 characters (found 89). | 769 |
![]() | Line is longer than 80 characters (found 91). | 773 |
![]() | Line is longer than 80 characters (found 89). | 784 |
![]() | Line is longer than 80 characters (found 90). | 790 |
![]() | '(' is followed by whitespace. | 794 |
![]() | ')' is preceded with whitespace. | 794 |
![]() | Line is longer than 80 characters (found 106). | 798 |
![]() | Line is longer than 80 characters (found 90). | 810 |
![]() | Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() | Missing a Javadoc comment. | 817 |
![]() | Parameter builder should be final. | 817 |
![]() | '{' should be on the previous line. | 818 |
![]() | 'for' is not followed by whitespace. | 821 |
![]() | '(' is followed by whitespace. | 821 |
![]() | ')' is preceded with whitespace. | 821 |
![]() | Method 'incrementIndent' is not designed for extension - needs to be abstract, final or empty. | 828 |
![]() | Missing a Javadoc comment. | 828 |
![]() | '{' should be on the previous line. | 829 |
![]() | '+' is not preceded with whitespace. | 830 |
![]() | '+' is not followed by whitespace. | 830 |
![]() | Method 'decrementIndent' is not designed for extension - needs to be abstract, final or empty. | 833 |
![]() | Missing a Javadoc comment. | 833 |
![]() | '{' should be on the previous line. | 834 |
![]() | '-' is not preceded with whitespace. | 835 |
![]() | '-' is not followed by whitespace. | 835 |
![]() | Line is longer than 80 characters (found 120). | 839 |
![]() | Expected an @return tag. | 842 |
![]() | Line is longer than 80 characters (found 89). | 842 |
![]() | '(' is followed by whitespace. | 842 |
![]() | Parameter attributeValueTemplate should be final. | 842 |
![]() | Expected @param tag for 'attributeValueTemplate'. | 842 |
![]() | ')' is preceded with whitespace. | 842 |
![]() | Expected @throws tag for 'SAXException'. | 843 |
![]() | '{' should be on the previous line. | 844 |
![]() | Line is longer than 80 characters (found 87). | 849 |
![]() | 'while' is not followed by whitespace. | 851 |
![]() | '(' is followed by whitespace. | 851 |
![]() | ')' is preceded with whitespace. | 851 |
![]() | 'if' is not followed by whitespace. | 855 |
![]() | '(' is followed by whitespace. | 855 |
![]() | ')' is preceded with whitespace. | 855 |
![]() | 'if' is not followed by whitespace. | 859 |
![]() | '(' is followed by whitespace. | 859 |
![]() | ')' is preceded with whitespace. | 859 |
![]() | Line is longer than 80 characters (found 82). | 860 |
![]() | 'if' is not followed by whitespace. | 862 |
![]() | '(' is followed by whitespace. | 862 |
![]() | ')' is preceded with whitespace. | 862 |
![]() | 'if' is not followed by whitespace. | 867 |
![]() | '(' is followed by whitespace. | 867 |
![]() | ')' is preceded with whitespace. | 867 |
![]() | Line is longer than 80 characters (found 177). | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '+' is not preceded with whitespace. | 868 |
![]() | '+' is not followed by whitespace. | 868 |
![]() | '{' should be on the previous line. | 878 |
![]() | Line is longer than 80 characters (found 109). | 879 |
![]() | Missing a Javadoc comment. | 879 |
![]() | Missing a Javadoc comment. | 880 |
![]() | Missing a Javadoc comment. | 881 |
![]() | Missing a Javadoc comment. | 882 |
![]() | Missing a Javadoc comment. | 883 |
![]() | Missing a Javadoc comment. | 884 |
![]() | Missing a Javadoc comment. | 885 |
![]() | Missing a Javadoc comment. | 886 |
![]() | Missing a Javadoc comment. | 887 |
![]() | Missing a Javadoc comment. | 888 |
![]() | Missing a Javadoc comment. | 889 |
![]() | Missing a Javadoc comment. | 890 |
![]() | Missing a Javadoc comment. | 891 |
![]() | Expected an @return tag. | 894 |
![]() | Line is longer than 80 characters (found 109). | 894 |
![]() | Method 'getVirtualChainContextStack' is not designed for extension - needs to be abstract, final or empty. | 894 |
![]() | Expected an @return tag. | 897 |
![]() | Method 'getMethodBuilder' is not designed for extension - needs to be abstract, final or empty. | 897 |
![]() | Line is longer than 80 characters (found 89). | 899 |
![]() | Method 'setCommandCount' is not designed for extension - needs to be abstract, final or empty. | 899 |
![]() | Missing a Javadoc comment. | 899 |
![]() | '(' is followed by whitespace. | 899 |
![]() | Parameter commandCount should be final. | 899 |
![]() | 'commandCount' hides a field. | 899 |
![]() | ')' is preceded with whitespace. | 899 |
![]() | Method 'getCommandCount' is not designed for extension - needs to be abstract, final or empty. | 900 |
![]() | Missing a Javadoc comment. | 900 |
![]() | Line is longer than 80 characters (found 89). | 902 |
![]() | Method 'setElementCount' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() | Missing a Javadoc comment. | 902 |
![]() | '(' is followed by whitespace. | 902 |
![]() | Parameter elementCount should be final. | 902 |
![]() | 'elementCount' hides a field. | 902 |
![]() | ')' is preceded with whitespace. | 902 |
![]() | Method 'getElementCount' is not designed for extension - needs to be abstract, final or empty. | 903 |
![]() | Missing a Javadoc comment. | 903 |
![]() | Method 'getHeaderBuilder' is not designed for extension - needs to be abstract, final or empty. | 905 |
![]() | Missing a Javadoc comment. | 905 |
![]() | Method 'getFooterBuilder' is not designed for extension - needs to be abstract, final or empty. | 906 |
![]() | Missing a Javadoc comment. | 906 |
![]() | Method 'setIndent' is not designed for extension - needs to be abstract, final or empty. | 908 |
![]() | Missing a Javadoc comment. | 908 |
![]() | '(' is followed by whitespace. | 908 |
![]() | Parameter indent should be final. | 908 |
![]() | 'indent' hides a field. | 908 |
![]() | ')' is preceded with whitespace. | 908 |
![]() | Method 'getIndent' is not designed for extension - needs to be abstract, final or empty. | 909 |
![]() | Missing a Javadoc comment. | 909 |
![]() | Line is longer than 80 characters (found 89). | 911 |
![]() | Method 'setCommandIndex' is not designed for extension - needs to be abstract, final or empty. | 911 |
![]() | Missing a Javadoc comment. | 911 |
![]() | '(' is followed by whitespace. | 911 |
![]() | Parameter commandIndex should be final. | 911 |
![]() | 'commandIndex' hides a field. | 911 |
![]() | ')' is preceded with whitespace. | 911 |
![]() | Method 'getCommandIndex' is not designed for extension - needs to be abstract, final or empty. | 912 |
![]() | Missing a Javadoc comment. | 912 |
![]() | Method 'nextVirtualChainIndex' is not designed for extension - needs to be abstract, final or empty. | 914 |
![]() | Missing a Javadoc comment. | 914 |
![]() | Line is longer than 80 characters (found 95). | 918 |
![]() | Method 'getTransitionPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 918 |
![]() | Missing a Javadoc comment. | 918 |
![]() | Line is longer than 80 characters (found 149). | 919 |
![]() | Method 'setTransitionPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 919 |
![]() | Missing a Javadoc comment. | 919 |
![]() | '(' is followed by whitespace. | 919 |
![]() | Parameter transitionPrefixMapping should be final. | 919 |
![]() | 'transitionPrefixMapping' hides a field. | 919 |
![]() | ')' is preceded with whitespace. | 919 |
![]() | Line is longer than 80 characters (found 105). | 921 |
![]() | Method 'getTransitionExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 921 |
![]() | Missing a Javadoc comment. | 921 |
![]() | Line is longer than 80 characters (found 177). | 922 |
![]() | Method 'setTransitionExcludeResultPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 922 |
![]() | Missing a Javadoc comment. | 922 |
![]() | '(' is followed by whitespace. | 922 |
![]() | Parameter transitionExcludeResultPrefixSet should be final. | 922 |
![]() | 'transitionExcludeResultPrefixSet' hides a field. | 922 |
![]() | ')' is preceded with whitespace. | 922 |
![]() | Line is longer than 80 characters (found 91). | 924 |
![]() | Method 'getExcludeResultPrefixBoundary' is not designed for extension - needs to be abstract, final or empty. | 924 |
![]() | Missing a Javadoc comment. | 924 |
![]() | Line is longer than 80 characters (found 153). | 925 |
![]() | Method 'setExcludeResultPrefixBoundary' is not designed for extension - needs to be abstract, final or empty. | 925 |
![]() | Missing a Javadoc comment. | 925 |
![]() | '(' is followed by whitespace. | 925 |
![]() | Parameter excludeResultPrefixBoundary should be final. | 925 |
![]() | 'excludeResultPrefixBoundary' hides a field. | 925 |
![]() | ')' is preceded with whitespace. | 925 |
![]() | Line is longer than 80 characters (found 83). | 927 |
![]() | Method 'getElementIndexStack' is not designed for extension - needs to be abstract, final or empty. | 927 |
![]() | Missing a Javadoc comment. | 927 |
![]() | Missing a Javadoc comment. | 930 |
![]() | '{' should be on the previous line. | 931 |
![]() | Line is longer than 80 characters (found 112). | 936 |
![]() | Line is longer than 80 characters (found 85). | 938 |
![]() | Missing a Javadoc comment. | 940 |
![]() | '{' should be on the previous line. | 947 |
![]() | Missing a Javadoc comment. | 948 |
![]() | Missing a Javadoc comment. | 949 |
![]() | Missing a Javadoc comment. | 950 |
![]() | Missing a Javadoc comment. | 951 |
![]() | Missing a Javadoc comment. | 952 |
![]() | Missing a Javadoc comment. | 953 |
![]() | Missing a Javadoc comment. | 954 |
![]() | Missing a Javadoc comment. | 956 |
![]() | '(' is followed by whitespace. | 956 |
![]() | Parameter name should be final. | 956 |
![]() | 'name' hides a field. | 956 |
![]() | ')' is preceded with whitespace. | 956 |
![]() | '{' should be on the previous line. | 957 |
![]() | Expected an @return tag. | 962 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 962 |
![]() | Expected an @return tag. | 965 |
![]() | Method 'getBodyBuilder' is not designed for extension - needs to be abstract, final or empty. | 965 |
![]() | Expected an @return tag. | 968 |
![]() | Method 'getCommandIndexList' is not designed for extension - needs to be abstract, final or empty. | 968 |
![]() | Method 'getElementIndexList' is not designed for extension - needs to be abstract, final or empty. | 970 |
![]() | Missing a Javadoc comment. | 970 |
![]() | Method 'getToExecuteIndexList' is not designed for extension - needs to be abstract, final or empty. | 972 |
![]() | Missing a Javadoc comment. | 972 |
![]() | Expected an @return tag. | 975 |
![]() | Method 'getBodyMode' is not designed for extension - needs to be abstract, final or empty. | 975 |
![]() | Method 'setBodyMode' is not designed for extension - needs to be abstract, final or empty. | 978 |
![]() | '(' is followed by whitespace. | 978 |
![]() | Parameter bodyMode should be final. | 978 |
![]() | 'bodyMode' hides a field. | 978 |
![]() | Expected @param tag for 'bodyMode'. | 978 |
![]() | ')' is preceded with whitespace. | 978 |
![]() | Method 'getElementDepth' is not designed for extension - needs to be abstract, final or empty. | 980 |
![]() | Missing a Javadoc comment. | 980 |
![]() | Line is longer than 80 characters (found 89). | 981 |
![]() | Method 'setElementDepth' is not designed for extension - needs to be abstract, final or empty. | 981 |
![]() | Missing a Javadoc comment. | 981 |
![]() | '(' is followed by whitespace. | 981 |
![]() | Parameter elementDepth should be final. | 981 |
![]() | 'elementDepth' hides a field. | 981 |
![]() | ')' is preceded with whitespace. | 981 |
![]() | Missing a Javadoc comment. | 984 |
![]() | '(' is followed by whitespace. | 984 |
![]() | Parameter source should be final. | 984 |
![]() | ')' is preceded with whitespace. | 984 |
![]() | '{' should be on the previous line. | 985 |
![]() | 'if' is not followed by whitespace. | 987 |
![]() | '(' is followed by whitespace. | 987 |
![]() | ')' is preceded with whitespace. | 987 |
![]() | Line is longer than 80 characters (found 100). | 997 |
![]() | 'while' is not followed by whitespace. | 1000 |
![]() | 'if' is not followed by whitespace. | 1001 |
![]() | '(' is followed by whitespace. | 1001 |
![]() | ')' is preceded with whitespace. | 1001 |
![]() | '}' should be on the same line. | 1011 |
![]() | 'for' is not followed by whitespace. | 1015 |
![]() | '(' is followed by whitespace. | 1015 |
![]() | ')' is preceded with whitespace. | 1015 |
![]() | Line is longer than 80 characters (found 82). | 1017 |
![]() | 'for' is not followed by whitespace. | 1018 |
![]() | '(' is followed by whitespace. | 1018 |
![]() | '4' is a magic number. | 1018 |
![]() | ')' is preceded with whitespace. | 1018 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - org.xchain.framework.jxpath.MethodLookupUtils. | 27 |
![]() | Line is longer than 80 characters (found 97). | 36 |
![]() | Line is longer than 80 characters (found 97). | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters (found 97). | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter classPrefix should be final. | 49 |
![]() | 'classPrefix' hides a field. | 49 |
![]() | Parameter namespace should be final. | 49 |
![]() | 'namespace' hides a field. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'getUsedNamespaces' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter namespace should be final. | 60 |
![]() | 'namespace' hides a field. | 60 |
![]() | Parameter name should be final. | 61 |
![]() | Parameter parameters should be final. | 62 |
![]() | '}' should be on the same line. | 104 |
![]() | Line is longer than 80 characters (found 105). | 133 |
![]() | '}' should be on the same line. | 134 |
![]() | Avoid inline conditionals. | 138 |
![]() | '}' should be on the same line. | 148 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 113). | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' is not followed by whitespace. | 39 |
![]() | '}' is not preceded with whitespace. | 39 |
![]() | Line is longer than 80 characters (found 84). | 41 |
![]() | Method 'newContext' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter parentContext should be final. | 41 |
![]() | Parameter contextBean should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Redundant throws: 'JXPathContextFactoryConfigurationError' is unchecked exception. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Line is longer than 80 characters (found 82). | 45 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Map. | 18 |
![]() | Using the '.*' form of import should be avoided - org.apache.commons.jxpath.ri.compiler.*. | 23 |
![]() | Utility classes should not have a public or default constructor. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'compiler' must be private and have accessor methods. | 35 |
![]() | Line is longer than 80 characters (found 92). | 38 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter xpath should be final. | 40 |
![]() | Expected @param tag for 'xpath'. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter xpath should be final. | 45 |
![]() | Parameter xmlns should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'cast' is not followed by whitespace. | 47 |
![]() | Line is longer than 80 characters (found 81). | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter expression should be final. | 51 |
![]() | Parameter xmlns should be final. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | '(' is followed by whitespace. | 54 |
![]() | 'cast' is not followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '}' should be on the same line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | 'cast' is not followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '}' should be on the same line. | 58 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | 'cast' is not followed by whitespace. | 60 |
![]() | Line is longer than 80 characters (found 87). | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | Parameter ef should be final. | 64 |
![]() | Parameter xmlns should be final. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters (found 128). | 72 |
![]() | Comment matches to-do format 'TODO:'. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter path should be final. | 76 |
![]() | Parameter xmlns should be final. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'for' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | 'cast' is not followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters (found 102). | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter variableReference should be final. | 87 |
![]() | Parameter xmlns should be final. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Parameter operation should be final. | 93 |
![]() | Parameter xmlns should be final. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | 'if' construct must use '{}'s. | 95 |
![]() | Line is longer than 80 characters (found 100). | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | 'cast' is not followed by whitespace. | 100 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | Parameter step should be final. | 105 |
![]() | Parameter xmlns should be final. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'for' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | Parameter nodeTest should be final. | 114 |
![]() | Parameter xmlns should be final. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '(' is followed by whitespace. | 117 |
![]() | 'cast' is not followed by whitespace. | 117 |
![]() | Line is longer than 80 characters (found 87). | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | Parameter nodeNameTest should be final. | 122 |
![]() | Parameter xmlns should be final. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Must have at least one statement. | 124 |
![]() | Comment matches to-do format 'TODO:'. | 125 |
![]() | '}' should be on the same line. | 126 |
![]() | Line is longer than 80 characters (found 81). | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | Parameter ep should be final. | 133 |
![]() | Parameter xmlns should be final. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | 'for' is not followed by whitespace. | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | Parameter prefix should be final. | 141 |
![]() | Parameter xmlns should be final. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Line is longer than 80 characters (found 146). | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line is longer than 80 characters (found 98). | 144 |
![]() | '+' is not preceded with whitespace. | 144 |
![]() | '+' is not followed by whitespace. | 144 |
![]() | '+' is not preceded with whitespace. | 144 |
![]() | '+' is not followed by whitespace. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 103). | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters (found 93). | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters (found 99). | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter targetClass should be final. | 49 |
![]() | Parameter parameters should be final. | 50 |
![]() | Avoid inline conditionals. | 52 |
![]() | '}' should be on the same line. | 58 |
![]() | '}' should be on the same line. | 74 |
![]() | Must have at least one statement. | 75 |
![]() | '}' should be on the same line. | 95 |
![]() | Parameter targetClass should be final. | 116 |
![]() | Parameter name should be final. | 117 |
![]() | Parameter parameters should be final. | 118 |
![]() | Line is longer than 80 characters (found 112). | 119 |
![]() | Parameter targetClass should be final. | 130 |
![]() | Parameter name should be final. | 131 |
![]() | Parameter parameters should be final. | 132 |
![]() | '}' should be on the same line. | 154 |
![]() | '}' should be on the same line. | 171 |
![]() | Must have at least one statement. | 172 |
![]() | 'if' construct must use '{}'s. | 183 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line has trailing spaces. | 184 |
![]() | Line is longer than 80 characters (found 96). | 184 |
![]() | '}' should be on the same line. | 198 |
![]() | Line has trailing spaces. | 210 |
![]() | Parameter types should be final. | 218 |
![]() | Parameter parameters should be final. | 219 |
![]() | Avoid inline conditionals. | 225 |
![]() | Parameter expected should be final. | 248 |
![]() | Parameter object should be final. | 248 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 97). | 24 |
![]() | Line is longer than 80 characters (found 114). | 25 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters (found 89). | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | Parameter resolver should be final. | 36 |
![]() | 'resolver' hides a field. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter prefix should be final. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | Parameter parameters should be final. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | 'if' is not followed by whitespace. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '}' should be on the same line. | 47 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Must have at least one statement. | 54 |
![]() | Line is longer than 80 characters (found 85). | 57 |
![]() | Line is longer than 80 characters (found 81). | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 82). | 26 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters (found 81). | 37 |
![]() | Redundant 'public' modifier. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Redundant 'public' modifier. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 82). | 60 |
![]() | Redundant 'public' modifier. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Redundant 'public' modifier. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Redundant 'public' modifier. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Redundant 'public' modifier. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - org.xchain.framework.util.JXPathContextUtil.*. | 22 |
![]() | Line is longer than 80 characters (found 90). | 25 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'context' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'variableMap' must be private and have accessor methods. | 33 |
![]() | Line is longer than 80 characters (found 98). | 36 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters (found 88). | 44 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter context should be final. | 46 |
![]() | 'context' hides a field. | 46 |
![]() | Expected @param tag for 'context'. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters (found 107). | 53 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter context should be final. | 55 |
![]() | 'context' hides a field. | 55 |
![]() | Expected @param tag for 'context'. | 55 |
![]() | Parameter variableMap should be final. | 55 |
![]() | 'variableMap' hides a field. | 55 |
![]() | Expected @param tag for 'variableMap'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters (found 103). | 62 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'createSharedVariables' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | Parameter newContext should be final. | 64 |
![]() | Expected @param tag for 'newContext'. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters (found 81). | 72 |
![]() | Method 'setJXPathContext' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter context should be final. | 74 |
![]() | 'context' hides a field. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getJXPathContext' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters (found 116). | 90 |
![]() | Line is longer than 80 characters (found 120). | 91 |
![]() | Line is longer than 80 characters (found 122). | 92 |
![]() | Line is longer than 80 characters (found 117). | 94 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | Parameter varName should be final. | 97 |
![]() | Parameter value should be final. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | ',' is not followed by whitespace. | 99 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | Parameter varName should be final. | 105 |
![]() | Expected @param tag for 'varName'. | 105 |
![]() | Parameter value should be final. | 105 |
![]() | Expected @param tag for 'value'. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | Parameter varName should be final. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | ',' is not followed by whitespace. | 112 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | Parameter varName should be final. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | Parameter varName should be final. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | ',' is not followed by whitespace. | 122 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | Parameter varName should be final. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Method 'undeclareVariable' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | Parameter varName should be final. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | ',' is not followed by whitespace. | 132 |
![]() | Method 'undeclareVariable' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | Parameter varName should be final. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'getVariableMap' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - org.xchain.framework.jxpath.GenericsWisePackageFunctions. | 25 |
![]() | Line is longer than 80 characters (found 98). | 29 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters (found 103). | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters (found 94). | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter parentContext should be final. | 42 |
![]() | Parameter contextBean should be final. | 42 |
![]() | Parameter scope should be final. | 42 |
![]() | 'scope' hides a field. | 42 |
![]() | Line has trailing spaces. | 48 |
![]() | 'if' construct must use '{}'s. | 50 |
![]() | Line is longer than 80 characters (found 93). | 51 |
![]() | 'cast' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters (found 119). | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter parentContext should be final. | 60 |
![]() | Expected @param tag for 'parentContext'. | 60 |
![]() | Parameter contextBean should be final. | 60 |
![]() | Expected @param tag for 'contextBean'. | 60 |
![]() | Parameter contextPointer should be final. | 60 |
![]() | Expected @param tag for 'contextPointer'. | 60 |
![]() | Parameter scope should be final. | 60 |
![]() | 'scope' hides a field. | 60 |
![]() | Expected @param tag for 'scope'. | 60 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | 'if' construct must use '{}'s. | 68 |
![]() | Line is longer than 80 characters (found 93). | 69 |
![]() | 'cast' is not followed by whitespace. | 69 |
![]() | Method 'getRelativeContext' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter pointer should be final. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Line is longer than 80 characters (found 102). | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | Line is longer than 80 characters (found 95). | 85 |
![]() | Line is longer than 80 characters (found 96). | 86 |
![]() | Line is longer than 80 characters (found 102). | 87 |
![]() | Line is longer than 80 characters (found 101). | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters (found 82). | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter parentContext should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line is longer than 80 characters (found 110). | 100 |
![]() | Line is longer than 80 characters (found 114). | 101 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | Line is longer than 80 characters (found 99). | 103 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter parent should be final. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 89). | 112 |
![]() | Line is longer than 80 characters (found 81). | 113 |
![]() | '}' should be on the same line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '}' should be on the same line. | 118 |
![]() | Line has trailing spaces. | 151 |
![]() | Method 'releaseComponents' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | 'cast' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 160 |
![]() | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Line has trailing spaces. | 164 |
![]() | Line has trailing spaces. | 165 |
![]() | Line is longer than 80 characters (found 97). | 166 |
![]() | Line has trailing spaces. | 168 |
![]() | Expected an @return tag. | 170 |
![]() | Method 'getFunctions' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.commons.jxpath.JXPathContext. | 20 |
![]() | Line has trailing spaces. | 30 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 116). | 32 |
![]() | Line is longer than 80 characters (found 120). | 33 |
![]() | Line is longer than 80 characters (found 122). | 34 |
![]() | Line is longer than 80 characters (found 117). | 36 |
![]() | Redundant 'public' modifier. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 48 |
![]() | Redundant 'public' modifier. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters (found 102). | 57 |
![]() | Redundant 'public' modifier. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters (found 103). | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Redundant 'public' modifier. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Redundant 'public' modifier. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters (found 83). | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Redundant 'public' modifier. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line is longer than 80 characters (found 84). | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 94 |
![]() | Redundant 'public' modifier. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Redundant 'public' modifier. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.lang.reflect.Field. | 20 |
![]() | Unused import - java.lang.reflect.Method. | 21 |
![]() | Unused import - org.xchain.annotations.Begin. | 25 |
![]() | Unused import - org.xchain.annotations.End. | 26 |
![]() | Unused import - org.xchain.annotations.In. | 27 |
![]() | Unused import - org.xchain.annotations.PrefixMapping. | 28 |
![]() | Using the '.*' form of import should be avoided - org.xchain.framework.util.JXPathContextUtil.*. | 36 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'parentVariables' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'componentMap' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'scope' must be private and have accessor methods. | 50 |
![]() | Line is longer than 80 characters (found 98). | 53 |
![]() | Line is longer than 80 characters (found 85). | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter parentVariables should be final. | 55 |
![]() | 'parentVariables' hides a field. | 55 |
![]() | Expected @param tag for 'parentVariables'. | 55 |
![]() | Parameter scope should be final. | 55 |
![]() | 'scope' hides a field. | 55 |
![]() | Expected @param tag for 'scope'. | 55 |
![]() | Line is longer than 80 characters (found 88). | 62 |
![]() | Line is longer than 80 characters (found 109). | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | Parameter context should be final. | 64 |
![]() | Expected @param tag for 'context'. | 64 |
![]() | Parameter parentVariables should be final. | 64 |
![]() | 'parentVariables' hides a field. | 64 |
![]() | Expected @param tag for 'parentVariables'. | 64 |
![]() | Parameter scope should be final. | 64 |
![]() | 'scope' hides a field. | 64 |
![]() | Expected @param tag for 'scope'. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters (found 107). | 72 |
![]() | Line is longer than 80 characters (found 129). | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter context should be final. | 74 |
![]() | Expected @param tag for 'context'. | 74 |
![]() | Parameter variableMap should be final. | 74 |
![]() | Expected @param tag for 'variableMap'. | 74 |
![]() | Parameter parentVariables should be final. | 74 |
![]() | 'parentVariables' hides a field. | 74 |
![]() | Expected @param tag for 'parentVariables'. | 74 |
![]() | Parameter scope should be final. | 74 |
![]() | 'scope' hides a field. | 74 |
![]() | Expected @param tag for 'scope'. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Parameter qName should be final. | 81 |
![]() | Parameter value should be final. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter varName should be final. | 86 |
![]() | Parameter value should be final. | 86 |
![]() | 'if' construct must use '{}'s. | 87 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters (found 133). | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Parameter varName should be final. | 93 |
![]() | Parameter value should be final. | 93 |
![]() | Parameter scope should be final. | 93 |
![]() | 'scope' hides a field. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ',' is not followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Method 'declareVariable' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | Parameter varName should be final. | 98 |
![]() | Parameter value should be final. | 98 |
![]() | Parameter scope should be final. | 98 |
![]() | 'scope' hides a field. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter qName should be final. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line has trailing spaces. | 113 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter varName should be final. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | Line is longer than 80 characters (found 94). | 126 |
![]() | Line is longer than 80 characters (found 114). | 127 |
![]() | Line has trailing spaces. | 134 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | Parameter qName should be final. | 141 |
![]() | Parameter scope should be final. | 141 |
![]() | 'scope' hides a field. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | Parameter qName should be final. | 146 |
![]() | Parameter scope should be final. | 146 |
![]() | 'scope' hides a field. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | Parameter varName should be final. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line has trailing spaces. | 161 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter varName should be final. | 162 |
![]() | Line is longer than 80 characters (found 88). | 163 |
![]() | 'if' construct must use '{}'s. | 165 |
![]() | Line has trailing spaces. | 167 |
![]() | Line has trailing spaces. | 173 |
![]() | Line has trailing spaces. | 176 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | Parameter varName should be final. | 179 |
![]() | Parameter scope should be final. | 179 |
![]() | 'scope' hides a field. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ',' is not followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Method 'isDeclaredVariable' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | Parameter varName should be final. | 184 |
![]() | Parameter scope should be final. | 184 |
![]() | 'scope' hides a field. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Method 'undeclareVariable' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Parameter varName should be final. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ',' is not followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Method 'undeclareVariable' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | Parameter varName should be final. | 200 |
![]() | Parameter scope should be final. | 200 |
![]() | 'scope' hides a field. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | '{' should be on the previous line. | 201 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ',' is not followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Method 'undeclareVariable' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | Parameter varName should be final. | 205 |
![]() | Parameter scope should be final. | 205 |
![]() | 'scope' hides a field. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | Line has trailing spaces. | 215 |
![]() | Line is longer than 80 characters (found 120). | 217 |
![]() | Method 'releaseComponents' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Line has trailing spaces. | 230 |
![]() | Line has trailing spaces. | 234 |
![]() | Line has trailing spaces. | 237 |
![]() | Line has trailing spaces. | 239 |
![]() | Line is longer than 80 characters (found 93). | 240 |
![]() | Parameter componentName should be final. | 243 |
![]() | Line has trailing spaces. | 249 |
![]() | Line has trailing spaces. | 251 |
![]() | Line has trailing spaces. | 260 |
![]() | Line has trailing spaces. | 265 |
![]() | Line has trailing spaces. | 269 |
![]() | Line is longer than 80 characters (found 95). | 270 |
![]() | Line has trailing spaces. | 273 |
![]() | Line has trailing spaces. | 277 |
![]() | Line has trailing spaces. | 280 |
![]() | Line has trailing spaces. | 282 |
![]() | Line is longer than 80 characters (found 110). | 283 |
![]() | Parameter componentName should be final. | 285 |
![]() | Expected @param tag for 'componentName'. | 285 |
![]() | Line is longer than 80 characters (found 104). | 292 |
![]() | Line has trailing spaces. | 294 |
![]() | Line is longer than 80 characters (found 82). | 297 |
![]() | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Line is longer than 80 characters (found 83). | 308 |
![]() | Line has trailing spaces. | 310 |
![]() | Line has trailing spaces. | 313 |
![]() | Line has trailing spaces. | 314 |
![]() | Line has trailing spaces. | 315 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter namespace should be final. | 38 |
![]() | 'namespace' hides a field. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Method 'getUsedNamespaces' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters (found 83). | 46 |
![]() | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter namespace should be final. | 46 |
![]() | 'namespace' hides a field. | 46 |
![]() | Parameter name should be final. | 46 |
![]() | Parameter parameters should be final. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Line is longer than 80 characters (found 122). | 48 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 112). | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line is longer than 80 characters (found 84). | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter collection should be final. | 67 |
![]() | Parameter seperator should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | 'while' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Parameter array should be final. | 82 |
![]() | Parameter seperator should be final. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 123). | 21 |
![]() | '{' should be on the previous line. | 28 |
![]() | Unused @param tag for 'expression'. | 32 |
![]() | Line is longer than 80 characters (found 104). | 34 |
![]() | Method 'canConvert' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | Parameter object should be final. | 36 |
![]() | Expected @param tag for 'object'. | 36 |
![]() | Parameter toType should be final. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '}' should be on the same line. | 40 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Unused @param tag for 'expression'. | 49 |
![]() | Line is longer than 80 characters (found 105). | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter object should be final. | 53 |
![]() | Expected @param tag for 'object'. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '}' should be on the same line. | 58 |
![]() | '}' should be on the same line. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 83). | 29 |
![]() | Line is longer than 80 characters (found 176). | 31 |
![]() | Line is longer than 80 characters (found 136). | 32 |
![]() | Line is longer than 80 characters (found 172). | 34 |
![]() | Line is longer than 80 characters (found 137). | 35 |
![]() | Line is longer than 80 characters (found 170). | 37 |
![]() | Line is longer than 80 characters (found 89). | 38 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters (found 155). | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters (found 109). | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters (found 138). | 61 |
![]() | '{' should be on the previous line. | 64 |
![]() | Line is longer than 80 characters (found 129). | 68 |
![]() | Parameter qName should be final. | 70 |
![]() | 'qName' hides a field. | 70 |
![]() | Expected @param tag for 'qName'. | 70 |
![]() | Parameter qName should be final. | 78 |
![]() | 'qName' hides a field. | 78 |
![]() | Expected @param tag for 'qName'. | 78 |
![]() | Expected an @return tag. | 82 |
![]() | Line is longer than 80 characters (found 143). | 84 |
![]() | Line is longer than 80 characters (found 86). | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter startMethod should be final. | 86 |
![]() | 'startMethod' hides a field. | 86 |
![]() | Expected @param tag for 'startMethod'. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Expected an @return tag. | 90 |
![]() | Line is longer than 80 characters (found 143). | 92 |
![]() | Line is longer than 80 characters (found 82). | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter stopMethod should be final. | 94 |
![]() | 'stopMethod' hides a field. | 94 |
![]() | Expected @param tag for 'stopMethod'. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Expected an @return tag. | 98 |
![]() | Line is longer than 80 characters (found 187). | 100 |
![]() | Line is longer than 80 characters (found 110). | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | Parameter lifecycleAccessor should be final. | 103 |
![]() | 'lifecycleAccessor' hides a field. | 103 |
![]() | Expected @param tag for 'lifecycleAccessor'. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Expected an @return tag. | 107 |
![]() | Line is longer than 80 characters (found 158). | 109 |
![]() | Line is longer than 80 characters (found 120). | 111 |
![]() | Parameter prefixMappings should be final. | 111 |
![]() | 'prefixMappings' hides a field. | 111 |
![]() | Expected @param tag for 'prefixMappings'. | 111 |
![]() | Line is longer than 80 characters (found 126). | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 117 |
![]() | Line is longer than 80 characters (found 92). | 118 |
![]() | Line is longer than 80 characters (found 94). | 120 |
![]() | Parameter context should be final. | 120 |
![]() | Parameter configDocContext should be final. | 120 |
![]() | Expected @param tag for 'configDocContext'. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Line is longer than 80 characters (found 86). | 129 |
![]() | Line is longer than 80 characters (found 84). | 131 |
![]() | '}' should be on the same line. | 132 |
![]() | 'catch' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | 'cast' is not followed by whitespace. | 135 |
![]() | '}' should be on the same line. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 138 |
![]() | '}' should be on the same line. | 139 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | '}' should be on the same line. | 142 |
![]() | Line is longer than 80 characters (found 107). | 144 |
![]() | '+' is not preceded with whitespace. | 144 |
![]() | '+' is not followed by whitespace. | 144 |
![]() | '+' is not preceded with whitespace. | 144 |
![]() | '+' is not followed by whitespace. | 144 |
![]() | '}' should be on the same line. | 146 |
![]() | 'catch' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters (found 100). | 148 |
![]() | '+' is not preceded with whitespace. | 148 |
![]() | '+' is not followed by whitespace. | 148 |
![]() | '+' is not preceded with whitespace. | 148 |
![]() | '+' is not followed by whitespace. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters (found 88). | 152 |
![]() | Line has trailing spaces. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line is longer than 80 characters (found 151). | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter context should be final. | 158 |
![]() | Parameter prefixMappings should be final. | 158 |
![]() | ',' is not followed by whitespace. | 158 |
![]() | Parameter savedPrefixMappings should be final. | 158 |
![]() | ',' is not followed by whitespace. | 158 |
![]() | 'for' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | 'if' construct must use '{}'s. | 163 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line has trailing spaces. | 169 |
![]() | Line is longer than 80 characters (found 154). | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter context should be final. | 170 |
![]() | Parameter prefixMappings should be final. | 170 |
![]() | ',' is not followed by whitespace. | 170 |
![]() | Parameter savedPrefixMappings should be final. | 170 |
![]() | ',' is not followed by whitespace. | 170 |
![]() | 'for' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | 'for' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters (found 124). | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Parameter context should be final. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | '}' should be on the same line. | 192 |
![]() | 'catch' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | 'if' is not followed by whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | 'cast' is not followed by whitespace. | 195 |
![]() | '}' should be on the same line. | 196 |
![]() | 'if' is not followed by whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | 'cast' is not followed by whitespace. | 198 |
![]() | '}' should be on the same line. | 199 |
![]() | Line is longer than 80 characters (found 102). | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '}' should be on the same line. | 203 |
![]() | 'catch' is not followed by whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | '}' should be on the same line. | 206 |
![]() | 'catch' is not followed by whitespace. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | Line is longer than 80 characters (found 93). | 208 |
![]() | '+' is not preceded with whitespace. | 208 |
![]() | '+' is not followed by whitespace. | 208 |
![]() | '+' is not preceded with whitespace. | 208 |
![]() | '+' is not followed by whitespace. | 208 |
![]() | Line has trailing spaces. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line is longer than 80 characters (found 158). | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Parameter stepMethod should be final. | 212 |
![]() | Parameter lifecycleAccessor should be final. | 212 |
![]() | Parameter lifecycleContext should be final. | 212 |
![]() | Parameter configContext should be final. | 212 |
![]() | Line has trailing spaces. | 213 |
![]() | Line is longer than 80 characters (found 107). | 213 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 213 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters (found 178). | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | 'if' is not followed by whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Line is longer than 80 characters (found 181). | 223 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' is not followed by whitespace. | 223 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' is not followed by whitespace. | 223 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' is not followed by whitespace. | 223 |
![]() | '+' is not preceded with whitespace. | 223 |
![]() | '+' is not followed by whitespace. | 223 |
![]() | Line has trailing spaces. | 226 |
![]() | 'for' is not followed by whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | 'if' construct must use '{}'s. | 230 |
![]() | 'if' is not followed by whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | Line has trailing spaces. | 232 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 124). | 38 |
![]() | '{' should be on the previous line. | 50 |
![]() | Parameter qName should be final. | 57 |
![]() | 'qName' hides a field. | 57 |
![]() | Expected @param tag for 'qName'. | 57 |
![]() | Parameter qName should be final. | 65 |
![]() | 'qName' hides a field. | 65 |
![]() | Expected @param tag for 'qName'. | 65 |
![]() | Expected an @return tag. | 70 |
![]() | Line is longer than 80 characters (found 86). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Parameter startMethod should be final. | 75 |
![]() | 'startMethod' hides a field. | 75 |
![]() | Expected @param tag for 'startMethod'. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Expected an @return tag. | 80 |
![]() | Line is longer than 80 characters (found 82). | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | Parameter stopMethod should be final. | 85 |
![]() | 'stopMethod' hides a field. | 85 |
![]() | Expected @param tag for 'stopMethod'. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | Expected an @return tag. | 90 |
![]() | Line is longer than 80 characters (found 97). | 93 |
![]() | Line is longer than 80 characters (found 110). | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter lifecycleAccessor should be final. | 95 |
![]() | 'lifecycleAccessor' hides a field. | 95 |
![]() | Expected @param tag for 'lifecycleAccessor'. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line is longer than 80 characters (found 100). | 98 |
![]() | Expected an @return tag. | 100 |
![]() | Parameter context should be final. | 105 |
![]() | Expected @param tag for 'context'. | 105 |
![]() | Expected @throws tag for 'LifecycleException'. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 111 |
![]() | 'catch' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | 'if' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | 'cast' is not followed by whitespace. | 114 |
![]() | '}' should be on the same line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | 'cast' is not followed by whitespace. | 117 |
![]() | '}' should be on the same line. | 118 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | 'cast' is not followed by whitespace. | 120 |
![]() | '}' should be on the same line. | 121 |
![]() | Line is longer than 80 characters (found 95). | 123 |
![]() | '}' should be on the same line. | 125 |
![]() | 'catch' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters (found 90). | 127 |
![]() | Line has trailing spaces. | 131 |
![]() | Parameter context should be final. | 135 |
![]() | Expected @param tag for 'context'. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '}' should be on the same line. | 141 |
![]() | 'catch' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 144 |
![]() | '}' should be on the same line. | 145 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | 'cast' is not followed by whitespace. | 147 |
![]() | '}' should be on the same line. | 148 |
![]() | Line is longer than 80 characters (found 98). | 150 |
![]() | '}' should be on the same line. | 152 |
![]() | 'catch' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '}' should be on the same line. | 155 |
![]() | 'catch' is not followed by whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Expected an @return tag. | 164 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters (found 115). | 164 |
![]() | Parameter stepMethod should be final. | 164 |
![]() | Expected @param tag for 'stepMethod'. | 164 |
![]() | Parameter lifecycleAccessor should be final. | 164 |
![]() | Expected @param tag for 'lifecycleAccessor'. | 164 |
![]() | Parameter threadContext should be final. | 164 |
![]() | Expected @param tag for 'threadContext'. | 164 |
![]() | Line has trailing spaces. | 165 |
![]() | Line is longer than 80 characters (found 107). | 165 |
![]() | Expected @throws tag for 'IllegalArgumentException'. | 165 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 165 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 165 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 165 |
![]() | Expected @throws tag for 'LifecycleException'. | 165 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | Line is longer than 80 characters (found 151). | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | 'for' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.TransformerFactory. | 18 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 92). | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter factoryClassName should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter factoryClass should be final. | 40 |
![]() | 'factoryClass' hides a field. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | 'cast' is not followed by whitespace. | 50 |
![]() | '}' should be on the same line. | 51 |
![]() | 'catch' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters (found 194). | 53 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '{' should be on the previous line. | 60 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | Parameter factoryClassName should be final. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Line is longer than 80 characters (found 90). | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '}' should be on the same line. | 73 |
![]() | 'catch' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line is longer than 80 characters (found 128). | 75 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter factoryClass should be final. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Line is longer than 80 characters (found 115). | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '}' should be on the same line. | 87 |
![]() | 'catch' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line is longer than 80 characters (found 116). | 89 |
![]() | '+' is not preceded with whitespace. | 89 |
![]() | '+' is not followed by whitespace. | 89 |
![]() | '+' is not preceded with whitespace. | 89 |
![]() | '+' is not followed by whitespace. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.regex.Pattern. | 33 |
![]() | Unused import - javassist.bytecode.ClassFile. | 39 |
![]() | Line is longer than 80 characters (found 162). | 45 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'log' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'context' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'classPool' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'catalogCtClass' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'commandCtClass' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | 'context' hides a field. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Line is longer than 80 characters (found 89). | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '}' should be on the same line. | 80 |
![]() | 'catch' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '}' should be on the same line. | 84 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter node should be final. | 91 |
![]() | '{' should be on the previous line. | 93 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters (found 182). | 104 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters (found 84). | 108 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line is longer than 80 characters (found 129). | 109 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | '}' should be on the same line. | 110 |
![]() | Line is longer than 80 characters (found 82). | 117 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | Line is longer than 80 characters (found 126). | 118 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | '}' should be on the same line. | 119 |
![]() | 'catch' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 97). | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters (found 99). | 128 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters (found 83). | 133 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | Line is longer than 80 characters (found 96). | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters (found 105). | 147 |
![]() | Line is longer than 80 characters (found 81). | 148 |
![]() | Line is longer than 80 characters (found 120). | 149 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters (found 109). | 151 |
![]() | Line is longer than 80 characters (found 87). | 154 |
![]() | 'for' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters (found 81). | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Comment matches to-do format 'TODO:'. | 156 |
![]() | Line is longer than 80 characters (found 83). | 157 |
![]() | '}' should be on the same line. | 161 |
![]() | 'if' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters (found 105). | 164 |
![]() | Line is longer than 80 characters (found 120). | 165 |
![]() | Line is longer than 80 characters (found 81). | 166 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters (found 109). | 168 |
![]() | Line is longer than 80 characters (found 87). | 171 |
![]() | 'for' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | Line is longer than 80 characters (found 98). | 172 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | Line is longer than 80 characters (found 81). | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Comment matches to-do format 'TODO:'. | 174 |
![]() | '}' should be on the same line. | 178 |
![]() | Line is longer than 80 characters (found 90). | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | Line is longer than 80 characters (found 163). | 182 |
![]() | Line is longer than 80 characters (found 121). | 183 |
![]() | Line is longer than 80 characters (found 94). | 184 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line is longer than 80 characters (found 109). | 186 |
![]() | '}' should be on the same line. | 190 |
![]() | Line is longer than 80 characters (found 94). | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Line is longer than 80 characters (found 109). | 194 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | Line is longer than 80 characters (found 114). | 202 |
![]() | 'else' construct must use '{}'s. | 203 |
![]() | '}' should be on the same line. | 208 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters (found 126). | 211 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' is not followed by whitespace. | 211 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' is not followed by whitespace. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | '}' should be on the same line. | 216 |
![]() | 'catch' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line has trailing spaces. | 222 |
![]() | Method 'hasFunctionsAnnotation' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | Parameter ctClass should be final. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | '{' should be on the previous line. | 225 |
![]() | 'for' is not followed by whitespace. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters (found 91). | 227 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | 'for' is not followed by whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters (found 96). | 232 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Method 'getSingletonAccessor' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | Parameter scannedClass should be final. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | '{' should be on the previous line. | 240 |
![]() | 'for' is not followed by whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters (found 170). | 243 |
![]() | 'if' is not followed by whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters (found 117). | 249 |
![]() | Line is longer than 80 characters (found 90). | 256 |
![]() | Method 'scanStaticFunctions' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Missing a Javadoc comment. | 256 |
![]() | '(' is followed by whitespace. | 256 |
![]() | Parameter namespaceContext should be final. | 256 |
![]() | Parameter scannedClass should be final. | 256 |
![]() | ')' is preceded with whitespace. | 256 |
![]() | Line is longer than 80 characters (found 85). | 258 |
![]() | 'for' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | Line is longer than 80 characters (found 119). | 261 |
![]() | Line is longer than 80 characters (found 102). | 262 |
![]() | 'if' is not followed by whitespace. | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
![]() | Line is longer than 80 characters (found 85). | 267 |
![]() | '}' should be on the same line. | 268 |
![]() | 'if' is not followed by whitespace. | 269 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | 'if' is not followed by whitespace. | 270 |
![]() | '(' is followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | Line is longer than 80 characters (found 111). | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | Line is longer than 80 characters (found 92). | 277 |
![]() | Method 'scanInstanceFunctions' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | Parameter namespaceContext should be final. | 277 |
![]() | Parameter scannedClass should be final. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | Line is longer than 80 characters (found 85). | 279 |
![]() | 'for' is not followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters (found 119). | 285 |
![]() | Line is longer than 80 characters (found 103). | 286 |
![]() | 'if' is not followed by whitespace. | 286 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | 'if' is not followed by whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Line is longer than 80 characters (found 117). | 292 |
![]() | '}' should be on the same line. | 293 |
![]() | Line is longer than 80 characters (found 89). | 295 |
![]() | '}' should be on the same line. | 297 |
![]() | 'if' is not followed by whitespace. | 298 |
![]() | '(' is followed by whitespace. | 298 |
![]() | ')' is preceded with whitespace. | 298 |
![]() | 'if' is not followed by whitespace. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | ')' is preceded with whitespace. | 299 |
![]() | Line is longer than 80 characters (found 111). | 300 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
![]() | Line is longer than 80 characters (found 95). | 306 |
![]() | Method 'scanConstructorFunctions' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | '(' is followed by whitespace. | 306 |
![]() | Parameter namespaceContext should be final. | 306 |
![]() | Parameter scannedClass should be final. | 306 |
![]() | ')' is preceded with whitespace. | 306 |
![]() | Line is longer than 80 characters (found 85). | 308 |
![]() | 'for' is not followed by whitespace. | 310 |
![]() | '(' is followed by whitespace. | 310 |
![]() | ')' is preceded with whitespace. | 310 |
![]() | Line is longer than 80 characters (found 83). | 311 |
![]() | Line is longer than 80 characters (found 135). | 312 |
![]() | 'if' is not followed by whitespace. | 313 |
![]() | '(' is followed by whitespace. | 313 |
![]() | ')' is preceded with whitespace. | 313 |
![]() | '}' should be on the same line. | 319 |
![]() | 'if' is not followed by whitespace. | 321 |
![]() | '(' is followed by whitespace. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | Line is longer than 80 characters (found 127). | 322 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' is not followed by whitespace. | 322 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' is not followed by whitespace. | 322 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 120). | 28 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters (found 110). | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter select should be final. | 46 |
![]() | 'select' hides a field. | 46 |
![]() | Parameter prefixMappings should be final. | 46 |
![]() | 'prefixMappings' hides a field. | 46 |
![]() | Parameter nullable should be final. | 46 |
![]() | 'nullable' hides a field. | 46 |
![]() | Parameter method should be final. | 46 |
![]() | 'method' hides a field. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters (found 108). | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter select should be final. | 50 |
![]() | 'select' hides a field. | 50 |
![]() | Parameter prefixMappings should be final. | 50 |
![]() | 'prefixMappings' hides a field. | 50 |
![]() | Parameter nullable should be final. | 50 |
![]() | 'nullable' hides a field. | 50 |
![]() | Parameter field should be final. | 50 |
![]() | 'field' hides a field. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters (found 124). | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter select should be final. | 54 |
![]() | 'select' hides a field. | 54 |
![]() | Parameter prefixMappings should be final. | 54 |
![]() | 'prefixMappings' hides a field. | 54 |
![]() | Parameter nullable should be final. | 54 |
![]() | 'nullable' hides a field. | 54 |
![]() | Parameter method should be final. | 54 |
![]() | 'method' hides a field. | 54 |
![]() | Parameter field should be final. | 54 |
![]() | 'field' hides a field. | 54 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'getSelect' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method 'getPrefixMappings' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Line is longer than 80 characters (found 85). | 77 |
![]() | Method 'getMethod' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line is longer than 80 characters (found 83). | 84 |
![]() | Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'isNullable' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Line has trailing spaces. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter componentClass should be final. | 98 |
![]() | 'componentClass' hides a field. | 98 |
![]() | Method 'getComponentClass' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Method 'setLocalName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter localName should be final. | 119 |
![]() | 'localName' hides a field. | 119 |
![]() | Expected @param tag for 'localName'. | 119 |
![]() | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter scope should be final. | 133 |
![]() | 'scope' hides a field. | 133 |
![]() | Expected @param tag for 'scope'. | 133 |
![]() | Method 'getInjections' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line has trailing spaces. | 143 |
![]() | Method 'addInjection' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter injection should be final. | 147 |
![]() | Expected @param tag for 'injection'. | 147 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Variable 'catalogCacheSize' must be private and have accessor methods. | 31 |
![]() | '200' is a magic number. | 31 |
![]() | First sentence should end with a period. | 32 |
![]() | Variable 'templatesCacheSize' must be private and have accessor methods. | 33 |
![]() | '200' is a magic number. | 33 |
![]() | Variable 'monitored' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'resourceUrlList' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'sourceUrlList' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'webappUrlList' must be private and have accessor methods. | 38 |
![]() | Method 'getCatalogCacheSize' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters (found 101). | 41 |
![]() | Method 'setCatalogCacheSize' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter catalogCacheSize should be final. | 41 |
![]() | 'catalogCacheSize' hides a field. | 41 |
![]() | Method 'getTemplatesCacheSize' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters (found 109). | 44 |
![]() | Method 'setTemplatesCacheSize' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter templatesCacheSize should be final. | 44 |
![]() | 'templatesCacheSize' hides a field. | 44 |
![]() | Method 'isMonitored' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setMonitored' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter monitor should be final. | 47 |
![]() | Method 'getResourceUrlList' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getSourceUrlList' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getWebappUrlList' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Method 'getConfigUrl' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'setConfigUrl' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter configUrl should be final. | 32 |
![]() | 'configUrl' hides a field. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter parentContext should be final. | 34 |
![]() | Parameter contextBean should be final. | 34 |
![]() | Parameter scope should be final. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters (found 118). | 39 |
![]() | Method 'getConfigEntry' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter jxpath should be final. | 39 |
![]() | Parameter type should be final. | 39 |
![]() | Parameter defaultValue should be final. | 39 |
![]() | Avoid inline conditionals. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getConfigEntry' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters (found 102). | 45 |
![]() | Parameter jxpath should be final. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters (found 124). | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 94). | 23 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '{' should be on the previous line. | 42 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | 'cast' is not followed by whitespace. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters (found 117). | 55 |
![]() | Line is longer than 80 characters (found 126). | 58 |
![]() | Line is longer than 80 characters (found 98). | 61 |
![]() | Line is longer than 80 characters (found 125). | 64 |
![]() | Line is longer than 80 characters (found 134). | 67 |
![]() | Line is longer than 80 characters (found 107). | 70 |
![]() | Line is longer than 80 characters (found 116). | 73 |
![]() | Line is longer than 80 characters (found 135). | 76 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 85 |
![]() | Parameter globalContext should be final. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Line is longer than 80 characters (found 120). | 91 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters (found 120). | 98 |
![]() | '{' should be on the previous line. | 102 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters (found 110). | 106 |
![]() | Line is longer than 80 characters (found 209). | 107 |
![]() | Line has trailing spaces. | 116 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | Expected an @return tag. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Line is longer than 80 characters (found 143). | 132 |
![]() | Line is longer than 80 characters (found 138). | 133 |
![]() | Line is longer than 80 characters (found 132). | 134 |
![]() | '!=' is not preceded with whitespace. | 135 |
![]() | '!=' is not followed by whitespace. | 135 |
![]() | Missing a Javadoc comment. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | 'for' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line is longer than 80 characters (found 88). | 147 |
![]() | 'for' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | Expected an @return tag. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line has trailing spaces. | 160 |
![]() | Line is longer than 80 characters (found 121). | 162 |
![]() | Line is longer than 80 characters (found 88). | 163 |
![]() | Line is longer than 80 characters (found 100). | 165 |
![]() | Line is longer than 80 characters (found 114). | 170 |
![]() | Line is longer than 80 characters (found 120). | 171 |
![]() | Line is longer than 80 characters (found 91). | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | Parameter command should be final. | 173 |
![]() | Parameter context should be final. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters (found 145). | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | '}' should be on the same line. | 188 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters (found 104). | 190 |
![]() | Line has trailing spaces. | 194 |
![]() | 'cast' is not followed by whitespace. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters (found 86). | 207 |
![]() | Line is longer than 80 characters (found 86). | 209 |
![]() | '(' is followed by whitespace. | 211 |
![]() | Parameter command should be final. | 211 |
![]() | Expected @param tag for 'command'. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | 'cast' is not followed by whitespace. | 217 |
![]() | Line has trailing spaces. | 224 |
![]() | Line has trailing spaces. | 226 |
![]() | Line has trailing spaces. | 229 |
![]() | Line is longer than 80 characters (found 111). | 230 |
![]() | Line is longer than 80 characters (found 98). | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | Parameter context should be final. | 233 |
![]() | Parameter contextPointer should be final. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | Line is longer than 80 characters (found 98). | 249 |
![]() | Line is longer than 80 characters (found 95). | 250 |
![]() | Line is longer than 80 characters (found 100). | 253 |
![]() | Line is longer than 80 characters (found 87). | 259 |
![]() | Parameter command should be final. | 259 |
![]() | Expected @param tag for 'command'. | 259 |
![]() | Parameter context should be final. | 259 |
![]() | 'cast' is not followed by whitespace. | 263 |
![]() | Line has trailing spaces. | 265 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | 'if' is not followed by whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | '}' should be on the same line. | 281 |
![]() | Line is longer than 80 characters (found 101). | 287 |
![]() | 'if' is not followed by whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | '(' is followed by whitespace. | 307 |
![]() | Parameter context should be final. | 307 |
![]() | ')' is preceded with whitespace. | 307 |
![]() | '{' should be on the previous line. | 308 |
![]() | Line is longer than 80 characters (found 100). | 316 |
![]() | Line is longer than 80 characters (found 91). | 322 |
![]() | Parameter command should be final. | 322 |
![]() | Expected @param tag for 'command'. | 322 |
![]() | Parameter context should be final. | 322 |
![]() | Line has trailing spaces. | 323 |
![]() | 'cast' is not followed by whitespace. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line has trailing spaces. | 328 |
![]() | 'if' is not followed by whitespace. | 337 |
![]() | '(' is followed by whitespace. | 337 |
![]() | '(' is followed by whitespace. | 337 |
![]() | ')' is preceded with whitespace. | 337 |
![]() | ')' is preceded with whitespace. | 337 |
![]() | Parameter context should be final. | 355 |
![]() | '{' should be on the previous line. | 356 |
![]() | Line is longer than 80 characters (found 100). | 365 |
![]() | Line is longer than 80 characters (found 93). | 371 |
![]() | Parameter command should be final. | 371 |
![]() | Expected @param tag for 'command'. | 371 |
![]() | Parameter context should be final. | 371 |
![]() | Line is longer than 80 characters (found 83). | 377 |
![]() | Line has trailing spaces. | 381 |
![]() | 'if' is not followed by whitespace. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | '}' should be on the same line. | 389 |
![]() | 'catch' is not followed by whitespace. | 390 |
![]() | '(' is followed by whitespace. | 390 |
![]() | ')' is preceded with whitespace. | 390 |
![]() | Line has trailing spaces. | 394 |
![]() | 'cast' is not followed by whitespace. | 399 |
![]() | Line has trailing spaces. | 405 |
![]() | Line is longer than 80 characters (found 135). | 407 |
![]() | Line is longer than 80 characters (found 129). | 408 |
![]() | Line is longer than 80 characters (found 98). | 409 |
![]() | Line has trailing spaces. | 410 |
![]() | Line is longer than 80 characters (found 93). | 414 |
![]() | '(' is followed by whitespace. | 414 |
![]() | Parameter context should be final. | 414 |
![]() | Parameter command should be final. | 414 |
![]() | ')' is preceded with whitespace. | 414 |
![]() | Line is longer than 80 characters (found 119). | 418 |
![]() | 'if' is not followed by whitespace. | 418 |
![]() | '(' is followed by whitespace. | 418 |
![]() | '(' is followed by whitespace. | 418 |
![]() | ')' is preceded with whitespace. | 418 |
![]() | ')' is preceded with whitespace. | 418 |
![]() | '+' is not preceded with whitespace. | 420 |
![]() | '+' is not followed by whitespace. | 420 |
![]() | '}' should be on the same line. | 421 |
![]() | Line is longer than 80 characters (found 82). | 429 |
![]() | Line is longer than 80 characters (found 82). | 430 |
![]() | 'for' is not followed by whitespace. | 430 |
![]() | '(' is followed by whitespace. | 430 |
![]() | ')' is preceded with whitespace. | 430 |
![]() | Line is longer than 80 characters (found 106). | 431 |
![]() | Line is longer than 80 characters (found 81). | 435 |
![]() | 'for' is not followed by whitespace. | 435 |
![]() | '(' is followed by whitespace. | 435 |
![]() | ')' is preceded with whitespace. | 435 |
![]() | '(' is followed by whitespace. | 436 |
![]() | ')' is preceded with whitespace. | 436 |
![]() | Line is longer than 80 characters (found 116). | 442 |
![]() | Line is longer than 80 characters (found 117). | 443 |
![]() | Line is longer than 80 characters (found 103). | 444 |
![]() | Line has trailing spaces. | 445 |
![]() | Line is longer than 80 characters (found 96). | 449 |
![]() | '(' is followed by whitespace. | 449 |
![]() | Parameter context should be final. | 449 |
![]() | Parameter command should be final. | 449 |
![]() | ')' is preceded with whitespace. | 449 |
![]() | 'if' is not followed by whitespace. | 454 |
![]() | '(' is followed by whitespace. | 454 |
![]() | '(' is followed by whitespace. | 454 |
![]() | ')' is preceded with whitespace. | 454 |
![]() | ')' is preceded with whitespace. | 454 |
![]() | Line is longer than 80 characters (found 107). | 455 |
![]() | 'if' is not followed by whitespace. | 459 |
![]() | '(' is followed by whitespace. | 459 |
![]() | ')' is preceded with whitespace. | 459 |
![]() | '}' should be on the same line. | 461 |
![]() | Line is longer than 80 characters (found 96). | 467 |
![]() | 'for' is not followed by whitespace. | 467 |
![]() | '(' is followed by whitespace. | 467 |
![]() | ')' is preceded with whitespace. | 467 |
![]() | '(' is followed by whitespace. | 468 |
![]() | ')' is preceded with whitespace. | 468 |
![]() | 'if' is not followed by whitespace. | 475 |
![]() | '(' is followed by whitespace. | 475 |
![]() | ')' is preceded with whitespace. | 475 |
![]() | Line has trailing spaces. | 479 |
![]() | Parameter context should be final. | 487 |
![]() | '{' should be on the previous line. | 488 |
![]() | '(' is followed by whitespace. | 499 |
![]() | Parameter command should be final. | 499 |
![]() | ')' is preceded with whitespace. | 499 |
![]() | '{' should be on the previous line. | 500 |
![]() | 'if' is not followed by whitespace. | 504 |
![]() | '(' is followed by whitespace. | 504 |
![]() | ')' is preceded with whitespace. | 504 |
![]() | 'cast' is not followed by whitespace. | 505 |
![]() | 'if' is not followed by whitespace. | 506 |
![]() | '(' is followed by whitespace. | 506 |
![]() | ')' is preceded with whitespace. | 506 |
![]() | '{' should be on the previous line. | 520 |
![]() | Line is longer than 80 characters (found 111). | 525 |
![]() | '{' should be on the previous line. | 529 |
![]() | Line is longer than 80 characters (found 127). | 534 |
![]() | '{' should be on the previous line. | 537 |
![]() | '{' should be on the previous line. | 545 |
![]() | 'if' is not followed by whitespace. | 546 |
![]() | '(' is followed by whitespace. | 546 |
![]() | ')' is preceded with whitespace. | 546 |
![]() | Line is longer than 80 characters (found 86). | 547 |
![]() | 'cast' is not followed by whitespace. | 547 |
![]() | 'if' is not followed by whitespace. | 550 |
![]() | '(' is followed by whitespace. | 550 |
![]() | ')' is preceded with whitespace. | 550 |
![]() | 'cast' is not followed by whitespace. | 551 |
![]() | '}' should be on the same line. | 552 |
![]() | Missing a Javadoc comment. | 565 |
![]() | '{' should be on the previous line. | 566 |
![]() | 'if' is not followed by whitespace. | 568 |
![]() | '(' is followed by whitespace. | 568 |
![]() | ')' is preceded with whitespace. | 568 |
![]() | '}' should be on the same line. | 570 |
![]() | Line has trailing spaces. | 574 |
![]() | Line is longer than 80 characters (found 116). | 579 |
![]() | '(' is followed by whitespace. | 581 |
![]() | Parameter command should be final. | 581 |
![]() | Expected @param tag for 'command'. | 581 |
![]() | Parameter exception should be final. | 581 |
![]() | Expected @param tag for 'exception'. | 581 |
![]() | ')' is preceded with whitespace. | 581 |
![]() | '{' should be on the previous line. | 582 |
![]() | Line is longer than 80 characters (found 101). | 591 |
![]() | 'if' is not followed by whitespace. | 592 |
![]() | '(' is followed by whitespace. | 592 |
![]() | ')' is preceded with whitespace. | 592 |
![]() | '}' should be on the same line. | 594 |
![]() | Line is longer than 80 characters (found 134). | 596 |
![]() | 'if' is not followed by whitespace. | 597 |
![]() | '(' is followed by whitespace. | 597 |
![]() | ')' is preceded with whitespace. | 597 |
![]() | Line is longer than 80 characters (found 107). | 598 |
![]() | '}' should be on the same line. | 599 |
![]() | Line is longer than 80 characters (found 92). | 601 |
![]() | Line is longer than 80 characters (found 119). | 603 |
![]() | Missing a Javadoc comment. | 607 |
![]() | '(' is followed by whitespace. | 607 |
![]() | Parameter command should be final. | 607 |
![]() | Parameter exception should be final. | 607 |
![]() | ')' is preceded with whitespace. | 607 |
![]() | '{' should be on the previous line. | 608 |
![]() | Expected an @return tag. | 619 |
![]() | '{' should be on the previous line. | 620 |
![]() | Expected an @return tag. | 627 |
![]() | '{' should be on the previous line. | 628 |
![]() | Expected an @return tag. | 635 |
![]() | '{' should be on the previous line. | 636 |
![]() | 'if' is not followed by whitespace. | 637 |
![]() | '(' is followed by whitespace. | 637 |
![]() | ')' is preceded with whitespace. | 637 |
![]() | Line is longer than 80 characters (found 116). | 638 |
![]() | Line is longer than 80 characters (found 108). | 644 |
![]() | Line is longer than 80 characters (found 93). | 645 |
![]() | Expected an @return tag. | 647 |
![]() | '{' should be on the previous line. | 648 |
![]() | 'for' is not followed by whitespace. | 652 |
![]() | '(' is followed by whitespace. | 652 |
![]() | ')' is preceded with whitespace. | 652 |
![]() | '(' is followed by whitespace. | 661 |
![]() | Parameter context should be final. | 661 |
![]() | Expected @param tag for 'context'. | 661 |
![]() | ')' is preceded with whitespace. | 661 |
![]() | '{' should be on the previous line. | 662 |
![]() | 'if' is not followed by whitespace. | 663 |
![]() | '(' is followed by whitespace. | 663 |
![]() | ')' is preceded with whitespace. | 663 |
![]() | Line is longer than 80 characters (found 124). | 664 |
![]() | '}' should be on the same line. | 665 |
![]() | Line is longer than 80 characters (found 84). | 666 |
![]() | ')' is preceded with whitespace. | 666 |
![]() | Line is longer than 80 characters (found 132). | 667 |
![]() | '(' is followed by whitespace. | 674 |
![]() | Parameter command should be final. | 674 |
![]() | Expected @param tag for 'command'. | 674 |
![]() | ')' is preceded with whitespace. | 674 |
![]() | '{' should be on the previous line. | 675 |
![]() | Line is longer than 80 characters (found 86). | 676 |
![]() | 'if' is not followed by whitespace. | 676 |
![]() | '(' is followed by whitespace. | 676 |
![]() | 'cast' is not followed by whitespace. | 676 |
![]() | ')' is preceded with whitespace. | 676 |
![]() | Line is longer than 80 characters (found 115). | 677 |
![]() | Line is longer than 80 characters (found 125). | 682 |
![]() | Expected an @return tag. | 685 |
![]() | '(' is followed by whitespace. | 685 |
![]() | Parameter context should be final. | 685 |
![]() | Expected @param tag for 'context'. | 685 |
![]() | ')' is preceded with whitespace. | 685 |
![]() | '{' should be on the previous line. | 686 |
![]() | Line is longer than 80 characters (found 104). | 687 |
![]() | Line is longer than 80 characters (found 108). | 691 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 693 |
![]() | '{' should be on the previous line. | 694 |
![]() | Missing a Javadoc comment. | 695 |
![]() | Variable 'exceptionContext' must be private and have accessor methods. | 695 |
![]() | '{' should be on the previous line. | 703 |
![]() | Variable 'command' must be private and have accessor methods. | 705 |
![]() | Missing a Javadoc comment. | 707 |
![]() | '(' is followed by whitespace. | 707 |
![]() | Parameter command should be final. | 707 |
![]() | 'command' hides a field. | 707 |
![]() | ')' is preceded with whitespace. | 707 |
![]() | '{' should be on the previous line. | 708 |
![]() | Line is longer than 80 characters (found 107). | 712 |
![]() | Missing a Javadoc comment. | 712 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' is not followed by whitespace. | 712 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' is not followed by whitespace. | 712 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' is not followed by whitespace. | 712 |
![]() | '+' is not preceded with whitespace. | 712 |
![]() | '+' is not followed by whitespace. | 712 |
![]() | '{' should be on the previous line. | 720 |
![]() | Missing a Javadoc comment. | 721 |
![]() | Line is longer than 80 characters (found 101). | 725 |
![]() | '{' should be on the previous line. | 728 |
![]() | Missing a Javadoc comment. | 729 |
![]() | Variable 'exception' must be private and have accessor methods. | 729 |
![]() | Missing a Javadoc comment. | 730 |
![]() | Variable 'trace' must be private and have accessor methods. | 730 |
![]() | Missing a Javadoc comment. | 731 |
![]() | Variable 'cause' must be private and have accessor methods. | 731 |
![]() | Missing a Javadoc comment. | 732 |
![]() | Variable 'handled' must be private and have accessor methods. | 732 |
![]() | Line is longer than 80 characters (found 109). | 734 |
![]() | Missing a Javadoc comment. | 734 |
![]() | '(' is followed by whitespace. | 734 |
![]() | Parameter exception should be final. | 734 |
![]() | 'exception' hides a field. | 734 |
![]() | Parameter trace should be final. | 734 |
![]() | 'trace' hides a field. | 734 |
![]() | Parameter cause should be final. | 734 |
![]() | 'cause' hides a field. | 734 |
![]() | ')' is preceded with whitespace. | 734 |
![]() | Line has trailing spaces. | 741 |
![]() | '{' should be on the previous line. | 746 |
![]() | Missing a Javadoc comment. | 748 |
![]() | Missing a Javadoc comment. | 750 |
![]() | Line is longer than 80 characters (found 104). | 751 |
![]() | Line is longer than 80 characters (found 82). | 752 |
![]() | Missing a Javadoc comment. | 752 |
![]() | Missing a Javadoc comment. | 753 |
![]() | Line is longer than 80 characters (found 83). | 755 |
![]() | Missing a Javadoc comment. | 755 |
![]() | '(' is followed by whitespace. | 755 |
![]() | Parameter context should be final. | 755 |
![]() | 'context' hides a field. | 755 |
![]() | Parameter command should be final. | 755 |
![]() | 'command' hides a field. | 755 |
![]() | ')' is preceded with whitespace. | 755 |
![]() | Line is longer than 80 characters (found 83). | 761 |
![]() | Missing a Javadoc comment. | 761 |
![]() | '(' is followed by whitespace. | 761 |
![]() | Parameter command should be final. | 761 |
![]() | 'command' hides a field. | 761 |
![]() | ')' is preceded with whitespace. | 761 |
![]() | Missing a Javadoc comment. | 762 |
![]() | Missing a Javadoc comment. | 763 |
![]() | '(' is followed by whitespace. | 763 |
![]() | Parameter context should be final. | 763 |
![]() | 'context' hides a field. | 763 |
![]() | ')' is preceded with whitespace. | 763 |
![]() | Missing a Javadoc comment. | 764 |
![]() | Line is longer than 80 characters (found 83). | 765 |
![]() | Missing a Javadoc comment. | 765 |
![]() | Missing a Javadoc comment. | 766 |
![]() | '(' is followed by whitespace. | 766 |
![]() | Parameter callCount should be final. | 766 |
![]() | 'callCount' hides a field. | 766 |
![]() | ')' is preceded with whitespace. | 766 |
![]() | Missing a Javadoc comment. | 767 |
![]() | Expected an @return tag. | 772 |
![]() | Line is longer than 80 characters (found 93). | 772 |
![]() | '(' is followed by whitespace. | 772 |
![]() | Parameter testContext should be final. | 772 |
![]() | Expected @param tag for 'testContext'. | 772 |
![]() | Parameter testCommand should be final. | 772 |
![]() | Expected @param tag for 'testCommand'. | 772 |
![]() | ')' is preceded with whitespace. | 772 |
![]() | Line has trailing spaces. | 775 |
![]() | Line has trailing spaces. | 776 |
![]() | Missing a Javadoc comment. | 777 |
![]() | Parameter context should be final. | 777 |
![]() | 'cast' is not followed by whitespace. | 779 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.IOException. | 21 |
![]() | Line is longer than 80 characters (found 91). | 25 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'executionTrace' must be private and have accessor methods. | 32 |
![]() | Line is longer than 80 characters (found 106). | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter message should be final. | 34 |
![]() | Parameter executionTrace should be final. | 34 |
![]() | 'executionTrace' hides a field. | 34 |
![]() | Parameter cause should be final. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | Line is longer than 80 characters (found 89). | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter message should be final. | 40 |
![]() | Parameter executionTrace should be final. | 40 |
![]() | 'executionTrace' hides a field. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter executionTrace should be final. | 46 |
![]() | 'executionTrace' hides a field. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters (found 88). | 52 |
![]() | Method 'getExecutionTrace' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter s should be final. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter s should be final. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | 'for' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '}' should be on the same line. | 71 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 127). | 22 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter systemId should be final. | 34 |
![]() | 'systemId' hides a field. | 34 |
![]() | Parameter qName should be final. | 34 |
![]() | 'qName' hides a field. | 34 |
![]() | Parameter locator should be final. | 34 |
![]() | 'locator' hides a field. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter toCopy should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'getSystemId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getLocator' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'setLocator' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter locator should be final. | 51 |
![]() | 'locator' hides a field. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <E> tag. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 97). | 18 |
![]() | Line is longer than 80 characters (found 98). | 19 |
![]() | Line is longer than 80 characters (found 103). | 20 |
![]() | Line is longer than 80 characters (found 90). | 21 |
![]() | Line is longer than 80 characters (found 84). | 22 |
![]() | Line is longer than 80 characters (found 90). | 23 |
![]() | Line is longer than 80 characters (found 84). | 24 |
![]() | Line is longer than 80 characters (found 90). | 25 |
![]() | Line is longer than 80 characters (found 84). | 26 |
![]() | Line is longer than 80 characters (found 90). | 27 |
![]() | Line is longer than 80 characters (found 84). | 28 |
![]() | Line is longer than 80 characters (found 92). | 29 |
![]() | Line is longer than 80 characters (found 94). | 30 |
![]() | Line is longer than 80 characters (found 91). | 31 |
![]() | Line is longer than 80 characters (found 92). | 32 |
![]() | Line is longer than 80 characters (found 94). | 33 |
![]() | Line is longer than 80 characters (found 98). | 34 |
![]() | Line is longer than 80 characters (found 95). | 35 |
![]() | Line is longer than 80 characters (found 97). | 36 |
![]() | Line is longer than 80 characters (found 101). | 37 |
![]() | Unused import - java.io.IOException. | 39 |
![]() | Unused import - javax.xml.parsers.ParserConfigurationException. | 48 |
![]() | Line is longer than 80 characters (found 91). | 61 |
![]() | Unused import - org.xml.sax.SAXException. | 67 |
![]() | Line is longer than 80 characters (found 127). | 70 |
![]() | Line is longer than 80 characters (found 126). | 71 |
![]() | Line is longer than 80 characters (found 94). | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Utility classes should not have a public or default constructor. | 82 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '=' is not followed by whitespace. | 82 |
![]() | '{' should be on the previous line. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Variable 'log' must be private and have accessor methods. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'XCHAIN_CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'XCHAIN_CONFIG' must be private and have accessor methods. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line is longer than 80 characters (found 89). | 103 |
![]() | Expected @throws tag for 'LifecycleException'. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Line has trailing spaces. | 112 |
![]() | 'synchronized' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 89). | 116 |
![]() | Line is longer than 80 characters (found 105). | 122 |
![]() | Line is longer than 80 characters (found 81). | 126 |
![]() | '}' should be on the same line. | 128 |
![]() | 'catch' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | '}' should be on the same line. | 132 |
![]() | 'catch' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | Line is longer than 80 characters (found 93). | 135 |
![]() | '}' should be on the same line. | 139 |
![]() | Expected @throws tag for 'LifecycleException'. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | 'synchronized' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters (found 112). | 162 |
![]() | Expected @throws tag for 'LifecycleException'. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'synchronized' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | First sentence should end with a period. | 173 |
![]() | Expected an @return tag. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | 'synchronized' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters (found 81). | 184 |
![]() | Expected an @return tag. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | Line has trailing spaces. | 193 |
![]() | Line is longer than 80 characters (found 104). | 194 |
![]() | '{' should be on the previous line. | 199 |
![]() | '}' should be on the same line. | 205 |
![]() | 'catch' is not followed by whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Line is longer than 80 characters (found 102). | 207 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters (found 94). | 212 |
![]() | 'for' is not followed by whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | 'while' is not followed by whitespace. | 222 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | '+' is not preceded with whitespace. | 226 |
![]() | '+' is not followed by whitespace. | 226 |
![]() | '+' is not preceded with whitespace. | 226 |
![]() | '+' is not followed by whitespace. | 226 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | '+' is not preceded with whitespace. | 230 |
![]() | '+' is not followed by whitespace. | 230 |
![]() | '+' is not preceded with whitespace. | 230 |
![]() | '+' is not followed by whitespace. | 230 |
![]() | '}' should be on the same line. | 233 |
![]() | 'catch' is not followed by whitespace. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | 'if' is not followed by whitespace. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Line is longer than 80 characters (found 86). | 236 |
![]() | 'while' is not followed by whitespace. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | '}' should be on the same line. | 243 |
![]() | 'catch' is not followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters (found 89). | 246 |
![]() | Line has trailing spaces. | 256 |
![]() | '}' should be on the same line. | 256 |
![]() | Line is longer than 80 characters (found 121). | 258 |
![]() | Line has trailing spaces. | 261 |
![]() | Line is longer than 80 characters (found 93). | 265 |
![]() | '{' should be on the previous line. | 268 |
![]() | Line is longer than 80 characters (found 100). | 269 |
![]() | 'while' is not followed by whitespace. | 270 |
![]() | '(' is followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | 'if' is not followed by whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | '+' is not preceded with whitespace. | 278 |
![]() | '+' is not followed by whitespace. | 278 |
![]() | '+' is not preceded with whitespace. | 278 |
![]() | '+' is not followed by whitespace. | 278 |
![]() | '}' should be on the same line. | 280 |
![]() | 'catch' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | 'if' is not followed by whitespace. | 282 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | Line is longer than 80 characters (found 87). | 283 |
![]() | Line has trailing spaces. | 289 |
![]() | Line is longer than 80 characters (found 119). | 291 |
![]() | Line is longer than 80 characters (found 116). | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line is longer than 80 characters (found 106). | 293 |
![]() | Line has trailing spaces. | 294 |
![]() | Line is longer than 80 characters (found 89). | 297 |
![]() | '=' is not preceded with whitespace. | 297 |
![]() | '=' is not followed by whitespace. | 297 |
![]() | '=' is not preceded with whitespace. | 297 |
![]() | '=' is not followed by whitespace. | 297 |
![]() | '}' is not preceded with whitespace. | 297 |
![]() | Line has trailing spaces. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Expected @throws tag for 'LifecycleException'. | 299 |
![]() | '{' should be on the previous line. | 300 |
![]() | Line is longer than 80 characters (found 87). | 307 |
![]() | '=' is not preceded with whitespace. | 307 |
![]() | '=' is not followed by whitespace. | 307 |
![]() | '=' is not preceded with whitespace. | 307 |
![]() | '=' is not followed by whitespace. | 307 |
![]() | '}' is not preceded with whitespace. | 307 |
![]() | Line has trailing spaces. | 308 |
![]() | Line is longer than 80 characters (found 106). | 308 |
![]() | Parameter context should be final. | 308 |
![]() | 'context' hides a field. | 308 |
![]() | Expected @param tag for 'context'. | 308 |
![]() | Parameter configDocContext should be final. | 308 |
![]() | Expected @param tag for 'configDocContext'. | 308 |
![]() | Line has trailing spaces. | 309 |
![]() | Expected @throws tag for 'MalformedURLException'. | 309 |
![]() | '{' should be on the previous line. | 310 |
![]() | Line is longer than 80 characters (found 85). | 312 |
![]() | Line is longer than 80 characters (found 105). | 313 |
![]() | 'cast' is not followed by whitespace. | 313 |
![]() | 'if' construct must use '{}'s. | 314 |
![]() | 'if' is not followed by whitespace. | 314 |
![]() | '(' is followed by whitespace. | 314 |
![]() | ')' is preceded with whitespace. | 314 |
![]() | Line is longer than 80 characters (found 125). | 315 |
![]() | 'cast' is not followed by whitespace. | 315 |
![]() | 'if' construct must use '{}'s. | 316 |
![]() | Line is longer than 80 characters (found 87). | 316 |
![]() | 'if' is not followed by whitespace. | 316 |
![]() | '(' is followed by whitespace. | 316 |
![]() | ')' is preceded with whitespace. | 316 |
![]() | Line is longer than 80 characters (found 128). | 317 |
![]() | 'cast' is not followed by whitespace. | 317 |
![]() | 'if' construct must use '{}'s. | 318 |
![]() | Line is longer than 80 characters (found 91). | 318 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | Line has trailing spaces. | 319 |
![]() | Line is longer than 80 characters (found 127). | 320 |
![]() | Line is longer than 80 characters (found 123). | 321 |
![]() | Line is longer than 80 characters (found 123). | 322 |
![]() | Line has trailing spaces. | 323 |
![]() | 'if' is not followed by whitespace. | 325 |
![]() | '(' is followed by whitespace. | 325 |
![]() | ')' is preceded with whitespace. | 325 |
![]() | 'if' is not followed by whitespace. | 327 |
![]() | '(' is followed by whitespace. | 327 |
![]() | ')' is preceded with whitespace. | 327 |
![]() | Line is longer than 80 characters (found 96). | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | Line is longer than 80 characters (found 88). | 331 |
![]() | 'if' is not followed by whitespace. | 332 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
![]() | Line is longer than 80 characters (found 107). | 334 |
![]() | Line has trailing spaces. | 335 |
![]() | Line is longer than 80 characters (found 96). | 336 |
![]() | 'for' is not followed by whitespace. | 336 |
![]() | '(' is followed by whitespace. | 336 |
![]() | ';' is followed by whitespace. | 336 |
![]() | Line is longer than 80 characters (found 111). | 339 |
![]() | '(' is followed by whitespace. | 339 |
![]() | ')' is preceded with whitespace. | 339 |
![]() | '(' is followed by whitespace. | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | 'if' is not followed by whitespace. | 341 |
![]() | '(' is followed by whitespace. | 341 |
![]() | ')' is preceded with whitespace. | 341 |
![]() | '(' is followed by whitespace. | 342 |
![]() | ')' is preceded with whitespace. | 342 |
![]() | Line has trailing spaces. | 345 |
![]() | Line is longer than 80 characters (found 109). | 347 |
![]() | '(' is followed by whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 347 |
![]() | Line has trailing spaces. | 348 |
![]() | Line is longer than 80 characters (found 114). | 350 |
![]() | '(' is followed by whitespace. | 350 |
![]() | Line is longer than 80 characters (found 91). | 351 |
![]() | ')' is preceded with whitespace. | 351 |
![]() | Line has trailing spaces. | 355 |
![]() | Line is longer than 80 characters (found 124). | 357 |
![]() | '=' is not preceded with whitespace. | 362 |
![]() | '=' is not followed by whitespace. | 362 |
![]() | '=' is not preceded with whitespace. | 362 |
![]() | '=' is not followed by whitespace. | 362 |
![]() | '}' is not preceded with whitespace. | 362 |
![]() | Line has trailing spaces. | 363 |
![]() | Parameter context should be final. | 363 |
![]() | 'context' hides a field. | 363 |
![]() | Expected @param tag for 'context'. | 363 |
![]() | '{' should be on the previous line. | 364 |
![]() | Line is longer than 80 characters (found 93). | 365 |
![]() | Line has trailing spaces. | 369 |
![]() | Line has trailing spaces. | 372 |
![]() | '=' is not preceded with whitespace. | 376 |
![]() | '=' is not followed by whitespace. | 376 |
![]() | '=' is not preceded with whitespace. | 376 |
![]() | '=' is not followed by whitespace. | 376 |
![]() | '}' is not preceded with whitespace. | 376 |
![]() | Line has trailing spaces. | 377 |
![]() | Parameter context should be final. | 377 |
![]() | 'context' hides a field. | 377 |
![]() | Expected @param tag for 'context'. | 377 |
![]() | Line has trailing spaces. | 378 |
![]() | Expected @throws tag for 'LifecycleException'. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | '(' is followed by whitespace. | 380 |
![]() | ')' is preceded with whitespace. | 380 |
![]() | Line has trailing spaces. | 382 |
![]() | Line has trailing spaces. | 385 |
![]() | '=' is not preceded with whitespace. | 388 |
![]() | '=' is not followed by whitespace. | 388 |
![]() | Line has trailing spaces. | 389 |
![]() | Parameter context should be final. | 389 |
![]() | 'context' hides a field. | 389 |
![]() | Expected @param tag for 'context'. | 389 |
![]() | '{' should be on the previous line. | 390 |
![]() | '(' is followed by whitespace. | 391 |
![]() | ')' is preceded with whitespace. | 391 |
![]() | Line has trailing spaces. | 393 |
![]() | Line has trailing spaces. | 395 |
![]() | Line is longer than 80 characters (found 114). | 395 |
![]() | Line is longer than 80 characters (found 119). | 396 |
![]() | Line has trailing spaces. | 398 |
![]() | '=' is not preceded with whitespace. | 401 |
![]() | '=' is not followed by whitespace. | 401 |
![]() | '=' is not preceded with whitespace. | 401 |
![]() | '=' is not followed by whitespace. | 401 |
![]() | '}' is not preceded with whitespace. | 401 |
![]() | Parameter context should be final. | 402 |
![]() | 'context' hides a field. | 402 |
![]() | Expected @param tag for 'context'. | 402 |
![]() | '{' should be on the previous line. | 403 |
![]() | 'if' is not followed by whitespace. | 405 |
![]() | '(' is followed by whitespace. | 405 |
![]() | ')' is preceded with whitespace. | 405 |
![]() | Line is longer than 80 characters (found 104). | 407 |
![]() | Line is longer than 80 characters (found 82). | 411 |
![]() | 'if' is not followed by whitespace. | 411 |
![]() | '(' is followed by whitespace. | 411 |
![]() | ')' is preceded with whitespace. | 411 |
![]() | Line is longer than 80 characters (found 109). | 413 |
![]() | Line is longer than 80 characters (found 84). | 417 |
![]() | 'if' is not followed by whitespace. | 417 |
![]() | '(' is followed by whitespace. | 417 |
![]() | ')' is preceded with whitespace. | 417 |
![]() | Line is longer than 80 characters (found 122). | 419 |
![]() | Line is longer than 80 characters (found 136). | 423 |
![]() | 'if' is not followed by whitespace. | 423 |
![]() | '(' is followed by whitespace. | 423 |
![]() | ')' is preceded with whitespace. | 423 |
![]() | Line is longer than 80 characters (found 117). | 425 |
![]() | Line is longer than 80 characters (found 136). | 429 |
![]() | 'if' is not followed by whitespace. | 429 |
![]() | '(' is followed by whitespace. | 429 |
![]() | ')' is preceded with whitespace. | 429 |
![]() | Line is longer than 80 characters (found 117). | 431 |
![]() | Line is longer than 80 characters (found 136). | 435 |
![]() | 'if' is not followed by whitespace. | 435 |
![]() | '(' is followed by whitespace. | 435 |
![]() | ')' is preceded with whitespace. | 435 |
![]() | Line is longer than 80 characters (found 117). | 437 |
![]() | Line is longer than 80 characters (found 136). | 440 |
![]() | 'if' is not followed by whitespace. | 440 |
![]() | '(' is followed by whitespace. | 440 |
![]() | ')' is preceded with whitespace. | 440 |
![]() | Line is longer than 80 characters (found 117). | 442 |
![]() | '=' is not preceded with whitespace. | 450 |
![]() | '=' is not followed by whitespace. | 450 |
![]() | Parameter context should be final. | 451 |
![]() | 'context' hides a field. | 451 |
![]() | Expected @param tag for 'context'. | 451 |
![]() | '{' should be on the previous line. | 452 |
![]() | 'if' is not followed by whitespace. | 454 |
![]() | '(' is followed by whitespace. | 454 |
![]() | ')' is preceded with whitespace. | 454 |
![]() | Line is longer than 80 characters (found 81). | 459 |
![]() | 'if' is not followed by whitespace. | 460 |
![]() | '(' is followed by whitespace. | 460 |
![]() | ')' is preceded with whitespace. | 460 |
![]() | Line is longer than 80 characters (found 81). | 465 |
![]() | 'if' is not followed by whitespace. | 466 |
![]() | '(' is followed by whitespace. | 466 |
![]() | ')' is preceded with whitespace. | 466 |
![]() | Line is longer than 80 characters (found 81). | 471 |
![]() | 'if' is not followed by whitespace. | 472 |
![]() | '(' is followed by whitespace. | 472 |
![]() | ')' is preceded with whitespace. | 472 |
![]() | Line is longer than 80 characters (found 82). | 477 |
![]() | 'if' is not followed by whitespace. | 478 |
![]() | '(' is followed by whitespace. | 478 |
![]() | ')' is preceded with whitespace. | 478 |
![]() | Line is longer than 80 characters (found 81). | 480 |
![]() | Line has trailing spaces. | 482 |
![]() | Line is longer than 80 characters (found 81). | 483 |
![]() | 'if' is not followed by whitespace. | 484 |
![]() | '(' is followed by whitespace. | 484 |
![]() | ')' is preceded with whitespace. | 484 |
![]() | 'if' is not followed by whitespace. | 490 |
![]() | '(' is followed by whitespace. | 490 |
![]() | ')' is preceded with whitespace. | 490 |
![]() | '=' is not preceded with whitespace. | 499 |
![]() | '=' is not followed by whitespace. | 499 |
![]() | Parameter lifecycleContext should be final. | 500 |
![]() | Expected @param tag for 'lifecycleContext'. | 500 |
![]() | '=' is not preceded with whitespace. | 509 |
![]() | '=' is not followed by whitespace. | 509 |
![]() | Parameter lifecycleContext should be final. | 510 |
![]() | Expected @param tag for 'lifecycleContext'. | 510 |
![]() | '{' should be on the previous line. | 511 |
![]() | 'if' is not followed by whitespace. | 512 |
![]() | '(' is followed by whitespace. | 512 |
![]() | ')' is preceded with whitespace. | 512 |
![]() | '}' should be on the same line. | 514 |
![]() | Line has trailing spaces. | 520 |
![]() | Line has trailing spaces. | 521 |
![]() | Line is longer than 80 characters (found 87). | 523 |
![]() | Line has trailing spaces. | 524 |
![]() | Line has trailing spaces. | 525 |
![]() | Unused @throws tag for 'IOException'. | 525 |
![]() | Line has trailing spaces. | 526 |
![]() | Unused @throws tag for 'SAXException'. | 526 |
![]() | Line has trailing spaces. | 527 |
![]() | Unused @throws tag for 'ParserConfigurationException'. | 527 |
![]() | Expected an @return tag. | 529 |
![]() | Line has trailing spaces. | 529 |
![]() | Line is longer than 80 characters (found 83). | 529 |
![]() | Parameter resource should be final. | 529 |
![]() | Expected @param tag for 'resource'. | 529 |
![]() | Line has trailing spaces. | 530 |
![]() | Expected @throws tag for 'LifecycleException'. | 530 |
![]() | '{' should be on the previous line. | 531 |
![]() | Line is longer than 80 characters (found 91). | 534 |
![]() | 'if' is not followed by whitespace. | 535 |
![]() | '(' is followed by whitespace. | 535 |
![]() | ')' is preceded with whitespace. | 535 |
![]() | Line is longer than 80 characters (found 99). | 536 |
![]() | 'if' construct must use '{}'s. | 537 |
![]() | 'if' is not followed by whitespace. | 537 |
![]() | '(' is followed by whitespace. | 537 |
![]() | ')' is preceded with whitespace. | 537 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' is not followed by whitespace. | 538 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' is not followed by whitespace. | 538 |
![]() | Line is longer than 80 characters (found 93). | 541 |
![]() | 'if' is not followed by whitespace. | 542 |
![]() | '(' is followed by whitespace. | 542 |
![]() | ')' is preceded with whitespace. | 542 |
![]() | Line is longer than 80 characters (found 87). | 543 |
![]() | '+' is not preceded with whitespace. | 543 |
![]() | '+' is not followed by whitespace. | 543 |
![]() | Line has trailing spaces. | 545 |
![]() | Line is longer than 80 characters (found 83). | 547 |
![]() | Line has trailing spaces. | 548 |
![]() | Line is longer than 80 characters (found 86). | 549 |
![]() | Line is longer than 80 characters (found 110). | 554 |
![]() | 'configDocumentContext' hides a field. | 554 |
![]() | 'catch' is not followed by whitespace. | 558 |
![]() | '(' is followed by whitespace. | 558 |
![]() | ')' is preceded with whitespace. | 558 |
![]() | Line is longer than 80 characters (found 99). | 559 |
![]() | '+' is not preceded with whitespace. | 559 |
![]() | '+' is not followed by whitespace. | 559 |
![]() | '+' is not preceded with whitespace. | 559 |
![]() | '+' is not followed by whitespace. | 559 |
![]() | Line has trailing spaces. | 562 |
![]() | Line has trailing spaces. | 563 |
![]() | Line is longer than 80 characters (found 106). | 563 |
![]() | Missing a Javadoc comment. | 563 |
![]() | Parameter configDocContext should be final. | 563 |
![]() | Parameter urlxpath should be final. | 563 |
![]() | Parameter urlList should be final. | 563 |
![]() | Line has trailing spaces. | 564 |
![]() | '{' should be on the previous line. | 565 |
![]() | 'while' is not followed by whitespace. | 567 |
![]() | '(' is followed by whitespace. | 567 |
![]() | ')' is preceded with whitespace. | 567 |
![]() | 'if' is not followed by whitespace. | 569 |
![]() | '(' is followed by whitespace. | 569 |
![]() | ')' is preceded with whitespace. | 569 |
![]() | Line has trailing spaces. | 574 |
![]() | Line is longer than 80 characters (found 82). | 575 |
![]() | Missing a Javadoc comment. | 575 |
![]() | '(' is followed by whitespace. | 575 |
![]() | Parameter factoryName should be final. | 575 |
![]() | Parameter className should be final. | 575 |
![]() | ')' is preceded with whitespace. | 575 |
![]() | '}' should be on the same line. | 581 |
![]() | 'catch' is not followed by whitespace. | 582 |
![]() | '(' is followed by whitespace. | 582 |
![]() | ')' is preceded with whitespace. | 582 |
![]() | 'if' is not followed by whitespace. | 583 |
![]() | '(' is followed by whitespace. | 583 |
![]() | ')' is preceded with whitespace. | 583 |
![]() | Line is longer than 80 characters (found 160). | 584 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' is not followed by whitespace. | 584 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' is not followed by whitespace. | 584 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' is not followed by whitespace. | 584 |
![]() | '+' is not preceded with whitespace. | 584 |
![]() | '+' is not followed by whitespace. | 584 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.lang.annotation.Inherited. | 24 |
![]() | Line is longer than 80 characters (found 219). | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | '{' should be on the previous line. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.lang.annotation.Inherited. | 24 |
![]() | Line is longer than 80 characters (found 200). | 27 |
![]() | Line is longer than 80 characters (found 181). | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters (found 89). | 39 |
![]() | Unused Javadoc tag. | 39 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is followed by whitespace. | 27 |
![]() | Parameter parent should be final. | 27 |
![]() | ')' is preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 116). | 23 |
![]() | Line is longer than 80 characters (found 84). | 24 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'classLoader' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'configContext' must be private and have accessor methods. | 33 |
![]() | Line is longer than 80 characters (found 104). | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'namespaceContextMap' must be private and have accessor methods. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'functionLibrary' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters (found 86). | 42 |
![]() | Line is longer than 80 characters (found 91). | 44 |
![]() | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter classLoader should be final. | 44 |
![]() | 'classLoader' hides a field. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'getConfigContext' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters (found 98). | 56 |
![]() | Line is longer than 80 characters (found 98). | 58 |
![]() | Line is longer than 80 characters (found 100). | 60 |
![]() | Method 'getNamespaceContextMap' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Method 'getFunctionLibrary' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 92). | 19 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter message should be final. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter cause should be final. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter message should be final. | 42 |
![]() | Parameter cause should be final. | 42 |
![]() | '{' should be on the previous line. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.ArrayList. | 18 |
![]() | Unused import - java.util.Collections. | 19 |
![]() | Unused import - java.util.HashMap. | 20 |
![]() | Unused import - java.util.HashSet. | 21 |
![]() | Unused import - java.util.List. | 22 |
![]() | Unused import - java.util.Map. | 23 |
![]() | Unused import - java.lang.reflect.Method. | 26 |
![]() | Unused import - org.apache.commons.jxpath.functions.MethodFunction. | 30 |
![]() | Unused import - org.apache.commons.jxpath.util.MethodLookupUtils. | 31 |
![]() | Line is longer than 80 characters (found 157). | 34 |
![]() | Line is longer than 80 characters (found 136). | 37 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Parameter lifecycleContext should be final. | 48 |
![]() | 'lifecycleContext' hides a field. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getUsedNamespaces' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters (found 83). | 57 |
![]() | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter namespace should be final. | 57 |
![]() | Parameter name should be final. | 57 |
![]() | Parameter parameters should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters (found 97). | 64 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters (found 92). | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters (found 92). | 35 |
![]() | Line is longer than 80 characters (found 94). | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Expected @param tag for 'configDocContext'. | 37 |
![]() | Line has trailing spaces. | 42 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line has trailing spaces. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 152). | 50 |
![]() | Line is longer than 80 characters (found 88). | 51 |
![]() | '{' should be on the previous line. | 60 |
![]() | Line is longer than 80 characters (found 81). | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'log' must be private and have accessor methods. | 61 |
![]() | Line is longer than 80 characters (found 130). | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters (found 233). | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Variable 'lifecycleStepList' must be private and have accessor methods. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'lifecycleStepMap' must be private and have accessor methods. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'context' must be private and have accessor methods. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Variable 'classPool' must be private and have accessor methods. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'lifecycleStepCtClass' must be private and have accessor methods. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Variable 'dependencySorter' must be private and have accessor methods. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | Parameter context should be final. | 73 |
![]() | 'context' hides a field. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Line is longer than 80 characters (found 111). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters (found 149). | 80 |
![]() | Line is longer than 80 characters (found 155). | 83 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | Line is longer than 80 characters (found 89). | 90 |
![]() | Line is longer than 80 characters (found 91). | 94 |
![]() | 'for' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters (found 81). | 101 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line is longer than 80 characters (found 126). | 108 |
![]() | '}' should be on the same line. | 112 |
![]() | 'catch' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line is longer than 80 characters (found 104). | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | 'catch' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | Line is longer than 80 characters (found 93). | 118 |
![]() | '}' should be on the same line. | 119 |
![]() | Line is longer than 80 characters (found 83). | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'getLifecycleStepList' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter node should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | Line is longer than 80 characters (found 91). | 149 |
![]() | '}' should be on the same line. | 150 |
![]() | 'catch' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Line is longer than 80 characters (found 98). | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters (found 114). | 162 |
![]() | 'cast' is not followed by whitespace. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | 'for' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | Line is longer than 80 characters (found 110). | 171 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'if' is not followed by whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters (found 170). | 178 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' is not followed by whitespace. | 178 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' is not followed by whitespace. | 178 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' is not followed by whitespace. | 178 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' is not followed by whitespace. | 178 |
![]() | '+' is not preceded with whitespace. | 178 |
![]() | '+' should be on a new line. | 178 |
![]() | Line is longer than 80 characters (found 84). | 179 |
![]() | 'for' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters (found 172). | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | 'if' is not followed by whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | Line has trailing spaces. | 197 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | '}' should be on the same line. | 216 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line has trailing spaces. | 224 |
![]() | Line is longer than 80 characters (found 114). | 225 |
![]() | Line is longer than 80 characters (found 92). | 226 |
![]() | 'if' construct must use '{}'s. | 227 |
![]() | Line has trailing spaces. | 227 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | Line is longer than 80 characters (found 119). | 228 |
![]() | Line is longer than 80 characters (found 113). | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | Line is longer than 80 characters (found 101). | 236 |
![]() | Line has trailing spaces. | 238 |
![]() | 'if' is not followed by whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters (found 83). | 246 |
![]() | 'cast' is not followed by whitespace. | 246 |
![]() | Line is longer than 80 characters (found 87). | 251 |
![]() | 'if' is not followed by whitespace. | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Line is longer than 80 characters (found 124). | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '}' should be on the same line. | 254 |
![]() | 'if' is not followed by whitespace. | 255 |
![]() | '(' is followed by whitespace. | 255 |
![]() | ')' is preceded with whitespace. | 255 |
![]() | Line is longer than 80 characters (found 123). | 256 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' is not followed by whitespace. | 256 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' is not followed by whitespace. | 256 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' is not followed by whitespace. | 256 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' is not followed by whitespace. | 256 |
![]() | Line is longer than 80 characters (found 82). | 259 |
![]() | 'if' is not followed by whitespace. | 261 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | '}' should be on the same line. | 264 |
![]() | 'for' is not followed by whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | 'for' is not followed by whitespace. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | Line has trailing spaces. | 281 |
![]() | '}' should be on the same line. | 284 |
![]() | 'catch' is not followed by whitespace. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Line is longer than 80 characters (found 106). | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | Line has trailing spaces. | 289 |
![]() | Line is longer than 80 characters (found 141). | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Parameter prefixDefinitions should be final. | 290 |
![]() | Parameter prefixUriMap should be final. | 290 |
![]() | 'for' is not followed by whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line is longer than 80 characters (found 88). | 292 |
![]() | 'if' is not followed by whitespace. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | ')' is preceded with whitespace. | 293 |
![]() | '+' is not preceded with whitespace. | 294 |
![]() | '+' is not followed by whitespace. | 294 |
![]() | Line has trailing spaces. | 302 |
![]() | Line is longer than 80 characters (found 116). | 303 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Parameter lifecycleClass should be final. | 303 |
![]() | Parameter method should be final. | 303 |
![]() | Line is longer than 80 characters (found 87). | 304 |
![]() | Line has trailing spaces. | 306 |
![]() | Line is longer than 80 characters (found 97). | 307 |
![]() | Line is longer than 80 characters (found 139). | 308 |
![]() | 'if' is not followed by whitespace. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | Line is longer than 80 characters (found 140). | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' should be on a new line. | 309 |
![]() | '+' is not preceded with whitespace. | 310 |
![]() | '+' is not followed by whitespace. | 310 |
![]() | Line is longer than 80 characters (found 139). | 312 |
![]() | 'if' is not followed by whitespace. | 312 |
![]() | '(' is followed by whitespace. | 312 |
![]() | ')' is preceded with whitespace. | 312 |
![]() | Line is longer than 80 characters (found 140). | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' should be on a new line. | 313 |
![]() | '+' is not preceded with whitespace. | 314 |
![]() | '+' is not followed by whitespace. | 314 |
![]() | 'if' is not followed by whitespace. | 316 |
![]() | '(' is followed by whitespace. | 316 |
![]() | ')' is preceded with whitespace. | 316 |
![]() | Line is longer than 80 characters (found 140). | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' should be on a new line. | 317 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | Line has trailing spaces. | 321 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter stepMethod should be final. | 322 |
![]() | 'for' is not followed by whitespace. | 323 |
![]() | '(' is followed by whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | 'if' construct must use '{}'s. | 324 |
![]() | 'if' is not followed by whitespace. | 324 |
![]() | '(' is followed by whitespace. | 324 |
![]() | ')' is preceded with whitespace. | 324 |
![]() | Missing a Javadoc comment. | 330 |
![]() | '(' is followed by whitespace. | 330 |
![]() | Parameter qNameArray should be final. | 330 |
![]() | Parameter defaultUri should be final. | 330 |
![]() | ')' is preceded with whitespace. | 330 |
![]() | '{' should be on the previous line. | 332 |
![]() | 'for' is not followed by whitespace. | 334 |
![]() | '(' is followed by whitespace. | 334 |
![]() | ')' is preceded with whitespace. | 334 |
![]() | 'if' is not followed by whitespace. | 336 |
![]() | '(' is followed by whitespace. | 336 |
![]() | ')' is preceded with whitespace. | 336 |
![]() | '}' should be on the same line. | 338 |
![]() | 'if' is not followed by whitespace. | 339 |
![]() | '(' is followed by whitespace. | 339 |
![]() | ')' is preceded with whitespace. | 339 |
![]() | '(' is followed by whitespace. | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | '}' should be on the same line. | 341 |
![]() | Line is longer than 80 characters (found 121). | 343 |
![]() | '+' is not preceded with whitespace. | 343 |
![]() | '+' is not followed by whitespace. | 343 |
![]() | '+' is not preceded with whitespace. | 343 |
![]() | '+' is not followed by whitespace. | 343 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 81). | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'boundCCLTl' must be private and have accessor methods. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Method 'bindCCL' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'if' construct must use '{}'s. | 32 |
![]() | 'if' is not followed by whitespace. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'unbindCCL' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'if' construct must use '{}'s. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Line has trailing spaces. | 42 |
![]() | Method 'isCCLBound' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 131). | 24 |
![]() | '{' should be on the previous line. | 30 |
![]() | Variable 'namespaceUri' must be private and have accessor methods. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Variable 'commandList' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Variable 'catalogList' must be private and have accessor methods. | 44 |
![]() | Variable 'functionLibrary' must be private and have accessor methods. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters (found 99). | 54 |
![]() | Variable 'componentMap' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter namespaceUri should be final. | 56 |
![]() | 'namespaceUri' hides a field. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getCommandList' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'getCatalogList' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters (found 88). | 73 |
![]() | Line is longer than 80 characters (found 87). | 75 |
![]() | Method 'getComponentMap' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Method 'getNamespaceUri' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line is longer than 80 characters (found 87). | 82 |
![]() | Method 'getFunctionLibrary' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.HashSet. | 20 |
![]() | Line is longer than 80 characters (found 157). | 38 |
![]() | Line is longer than 80 characters (found 136). | 41 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters (found 86). | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters (found 100). | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters (found 102). | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters (found 90). | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter namespace should be final. | 57 |
![]() | 'namespace' hides a field. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Line is longer than 80 characters (found 89). | 62 |
![]() | Method 'addStaticFunction' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter localName should be final. | 62 |
![]() | Parameter methodClass should be final. | 62 |
![]() | Parameter methodName should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 92). | 66 |
![]() | Inner assignments should be avoided. | 66 |
![]() | Line is longer than 80 characters (found 91). | 71 |
![]() | Method 'addInstanceFunction' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter localName should be final. | 71 |
![]() | Parameter methodClass should be final. | 71 |
![]() | Parameter methodName should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line is longer than 80 characters (found 94). | 75 |
![]() | Inner assignments should be avoided. | 75 |
![]() | Line is longer than 80 characters (found 123). | 80 |
![]() | Method 'addSingletonInstanceFunction' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Parameter localName should be final. | 80 |
![]() | Parameter methodClass should be final. | 80 |
![]() | Parameter methodName should be final. | 80 |
![]() | Parameter accessorMethod should be final. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters (found 94). | 84 |
![]() | Inner assignments should be avoided. | 84 |
![]() | Method 'addConstructorFunction' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Parameter localName should be final. | 89 |
![]() | Parameter constructorClass should be final. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters (found 95). | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Inner assignments should be avoided. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Method 'getUsedNamespaces' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line is longer than 80 characters (found 83). | 102 |
![]() | Method 'getFunction' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Parameter namespace should be final. | 102 |
![]() | 'namespace' hides a field. | 102 |
![]() | Parameter name should be final. | 102 |
![]() | Parameter parameters should be final. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '}' should be on the same line. | 107 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | 'for' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters (found 90). | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | 'for' is not followed by whitespace. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | Line is longer than 80 characters (found 123). | 132 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | '+' is not preceded with whitespace. | 148 |
![]() | '+' is not followed by whitespace. | 148 |
![]() | 'for' is not followed by whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | '+' is not preceded with whitespace. | 151 |
![]() | '+' is not followed by whitespace. | 151 |
![]() | Line is longer than 80 characters (found 127). | 153 |
![]() | '}' should be on the same line. | 157 |
![]() | 'catch' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters (found 110). | 160 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | '+' is not followed by whitespace. | 160 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | '+' is not followed by whitespace. | 160 |
![]() | '}' should be on the same line. | 163 |
![]() | Line is longer than 80 characters (found 127). | 165 |
![]() | Missing a Javadoc comment. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter methodClass should be final. | 182 |
![]() | 'methodClass' hides a field. | 182 |
![]() | Parameter methodName should be final. | 182 |
![]() | 'methodName' hides a field. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | Line is longer than 80 characters (found 86). | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter methodClass should be final. | 188 |
![]() | 'methodClass' hides a field. | 188 |
![]() | Parameter methodName should be final. | 188 |
![]() | 'methodName' hides a field. | 188 |
![]() | Parameter singletonAccessor should be final. | 188 |
![]() | 'singletonAccessor' hides a field. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | '/' is not preceded with whitespace. | 195 |
![]() | '/' is not followed by whitespace. | 195 |
![]() | '/' is not preceded with whitespace. | 195 |
![]() | '/' is not followed by whitespace. | 195 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | Parameter o should be final. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | '{' should be on the previous line. | 199 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | 'cast' is not followed by whitespace. | 201 |
![]() | Line is longer than 80 characters (found 96). | 202 |
![]() | '}' should be on the same line. | 203 |
![]() | Method 'getMethodClass' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Method 'getMethodName' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Method 'getSingletonAccessor' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Missing a Javadoc comment. | 214 |
![]() | '{' should be on the previous line. | 216 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Missing a Javadoc comment. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | Parameter method should be final. | 218 |
![]() | Parameter singleton should be final. | 218 |
![]() | 'singleton' hides a field. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | Parameter context should be final. | 223 |
![]() | Parameter parameters should be final. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | 'for' is not followed by whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | '+' is not preceded with whitespace. | 231 |
![]() | '+' is not followed by whitespace. | 231 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 106). | 27 |
![]() | Line is longer than 80 characters (found 112). | 28 |
![]() | Line is longer than 80 characters (found 112). | 29 |
![]() | Line is longer than 80 characters (found 109). | 30 |
![]() | Line is longer than 80 characters (found 139). | 32 |
![]() | Line is longer than 80 characters (found 146). | 33 |
![]() | Line is longer than 80 characters (found 141). | 36 |
![]() | Line is longer than 80 characters (found 145). | 37 |
![]() | '{' should be on the previous line. | 48 |
![]() | Unused Javadoc tag. | 50 |
![]() | Line is longer than 80 characters (found 132). | 55 |
![]() | Line is longer than 80 characters (found 143). | 56 |
![]() | Line is longer than 80 characters (found 83). | 58 |
![]() | Unused Javadoc tag. | 58 |
![]() | '}' is not preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters (found 159). | 63 |
![]() | Line is longer than 80 characters (found 143). | 64 |
![]() | Line is longer than 80 characters (found 82). | 66 |
![]() | Unused Javadoc tag. | 66 |
![]() | '}' is not preceded with whitespace. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '}' is not preceded with whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | Unused Javadoc tag. | 38 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 105). | 27 |
![]() | Line is longer than 80 characters (found 112). | 28 |
![]() | Line is longer than 80 characters (found 112). | 29 |
![]() | Line is longer than 80 characters (found 109). | 30 |
![]() | Line is longer than 80 characters (found 136). | 32 |
![]() | Line is longer than 80 characters (found 144). | 33 |
![]() | Line is longer than 80 characters (found 138). | 36 |
![]() | Line is longer than 80 characters (found 143). | 37 |
![]() | Line is longer than 80 characters (found 167). | 40 |
![]() | Line is longer than 80 characters (found 135). | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | '{' should be on the previous line. | 51 |
![]() | Unused Javadoc tag. | 53 |
![]() | Line is longer than 80 characters (found 130). | 58 |
![]() | Line is longer than 80 characters (found 143). | 59 |
![]() | Line is longer than 80 characters (found 81). | 61 |
![]() | Unused Javadoc tag. | 61 |
![]() | '}' is not preceded with whitespace. | 63 |
![]() | Line is longer than 80 characters (found 157). | 66 |
![]() | Line is longer than 80 characters (found 143). | 67 |
![]() | Unused Javadoc tag. | 69 |
![]() | '}' is not preceded with whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 124). | 19 |
![]() | '{' should be on the previous line. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.framework.osgi.OSGiCCLPolicy. | 22 |
![]() | Class ThreadLifecycle should be declared as final. | 31 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | '{' should be on the previous line. | 33 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 80 characters (found 82). | 45 |
![]() | Line is longer than 80 characters (found 101). | 54 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Expected an @return tag. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters (found 121). | 74 |
![]() | Expected an @return tag. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter cclPolicy should be final. | 81 |
![]() | 'cclPolicy' hides a field. | 81 |
![]() | Line is longer than 80 characters (found 126). | 87 |
![]() | Line is longer than 80 characters (found 117). | 88 |
![]() | Parameter threadContext should be final. | 90 |
![]() | Expected @param tag for 'threadContext'. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'while' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | '}' should be on the same line. | 107 |
![]() | 'catch' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 81). | 110 |
![]() | 'while' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | '}' should be on the same line. | 117 |
![]() | 'catch' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters (found 108). | 120 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | 'cast' is not followed by whitespace. | 130 |
![]() | '}' should be on the same line. | 131 |
![]() | Line is longer than 80 characters (found 100). | 133 |
![]() | Parameter threadContext should be final. | 141 |
![]() | Expected @param tag for 'threadContext'. | 141 |
![]() | Expected @throws tag for 'LifecycleException'. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | Line is longer than 80 characters (found 93). | 144 |
![]() | Line is longer than 80 characters (found 91). | 145 |
![]() | 'while' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | '}' should be on the same line. | 150 |
![]() | 'catch' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Missing a Javadoc comment. | 164 |
![]() | '=' is not preceded with whitespace. | 164 |
![]() | '=' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 165 |
![]() | Parameter lifecycleContext should be final. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 167 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | '}' should be on the same line. | 171 |
![]() | 'catch' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters (found 94). | 174 |
![]() | Line is longer than 80 characters (found 105). | 176 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters (found 82). | 182 |
![]() | '+' is not preceded with whitespace. | 182 |
![]() | '+' is not followed by whitespace. | 182 |
![]() | '+' is not preceded with whitespace. | 182 |
![]() | '+' is not followed by whitespace. | 182 |
![]() | 'for' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Missing a Javadoc comment. | 190 |
![]() | '=' is not preceded with whitespace. | 190 |
![]() | '=' is not followed by whitespace. | 190 |
![]() | '(' is followed by whitespace. | 191 |
![]() | Parameter lifecycleContext should be final. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | '{' should be on the previous line. | 192 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters (found 89). | 32 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Line has trailing spaces. | 39 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.regex.Matcher. | 41 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'log' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters (found 130). | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters (found 162). | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'threadStepList' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'threadStepMap' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'context' must be private and have accessor methods. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Variable 'classPool' must be private and have accessor methods. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'threadStepCtClass' must be private and have accessor methods. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'dependencySorter' must be private and have accessor methods. | 68 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Parameter context should be final. | 70 |
![]() | 'context' hides a field. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Line is longer than 80 characters (found 111). | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line is longer than 80 characters (found 146). | 77 |
![]() | Line is longer than 80 characters (found 155). | 80 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters (found 89). | 87 |
![]() | Line is longer than 80 characters (found 85). | 91 |
![]() | 'for' is not followed by whitespace. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '}' should be on the same line. | 103 |
![]() | 'catch' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters (found 101). | 105 |
![]() | '}' should be on the same line. | 107 |
![]() | 'catch' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line is longer than 80 characters (found 93). | 109 |
![]() | '}' should be on the same line. | 110 |
![]() | 'catch' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 98). | 112 |
![]() | '}' should be on the same line. | 113 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getThreadStepList' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | Parameter node should be final. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | '{' should be on the previous line. | 133 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 91). | 143 |
![]() | '}' should be on the same line. | 144 |
![]() | 'catch' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line is longer than 80 characters (found 98). | 147 |
![]() | '+' is not preceded with whitespace. | 147 |
![]() | '+' is not followed by whitespace. | 147 |
![]() | '+' is not preceded with whitespace. | 147 |
![]() | '+' is not followed by whitespace. | 147 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters (found 114). | 156 |
![]() | 'cast' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | 'for' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | Line is longer than 80 characters (found 110). | 165 |
![]() | 'if' is not followed by whitespace. | 165 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters (found 170). | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' should be on a new line. | 172 |
![]() | Line is longer than 80 characters (found 84). | 173 |
![]() | 'for' is not followed by whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters (found 172). | 183 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | Line has trailing spaces. | 190 |
![]() | 'if' is not followed by whitespace. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters (found 86). | 204 |
![]() | '}' should be on the same line. | 209 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line is longer than 80 characters (found 83). | 211 |
![]() | Line has trailing spaces. | 217 |
![]() | Line is longer than 80 characters (found 113). | 218 |
![]() | Line has trailing spaces. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters (found 86). | 222 |
![]() | Line has trailing spaces. | 224 |
![]() | 'if' is not followed by whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | 'cast' is not followed by whitespace. | 232 |
![]() | Line is longer than 80 characters (found 87). | 237 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters (found 124). | 239 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
![]() | '}' should be on the same line. | 240 |
![]() | 'if' is not followed by whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters (found 123). | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | Line is longer than 80 characters (found 82). | 245 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | '}' should be on the same line. | 249 |
![]() | 'for' is not followed by whitespace. | 259 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | 'for' is not followed by whitespace. | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
![]() | Line has trailing spaces. | 266 |
![]() | '}' should be on the same line. | 269 |
![]() | 'catch' is not followed by whitespace. | 270 |
![]() | '(' is followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | Line is longer than 80 characters (found 106). | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | Line has trailing spaces. | 274 |
![]() | Line is longer than 80 characters (found 116). | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Parameter lifecycleClass should be final. | 275 |
![]() | Parameter method should be final. | 275 |
![]() | Line is longer than 80 characters (found 87). | 276 |
![]() | Line has trailing spaces. | 278 |
![]() | Line is longer than 80 characters (found 97). | 279 |
![]() | Line is longer than 80 characters (found 102). | 280 |
![]() | 'if' is not followed by whitespace. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Line is longer than 80 characters (found 147). | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' should be on a new line. | 281 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' is not followed by whitespace. | 282 |
![]() | 'if' is not followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters (found 147). | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' should be on a new line. | 285 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | Line has trailing spaces. | 289 |
![]() | Missing a Javadoc comment. | 290 |
![]() | '(' is followed by whitespace. | 290 |
![]() | Parameter qNameArray should be final. | 290 |
![]() | Parameter defaultUri should be final. | 290 |
![]() | ')' is preceded with whitespace. | 290 |
![]() | '{' should be on the previous line. | 292 |
![]() | 'for' is not followed by whitespace. | 294 |
![]() | '(' is followed by whitespace. | 294 |
![]() | ')' is preceded with whitespace. | 294 |
![]() | 'if' is not followed by whitespace. | 296 |
![]() | '(' is followed by whitespace. | 296 |
![]() | ')' is preceded with whitespace. | 296 |
![]() | '}' should be on the same line. | 298 |
![]() | 'if' is not followed by whitespace. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | ')' is preceded with whitespace. | 299 |
![]() | '(' is followed by whitespace. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | '}' should be on the same line. | 301 |
![]() | Line is longer than 80 characters (found 121). | 303 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' is not followed by whitespace. | 303 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' is not followed by whitespace. | 303 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.sax.TemplatesHandler. | 30 |
![]() | Unused import - javax.xml.transform.stream.StreamSource. | 32 |
![]() | Unused import - org.xchain.framework.net.UrlFactory. | 39 |
![]() | Unused import - org.xchain.framework.net.UrlSourceUtil. | 40 |
![]() | Unused import - org.xml.sax.InputSource. | 47 |
![]() | Line is longer than 80 characters (found 109). | 52 |
![]() | Utility classes should not have a public or default constructor. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Line is longer than 80 characters (found 81). | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | First sentence should end with a period. | 63 |
![]() | Line is longer than 80 characters (found 110). | 63 |
![]() | Line is longer than 80 characters (found 132). | 64 |
![]() | First sentence should end with a period. | 66 |
![]() | Line is longer than 80 characters (found 112). | 66 |
![]() | Line is longer than 80 characters (found 134). | 67 |
![]() | First sentence should end with a period. | 69 |
![]() | Line is longer than 80 characters (found 120). | 69 |
![]() | Line is longer than 80 characters (found 144). | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | First sentence should end with a period. | 72 |
![]() | Line is longer than 80 characters (found 110). | 72 |
![]() | Line is longer than 80 characters (found 132). | 73 |
![]() | First sentence should end with a period. | 75 |
![]() | Line is longer than 80 characters (found 114). | 75 |
![]() | Line is longer than 80 characters (found 98). | 76 |
![]() | First sentence should end with a period. | 78 |
![]() | Line is longer than 80 characters (found 114). | 78 |
![]() | Line is longer than 80 characters (found 98). | 79 |
![]() | First sentence should end with a period. | 81 |
![]() | Line is longer than 80 characters (found 114). | 81 |
![]() | Line is longer than 80 characters (found 98). | 82 |
![]() | First sentence should end with a period. | 84 |
![]() | Line is longer than 80 characters (found 114). | 84 |
![]() | Line is longer than 80 characters (found 98). | 85 |
![]() | First sentence should end with a period. | 87 |
![]() | Line is longer than 80 characters (found 108). | 88 |
![]() | First sentence should end with a period. | 90 |
![]() | Line is longer than 80 characters (found 109). | 91 |
![]() | First sentence should end with a period. | 93 |
![]() | Line is longer than 80 characters (found 94). | 94 |
![]() | First sentence should end with a period. | 96 |
![]() | Line is longer than 80 characters (found 99). | 97 |
![]() | Line is longer than 80 characters (found 85). | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters (found 81). | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '=' is not preceded with whitespace. | 100 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters (found 125). | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line is longer than 80 characters (found 143). | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Line is longer than 80 characters (found 137). | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Expected an @return tag. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | Parameter context should be final. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | 'synchronized' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters (found 87). | 125 |
![]() | '}' should be on the same line. | 126 |
![]() | Line is longer than 80 characters (found 101). | 129 |
![]() | 'for' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters (found 131). | 130 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | Line is longer than 80 characters (found 89). | 134 |
![]() | '}' should be on the same line. | 135 |
![]() | Line is longer than 80 characters (found 108). | 138 |
![]() | 'for' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | Line is longer than 80 characters (found 131). | 139 |
![]() | Missing a Javadoc comment. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | Parameter context should be final. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Line is longer than 80 characters (found 132). | 153 |
![]() | Line is longer than 80 characters (found 96). | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter name should be final. | 156 |
![]() | Expected @param tag for 'name'. | 156 |
![]() | Parameter factory should be final. | 156 |
![]() | Expected @param tag for 'factory'. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | 'synchronized' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters (found 126). | 160 |
![]() | 'synchronized' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Expected an @return tag. | 171 |
![]() | Line is longer than 80 characters (found 82). | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | Parameter name should be final. | 171 |
![]() | Expected @param tag for 'name'. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'synchronized' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Expected an @return tag. | 181 |
![]() | Line is longer than 80 characters (found 85). | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | Parameter name should be final. | 181 |
![]() | Expected @param tag for 'name'. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | 'synchronized' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters (found 126). | 185 |
![]() | 'synchronized' is not followed by whitespace. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Line is longer than 80 characters (found 98). | 194 |
![]() | Expected an @return tag. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | Parameter name should be final. | 196 |
![]() | Expected @param tag for 'name'. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Missing a Javadoc comment. | 201 |
![]() | '{' should be on the previous line. | 203 |
![]() | Expected an @return tag. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | Parameter name should be final. | 210 |
![]() | Expected @param tag for 'name'. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 211 |
![]() | Expected @throws tag for 'SAXException'. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | Missing a Javadoc comment. | 216 |
![]() | '{' should be on the previous line. | 218 |
![]() | Expected an @return tag. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | Parameter name should be final. | 225 |
![]() | Expected @param tag for 'name'. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Expected @throws tag for 'ParserConfigurationException'. | 226 |
![]() | Expected @throws tag for 'SAXException'. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Line is longer than 80 characters (found 103). | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | Parameter name should be final. | 231 |
![]() | Parameter factory should be final. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | 'synchronized' is not followed by whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | 'if' is not followed by whitespace. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | Line is longer than 80 characters (found 126). | 235 |
![]() | 'synchronized' is not followed by whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters (found 113). | 244 |
![]() | Line is longer than 80 characters (found 122). | 247 |
![]() | Line is longer than 80 characters (found 89). | 249 |
![]() | '(' is followed by whitespace. | 249 |
![]() | Parameter name should be final. | 249 |
![]() | ')' is preceded with whitespace. | 249 |
![]() | 'synchronized' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | '(' is followed by whitespace. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Line is longer than 80 characters (found 114). | 257 |
![]() | Line is longer than 80 characters (found 85). | 258 |
![]() | Line is longer than 80 characters (found 103). | 259 |
![]() | Line is longer than 80 characters (found 91). | 260 |
![]() | Unused @throws tag for 'IllegalStateException'. | 260 |
![]() | Line is longer than 80 characters (found 92). | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | Parameter name should be final. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
![]() | 'synchronized' is not followed by whitespace. | 264 |
![]() | '(' is followed by whitespace. | 264 |
![]() | ')' is preceded with whitespace. | 264 |
![]() | 'if' is not followed by whitespace. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Line is longer than 80 characters (found 126). | 266 |
![]() | 'synchronized' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | Line is longer than 80 characters (found 97). | 275 |
![]() | Unused @throws tag for 'RuntimeException'. | 278 |
![]() | '(' is followed by whitespace. | 280 |
![]() | Parameter name should be final. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | Line is longer than 80 characters (found 82). | 282 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | 'if' is not followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | Line is longer than 80 characters (found 96). | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | Line is longer than 80 characters (found 114). | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | Parameter uri should be final. | 291 |
![]() | Parameter localName should be final. | 291 |
![]() | Parameter attributes should be final. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Comment matches to-do format 'TODO:'. | 293 |
![]() | Line is longer than 80 characters (found 96). | 293 |
![]() | 'if' is not followed by whitespace. | 295 |
![]() | '(' is followed by whitespace. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | '}' should be on the same line. | 297 |
![]() | 'if' is not followed by whitespace. | 298 |
![]() | '(' is followed by whitespace. | 298 |
![]() | ')' is preceded with whitespace. | 298 |
![]() | '}' should be on the same line. | 300 |
![]() | Line is longer than 80 characters (found 111). | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | Expected an @return tag. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | Parameter systemId should be final. | 309 |
![]() | Expected @param tag for 'systemId'. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 310 |
![]() | '{' should be on the previous line. | 311 |
![]() | '}' should be on the same line. | 314 |
![]() | 'catch' is not followed by whitespace. | 315 |
![]() | '(' is followed by whitespace. | 315 |
![]() | ')' is preceded with whitespace. | 315 |
![]() | Line is longer than 80 characters (found 145). | 316 |
![]() | '+' is not preceded with whitespace. | 316 |
![]() | '+' is not followed by whitespace. | 316 |
![]() | '+' is not preceded with whitespace. | 316 |
![]() | '+' is not followed by whitespace. | 316 |
![]() | Missing a Javadoc comment. | 320 |
![]() | '(' is followed by whitespace. | 320 |
![]() | Parameter templates should be final. | 320 |
![]() | ')' is preceded with whitespace. | 320 |
![]() | '{' should be on the previous line. | 322 |
![]() | 'if' is not followed by whitespace. | 323 |
![]() | '(' is followed by whitespace. | 323 |
![]() | '(' is followed by whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | Line is longer than 80 characters (found 85). | 324 |
![]() | 'cast' is not followed by whitespace. | 326 |
![]() | Missing a Javadoc comment. | 329 |
![]() | '(' is followed by whitespace. | 329 |
![]() | Parameter systemId should be final. | 329 |
![]() | ')' is preceded with whitespace. | 329 |
![]() | '{' should be on the previous line. | 331 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
![]() | Line is longer than 80 characters (found 124). | 336 |
![]() | Line is longer than 80 characters (found 132). | 337 |
![]() | Line is longer than 80 characters (found 135). | 338 |
![]() | Line is longer than 80 characters (found 139). | 339 |
![]() | Line has trailing spaces. | 340 |
![]() | Expected an @return tag. | 342 |
![]() | '{' should be on the previous line. | 343 |
![]() | Line has trailing spaces. | 346 |
![]() | Line has trailing spaces. | 348 |
![]() | Line is longer than 80 characters (found 139). | 348 |
![]() | Line is longer than 80 characters (found 107). | 351 |
![]() | '(' is followed by whitespace. | 351 |
![]() | Parameter name should be final. | 351 |
![]() | Expected @param tag for 'name'. | 351 |
![]() | Parameter factory should be final. | 351 |
![]() | Expected @param tag for 'factory'. | 351 |
![]() | 'synchronized' is not followed by whitespace. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | ')' is preceded with whitespace. | 353 |
![]() | 'if' is not followed by whitespace. | 354 |
![]() | '(' is followed by whitespace. | 354 |
![]() | ')' is preceded with whitespace. | 354 |
![]() | Line is longer than 80 characters (found 132). | 355 |
![]() | 'synchronized' is not followed by whitespace. | 357 |
![]() | '(' is followed by whitespace. | 357 |
![]() | ')' is preceded with whitespace. | 357 |
![]() | '(' is followed by whitespace. | 358 |
![]() | ')' is preceded with whitespace. | 358 |
![]() | Line has trailing spaces. | 362 |
![]() | Expected an @return tag. | 366 |
![]() | Line is longer than 80 characters (found 87). | 366 |
![]() | '(' is followed by whitespace. | 366 |
![]() | Parameter name should be final. | 366 |
![]() | Expected @param tag for 'name'. | 366 |
![]() | ')' is preceded with whitespace. | 366 |
![]() | 'synchronized' is not followed by whitespace. | 368 |
![]() | '(' is followed by whitespace. | 368 |
![]() | ')' is preceded with whitespace. | 368 |
![]() | '(' is followed by whitespace. | 369 |
![]() | ')' is preceded with whitespace. | 369 |
![]() | Line has trailing spaces. | 372 |
![]() | Expected an @return tag. | 376 |
![]() | Line is longer than 80 characters (found 97). | 376 |
![]() | '(' is followed by whitespace. | 376 |
![]() | Parameter name should be final. | 376 |
![]() | Expected @param tag for 'name'. | 376 |
![]() | ')' is preceded with whitespace. | 376 |
![]() | 'synchronized' is not followed by whitespace. | 378 |
![]() | '(' is followed by whitespace. | 378 |
![]() | ')' is preceded with whitespace. | 378 |
![]() | 'if' is not followed by whitespace. | 379 |
![]() | '(' is followed by whitespace. | 379 |
![]() | ')' is preceded with whitespace. | 379 |
![]() | Line is longer than 80 characters (found 132). | 380 |
![]() | 'synchronized' is not followed by whitespace. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | '(' is followed by whitespace. | 383 |
![]() | ')' is preceded with whitespace. | 383 |
![]() | Line is longer than 80 characters (found 110). | 389 |
![]() | Expected an @return tag. | 391 |
![]() | '(' is followed by whitespace. | 391 |
![]() | Parameter name should be final. | 391 |
![]() | Expected @param tag for 'name'. | 391 |
![]() | ')' is preceded with whitespace. | 391 |
![]() | '{' should be on the previous line. | 392 |
![]() | '(' is followed by whitespace. | 393 |
![]() | ')' is preceded with whitespace. | 393 |
![]() | Line has trailing spaces. | 395 |
![]() | Line has trailing spaces. | 396 |
![]() | Missing a Javadoc comment. | 396 |
![]() | '{' should be on the previous line. | 398 |
![]() | '(' is followed by whitespace. | 399 |
![]() | ')' is preceded with whitespace. | 399 |
![]() | Line has trailing spaces. | 401 |
![]() | Line is longer than 80 characters (found 89). | 403 |
![]() | Line has trailing spaces. | 404 |
![]() | Expected an @return tag. | 406 |
![]() | Line has trailing spaces. | 406 |
![]() | '(' is followed by whitespace. | 406 |
![]() | Parameter name should be final. | 406 |
![]() | Expected @param tag for 'name'. | 406 |
![]() | ')' is preceded with whitespace. | 406 |
![]() | '{' should be on the previous line. | 408 |
![]() | '(' is followed by whitespace. | 409 |
![]() | ')' is preceded with whitespace. | 409 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 82). | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters (found 160). | 33 |
![]() | Line is longer than 80 characters (found 154). | 34 |
![]() | Line is longer than 80 characters (found 134). | 35 |
![]() | Line is longer than 80 characters (found 140). | 36 |
![]() | Class DependencyTracker should be declared as final. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Line is longer than 80 characters (found 83). | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'log' must be private and have accessor methods. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'instance' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line is longer than 80 characters (found 122). | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'dependencyListStackThreadLocal' must be private and have accessor methods. | 60 |
![]() | '{' should be on the previous line. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '{' should be on the previous line. | 76 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '}' should be on the same line. | 82 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Line has trailing spaces. | 94 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | '}' should be on the same line. | 104 |
![]() | Line is longer than 80 characters (found 85). | 111 |
![]() | Line is longer than 80 characters (found 82). | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 115 |
![]() | '(' is followed by whitespace. | 118 |
![]() | Parameter uriResolver should be final. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | Line has trailing spaces. | 134 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter dependency should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | Line has trailing spaces. | 152 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Parameter dependencySet should be final. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Variable 'wrapped' must be private and have accessor methods. | 173 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | Parameter wrapped should be final. | 174 |
![]() | 'wrapped' hides a field. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Line is longer than 80 characters (found 111). | 180 |
![]() | Expected an @return tag. | 182 |
![]() | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | Parameter href should be final. | 182 |
![]() | Expected @param tag for 'href'. | 182 |
![]() | Parameter base should be final. | 182 |
![]() | Expected @param tag for 'base'. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Expected @throws tag for 'TransformerException'. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Line has trailing spaces. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | '}' should be on the same line. | 195 |
![]() | 'catch' is not followed by whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line is longer than 80 characters (found 113). | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | '}' should be on the same line. | 203 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter context should be final. | 41 |
![]() | Parameter spec should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Expected @throws tag for 'MalformedURLException'. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '}' should be on the same line. | 46 |
![]() | 'catch' is not followed by whitespace. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Line is longer than 80 characters (found 131). | 48 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | '(' is followed by whitespace. | 64 |
![]() | Parameter url should be final. | 64 |
![]() | Parameter spec should be final. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Expected @throws tag for 'MalformedURLException'. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '}' should be on the same line. | 73 |
![]() | '}' should be on the same line. | 77 |
![]() | 'catch' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters (found 131). | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Line is longer than 80 characters (found 87). | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'log' must be private and have accessor methods. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Parameter url should be final. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters (found 83). | 39 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line is longer than 80 characters (found 161). | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '}' should be on the same line. | 54 |
![]() | 'catch' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters (found 94). | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line is longer than 80 characters (found 106). | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | '}' should be on the same line. | 67 |
![]() | 'catch' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters (found 95). | 69 |
![]() | '+' is not preceded with whitespace. | 69 |
![]() | '+' is not followed by whitespace. | 69 |
![]() | '+' is not preceded with whitespace. | 69 |
![]() | '+' is not followed by whitespace. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 43 |
![]() | Line is longer than 80 characters (found 81). | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'log' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'wrapped' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Parameter url should be final. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Method 'getWrapped' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setWrapped' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter wrapped should be final. | 54 |
![]() | 'wrapped' hides a field. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Method 'addRequestProperty' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | Parameter key should be final. | 66 |
![]() | Parameter value should be final. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'getAllowUserInteraction' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Parameter classes should be final. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 84 |
![]() | Method 'getContentEncoding' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'getContentLength' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'getDefaultUseCaches' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'getDoInput' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'getDoOutput' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Method 'getExpiration' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Method 'getHeaderField' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | Parameter n should be final. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Method 'getHeaderField' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | Parameter name should be final. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Method 'getHeaderFieldDate' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | Parameter name should be final. | 138 |
![]() | Parameter defaultValue should be final. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | Method 'getHeaderFieldInt' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | Parameter name should be final. | 143 |
![]() | Parameter defaultValue should be final. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Method 'getHeaderFieldKey' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | Parameter n should be final. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Method 'getHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Method 'getIfModifiedSince' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | '{' should be on the previous line. | 165 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters (found 81). | 168 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters (found 177). | 171 |
![]() | Line has trailing spaces. | 172 |
![]() | '?' is not preceded with whitespace. | 176 |
![]() | Avoid inline conditionals. | 176 |
![]() | '?' is not preceded with whitespace. | 177 |
![]() | Avoid inline conditionals. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Method 'getLastModified' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | '{' should be on the previous line. | 183 |
![]() | Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | '{' should be on the previous line. | 189 |
![]() | Method 'getPermission' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | '{' should be on the previous line. | 195 |
![]() | Method 'getRequestProperties' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Method 'getRequestProperty' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | Parameter key should be final. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Method 'getUseCaches' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | Method 'setAllowUserInteraction' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | Parameter allowUserInteraction should be final. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Method 'setDefaultUseCaches' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | Parameter defaultUseCaches should be final. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | Method 'setDoInput' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | Parameter doInput should be final. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Method 'setDoOutput' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | Parameter doOutout should be final. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | '{' should be on the previous line. | 230 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Method 'setIfModifiedSince' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | Parameter ifModifiedSince should be final. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Method 'setRequestProperty' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | Parameter key should be final. | 239 |
![]() | Parameter value should be final. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | '{' should be on the previous line. | 240 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Method 'setUseCaches' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | Parameter useCaches should be final. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 126). | 21 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | Redundant 'public' modifier. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Expected @throws tag for 'Exception'. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Redundant 'public' modifier. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 82). | 33 |
![]() | Line is longer than 80 characters (found 128). | 37 |
![]() | Line is longer than 80 characters (found 111). | 38 |
![]() | Line is longer than 80 characters (found 135). | 40 |
![]() | Line is longer than 80 characters (found 137). | 41 |
![]() | '{' should be on the previous line. | 49 |
![]() | Variable 'log' must be private and have accessor methods. | 51 |
![]() | Variable 'protocolPattern' must be private and have accessor methods. | 54 |
![]() | Line is longer than 80 characters (found 91). | 57 |
![]() | Variable 'protocolPatternString' must be private and have accessor methods. | 57 |
![]() | '}' should be on the same line. | 63 |
![]() | 'catch' is not followed by whitespace. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line is longer than 80 characters (found 90). | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | '+' is not preceded with whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 65 |
![]() | '+' is not preceded with whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 99). | 76 |
![]() | 'synchronized' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters (found 114). | 79 |
![]() | Line is longer than 80 characters (found 102). | 80 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters (found 94). | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '}' should be on the same line. | 86 |
![]() | 'catch' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Expected an @return tag. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Line is longer than 80 characters (found 137). | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Variable 'factory' must be private and have accessor methods. | 104 |
![]() | Line is longer than 80 characters (found 149). | 109 |
![]() | Variable 'protocolMap' must be private and have accessor methods. | 109 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Line is longer than 80 characters (found 148). | 117 |
![]() | Expected an @return tag. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Expected an @return tag. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | Parameter spec should be final. | 128 |
![]() | Expected @param tag for 'spec'. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | Expected @throws tag for 'MalformedURLException'. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | '(' is followed by whitespace. | 134 |
![]() | 'cast' is not followed by whitespace. | 134 |
![]() | 'cast' is not followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter spec should be final. | 137 |
![]() | Parameter handler should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | '(' is followed by whitespace. | 143 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Expected an @return tag. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | Parameter protocol should be final. | 149 |
![]() | Expected @param tag for 'protocol'. | 149 |
![]() | Parameter host should be final. | 149 |
![]() | Expected @param tag for 'host'. | 149 |
![]() | Parameter port should be final. | 149 |
![]() | Expected @param tag for 'port'. | 149 |
![]() | Parameter file should be final. | 149 |
![]() | Expected @param tag for 'file'. | 149 |
![]() | Expected @throws tag for 'MalformedURLException'. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | 'if' is not followed by whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | '(' is followed by whitespace. | 157 |
![]() | 'cast' is not followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters (found 100). | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | Parameter protocol should be final. | 160 |
![]() | Parameter host should be final. | 160 |
![]() | Parameter port should be final. | 160 |
![]() | Parameter file should be final. | 160 |
![]() | Parameter handler should be final. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line is longer than 80 characters (found 107). | 164 |
![]() | Line is longer than 80 characters (found 92). | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Expected an @return tag. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | Parameter protocol should be final. | 172 |
![]() | Expected @param tag for 'protocol'. | 172 |
![]() | Parameter host should be final. | 172 |
![]() | Expected @param tag for 'host'. | 172 |
![]() | Parameter file should be final. | 172 |
![]() | Expected @param tag for 'file'. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | Expected @throws tag for 'MalformedURLException'. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 180 |
![]() | 'cast' is not followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters (found 90). | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | Parameter protocol should be final. | 183 |
![]() | Parameter host should be final. | 183 |
![]() | Parameter file should be final. | 183 |
![]() | Parameter handler should be final. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | 'if' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters (found 97). | 187 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters (found 114). | 193 |
![]() | Expected an @return tag. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | Parameter context should be final. | 196 |
![]() | Expected @param tag for 'context'. | 196 |
![]() | Parameter spec should be final. | 196 |
![]() | Expected @param tag for 'spec'. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Expected @throws tag for 'MalformedURLException'. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | '(' is followed by whitespace. | 204 |
![]() | 'cast' is not followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters (found 89). | 208 |
![]() | Expected an @return tag. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | Parameter context should be final. | 210 |
![]() | Expected @param tag for 'context'. | 210 |
![]() | Parameter spec should be final. | 210 |
![]() | Expected @param tag for 'spec'. | 210 |
![]() | Parameter handler should be final. | 210 |
![]() | Expected @param tag for 'handler'. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Expected @throws tag for 'MalformedURLException'. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Line is longer than 80 characters (found 117). | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | 'cast' is not followed by whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Line is longer than 80 characters (found 99). | 232 |
![]() | Expected an @return tag. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | Parameter context should be final. | 235 |
![]() | Expected @param tag for 'context'. | 235 |
![]() | Parameter spec should be final. | 235 |
![]() | Expected @param tag for 'spec'. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Expected @throws tag for 'MalformedURLException'. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | 'if' is not followed by whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | 'cast' is not followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters (found 104). | 251 |
![]() | Line is longer than 80 characters (found 86). | 252 |
![]() | Expected an @return tag. | 254 |
![]() | '(' is followed by whitespace. | 254 |
![]() | Parameter context should be final. | 254 |
![]() | Expected @param tag for 'context'. | 254 |
![]() | Parameter spec should be final. | 254 |
![]() | Expected @param tag for 'spec'. | 254 |
![]() | Parameter handler should be final. | 254 |
![]() | Expected @param tag for 'handler'. | 254 |
![]() | ')' is preceded with whitespace. | 254 |
![]() | Expected @throws tag for 'MalformedURLException'. | 255 |
![]() | '{' should be on the previous line. | 256 |
![]() | 'if' is not followed by whitespace. | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | Line is longer than 80 characters (found 83). | 258 |
![]() | 'if' is not followed by whitespace. | 263 |
![]() | '(' is followed by whitespace. | 263 |
![]() | ')' is preceded with whitespace. | 263 |
![]() | '(' is followed by whitespace. | 264 |
![]() | ')' is preceded with whitespace. | 264 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | Line is longer than 80 characters (found 91). | 272 |
![]() | Line is longer than 80 characters (found 90). | 273 |
![]() | Line is longer than 80 characters (found 95). | 274 |
![]() | Expected an @return tag. | 277 |
![]() | Line is longer than 80 characters (found 96). | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | Parameter protocol should be final. | 277 |
![]() | Expected @param tag for 'protocol'. | 277 |
![]() | Parameter handler should be final. | 277 |
![]() | Expected @param tag for 'handler'. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | 'if' is not followed by whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | 'if' is not followed by whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters (found 97). | 291 |
![]() | Line is longer than 80 characters (found 88). | 292 |
![]() | Expected an @return tag. | 294 |
![]() | '(' is followed by whitespace. | 294 |
![]() | Parameter spec should be final. | 294 |
![]() | Expected @param tag for 'spec'. | 294 |
![]() | ')' is preceded with whitespace. | 294 |
![]() | Expected @throws tag for 'MalformedURLException'. | 295 |
![]() | '{' should be on the previous line. | 296 |
![]() | '(' is followed by whitespace. | 297 |
![]() | ')' is preceded with whitespace. | 297 |
![]() | Missing a Javadoc comment. | 300 |
![]() | '(' is followed by whitespace. | 300 |
![]() | Parameter spec should be final. | 300 |
![]() | Parameter malformedIfNoProtocol should be final. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | '{' should be on the previous line. | 302 |
![]() | '(' is followed by whitespace. | 303 |
![]() | ')' is preceded with whitespace. | 303 |
![]() | 'if' is not followed by whitespace. | 305 |
![]() | '(' is followed by whitespace. | 305 |
![]() | ')' is preceded with whitespace. | 305 |
![]() | '}' should be on the same line. | 307 |
![]() | 'if' is not followed by whitespace. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | Line is longer than 80 characters (found 87). | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '}' should be on the same line. | 310 |
![]() | Class MappedUrlStreamHandlerFactory should be declared as final. | 319 |
![]() | '{' should be on the previous line. | 321 |
![]() | Missing a Javadoc comment. | 323 |
![]() | '{' should be on the previous line. | 324 |
![]() | Missing a Javadoc comment. | 327 |
![]() | '(' is followed by whitespace. | 327 |
![]() | Parameter protocol should be final. | 327 |
![]() | ')' is preceded with whitespace. | 327 |
![]() | '{' should be on the previous line. | 328 |
![]() | 'if' is not followed by whitespace. | 332 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 82). | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter href should be final. | 37 |
![]() | Parameter base should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '}' should be on the same line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '}' should be on the same line. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '}' should be on the same line. | 56 |
![]() | Line is longer than 80 characters (found 111). | 58 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 102). | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '}' should be on the same line. | 68 |
![]() | 'catch' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line is longer than 80 characters (found 108). | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 100). | 33 |
![]() | Utility classes should not have a public or default constructor. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'log' must be private and have accessor methods. | 42 |
![]() | Expected an @return tag. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter url should be final. | 47 |
![]() | Expected @param tag for 'url'. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Expected @throws tag for 'IOException'. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters (found 103). | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line is longer than 80 characters (found 100). | 78 |
![]() | Line is longer than 80 characters (found 100). | 79 |
![]() | Line is longer than 80 characters (found 99). | 80 |
![]() | Expected an @return tag. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Parameter url should be final. | 83 |
![]() | Expected @param tag for 'url'. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Expected @throws tag for 'IOException'. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters (found 109). | 92 |
![]() | Line is longer than 80 characters (found 86). | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters (found 88). | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | Parameter systemId should be final. | 97 |
![]() | Parameter inputStream should be final. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 97). | 118 |
![]() | Line is longer than 80 characters (found 102). | 119 |
![]() | '{' should be on the previous line. | 124 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | Parameter systemId should be final. | 133 |
![]() | 'systemId' hides a field. | 133 |
![]() | Parameter wrapped should be final. | 133 |
![]() | 'wrapped' hides a field. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 95). | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | Line is longer than 80 characters (found 81). | 140 |
![]() | Line is longer than 80 characters (found 95). | 142 |
![]() | Line is longer than 80 characters (found 84). | 143 |
![]() | 'for' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line has trailing spaces. | 149 |
![]() | Method 'available' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Method 'mark' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | Parameter readLimit should be final. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Method 'markSupported' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '{' should be on the previous line. | 173 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | Parameter b should be final. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | Parameter b should be final. | 183 |
![]() | Parameter off should be final. | 183 |
![]() | Parameter len should be final. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | '{' should be on the previous line. | 191 |
![]() | Method 'skip' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Parameter n should be final. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | '{' should be on the previous line. | 197 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | '{' should be on the previous line. | 202 |
![]() | 'if' is not followed by whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters (found 84). | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters (found 118). | 29 |
![]() | Expected an @return tag. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Expected @param tag for 'resourceUrl'. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 47 |
![]() | Variable 'log' must be private and have accessor methods. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'instance' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line is longer than 80 characters (found 130). | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'existsStrategyMap' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters (found 128). | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Parameter strategy should be final. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line is longer than 80 characters (found 82). | 74 |
![]() | Line has trailing spaces. | 79 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Parameter systemId should be final. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Expected @throws tag for 'Exception'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Line is longer than 80 characters (found 118). | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter url should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Expected @throws tag for 'Exception'. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Line is longer than 80 characters (found 84). | 102 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters (found 85). | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 110 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | Line is longer than 80 characters (found 81). | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '}' should be on the same line. | 122 |
![]() | '}' should be on the same line. | 126 |
![]() | '}' should be on the same line. | 129 |
![]() | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | Parameter url should be final. | 139 |
![]() | Expected @param tag for 'url'. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Expected @throws tag for 'IOException'. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Line has trailing spaces. | 145 |
![]() | '}' should be on the same line. | 147 |
![]() | Expected an @return tag. | 156 |
![]() | Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter connection should be final. | 156 |
![]() | Expected @param tag for 'connection'. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters (found 96). | 160 |
![]() | 'if' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | 'cast' is not followed by whitespace. | 164 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | '}' should be on the same line. | 169 |
![]() | 'catch' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters (found 92). | 177 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '}' should be on the same line. | 181 |
![]() | Line has trailing spaces. | 191 |
![]() | Line has trailing spaces. | 194 |
![]() | Method 'lastModifiedBefore' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | Parameter url should be final. | 197 |
![]() | Parameter otherUrl should be final. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Expected @throws tag for 'IOException'. | 198 |
![]() | '{' should be on the previous line. | 199 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | Line is longer than 80 characters (found 86). | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '}' should be on the same line. | 217 |
![]() | Line is longer than 80 characters (found 126). | 223 |
![]() | Line is longer than 80 characters (found 136). | 224 |
![]() | Line is longer than 80 characters (found 103). | 227 |
![]() | Line is longer than 80 characters (found 113). | 228 |
![]() | Line has trailing spaces. | 230 |
![]() | Line has trailing spaces. | 236 |
![]() | Line has trailing spaces. | 239 |
![]() | Line is longer than 80 characters (found 93). | 240 |
![]() | Method 'lastModifiedBefore' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | Parameter url should be final. | 242 |
![]() | Parameter urlSet should be final. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Expected @throws tag for 'IOException'. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | Line has trailing spaces. | 248 |
![]() | 'if' is not followed by whitespace. | 254 |
![]() | '(' is followed by whitespace. | 254 |
![]() | ')' is preceded with whitespace. | 254 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | Line has trailing spaces. | 257 |
![]() | 'while' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | 'if' is not followed by whitespace. | 266 |
![]() | '(' is followed by whitespace. | 266 |
![]() | ')' is preceded with whitespace. | 266 |
![]() | Line is longer than 80 characters (found 88). | 267 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' is not followed by whitespace. | 267 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' is not followed by whitespace. | 267 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' is not followed by whitespace. | 267 |
![]() | '+' is not preceded with whitespace. | 267 |
![]() | '+' is not followed by whitespace. | 267 |
![]() | Line has trailing spaces. | 284 |
![]() | Line has trailing spaces. | 287 |
![]() | Method 'lastModifiedAfter' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | '(' is followed by whitespace. | 290 |
![]() | Parameter url should be final. | 290 |
![]() | Parameter lastModified should be final. | 290 |
![]() | ')' is preceded with whitespace. | 290 |
![]() | Expected @throws tag for 'IOException'. | 291 |
![]() | '{' should be on the previous line. | 292 |
![]() | Line is longer than 80 characters (found 82). | 296 |
![]() | Line is longer than 80 characters (found 82). | 302 |
![]() | Line has trailing spaces. | 303 |
![]() | Line has trailing spaces. | 306 |
![]() | Line is longer than 80 characters (found 82). | 307 |
![]() | Line is longer than 80 characters (found 86). | 309 |
![]() | Method 'lastModifiedAfter' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | Parameter urlCollection should be final. | 309 |
![]() | Parameter lastModified should be final. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | Expected @throws tag for 'IOException'. | 310 |
![]() | '{' should be on the previous line. | 311 |
![]() | Line is longer than 80 characters (found 96). | 314 |
![]() | 'while' is not followed by whitespace. | 316 |
![]() | '(' is followed by whitespace. | 316 |
![]() | ')' is preceded with whitespace. | 316 |
![]() | Line has trailing spaces. | 325 |
![]() | Line has trailing spaces. | 327 |
![]() | Method 'unwrapConnection' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | '(' is followed by whitespace. | 330 |
![]() | Parameter connection should be final. | 330 |
![]() | ')' is preceded with whitespace. | 330 |
![]() | '{' should be on the previous line. | 331 |
![]() | 'while' is not followed by whitespace. | 332 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
![]() | 'cast' is not followed by whitespace. | 333 |
![]() | Line has trailing spaces. | 340 |
![]() | Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | '(' is followed by whitespace. | 343 |
![]() | Parameter connection should be final. | 343 |
![]() | ')' is preceded with whitespace. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | 'if' is not followed by whitespace. | 345 |
![]() | '(' is followed by whitespace. | 345 |
![]() | ')' is preceded with whitespace. | 345 |
![]() | '(' is followed by whitespace. | 354 |
![]() | Parameter urlConnection should be final. | 354 |
![]() | Expected @param tag for 'urlConnection'. | 354 |
![]() | ')' is preceded with whitespace. | 354 |
![]() | '{' should be on the previous line. | 355 |
![]() | 'if' is not followed by whitespace. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | '}' should be on the same line. | 359 |
![]() | 'catch' is not followed by whitespace. | 360 |
![]() | '(' is followed by whitespace. | 360 |
![]() | ')' is preceded with whitespace. | 360 |
![]() | 'if' is not followed by whitespace. | 362 |
![]() | '(' is followed by whitespace. | 362 |
![]() | ')' is preceded with whitespace. | 362 |
![]() | '(' is followed by whitespace. | 372 |
![]() | Parameter urlConnection should be final. | 372 |
![]() | Expected @param tag for 'urlConnection'. | 372 |
![]() | ')' is preceded with whitespace. | 372 |
![]() | '{' should be on the previous line. | 373 |
![]() | 'if' is not followed by whitespace. | 374 |
![]() | '(' is followed by whitespace. | 374 |
![]() | ')' is preceded with whitespace. | 374 |
![]() | '}' should be on the same line. | 377 |
![]() | 'catch' is not followed by whitespace. | 378 |
![]() | '(' is followed by whitespace. | 378 |
![]() | ')' is preceded with whitespace. | 378 |
![]() | 'if' is not followed by whitespace. | 380 |
![]() | '(' is followed by whitespace. | 380 |
![]() | ')' is preceded with whitespace. | 380 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Parameter url should be final. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'log' must be private and have accessor methods. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Line is longer than 80 characters (found 103). | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'localCacheStrategy' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter url should be final. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Method 'getUrlTranslationStrategy' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter url should be final. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'HTTP_PROTOCOL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Variable 'HTTP_PROTOCOL' must be private and have accessor methods. | 27 |
![]() | Method 'createURLStreamHandler' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter protocol should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '}' should be on the same line. | 33 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters (found 183). | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line is longer than 80 characters (found 152). | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | Line is longer than 80 characters (found 172). | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 29 |
![]() | Line has trailing spaces. | 33 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter url should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Expected @throws tag for 'Exception'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '}' should be on the same line. | 44 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter resourceUrl should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 104). | 33 |
![]() | '}' should be on the same line. | 34 |
![]() | 'catch' is not followed by whitespace. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter url should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter message should be final. | 31 |
![]() | '{' should be on the previous line. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 89). | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter url should be final. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on the previous line. | 38 |
![]() | '+' is not preceded with whitespace. | 39 |
![]() | '+' is not followed by whitespace. | 39 |
![]() | '+' is not preceded with whitespace. | 39 |
![]() | '+' is not followed by whitespace. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 112). | 28 |
![]() | Line is longer than 80 characters (found 81). | 30 |
![]() | Line is longer than 80 characters (found 83). | 31 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters (found 84). | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'log' must be private and have accessor methods. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'SYSTEM_CLASS_LOADER_ATHORITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Variable 'SYSTEM_CLASS_LOADER_ATHORITY' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Name 'CONTEXT_CLASS_LOADER_ATHORITY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() | Variable 'CONTEXT_CLASS_LOADER_ATHORITY' must be private and have accessor methods. | 44 |
![]() | Line is longer than 80 characters (found 158). | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'urlTranslationStrategyMap' must be private and have accessor methods. | 46 |
![]() | Line is longer than 80 characters (found 104). | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Parameter authority should be final. | 48 |
![]() | Parameter strategy should be final. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line is longer than 80 characters (found 130). | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 82). | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters (found 84). | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter authority should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 81). | 64 |
![]() | 'cast' is not followed by whitespace. | 64 |
![]() | Line is longer than 80 characters (found 114). | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters (found 116). | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | Parameter url should be final. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters (found 91). | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters (found 112). | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Line is longer than 80 characters (found 159). | 92 |
![]() | '+' is not preceded with whitespace. | 92 |
![]() | '+' is not followed by whitespace. | 92 |
![]() | '+' is not preceded with whitespace. | 92 |
![]() | '+' is not followed by whitespace. | 92 |
![]() | '+' is not preceded with whitespace. | 92 |
![]() | '+' is not followed by whitespace. | 92 |
![]() | '+' is not preceded with whitespace. | 92 |
![]() | '+' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '}' should be on the same line. | 101 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters (found 117). | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '}' should be on the same line. | 111 |
![]() | 'catch' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters (found 110). | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'RESOURCE_PROTOCOL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Variable 'RESOURCE_PROTOCOL' must be private and have accessor methods. | 27 |
![]() | Method 'createURLStreamHandler' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter protocol should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | 'if' is not followed by whitespace. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '}' should be on the same line. | 33 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | Parameter resourceUrl should be final. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '}' should be on the same line. | 34 |
![]() | 'catch' is not followed by whitespace. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 92). | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'URL_FACTORY_URL_SOURCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable 'URL_FACTORY_URL_SOURCE' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'CONSTRUCTOR_URL_SOURCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable 'CONSTRUCTOR_URL_SOURCE' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'baseUrl' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'urlSource' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '{' is not followed by whitespace. | 44 |
![]() | '}' is not preceded with whitespace. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter baseUrl should be final. | 46 |
![]() | 'baseUrl' hides a field. | 46 |
![]() | Parameter urlSource should be final. | 46 |
![]() | 'urlSource' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | Parameter baseUrl should be final. | 52 |
![]() | 'baseUrl' hides a field. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setUrlSource' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter urlSource should be final. | 54 |
![]() | 'urlSource' hides a field. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Method 'getUrlSource' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter url should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters (found 83). | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '}' should be on the same line. | 86 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | '}' should be on the same line. | 89 |
![]() | Line is longer than 80 characters (found 103). | 91 |
![]() | '+' is not preceded with whitespace. | 91 |
![]() | '+' is not followed by whitespace. | 91 |
![]() | '+' is not preceded with whitespace. | 91 |
![]() | '+' is not followed by whitespace. | 91 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters (found 158). | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '}' should be on the same line. | 102 |
![]() | 'catch' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters (found 156). | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters (found 150). | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 99). | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'cache' must be private and have accessor methods. | 31 |
![]() | Method 'registerCachedUrl' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | Parameter url should be final. | 33 |
![]() | Parameter cacheUrl should be final. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters (found 118). | 39 |
![]() | Expected an @return tag. | 42 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter sourceUrl should be final. | 42 |
![]() | Expected @param tag for 'sourceUrl'. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '}' should be on the same line. | 49 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '}' should be on the same line. | 53 |
![]() | 'catch' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 81). | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters (found 94). | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'log' must be private and have accessor methods. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Line is longer than 80 characters (found 98). | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'translatorList' must be private and have accessor methods. | 37 |
![]() | Line is longer than 80 characters (found 120). | 39 |
![]() | Method 'setTranslatorList' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter translatorList should be final. | 39 |
![]() | 'translatorList' hides a field. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line is longer than 80 characters (found 89). | 40 |
![]() | Method 'getTranslatorList' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter resourceUrl should be final. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'if' is not followed by whitespace. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line is longer than 80 characters (found 115). | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | Line is longer than 80 characters (found 84). | 48 |
![]() | 'while' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters (found 114). | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '}' should be on the same line. | 59 |
![]() | Line is longer than 80 characters (found 82). | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 84). | 27 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 91). | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter url should be final. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 41 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 87). | 24 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter url should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 37 |
![]() | 'cast' is not followed by whitespace. | 39 |
![]() | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 82). | 21 |
![]() | Line is longer than 80 characters (found 137). | 26 |
![]() | Line has trailing spaces. | 34 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter url should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is followed by whitespace. | 42 |
![]() | 'cast' is not followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter connection should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getProtocol' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.util.regex.PatternSyntaxException. | 24 |
![]() | Comment matches to-do format 'TODO:'. | 30 |
![]() | Comment matches to-do format 'TODO:'. | 31 |
![]() | Comment matches to-do format 'TODO:'. | 32 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'DIGIT_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'ALPHA_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'ALPHA_NUM_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Name 'TOKEN_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'ZERO_OR_MORE_WHITESPACE_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Name 'ONE_OR_MORE_WHITESPACE_REGEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | First sentence should end with a period. | 51 |
![]() | Line is longer than 80 characters (found 83). | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters (found 82). | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters (found 124). | 65 |
![]() | Line is longer than 80 characters (found 127). | 68 |
![]() | Line is longer than 80 characters (found 82). | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters (found 128). | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name 'TOKEN_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Variable 'TOKEN_PATTERN' must be private and have accessor methods. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Name 'EXTENDED_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() | Variable 'EXTENDED_PATTERN' must be private and have accessor methods. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name 'QUOTED_STRING_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() | Variable 'QUOTED_STRING_PATTERN' must be private and have accessor methods. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Name 'COLON_EQUALS_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Variable 'COLON_EQUALS_PATTERN' must be private and have accessor methods. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Name 'EQUALS_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | Variable 'EQUALS_PATTERN' must be private and have accessor methods. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Name 'ZERO_OR_MORE_WHITESPACE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() | Variable 'ZERO_OR_MORE_WHITESPACE_PATTERN' must be private and have accessor methods. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Name 'ONE_OR_MORE_WHITESPACE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
![]() | Variable 'ONE_OR_MORE_WHITESPACE_PATTERN' must be private and have accessor methods. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Name 'QUOTED_PATH_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
![]() | Variable 'QUOTED_PATH_PATTERN' must be private and have accessor methods. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Name 'UNQUOTED_PATH_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | Variable 'UNQUOTED_PATH_PATTERN' must be private and have accessor methods. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'START_PARAMETER_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Variable 'START_PARAMETER_PATTERN' must be private and have accessor methods. | 89 |
![]() | Line is longer than 80 characters (found 97). | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'QUOTE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Variable 'QUOTE_PATTERN' must be private and have accessor methods. | 90 |
![]() | Line is longer than 80 characters (found 109). | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Name 'SEMICOLON_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() | Variable 'SEMICOLON_PATTERN' must be private and have accessor methods. | 91 |
![]() | Line is longer than 80 characters (found 89). | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Name 'COMMA_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
![]() | Variable 'COMMA_PATTERN' must be private and have accessor methods. | 92 |
![]() | Line is longer than 80 characters (found 84). | 95 |
![]() | Line is longer than 80 characters (found 93). | 96 |
![]() | Line is longer than 80 characters (found 108). | 97 |
![]() | Line is longer than 80 characters (found 105). | 98 |
![]() | Line is longer than 80 characters (found 87). | 99 |
![]() | Line is longer than 80 characters (found 125). | 100 |
![]() | Line is longer than 80 characters (found 123). | 101 |
![]() | Line is longer than 80 characters (found 106). | 102 |
![]() | Line is longer than 80 characters (found 112). | 103 |
![]() | Line is longer than 80 characters (found 118). | 104 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line is longer than 80 characters (found 83). | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Expected an @return tag. | 121 |
![]() | Line is longer than 80 characters (found 90). | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | Parameter bundleClassPath should be final. | 121 |
![]() | Expected @param tag for 'bundleClassPath'. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Expected @throws tag for 'Exception'. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters (found 81). | 124 |
![]() | 'while' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Comment matches to-do format 'TODO:'. | 148 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | Parameter matcher should be final. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '{' should be on the previous line. | 155 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Line is longer than 80 characters (found 82). | 164 |
![]() | 'while' is not followed by whitespace. | 165 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '}' should be on the same line. | 174 |
![]() | 'while' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | '}' should be on the same line. | 186 |
![]() | Line has trailing spaces. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line is longer than 80 characters (found 83). | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Expected an @return tag. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | Parameter matcher should be final. | 201 |
![]() | Expected @param tag for 'matcher'. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Expected @throws tag for 'Exception'. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | '}' should be on the same line. | 209 |
![]() | '}' should be on the same line. | 213 |
![]() | Missing a Javadoc comment. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | Parameter matcher should be final. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | '{' should be on the previous line. | 221 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | '}' should be on the same line. | 228 |
![]() | '}' should be on the same line. | 232 |
![]() | Missing a Javadoc comment. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | Parameter matcher should be final. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | '{' should be on the previous line. | 240 |
![]() | 'if' is not followed by whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | '}' should be on the same line. | 247 |
![]() | '}' should be on the same line. | 251 |
![]() | Line is longer than 80 characters (found 131). | 258 |
![]() | Line has trailing spaces. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | '(' is followed by whitespace. | 267 |
![]() | Parameter matcher should be final. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Expected @throws tag for 'Exception'. | 268 |
![]() | '{' should be on the previous line. | 269 |
![]() | 'if' is not followed by whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | '}' should be on the same line. | 277 |
![]() | Line is longer than 80 characters (found 82). | 279 |
![]() | 'if' is not followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | '}' should be on the same line. | 287 |
![]() | 'if' is not followed by whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | '}' should be on the same line. | 291 |
![]() | '}' should be on the same line. | 299 |
![]() | Line is longer than 80 characters (found 83). | 309 |
![]() | '(' is followed by whitespace. | 312 |
![]() | Parameter matcher should be final. | 312 |
![]() | Parameter mandatory should be final. | 312 |
![]() | ')' is preceded with whitespace. | 312 |
![]() | Expected @throws tag for 'Exception'. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | Line is longer than 80 characters (found 112). | 318 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | Avoid inline conditionals. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | '}' should be on the same line. | 320 |
![]() | '}' should be on the same line. | 324 |
![]() | Line is longer than 80 characters (found 106). | 331 |
![]() | Line has trailing spaces. | 333 |
![]() | Line has trailing spaces. | 335 |
![]() | Expected an @return tag. | 338 |
![]() | '(' is followed by whitespace. | 338 |
![]() | Parameter matcher should be final. | 338 |
![]() | Expected @param tag for 'matcher'. | 338 |
![]() | ')' is preceded with whitespace. | 338 |
![]() | Expected @throws tag for 'Exception'. | 339 |
![]() | '{' should be on the previous line. | 340 |
![]() | 'if' is not followed by whitespace. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
![]() | '}' should be on the same line. | 346 |
![]() | 'if' is not followed by whitespace. | 347 |
![]() | '(' is followed by whitespace. | 347 |
![]() | '(' is followed by whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 347 |
![]() | Comment matches to-do format 'TODO:'. | 350 |
![]() | '}' should be on the same line. | 352 |
![]() | Line is longer than 80 characters (found 122). | 359 |
![]() | Line is longer than 80 characters (found 129). | 360 |
![]() | Line is longer than 80 characters (found 107). | 363 |
![]() | Parameter quotedString should be final. | 366 |
![]() | '{' should be on the previous line. | 367 |
![]() | Line is longer than 80 characters (found 94). | 368 |
![]() | First sentence should end with a period. | 371 |
![]() | Line has trailing spaces. | 372 |
![]() | Line has trailing spaces. | 373 |
![]() | Line has trailing spaces. | 374 |
![]() | Expected an @return tag. | 377 |
![]() | '(' is followed by whitespace. | 377 |
![]() | Parameter matcher should be final. | 377 |
![]() | Expected @param tag for 'matcher'. | 377 |
![]() | ')' is preceded with whitespace. | 377 |
![]() | Expected @throws tag for 'ParseException'. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | 'if' is not followed by whitespace. | 385 |
![]() | '(' is followed by whitespace. | 385 |
![]() | ')' is preceded with whitespace. | 385 |
![]() | '}' should be on the same line. | 387 |
![]() | Line is longer than 80 characters (found 86). | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '}' should be on the same line. | 391 |
![]() | Line is longer than 80 characters (found 162). | 398 |
![]() | Expected an @return tag. | 402 |
![]() | '(' is followed by whitespace. | 402 |
![]() | Parameter matcher should be final. | 402 |
![]() | Expected @param tag for 'matcher'. | 402 |
![]() | Parameter pattern should be final. | 402 |
![]() | Expected @param tag for 'pattern'. | 402 |
![]() | ')' is preceded with whitespace. | 402 |
![]() | Expected @throws tag for 'Exception'. | 403 |
![]() | '{' should be on the previous line. | 404 |
![]() | Inner assignments should be avoided. | 410 |
![]() | '}' should be on the same line. | 411 |
![]() | 'if' is not followed by whitespace. | 413 |
![]() | '(' is followed by whitespace. | 413 |
![]() | ')' is preceded with whitespace. | 413 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 119). | 22 |
![]() | Line is longer than 80 characters (found 117). | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'bindCCL' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters (found 124). | 35 |
![]() | Method 'unbindCCL' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'if' construct must use '{}'s. | 53 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'previousCCL' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'boundCCL' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter previousCCL should be final. | 61 |
![]() | 'previousCCL' hides a field. | 61 |
![]() | Parameter boundCCL should be final. | 61 |
![]() | 'boundCCL' hides a field. | 61 |
![]() | Method 'isCCLBound' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters (found 81). | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getTargetList' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getParameterList' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | Parameter name should be final. | 28 |
![]() | 'name' hides a field. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | Parameter value should be final. | 30 |
![]() | 'value' hides a field. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Parameter type should be final. | 32 |
![]() | 'type' hides a field. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.util.ArrayList. | 29 |
![]() | Unused import - java.util.Collections. | 30 |
![]() | Unused import - java.util.HashSet. | 32 |
![]() | Unused import - java.util.List. | 33 |
![]() | Unused import - java.util.Set. | 38 |
![]() | Unused import - org.xchain.framework.sax.util.NamespaceContext. | 42 |
![]() | Line is longer than 80 characters (found 129). | 45 |
![]() | Line is longer than 80 characters (found 133). | 47 |
![]() | Line is longer than 80 characters (found 93). | 48 |
![]() | Line is longer than 80 characters (found 147). | 49 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Variable 'log' must be private and have accessor methods. | 79 |
![]() | Variable 'redirectBuilder' must be private and have accessor methods. | 82 |
![]() | Variable 'redirectDepth' must be private and have accessor methods. | 85 |
![]() | Variable 'nextElement' must be private and have accessor methods. | 88 |
![]() | Line is longer than 80 characters (found 84). | 91 |
![]() | Variable 'inputNamespaceContext' must be private and have accessor methods. | 91 |
![]() | Line is longer than 80 characters (found 85). | 94 |
![]() | Variable 'outputNamespaceContext' must be private and have accessor methods. | 94 |
![]() | Line is longer than 80 characters (found 115). | 97 |
![]() | Variable 'excludeNamespaceContextStack' must be private and have accessor methods. | 97 |
![]() | Line is longer than 80 characters (found 83). | 99 |
![]() | Variable 'elementStack' must be private and have accessor methods. | 100 |
![]() | Line is longer than 80 characters (found 86). | 103 |
![]() | Variable 'nextPrefixMapping' must be private and have accessor methods. | 103 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter locator should be final. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter prefix should be final. | 128 |
![]() | Parameter uri should be final. | 128 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter prefix should be final. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter ch should be final. | 140 |
![]() | Parameter start should be final. | 140 |
![]() | Parameter length should be final. | 140 |
![]() | '{' should be on the previous line. | 142 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '}' should be on the same line. | 145 |
![]() | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter target should be final. | 151 |
![]() | Parameter data should be final. | 151 |
![]() | '{' should be on the previous line. | 153 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Method 'skippedEntity' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter name should be final. | 160 |
![]() | '{' should be on the previous line. | 162 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Method 'notationDecl' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter name should be final. | 168 |
![]() | Parameter publicId should be final. | 168 |
![]() | Parameter systemId should be final. | 168 |
![]() | '{' should be on the previous line. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters (found 100). | 177 |
![]() | Method 'unparsedEntityDecl' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter name should be final. | 177 |
![]() | Parameter publicId should be final. | 177 |
![]() | Parameter systemId should be final. | 177 |
![]() | Parameter notationName should be final. | 177 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters (found 93). | 187 |
![]() | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Parameter ch should be final. | 190 |
![]() | Expected @param tag for 'ch'. | 190 |
![]() | Parameter offset should be final. | 190 |
![]() | Expected @param tag for 'offset'. | 190 |
![]() | Parameter length should be final. | 190 |
![]() | Expected @param tag for 'length'. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Expected @throws tag for 'SAXException'. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | '}' should be on the same line. | 195 |
![]() | Line is longer than 80 characters (found 118). | 206 |
![]() | Line is longer than 80 characters (found 114). | 207 |
![]() | Line is longer than 80 characters (found 99). | 209 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Parameter namespace should be final. | 209 |
![]() | Expected @param tag for 'namespace'. | 209 |
![]() | Parameter localName should be final. | 209 |
![]() | Expected @param tag for 'localName'. | 209 |
![]() | Parameter qName should be final. | 209 |
![]() | Expected @param tag for 'qName'. | 209 |
![]() | Parameter attributes should be final. | 209 |
![]() | Expected @param tag for 'attributes'. | 209 |
![]() | Expected @throws tag for 'SAXException'. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | Line is longer than 80 characters (found 85). | 220 |
![]() | 'for' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Line is longer than 80 characters (found 99). | 221 |
![]() | 'for' is not followed by whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line is longer than 80 characters (found 133). | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter namespace should be final. | 241 |
![]() | Expected @param tag for 'namespace'. | 241 |
![]() | Parameter localName should be final. | 241 |
![]() | Expected @param tag for 'localName'. | 241 |
![]() | Parameter qName should be final. | 241 |
![]() | Expected @param tag for 'qName'. | 241 |
![]() | Expected @throws tag for 'SAXException'. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | 'if' is not followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Comment matches to-do format 'TODO:'. | 253 |
![]() | Line is longer than 80 characters (found 102). | 256 |
![]() | 'for' is not followed by whitespace. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | Method 'startAttribute' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | Parameter namespace should be final. | 265 |
![]() | Parameter localName should be final. | 265 |
![]() | Parameter qName should be final. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | '{' should be on the previous line. | 267 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | 'if' is not followed by whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | Line is longer than 80 characters (found 85). | 276 |
![]() | 'for' is not followed by whitespace. | 276 |
![]() | '(' is followed by whitespace. | 276 |
![]() | ')' is preceded with whitespace. | 276 |
![]() | Line is longer than 80 characters (found 92). | 277 |
![]() | 'if' is not followed by whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | Line is longer than 80 characters (found 93). | 279 |
![]() | Line is longer than 80 characters (found 89). | 281 |
![]() | 'if' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | Line is longer than 80 characters (found 101). | 282 |
![]() | Line is longer than 80 characters (found 108). | 283 |
![]() | '}' should be on the same line. | 284 |
![]() | Line is longer than 80 characters (found 171). | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '}' should be on the same line. | 289 |
![]() | Line is longer than 80 characters (found 85). | 291 |
![]() | 'for' is not followed by whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Line is longer than 80 characters (found 99). | 292 |
![]() | Method 'endAttribute' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | Missing a Javadoc comment. | 298 |
![]() | '(' is followed by whitespace. | 298 |
![]() | Parameter namespace should be final. | 298 |
![]() | Parameter localName should be final. | 298 |
![]() | Parameter qName should be final. | 298 |
![]() | ')' is preceded with whitespace. | 298 |
![]() | '{' should be on the previous line. | 300 |
![]() | 'if' is not followed by whitespace. | 302 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | 'if' is not followed by whitespace. | 304 |
![]() | '(' is followed by whitespace. | 304 |
![]() | ')' is preceded with whitespace. | 304 |
![]() | Line is longer than 80 characters (found 90). | 305 |
![]() | Method 'endAttribute' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | '(' is followed by whitespace. | 311 |
![]() | Parameter qName should be final. | 311 |
![]() | ')' is preceded with whitespace. | 311 |
![]() | '{' should be on the previous line. | 313 |
![]() | Avoid inline conditionals. | 315 |
![]() | Avoid inline conditionals. | 316 |
![]() | Line is longer than 80 characters (found 87). | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | Line has trailing spaces. | 322 |
![]() | Method 'startExcludeResultPrefixContext' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Expected @throws tag for 'SAXException'. | 325 |
![]() | '{' should be on the previous line. | 326 |
![]() | Method 'endExcludeResultPrefixContext' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Expected @throws tag for 'SAXException'. | 334 |
![]() | '{' should be on the previous line. | 335 |
![]() | Method 'startExcludeResultPrefix' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | Missing a Javadoc comment. | 339 |
![]() | '(' is followed by whitespace. | 339 |
![]() | Parameter prefix should be final. | 339 |
![]() | ')' is preceded with whitespace. | 339 |
![]() | '{' should be on the previous line. | 341 |
![]() | Line is longer than 80 characters (found 106). | 344 |
![]() | 'if' is not followed by whitespace. | 346 |
![]() | '(' is followed by whitespace. | 346 |
![]() | ')' is preceded with whitespace. | 346 |
![]() | Line has trailing spaces. | 348 |
![]() | '}' should be on the same line. | 348 |
![]() | 'if' is not followed by whitespace. | 349 |
![]() | '(' is followed by whitespace. | 349 |
![]() | ')' is preceded with whitespace. | 349 |
![]() | '}' should be on the same line. | 351 |
![]() | 'if' is not followed by whitespace. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | Line is longer than 80 characters (found 115). | 357 |
![]() | '+' is not preceded with whitespace. | 357 |
![]() | '+' is not followed by whitespace. | 357 |
![]() | '+' is not preceded with whitespace. | 357 |
![]() | '+' is not followed by whitespace. | 357 |
![]() | Line is longer than 80 characters (found 82). | 360 |
![]() | Method 'endExcludeResultPrefix' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Missing a Javadoc comment. | 363 |
![]() | '(' is followed by whitespace. | 363 |
![]() | Parameter prefix should be final. | 363 |
![]() | ')' is preceded with whitespace. | 363 |
![]() | '{' should be on the previous line. | 365 |
![]() | Method 'startDTD' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Parameter name should be final. | 369 |
![]() | Parameter publicId should be final. | 369 |
![]() | Parameter systemId should be final. | 369 |
![]() | '{' should be on the previous line. | 371 |
![]() | 'if' is not followed by whitespace. | 372 |
![]() | '(' is followed by whitespace. | 372 |
![]() | ')' is preceded with whitespace. | 372 |
![]() | 'if' is not followed by whitespace. | 374 |
![]() | '(' is followed by whitespace. | 374 |
![]() | ')' is preceded with whitespace. | 374 |
![]() | Method 'endDTD' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Missing a Javadoc comment. | 380 |
![]() | '{' should be on the previous line. | 382 |
![]() | 'if' is not followed by whitespace. | 383 |
![]() | '(' is followed by whitespace. | 383 |
![]() | ')' is preceded with whitespace. | 383 |
![]() | 'if' is not followed by whitespace. | 385 |
![]() | '(' is followed by whitespace. | 385 |
![]() | ')' is preceded with whitespace. | 385 |
![]() | Method 'startEntity' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Parameter name should be final. | 391 |
![]() | '{' should be on the previous line. | 393 |
![]() | 'if' is not followed by whitespace. | 394 |
![]() | '(' is followed by whitespace. | 394 |
![]() | ')' is preceded with whitespace. | 394 |
![]() | 'if' is not followed by whitespace. | 396 |
![]() | '(' is followed by whitespace. | 396 |
![]() | ')' is preceded with whitespace. | 396 |
![]() | Method 'endEntity' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Parameter name should be final. | 402 |
![]() | '{' should be on the previous line. | 404 |
![]() | 'if' is not followed by whitespace. | 405 |
![]() | '(' is followed by whitespace. | 405 |
![]() | ')' is preceded with whitespace. | 405 |
![]() | 'if' is not followed by whitespace. | 407 |
![]() | '(' is followed by whitespace. | 407 |
![]() | ')' is preceded with whitespace. | 407 |
![]() | Method 'startCDATA' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Missing a Javadoc comment. | 413 |
![]() | '{' should be on the previous line. | 415 |
![]() | 'if' is not followed by whitespace. | 416 |
![]() | '(' is followed by whitespace. | 416 |
![]() | ')' is preceded with whitespace. | 416 |
![]() | 'if' is not followed by whitespace. | 418 |
![]() | '(' is followed by whitespace. | 418 |
![]() | ')' is preceded with whitespace. | 418 |
![]() | Method 'endCDATA' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | '{' should be on the previous line. | 426 |
![]() | 'if' is not followed by whitespace. | 427 |
![]() | '(' is followed by whitespace. | 427 |
![]() | ')' is preceded with whitespace. | 427 |
![]() | 'if' is not followed by whitespace. | 429 |
![]() | '(' is followed by whitespace. | 429 |
![]() | ')' is preceded with whitespace. | 429 |
![]() | Line is longer than 80 characters (found 129). | 436 |
![]() | Method 'comment' is not designed for extension - needs to be abstract, final or empty. | 443 |
![]() | '(' is followed by whitespace. | 443 |
![]() | Parameter comment should be final. | 443 |
![]() | Parameter offset should be final. | 443 |
![]() | Parameter length should be final. | 443 |
![]() | ')' is preceded with whitespace. | 443 |
![]() | Expected @throws tag for 'SAXException'. | 444 |
![]() | '{' should be on the previous line. | 445 |
![]() | 'if' is not followed by whitespace. | 446 |
![]() | '(' is followed by whitespace. | 446 |
![]() | ')' is preceded with whitespace. | 446 |
![]() | Line is longer than 80 characters (found 107). | 447 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' is not followed by whitespace. | 447 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' is not followed by whitespace. | 447 |
![]() | 'if' is not followed by whitespace. | 450 |
![]() | '(' is followed by whitespace. | 450 |
![]() | ')' is preceded with whitespace. | 450 |
![]() | 'if' is not followed by whitespace. | 459 |
![]() | '(' is followed by whitespace. | 459 |
![]() | ')' is preceded with whitespace. | 459 |
![]() | Line is longer than 80 characters (found 135). | 466 |
![]() | Method 'comment' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() | '(' is followed by whitespace. | 470 |
![]() | Parameter comment should be final. | 470 |
![]() | ')' is preceded with whitespace. | 470 |
![]() | Expected @throws tag for 'SAXException'. | 471 |
![]() | '{' should be on the previous line. | 472 |
![]() | 'if' is not followed by whitespace. | 473 |
![]() | '(' is followed by whitespace. | 473 |
![]() | ')' is preceded with whitespace. | 473 |
![]() | Line is longer than 80 characters (found 126). | 480 |
![]() | Method 'startComment' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | Expected @throws tag for 'SAXException'. | 484 |
![]() | '{' should be on the previous line. | 485 |
![]() | 'if' is not followed by whitespace. | 486 |
![]() | '(' is followed by whitespace. | 486 |
![]() | ')' is preceded with whitespace. | 486 |
![]() | Line is longer than 80 characters (found 83). | 499 |
![]() | Method 'endComment' is not designed for extension - needs to be abstract, final or empty. | 501 |
![]() | Expected @throws tag for 'SAXException'. | 502 |
![]() | '{' should be on the previous line. | 503 |
![]() | 'if' is not followed by whitespace. | 506 |
![]() | '(' is followed by whitespace. | 506 |
![]() | ')' is preceded with whitespace. | 506 |
![]() | 'if' is not followed by whitespace. | 509 |
![]() | '(' is followed by whitespace. | 509 |
![]() | ')' is preceded with whitespace. | 509 |
![]() | Missing a Javadoc comment. | 517 |
![]() | '{' should be on the previous line. | 518 |
![]() | Missing a Javadoc comment. | 522 |
![]() | '{' should be on the previous line. | 523 |
![]() | Missing a Javadoc comment. | 527 |
![]() | '{' should be on the previous line. | 528 |
![]() | Expected @throws tag for 'SAXException'. | 536 |
![]() | '{' should be on the previous line. | 537 |
![]() | 'if' is not followed by whitespace. | 538 |
![]() | '(' is followed by whitespace. | 538 |
![]() | ')' is preceded with whitespace. | 538 |
![]() | 'if' is not followed by whitespace. | 543 |
![]() | '(' is followed by whitespace. | 543 |
![]() | ')' is preceded with whitespace. | 543 |
![]() | Line is longer than 80 characters (found 81). | 546 |
![]() | Line is longer than 80 characters (found 98). | 547 |
![]() | Line is longer than 80 characters (found 96). | 551 |
![]() | 'while' is not followed by whitespace. | 552 |
![]() | '(' is followed by whitespace. | 552 |
![]() | ')' is preceded with whitespace. | 552 |
![]() | 'cast' is not followed by whitespace. | 553 |
![]() | Line is longer than 80 characters (found 137). | 555 |
![]() | Line is longer than 80 characters (found 88). | 556 |
![]() | 'if' is not followed by whitespace. | 556 |
![]() | '(' is followed by whitespace. | 556 |
![]() | ')' is preceded with whitespace. | 556 |
![]() | Line is longer than 80 characters (found 98). | 557 |
![]() | Line is longer than 80 characters (found 90). | 563 |
![]() | Line is longer than 80 characters (found 124). | 565 |
![]() | Line is longer than 80 characters (found 90). | 566 |
![]() | Line is longer than 80 characters (found 84). | 568 |
![]() | Line is longer than 80 characters (found 86). | 569 |
![]() | Line is longer than 80 characters (found 148). | 572 |
![]() | 'if' is not followed by whitespace. | 574 |
![]() | '(' is followed by whitespace. | 574 |
![]() | ')' is preceded with whitespace. | 574 |
![]() | Line is longer than 80 characters (found 92). | 575 |
![]() | 'if' is not followed by whitespace. | 576 |
![]() | '(' is followed by whitespace. | 576 |
![]() | ')' is preceded with whitespace. | 576 |
![]() | Line has trailing spaces. | 578 |
![]() | '}' should be on the same line. | 578 |
![]() | Line has trailing spaces. | 579 |
![]() | Line is longer than 80 characters (found 118). | 580 |
![]() | 'while' is not followed by whitespace. | 581 |
![]() | '(' is followed by whitespace. | 581 |
![]() | ')' is preceded with whitespace. | 581 |
![]() | Line is longer than 80 characters (found 83). | 583 |
![]() | 'if' is not followed by whitespace. | 583 |
![]() | '(' is followed by whitespace. | 583 |
![]() | ')' is preceded with whitespace. | 583 |
![]() | Line is longer than 80 characters (found 109). | 593 |
![]() | Line is longer than 80 characters (found 99). | 596 |
![]() | 'for' is not followed by whitespace. | 596 |
![]() | '(' is followed by whitespace. | 596 |
![]() | ')' is preceded with whitespace. | 596 |
![]() | Line is longer than 80 characters (found 94). | 597 |
![]() | Line is longer than 80 characters (found 100). | 598 |
![]() | Line is longer than 80 characters (found 89). | 601 |
![]() | Line is longer than 80 characters (found 129). | 604 |
![]() | ')' is preceded with whitespace. | 604 |
![]() | 'if' is not followed by whitespace. | 608 |
![]() | '(' is followed by whitespace. | 608 |
![]() | ')' is preceded with whitespace. | 608 |
![]() | Line is longer than 80 characters (found 84). | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | Line is longer than 80 characters (found 99). | 618 |
![]() | Line is longer than 80 characters (found 94). | 620 |
![]() | Line is longer than 80 characters (found 83). | 621 |
![]() | Line is longer than 80 characters (found 125). | 623 |
![]() | '(' is followed by whitespace. | 623 |
![]() | Parameter prefixMappingContext should be final. | 623 |
![]() | Parameter prefixMappings should be final. | 623 |
![]() | ')' is preceded with whitespace. | 623 |
![]() | Line is longer than 80 characters (found 101). | 625 |
![]() | 'while' is not followed by whitespace. | 626 |
![]() | '(' is followed by whitespace. | 626 |
![]() | ')' is preceded with whitespace. | 626 |
![]() | Line is longer than 80 characters (found 82). | 627 |
![]() | Line is longer than 80 characters (found 103). | 628 |
![]() | 'if' is not followed by whitespace. | 628 |
![]() | '(' is followed by whitespace. | 628 |
![]() | ')' is preceded with whitespace. | 628 |
![]() | Line is longer than 80 characters (found 148). | 635 |
![]() | Line is longer than 80 characters (found 101). | 638 |
![]() | '(' is followed by whitespace. | 640 |
![]() | Parameter qName should be final. | 640 |
![]() | ')' is preceded with whitespace. | 640 |
![]() | '{' should be on the previous line. | 641 |
![]() | Array brackets at illegal position. | 642 |
![]() | Avoid inline conditionals. | 643 |
![]() | Missing a Javadoc comment. | 646 |
![]() | '{' should be on the previous line. | 647 |
![]() | Missing a Javadoc comment. | 648 |
![]() | Variable 'qName' must be private and have accessor methods. | 648 |
![]() | Missing a Javadoc comment. | 649 |
![]() | Variable 'namespace' must be private and have accessor methods. | 649 |
![]() | Missing a Javadoc comment. | 650 |
![]() | Variable 'localName' must be private and have accessor methods. | 650 |
![]() | Line has trailing spaces. | 651 |
![]() | Missing a Javadoc comment. | 652 |
![]() | '(' is followed by whitespace. | 652 |
![]() | Parameter namespace should be final. | 652 |
![]() | 'namespace' hides a field. | 652 |
![]() | Parameter localName should be final. | 652 |
![]() | 'localName' hides a field. | 652 |
![]() | Parameter qName should be final. | 652 |
![]() | 'qName' hides a field. | 652 |
![]() | ')' is preceded with whitespace. | 652 |
![]() | Line has trailing spaces. | 657 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 658 |
![]() | Missing a Javadoc comment. | 658 |
![]() | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 659 |
![]() | Missing a Javadoc comment. | 659 |
![]() | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 660 |
![]() | Missing a Javadoc comment. | 660 |
![]() | Missing a Javadoc comment. | 663 |
![]() | '{' should be on the previous line. | 665 |
![]() | Missing a Javadoc comment. | 666 |
![]() | Variable 'prefixMapping' must be private and have accessor methods. | 666 |
![]() | Line is longer than 80 characters (found 89). | 667 |
![]() | Missing a Javadoc comment. | 667 |
![]() | Variable 'attributeMap' must be private and have accessor methods. | 667 |
![]() | Missing a Javadoc comment. | 669 |
![]() | '(' is followed by whitespace. | 669 |
![]() | Parameter namespace should be final. | 669 |
![]() | Parameter localName should be final. | 669 |
![]() | Parameter qName should be final. | 669 |
![]() | ')' is preceded with whitespace. | 669 |
![]() | Method 'getAttributeMap' is not designed for extension - needs to be abstract, final or empty. | 673 |
![]() | Missing a Javadoc comment. | 673 |
![]() | Line is longer than 80 characters (found 94). | 674 |
![]() | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 674 |
![]() | Missing a Javadoc comment. | 674 |
![]() | '(' is followed by whitespace. | 674 |
![]() | Parameter namespace should be final. | 674 |
![]() | Parameter localName should be final. | 674 |
![]() | Parameter qName should be final. | 674 |
![]() | Parameter value should be final. | 674 |
![]() | ')' is preceded with whitespace. | 674 |
![]() | Line is longer than 80 characters (found 107). | 676 |
![]() | Line is longer than 80 characters (found 81). | 678 |
![]() | Method 'getPrefixMappings' is not designed for extension - needs to be abstract, final or empty. | 678 |
![]() | Missing a Javadoc comment. | 678 |
![]() | Missing a Javadoc comment. | 681 |
![]() | '{' should be on the previous line. | 683 |
![]() | Missing a Javadoc comment. | 684 |
![]() | Variable 'value' must be private and have accessor methods. | 684 |
![]() | Line is longer than 80 characters (found 86). | 686 |
![]() | Missing a Javadoc comment. | 686 |
![]() | '(' is followed by whitespace. | 686 |
![]() | Parameter namespace should be final. | 686 |
![]() | Parameter localName should be final. | 686 |
![]() | Parameter qName should be final. | 686 |
![]() | Parameter value should be final. | 686 |
![]() | 'value' hides a field. | 686 |
![]() | ')' is preceded with whitespace. | 686 |
![]() | '(' is followed by whitespace. | 688 |
![]() | ')' is preceded with whitespace. | 688 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 692 |
![]() | Missing a Javadoc comment. | 692 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'log' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'command' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'commandHandler' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'contentHandler' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'dtdHandler' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'errorHandler' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'entityResolver' must be private and have accessor methods. | 54 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter catalogName should be final. | 59 |
![]() | Expected @param tag for 'catalogName'. | 59 |
![]() | Parameter commandName should be final. | 59 |
![]() | Expected @param tag for 'commandName'. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Expected @throws tag for 'SAXException'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters (found 102). | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '}' should be on the same line. | 64 |
![]() | 'catch' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 124). | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 73 |
![]() | Parameter command should be final. | 73 |
![]() | 'command' hides a field. | 73 |
![]() | Expected @param tag for 'command'. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'getCommandHandler' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line is longer than 80 characters (found 106). | 83 |
![]() | Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Parameter contentHandler should be final. | 83 |
![]() | 'contentHandler' hides a field. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters (found 86). | 86 |
![]() | Method 'setDTDHandler' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter dtdHandler should be final. | 86 |
![]() | 'dtdHandler' hides a field. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Method 'getDTDHandler' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line is longer than 80 characters (found 96). | 89 |
![]() | Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Parameter errorHandler should be final. | 89 |
![]() | 'errorHandler' hides a field. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | Method 'getErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters (found 106). | 92 |
![]() | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | Parameter entityResolver should be final. | 92 |
![]() | 'entityResolver' hides a field. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Method 'getEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Method 'sendEvents' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'getFeature' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | Parameter name should be final. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | Line is longer than 80 characters (found 81). | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | Method 'setFeature' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | Parameter name should be final. | 103 |
![]() | Parameter value should be final. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters (found 81). | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter name should be final. | 109 |
![]() | Parameter value should be final. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '{' should be on the previous line. | 111 |
![]() | Line is longer than 80 characters (found 81). | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | Parameter name should be final. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 117 |
![]() | Line is longer than 80 characters (found 81). | 118 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | Parameter inputSource should be final. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters (found 98). | 125 |
![]() | 'cast' is not followed by whitespace. | 129 |
![]() | '}' should be on the same line. | 142 |
![]() | 'catch' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '}' should be on the same line. | 145 |
![]() | 'catch' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | '}' should be on the same line. | 148 |
![]() | 'catch' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Parameter systemId should be final. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | Line is longer than 80 characters (found 93). | 158 |
![]() | Line is longer than 80 characters (found 111). | 162 |
![]() | '{' should be on the previous line. | 167 |
![]() | Method 'contentHandler' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'dtdHandler' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Method 'lexicalHandler' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | 'cast' is not followed by whitespace. | 181 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.sax.SAXTransformerFactory. | 20 |
![]() | Line is longer than 80 characters (found 141). | 34 |
![]() | Line is longer than 80 characters (found 86). | 40 |
![]() | Line is longer than 80 characters (found 141). | 42 |
![]() | Line is longer than 80 characters (found 147). | 43 |
![]() | '{' should be on the previous line. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'log' must be private and have accessor methods. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'stageList' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'contentHandler' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'isResultSet' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'lastStage' must be private and have accessor methods. | 58 |
![]() | Method 'addStage' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter stage should be final. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters (found 116). | 67 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters (found 118). | 73 |
![]() | Expected an @return tag. | 76 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters (found 134). | 79 |
![]() | Line is longer than 80 characters (found 105). | 87 |
![]() | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | Parameter result should be final. | 90 |
![]() | Expected @param tag for 'result'. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters (found 103). | 93 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | '-' is not preceded with whitespace. | 102 |
![]() | '-' is not followed by whitespace. | 102 |
![]() | 'for' is not followed by whitespace. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | 'cast' is not followed by whitespace. | 107 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | 'cast' is not followed by whitespace. | 108 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | '}' should be on the same line. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | '}' should be on the same line. | 124 |
![]() | Line is longer than 80 characters (found 134). | 126 |
![]() | First sentence should end with a period. | 133 |
![]() | Expected an @return tag. | 136 |
![]() | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | Line is longer than 80 characters (found 129). | 139 |
![]() | First sentence should end with a period. | 144 |
![]() | Expected an @return tag. | 147 |
![]() | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters (found 127). | 150 |
![]() | Method 'addIdentityTransformer' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | Line is longer than 80 characters (found 166). | 159 |
![]() | Line is longer than 80 characters (found 86). | 162 |
![]() | '}' should be on the same line. | 166 |
![]() | 'catch' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'context' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' is not followed by whitespace. | 35 |
![]() | '}' is not preceded with whitespace. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | Parameter context should be final. | 36 |
![]() | 'context' hides a field. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter context should be final. | 41 |
![]() | 'context' hides a field. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getByteStream' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 100). | 53 |
![]() | Method 'setByteStream' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter inputStream should be final. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Line is longer than 80 characters (found 100). | 58 |
![]() | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter encoding should be final. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Line is longer than 80 characters (found 96). | 63 |
![]() | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters (found 96). | 68 |
![]() | Method 'setCharacterStream' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter characterStream should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters (found 96). | 73 |
![]() | Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Line is longer than 80 characters (found 96). | 78 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'contentHandler' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'lexicalHandler' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'dtdHandler' must be private and have accessor methods. | 40 |
![]() | Line is longer than 80 characters (found 113). | 42 |
![]() | Method 'setWrappedContentHandler' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter contentHandler should be final. | 42 |
![]() | 'contentHandler' hides a field. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line is longer than 80 characters (found 82). | 43 |
![]() | Method 'getWrappedContentHandler' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters (found 113). | 44 |
![]() | Method 'setWrappedLexicalHandler' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter lexicalHandler should be final. | 44 |
![]() | 'lexicalHandler' hides a field. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line is longer than 80 characters (found 82). | 45 |
![]() | Method 'getWrappedLexicalHandler' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters (found 93). | 46 |
![]() | Method 'setWrappedDtdHandler' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter dtdHandler should be final. | 46 |
![]() | 'dtdHandler' hides a field. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Method 'getWrappedDtdHandler' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setWrappedHandler' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter handler should be final. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'cast' is not followed by whitespace. | 56 |
![]() | '}' should be on the same line. | 57 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | '}' should be on the same line. | 63 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | 'cast' is not followed by whitespace. | 69 |
![]() | '}' should be on the same line. | 70 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters (found 90). | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '==' is not preceded with whitespace. | 76 |
![]() | '==' is not followed by whitespace. | 76 |
![]() | '?' is not preceded with whitespace. | 76 |
![]() | Avoid inline conditionals. | 76 |
![]() | '?' is not followed by whitespace. | 76 |
![]() | ':' is not preceded with whitespace. | 76 |
![]() | ':' is not followed by whitespace. | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | Line is longer than 80 characters (found 90). | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '==' is not preceded with whitespace. | 77 |
![]() | '==' is not followed by whitespace. | 77 |
![]() | '?' is not preceded with whitespace. | 77 |
![]() | Avoid inline conditionals. | 77 |
![]() | '?' is not followed by whitespace. | 77 |
![]() | ':' is not preceded with whitespace. | 77 |
![]() | ':' is not followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | Line is longer than 80 characters (found 82). | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '==' is not preceded with whitespace. | 78 |
![]() | '==' is not followed by whitespace. | 78 |
![]() | '?' is not preceded with whitespace. | 78 |
![]() | Avoid inline conditionals. | 78 |
![]() | '?' is not followed by whitespace. | 78 |
![]() | ':' is not preceded with whitespace. | 78 |
![]() | ':' is not followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter characters should be final. | 86 |
![]() | Parameter start should be final. | 86 |
![]() | Parameter length should be final. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter namespaceUri should be final. | 108 |
![]() | Parameter localName should be final. | 108 |
![]() | Parameter qName should be final. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 108). | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | Parameter prefix should be final. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | Line is longer than 80 characters (found 85). | 124 |
![]() | '+' is not preceded with whitespace. | 124 |
![]() | '+' is not followed by whitespace. | 124 |
![]() | '+' is not preceded with whitespace. | 124 |
![]() | '+' is not followed by whitespace. | 124 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | Parameter characters should be final. | 132 |
![]() | Parameter start should be final. | 132 |
![]() | Parameter length should be final. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 134 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | Parameter target should be final. | 144 |
![]() | Parameter data should be final. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter locator should be final. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Method 'skippedEntity' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | Parameter name should be final. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | '{' should be on the previous line. | 169 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '{' should be on the previous line. | 181 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters (found 104). | 190 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | Parameter namespaceUri should be final. | 190 |
![]() | Parameter localName should be final. | 190 |
![]() | Parameter qName should be final. | 190 |
![]() | Parameter attributes should be final. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Line is longer than 80 characters (found 110). | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | Parameter prefix should be final. | 201 |
![]() | Parameter uri should be final. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | '{' should be on the previous line. | 203 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters (found 101). | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '(' is followed by whitespace. | 208 |
![]() | ')' is preceded with whitespace. | 208 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Method 'comment' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | Parameter characters should be final. | 217 |
![]() | Parameter start should be final. | 217 |
![]() | Parameter length should be final. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | '{' should be on the previous line. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Method 'endCDATA' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | '{' should be on the previous line. | 231 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | 'if' is not followed by whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Method 'endDTD' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | '{' should be on the previous line. | 243 |
![]() | 'if' is not followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | 'if' is not followed by whitespace. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | '(' is followed by whitespace. | 249 |
![]() | ')' is preceded with whitespace. | 249 |
![]() | Method 'endEntity' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | '(' is followed by whitespace. | 253 |
![]() | Parameter name should be final. | 253 |
![]() | ')' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 255 |
![]() | 'if' is not followed by whitespace. | 256 |
![]() | '(' is followed by whitespace. | 256 |
![]() | ')' is preceded with whitespace. | 256 |
![]() | 'if' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | Method 'startCDATA' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | '{' should be on the previous line. | 267 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | 'if' is not followed by whitespace. | 272 |
![]() | '(' is followed by whitespace. | 272 |
![]() | ')' is preceded with whitespace. | 272 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | Method 'startDTD' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | Parameter name should be final. | 277 |
![]() | Parameter publicId should be final. | 277 |
![]() | Parameter systemId should be final. | 277 |
![]() | ')' is preceded with whitespace. | 277 |
![]() | '{' should be on the previous line. | 279 |
![]() | 'if' is not followed by whitespace. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | 'if' is not followed by whitespace. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | ')' is preceded with whitespace. | 284 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Method 'startEntity' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Missing a Javadoc comment. | 289 |
![]() | '(' is followed by whitespace. | 289 |
![]() | Parameter name should be final. | 289 |
![]() | ')' is preceded with whitespace. | 289 |
![]() | '{' should be on the previous line. | 291 |
![]() | 'if' is not followed by whitespace. | 292 |
![]() | '(' is followed by whitespace. | 292 |
![]() | ')' is preceded with whitespace. | 292 |
![]() | 'if' is not followed by whitespace. | 296 |
![]() | '(' is followed by whitespace. | 296 |
![]() | ')' is preceded with whitespace. | 296 |
![]() | '(' is followed by whitespace. | 297 |
![]() | ')' is preceded with whitespace. | 297 |
![]() | Method 'notationDecl' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Missing a Javadoc comment. | 304 |
![]() | '(' is followed by whitespace. | 304 |
![]() | Parameter name should be final. | 304 |
![]() | Parameter publicId should be final. | 304 |
![]() | Parameter systemId should be final. | 304 |
![]() | ')' is preceded with whitespace. | 304 |
![]() | '{' should be on the previous line. | 306 |
![]() | 'if' is not followed by whitespace. | 307 |
![]() | '(' is followed by whitespace. | 307 |
![]() | ')' is preceded with whitespace. | 307 |
![]() | 'if' is not followed by whitespace. | 311 |
![]() | '(' is followed by whitespace. | 311 |
![]() | ')' is preceded with whitespace. | 311 |
![]() | '(' is followed by whitespace. | 312 |
![]() | ')' is preceded with whitespace. | 312 |
![]() | Line is longer than 80 characters (found 102). | 316 |
![]() | Method 'unparsedEntityDecl' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Missing a Javadoc comment. | 316 |
![]() | '(' is followed by whitespace. | 316 |
![]() | Parameter name should be final. | 316 |
![]() | Parameter publicId should be final. | 316 |
![]() | Parameter systemId should be final. | 316 |
![]() | Parameter notationName should be final. | 316 |
![]() | ')' is preceded with whitespace. | 316 |
![]() | '{' should be on the previous line. | 318 |
![]() | 'if' is not followed by whitespace. | 319 |
![]() | '(' is followed by whitespace. | 319 |
![]() | ')' is preceded with whitespace. | 319 |
![]() | 'if' is not followed by whitespace. | 323 |
![]() | '(' is followed by whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | '(' is followed by whitespace. | 324 |
![]() | ')' is preceded with whitespace. | 324 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.sax.SAXTransformerFactory. | 22 |
![]() | Unused import - javax.xml.transform.stream.StreamSource. | 23 |
![]() | Redundant import from the same package - org.xchain.framework.sax.SaxTemplates. | 33 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters (found 82). | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'log' must be private and have accessor methods. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line is longer than 80 characters (found 101). | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'MULTI_DOCUMENT_NAMESPACE_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() | Variable 'MULTI_DOCUMENT_NAMESPACE_URI' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'MULTI_DOCUMENT_ELEMENT_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Variable 'MULTI_DOCUMENT_ELEMENT_LOCAL_NAME' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'DOCUMENT_ELEMENT_LOCAL_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable 'DOCUMENT_ELEMENT_LOCAL_NAME' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'SYSTEM_ID_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable 'SYSTEM_ID_ATTRIBUTE' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'PATH_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | Variable 'PATH_ATTRIBUTE' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'METHOD_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Variable 'METHOD_ATTRIBUTE' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'DOCTYPE_SYSTEM_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'DOCTYPE_SYSTEM_ATTRIBUTE' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'DOCTYPE_PUBLIC_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Variable 'DOCTYPE_PUBLIC_ATTRIBUTE' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'INDENT_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Variable 'INDENT_ATTRIBUTE' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'INDENT_AMOUNT_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | Variable 'INDENT_AMOUNT_ATTRIBUTE' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'OVERWRITE_ATTRIBUTE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable 'OVERWRITE_ATTRIBUTE' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name 'TEXT_METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable 'TEXT_METHOD' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name 'XML_METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() | Variable 'XML_METHOD' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'HTML_METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | Variable 'HTML_METHOD' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Name 'DEFAULT_OVERWRITE_VALUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Variable 'DEFAULT_OVERWRITE_VALUE' must be private and have accessor methods. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'multiDocumentContentHandler' must be private and have accessor methods. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Variable 'identityTemplates' must be private and have accessor methods. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line is longer than 80 characters (found 92). | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Variable 'log' must be private and have accessor methods. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Variable 'documentElementCount' must be private and have accessor methods. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Variable 'prefixMappingContext' must be private and have accessor methods. | 86 |
![]() | Method 'decrementDocumentElementCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters (found 81). | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | Method 'incrementDocumentElementCount' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Line is longer than 80 characters (found 81). | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' should be on the previous line. | 108 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters (found 106). | 113 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 104). | 125 |
![]() | Line is longer than 80 characters (found 106). | 130 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | Parameter namespaceUri should be final. | 130 |
![]() | Parameter localName should be final. | 130 |
![]() | Parameter qName should be final. | 130 |
![]() | Parameter attributes should be final. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 132 |
![]() | Line is longer than 80 characters (found 141). | 133 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | Line is longer than 80 characters (found 95). | 149 |
![]() | Line is longer than 80 characters (found 88). | 150 |
![]() | 'while' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters (found 94). | 153 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '}' should be on the same line. | 158 |
![]() | '}' should be on the same line. | 162 |
![]() | Line is longer than 80 characters (found 117). | 163 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | '}' should be on the same line. | 167 |
![]() | '}' should be on the same line. | 171 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 81). | 178 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | Parameter namespaceUri should be final. | 178 |
![]() | Parameter localName should be final. | 178 |
![]() | Parameter qName should be final. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '{' should be on the previous line. | 180 |
![]() | Line is longer than 80 characters (found 141). | 181 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | Line is longer than 80 characters (found 86). | 191 |
![]() | 'while' is not followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | '}' should be on the same line. | 202 |
![]() | Line is longer than 80 characters (found 117). | 203 |
![]() | 'if' is not followed by whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | '}' should be on the same line. | 207 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '(' is followed by whitespace. | 208 |
![]() | ')' is preceded with whitespace. | 208 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | Parameter prefix should be final. | 213 |
![]() | Parameter namespaceUri should be final. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | '{' should be on the previous line. | 215 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | '}' should be on the same line. | 218 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | Parameter prefix should be final. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 226 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '(' is followed by whitespace. | 227 |
![]() | ')' is preceded with whitespace. | 227 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | '}' should be on the same line. | 229 |
![]() | Method 'initializeWrappedHandler' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | Parameter attributes should be final. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | '{' should be on the previous line. | 237 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters (found 93). | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters (found 84). | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Line is longer than 80 characters (found 100). | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Line is longer than 80 characters (found 103). | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters (found 103). | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | Line is longer than 80 characters (found 88). | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters (found 101). | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | 'if' is not followed by whitespace. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | 'if' is not followed by whitespace. | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | 'if' is not followed by whitespace. | 253 |
![]() | '(' is followed by whitespace. | 253 |
![]() | ')' is preceded with whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' is not followed by whitespace. | 254 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' is not followed by whitespace. | 254 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | '}' should be on the same line. | 265 |
![]() | 'if' is not followed by whitespace. | 266 |
![]() | '(' is followed by whitespace. | 266 |
![]() | ')' is preceded with whitespace. | 266 |
![]() | 'if' is not followed by whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | 'if' is not followed by whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | '}' should be on the same line. | 282 |
![]() | Line is longer than 80 characters (found 134). | 284 |
![]() | Line is longer than 80 characters (found 116). | 287 |
![]() | Line is longer than 80 characters (found 135). | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | 'if' is not followed by whitespace. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | ')' is preceded with whitespace. | 293 |
![]() | '}' should be on the same line. | 300 |
![]() | 'catch' is not followed by whitespace. | 301 |
![]() | '(' is followed by whitespace. | 301 |
![]() | ')' is preceded with whitespace. | 301 |
![]() | 'if' is not followed by whitespace. | 302 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | Missing a Javadoc comment. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | Parameter attributes should be final. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | '{' should be on the previous line. | 311 |
![]() | Line is longer than 80 characters (found 89). | 312 |
![]() | '(' is followed by whitespace. | 312 |
![]() | ')' is preceded with whitespace. | 312 |
![]() | '(' is followed by whitespace. | 313 |
![]() | ')' is preceded with whitespace. | 313 |
![]() | Line is longer than 80 characters (found 115). | 314 |
![]() | '(' is followed by whitespace. | 314 |
![]() | ')' is preceded with whitespace. | 314 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '(' is followed by whitespace. | 322 |
![]() | ')' is preceded with whitespace. | 322 |
![]() | 'if' is not followed by whitespace. | 323 |
![]() | '(' is followed by whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | Line is longer than 80 characters (found 149). | 324 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | 'if' is not followed by whitespace. | 329 |
![]() | '(' is followed by whitespace. | 329 |
![]() | ')' is preceded with whitespace. | 329 |
![]() | 'if' is not followed by whitespace. | 332 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
![]() | '}' should be on the same line. | 334 |
![]() | 'if' is not followed by whitespace. | 336 |
![]() | '(' is followed by whitespace. | 336 |
![]() | ')' is preceded with whitespace. | 336 |
![]() | Line is longer than 80 characters (found 138). | 337 |
![]() | '+' is not preceded with whitespace. | 337 |
![]() | '+' is not followed by whitespace. | 337 |
![]() | '+' is not preceded with whitespace. | 337 |
![]() | '+' is not followed by whitespace. | 337 |
![]() | '+' is not preceded with whitespace. | 337 |
![]() | '+' is not followed by whitespace. | 337 |
![]() | '+' is not preceded with whitespace. | 337 |
![]() | '+' is not followed by whitespace. | 337 |
![]() | 'if' is not followed by whitespace. | 343 |
![]() | '(' is followed by whitespace. | 343 |
![]() | ')' is preceded with whitespace. | 343 |
![]() | Line is longer than 80 characters (found 134). | 344 |
![]() | '+' is not preceded with whitespace. | 344 |
![]() | '+' is not followed by whitespace. | 344 |
![]() | '+' is not preceded with whitespace. | 344 |
![]() | '+' is not followed by whitespace. | 344 |
![]() | Line is longer than 80 characters (found 160). | 350 |
![]() | Missing a Javadoc comment. | 350 |
![]() | '(' is followed by whitespace. | 350 |
![]() | Parameter method should be final. | 350 |
![]() | Parameter doctypePublicId should be final. | 350 |
![]() | Parameter doctypeSystemId should be final. | 350 |
![]() | Parameter indent should be final. | 350 |
![]() | Parameter indentAmount should be final. | 350 |
![]() | ')' is preceded with whitespace. | 350 |
![]() | '{' should be on the previous line. | 352 |
![]() | 'if' is not followed by whitespace. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | ')' is preceded with whitespace. | 353 |
![]() | Line is longer than 80 characters (found 108). | 357 |
![]() | 'if' is not followed by whitespace. | 361 |
![]() | '(' is followed by whitespace. | 361 |
![]() | ')' is preceded with whitespace. | 361 |
![]() | 'if' is not followed by whitespace. | 375 |
![]() | '(' is followed by whitespace. | 375 |
![]() | ')' is preceded with whitespace. | 375 |
![]() | 'if' is not followed by whitespace. | 376 |
![]() | '(' is followed by whitespace. | 376 |
![]() | ')' is preceded with whitespace. | 376 |
![]() | 'if' is not followed by whitespace. | 379 |
![]() | '(' is followed by whitespace. | 379 |
![]() | ')' is preceded with whitespace. | 379 |
![]() | 'if' is not followed by whitespace. | 382 |
![]() | '(' is followed by whitespace. | 382 |
![]() | ')' is preceded with whitespace. | 382 |
![]() | 'if' is not followed by whitespace. | 385 |
![]() | '(' is followed by whitespace. | 385 |
![]() | ')' is preceded with whitespace. | 385 |
![]() | Line is longer than 80 characters (found 98). | 386 |
![]() | 'if' is not followed by whitespace. | 392 |
![]() | '(' is followed by whitespace. | 392 |
![]() | ')' is preceded with whitespace. | 392 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'log' must be private and have accessor methods. | 33 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'compositeStage' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'source' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'reader' must be private and have accessor methods. | 37 |
![]() | Method 'getCompositeStage' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters (found 106). | 40 |
![]() | Method 'setCompositeStage' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter compositeStage should be final. | 40 |
![]() | 'compositeStage' hides a field. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter source should be final. | 41 |
![]() | 'source' hides a field. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Method 'setXmlReader' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter reader should be final. | 42 |
![]() | 'reader' hides a field. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Method 'getXmlReader' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters (found 130). | 46 |
![]() | Line is longer than 80 characters (found 114). | 47 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Expected @throws tag for 'Exception'. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter e should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters (found 92). | 59 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter e should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 97). | 64 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter e should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters (found 148). | 24 |
![]() | Line is longer than 80 characters (found 128). | 25 |
![]() | Line is longer than 80 characters (found 127). | 26 |
![]() | Line is longer than 80 characters (found 123). | 27 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters (found 98). | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'prefixMap' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters (found 102). | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters (found 101). | 45 |
![]() | Method 'pushPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter prefix should be final. | 49 |
![]() | Parameter namespaceUri should be final. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | Parameter prefix should be final. | 64 |
![]() | Parameter namespaceUri should be final. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line is longer than 80 characters (found 110). | 80 |
![]() | Method 'popPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Parameter prefix should be final. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | Parameter prefix should be final. | 91 |
![]() | Expected @param tag for 'prefix'. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters (found 120). | 109 |
![]() | Method 'lookUpNamespaceUri' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Parameter prefix should be final. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '}' should be on the same line. | 117 |
![]() | Method 'prefixSet' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Line is longer than 80 characters (found 83). | 132 |
![]() | Line is longer than 80 characters (found 84). | 134 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | Parameter prefix should be final. | 136 |
![]() | Expected @param tag for 'prefix'. | 136 |
![]() | Parameter namespace should be final. | 136 |
![]() | Expected @param tag for 'namespace'. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | '{' should be on the previous line. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.HashSet. | 20 |
![]() | Unused import - java.util.Set. | 21 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters (found 148). | 25 |
![]() | Line is longer than 80 characters (found 128). | 26 |
![]() | Line is longer than 80 characters (found 127). | 27 |
![]() | Line is longer than 80 characters (found 123). | 28 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 101). | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'namespaceMap' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter prefix should be final. | 43 |
![]() | Parameter namespaceUri should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter prefix should be final. | 57 |
![]() | Parameter namespaceUri should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Inner assignments should be avoided. | 61 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter prefix should be final. | 76 |
![]() | Parameter namespaceUri should be final. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | Parameter prefix should be final. | 85 |
![]() | Expected @param tag for 'prefix'. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line has trailing spaces. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Line is longer than 80 characters (found 120). | 102 |
![]() | Method 'lookUpPrefix' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | Parameter namespaceUri should be final. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 151). | 30 |
![]() | Line is longer than 80 characters (found 191). | 31 |
![]() | Line is longer than 80 characters (found 138). | 32 |
![]() | '{' should be on the previous line. | 40 |
![]() | Variable 'eventList' must be private and have accessor methods. | 42 |
![]() | Variable 'trackDocumentEvents' must be private and have accessor methods. | 44 |
![]() | Variable 'trackElementEvents' must be private and have accessor methods. | 46 |
![]() | Variable 'trackCharactersEvents' must be private and have accessor methods. | 48 |
![]() | Variable 'trackPrefixMappingEvents' must be private and have accessor methods. | 50 |
![]() | Variable 'trackCommentEvents' must be private and have accessor methods. | 52 |
![]() | Method 'getEventList' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters (found 119). | 62 |
![]() | Method 'setTrackDocumentEvents' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter trackDocumentEvents should be final. | 62 |
![]() | 'trackDocumentEvents' hides a field. | 62 |
![]() | Expected @param tag for 'trackDocumentEvents'. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters (found 115). | 67 |
![]() | Method 'setTrackElementEvents' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter trackElementEvents should be final. | 67 |
![]() | 'trackElementEvents' hides a field. | 67 |
![]() | Expected @param tag for 'trackElementEvents'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters (found 127). | 72 |
![]() | Method 'setTrackCharactersEvents' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | Parameter trackCharactersEvents should be final. | 72 |
![]() | 'trackCharactersEvents' hides a field. | 72 |
![]() | Expected @param tag for 'trackCharactersEvents'. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters (found 139). | 77 |
![]() | Method 'setTrackPrefixMappingEvents' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Parameter trackPrefixMappingEvents should be final. | 77 |
![]() | 'trackPrefixMappingEvents' hides a field. | 77 |
![]() | Expected @param tag for 'trackPrefixMappingEvents'. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Line is longer than 80 characters (found 115). | 79 |
![]() | Method 'setTrackCommentEvents' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter trackCommentEvents should be final. | 79 |
![]() | 'trackCommentEvents' hides a field. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters (found 95). | 99 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | Parameter uri should be final. | 99 |
![]() | Parameter localName should be final. | 99 |
![]() | Parameter qName should be final. | 99 |
![]() | Parameter attributes should be final. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | Parameter uri should be final. | 112 |
![]() | Parameter localName should be final. | 112 |
![]() | Parameter qName should be final. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | Parameter characters should be final. | 123 |
![]() | Parameter start should be final. | 123 |
![]() | Parameter length should be final. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | Line is longer than 80 characters (found 105). | 127 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | '-' is not preceded with whitespace. | 127 |
![]() | '-' is not followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | '-' is not preceded with whitespace. | 128 |
![]() | '-' is not followed by whitespace. | 128 |
![]() | Line is longer than 80 characters (found 120). | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | '}' should be on the same line. | 130 |
![]() | Line is longer than 80 characters (found 93). | 134 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | Parameter prefix should be final. | 140 |
![]() | Parameter uri should be final. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | Line is longer than 80 characters (found 115). | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | '-' is not preceded with whitespace. | 143 |
![]() | '-' is not followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '-' is not preceded with whitespace. | 144 |
![]() | '-' is not followed by whitespace. | 144 |
![]() | '}' should be on the same line. | 145 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | Parameter prefix should be final. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Line is longer than 80 characters (found 113). | 160 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | '-' is not preceded with whitespace. | 160 |
![]() | '-' is not followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '-' is not preceded with whitespace. | 161 |
![]() | '-' is not followed by whitespace. | 161 |
![]() | '}' should be on the same line. | 162 |
![]() | Method 'comment' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | Parameter comment should be final. | 174 |
![]() | Parameter start should be final. | 174 |
![]() | Parameter length should be final. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters (found 88). | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Missing a Javadoc comment. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | Parameter name should be final. | 183 |
![]() | Parameter publicId should be final. | 183 |
![]() | Parameter systemId should be final. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | '(' is followed by whitespace. | 187 |
![]() | Parameter name should be final. | 187 |
![]() | ')' is preceded with whitespace. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | Parameter name should be final. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'for' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | Missing a Javadoc comment. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Missing a Javadoc comment. | 208 |
![]() | '{' should be on the previous line. | 215 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | Parameter type should be final. | 226 |
![]() | 'type' hides a field. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | Parameter text should be final. | 228 |
![]() | 'text' hides a field. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | Parameter uri should be final. | 230 |
![]() | 'uri' hides a field. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Method 'setLocalName' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Missing a Javadoc comment. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | Parameter localName should be final. | 232 |
![]() | 'localName' hides a field. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Method 'setQName' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | Parameter qName should be final. | 234 |
![]() | 'qName' hides a field. | 234 |
![]() | ')' is preceded with whitespace. | 234 |
![]() | Method 'getPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Line is longer than 80 characters (found 109). | 236 |
![]() | Method 'setPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | Parameter prefixMapping should be final. | 236 |
![]() | 'prefixMapping' hides a field. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Method 'getPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Line is longer than 80 characters (found 85). | 238 |
![]() | Method 'setPrefixSet' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | Parameter prefixSet should be final. | 238 |
![]() | 'prefixSet' hides a field. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Line is longer than 80 characters (found 88). | 240 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Missing a Javadoc comment. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | Parameter attributes should be final. | 240 |
![]() | 'attributes' hides a field. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | 'if' is not followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | 'if' is not followed by whitespace. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | 'for' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Line is longer than 80 characters (found 127). | 252 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters (found 91). | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter eventIterator should be final. | 27 |
![]() | '{' should be on the previous line. | 29 |
![]() | Line is longer than 80 characters (found 118). | 32 |
![]() | Line is longer than 80 characters (found 89). | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter eventIterator should be final. | 35 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters (found 115). | 40 |
![]() | Line is longer than 80 characters (found 143). | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter eventIterator should be final. | 43 |
![]() | Parameter uri should be final. | 43 |
![]() | Parameter localName should be final. | 43 |
![]() | Parameter attributes should be final. | 43 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters (found 116). | 48 |
![]() | Line is longer than 80 characters (found 92). | 49 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Line is longer than 80 characters (found 129). | 54 |
![]() | 'for' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters (found 122). | 56 |
![]() | Line is longer than 80 characters (found 170). | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | Line is longer than 80 characters (found 211). | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters (found 119). | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter eventIterator should be final. | 63 |
![]() | Parameter uri should be final. | 63 |
![]() | Parameter localName should be final. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line is longer than 80 characters (found 113). | 68 |
![]() | Line is longer than 80 characters (found 92). | 69 |
![]() | Line is longer than 80 characters (found 102). | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter eventIterator should be final. | 73 |
![]() | Parameter text should be final. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line is longer than 80 characters (found 112). | 78 |
![]() | Line is longer than 80 characters (found 99). | 79 |
![]() | Line is longer than 80 characters (found 90). | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter eventIterator should be final. | 82 |
![]() | '{' should be on the previous line. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 100). | 23 |
![]() | '{' should be on the previous line. | 29 |
![]() | Expected an @return tag. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.Templates. | 18 |
![]() | Unused import - javax.xml.transform.TransformerConfigurationException. | 20 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 104). | 29 |
![]() | Line is longer than 80 characters (found 116). | 32 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'log' must be private and have accessor methods. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'serializer' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters (found 94). | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter method should be final. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter method should be final. | 59 |
![]() | Parameter indent should be final. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Line is longer than 80 characters (found 95). | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | 'if' construct must use '{}'s. | 64 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 95). | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters (found 97). | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '}' should be on the same line. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | 'if' construct must use '{}'s. | 70 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line is longer than 80 characters (found 105). | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line is longer than 80 characters (found 114). | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line is longer than 80 characters (found 101). | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '}' should be on the same line. | 75 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '}' should be on the same line. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '(' is followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters (found 88). | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '}' should be on the same line. | 86 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '}' should be on the same line. | 104 |
![]() | 'catch' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Must have at least one statement. | 105 |
![]() | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Parameter result should be final. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | 'if' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line is longer than 80 characters (found 100). | 114 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | 'cast' is not followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '(' is followed by whitespace. | 117 |
![]() | 'cast' is not followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '}' should be on the same line. | 118 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | '(' is followed by whitespace. | 120 |
![]() | 'cast' is not followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | '}' should be on the same line. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | Line is longer than 80 characters (found 118). | 123 |
![]() | First sentence should end with a period. | 127 |
![]() | Expected an @return tag. | 130 |
![]() | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | 'cast' is not followed by whitespace. | 132 |
![]() | First sentence should end with a period. | 135 |
![]() | Expected an @return tag. | 138 |
![]() | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'cast' is not followed by whitespace. | 140 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Redundant 'public' modifier. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | Expected @param tag for 'result'. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | Expected an @return tag. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Expected an @return tag. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Expected an @return tag. | 45 |
![]() | Redundant 'public' modifier. | 45 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'transformerHandler' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter transformerHandler should be final. | 31 |
![]() | 'transformerHandler' hides a field. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Line is longer than 80 characters (found 90). | 36 |
![]() | Method 'getTransformerHandler' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter result should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | First sentence should end with a period. | 48 |
![]() | Expected an @return tag. | 51 |
![]() | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 107). | 53 |
![]() | Avoid inline conditionals. | 54 |
![]() | First sentence should end with a period. | 57 |
![]() | Expected an @return tag. | 60 |
![]() | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters (found 104). | 62 |
![]() | Avoid inline conditionals. | 63 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 36 |
![]() | Line is longer than 80 characters (found 85). | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'log' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter publicId should be final. | 44 |
![]() | Parameter systemId should be final. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 46 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | '+' is not preceded with whitespace. | 48 |
![]() | '+' is not followed by whitespace. | 48 |
![]() | Line is longer than 80 characters (found 90). | 50 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.Templates. | 30 |
![]() | Unused import - org.xchain.framework.factory.TemplatesFactory. | 40 |
![]() | Unused import - org.xchain.framework.strategy.TemplatesConsumerStrategy. | 41 |
![]() | Unused import - org.xchain.framework.strategy.SourceSourceStrategy. | 42 |
![]() | Unused import - org.xchain.framework.strategy.InputSourceSourceStrategy. | 43 |
![]() | Line is longer than 80 characters (found 110). | 63 |
![]() | Line is longer than 80 characters (found 94). | 65 |
![]() | '{' should be on the previous line. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name 'XCHAIN_STYLESHEET_TARGET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Variable 'XCHAIN_STYLESHEET_TARGET' must be private and have accessor methods. | 77 |
![]() | Line is longer than 80 characters (found 85). | 83 |
![]() | Line is longer than 80 characters (found 81). | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line is longer than 80 characters (found 106). | 95 |
![]() | Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter contentHandler should be final. | 95 |
![]() | 'contentHandler' hides a field. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters (found 96). | 97 |
![]() | Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | Parameter errorHandler should be final. | 97 |
![]() | 'errorHandler' hides a field. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | Method 'getErrorHandler' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line is longer than 80 characters (found 106). | 99 |
![]() | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | Parameter entityResolver should be final. | 99 |
![]() | 'entityResolver' hides a field. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Method 'getEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line is longer than 80 characters (found 86). | 101 |
![]() | Method 'setDTDHandler' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | Parameter dtdHandler should be final. | 101 |
![]() | 'dtdHandler' hides a field. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Method 'getDTDHandler' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | Parameter locator should be final. | 103 |
![]() | 'locator' hides a field. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | Parameter systemId should be final. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | Parameter source should be final. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | Line is longer than 80 characters (found 93). | 121 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Expected @throws tag for 'SAXException'. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '{' should be on the previous line. | 137 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | Line is longer than 80 characters (found 81). | 146 |
![]() | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter target should be final. | 148 |
![]() | Expected @param tag for 'target'. | 148 |
![]() | Parameter data should be final. | 148 |
![]() | Expected @param tag for 'data'. | 148 |
![]() | Expected @throws tag for 'SAXException'. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '}' should be on the same line. | 153 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | '}' should be on the same line. | 157 |
![]() | Method 'notationDecl' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Parameter name should be final. | 166 |
![]() | Expected @param tag for 'name'. | 166 |
![]() | Parameter publicId should be final. | 166 |
![]() | Expected @param tag for 'publicId'. | 166 |
![]() | Parameter systemId should be final. | 166 |
![]() | Expected @param tag for 'systemId'. | 166 |
![]() | Expected @throws tag for 'SAXException'. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | '}' should be on the same line. | 171 |
![]() | Line is longer than 80 characters (found 100). | 180 |
![]() | Method 'unparsedEntityDecl' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter name should be final. | 180 |
![]() | Expected @param tag for 'name'. | 180 |
![]() | Parameter publicId should be final. | 180 |
![]() | Expected @param tag for 'publicId'. | 180 |
![]() | Parameter systemId should be final. | 180 |
![]() | Expected @param tag for 'systemId'. | 180 |
![]() | Parameter notationName should be final. | 180 |
![]() | Expected @param tag for 'notationName'. | 180 |
![]() | Expected @throws tag for 'SAXException'. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters (found 89). | 184 |
![]() | '}' should be on the same line. | 185 |
![]() | Line is longer than 80 characters (found 92). | 192 |
![]() | Line is longer than 80 characters (found 95). | 195 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Parameter uri should be final. | 195 |
![]() | Expected @param tag for 'uri'. | 195 |
![]() | Parameter localName should be final. | 195 |
![]() | Expected @param tag for 'localName'. | 195 |
![]() | Parameter qName should be final. | 195 |
![]() | Expected @param tag for 'qName'. | 195 |
![]() | Parameter attributes should be final. | 195 |
![]() | Expected @param tag for 'attributes'. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Expected @throws tag for 'SAXException'. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | 'if' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters (found 93). | 206 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | Parameter prefix should be final. | 209 |
![]() | Expected @param tag for 'prefix'. | 209 |
![]() | Parameter uri should be final. | 209 |
![]() | Expected @param tag for 'uri'. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | Expected @throws tag for 'SAXException'. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | '(' is followed by whitespace. | 222 |
![]() | Parameter data should be final. | 222 |
![]() | Expected @param tag for 'data'. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | Expected @throws tag for 'SAXException'. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | '}' should be on the same line. | 229 |
![]() | 'catch' is not followed by whitespace. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line is longer than 80 characters (found 98). | 231 |
![]() | 'if' is not followed by whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Line is longer than 80 characters (found 111). | 238 |
![]() | 'if' is not followed by whitespace. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Line is longer than 80 characters (found 97). | 250 |
![]() | Line is longer than 80 characters (found 125). | 255 |
![]() | Line is longer than 80 characters (found 147). | 256 |
![]() | Line is longer than 80 characters (found 97). | 257 |
![]() | 'for' is not followed by whitespace. | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | Line is longer than 80 characters (found 108). | 260 |
![]() | 'for' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | Line is longer than 80 characters (found 90). | 261 |
![]() | '}' should be on the same line. | 263 |
![]() | 'catch' is not followed by whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Line is longer than 80 characters (found 114). | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '}' should be on the same line. | 269 |
![]() | 'if' is not followed by whitespace. | 272 |
![]() | '(' is followed by whitespace. | 272 |
![]() | ')' is preceded with whitespace. | 272 |
![]() | Line is longer than 80 characters (found 92). | 274 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | 'for' is not followed by whitespace. | 275 |
![]() | '(' is followed by whitespace. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | Missing a Javadoc comment. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | Parameter data should be final. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | '{' should be on the previous line. | 286 |
![]() | Expected @throws tag for 'SAXException'. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | 'if' is not followed by whitespace. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | ')' is preceded with whitespace. | 299 |
![]() | '}' should be on the same line. | 305 |
![]() | 'for' is not followed by whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | '-' is not preceded with whitespace. | 309 |
![]() | '-' is not followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 311 |
![]() | '+' is not followed by whitespace. | 311 |
![]() | Line is longer than 80 characters (found 85). | 314 |
![]() | '-' is not preceded with whitespace. | 314 |
![]() | '-' is not followed by whitespace. | 314 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | 'cast' is not followed by whitespace. | 319 |
![]() | 'if' is not followed by whitespace. | 321 |
![]() | '(' is followed by whitespace. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | 'cast' is not followed by whitespace. | 322 |
![]() | 'if' is not followed by whitespace. | 324 |
![]() | '(' is followed by whitespace. | 324 |
![]() | ')' is preceded with whitespace. | 324 |
![]() | 'cast' is not followed by whitespace. | 325 |
![]() | 'for' is not followed by whitespace. | 330 |
![]() | '(' is followed by whitespace. | 330 |
![]() | ')' is preceded with whitespace. | 330 |
![]() | '{' should be on the previous line. | 341 |
![]() | Redundant 'public' modifier. | 345 |
![]() | Expected @throws tag for 'SAXException'. | 346 |
![]() | Missing a Javadoc comment. | 349 |
![]() | '{' should be on the previous line. | 351 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Missing a Javadoc comment. | 354 |
![]() | '(' is followed by whitespace. | 354 |
![]() | Parameter target should be final. | 354 |
![]() | 'target' hides a field. | 354 |
![]() | Parameter data should be final. | 354 |
![]() | 'data' hides a field. | 354 |
![]() | ')' is preceded with whitespace. | 354 |
![]() | '{' should be on the previous line. | 355 |
![]() | Missing a Javadoc comment. | 360 |
![]() | '{' should be on the previous line. | 362 |
![]() | '(' is followed by whitespace. | 363 |
![]() | ')' is preceded with whitespace. | 363 |
![]() | Missing a Javadoc comment. | 367 |
![]() | '{' should be on the previous line. | 369 |
![]() | Missing a Javadoc comment. | 370 |
![]() | '{' should be on the previous line. | 372 |
![]() | Missing a Javadoc comment. | 377 |
![]() | '{' should be on the previous line. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Missing a Javadoc comment. | 384 |
![]() | '(' is followed by whitespace. | 384 |
![]() | Parameter name should be final. | 384 |
![]() | 'name' hides a field. | 384 |
![]() | Parameter publicId should be final. | 384 |
![]() | 'publicId' hides a field. | 384 |
![]() | Parameter systemId should be final. | 384 |
![]() | 'systemId' hides a field. | 384 |
![]() | ')' is preceded with whitespace. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | Missing a Javadoc comment. | 391 |
![]() | '{' should be on the previous line. | 393 |
![]() | Missing a Javadoc comment. | 398 |
![]() | '{' should be on the previous line. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Line is longer than 80 characters (found 104). | 406 |
![]() | Missing a Javadoc comment. | 406 |
![]() | '(' is followed by whitespace. | 406 |
![]() | Parameter name should be final. | 406 |
![]() | 'name' hides a field. | 406 |
![]() | Parameter publicId should be final. | 406 |
![]() | 'publicId' hides a field. | 406 |
![]() | Parameter systemId should be final. | 406 |
![]() | 'systemId' hides a field. | 406 |
![]() | Parameter notationName should be final. | 406 |
![]() | 'notationName' hides a field. | 406 |
![]() | ')' is preceded with whitespace. | 406 |
![]() | Missing a Javadoc comment. | 414 |
![]() | '{' should be on the previous line. | 416 |
![]() | Line is longer than 80 characters (found 88). | 417 |
![]() | Missing a Javadoc comment. | 421 |
![]() | '{' should be on the previous line. | 423 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Missing a Javadoc comment. | 426 |
![]() | '(' is followed by whitespace. | 426 |
![]() | Parameter wrapped should be final. | 426 |
![]() | 'wrapped' hides a field. | 426 |
![]() | ')' is preceded with whitespace. | 426 |
![]() | '{' should be on the previous line. | 427 |
![]() | Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Missing a Javadoc comment. | 431 |
![]() | Parameter href should be final. | 431 |
![]() | Parameter base should be final. | 431 |
![]() | '{' should be on the previous line. | 433 |
![]() | '}' should be on the same line. | 436 |
![]() | 'catch' is not followed by whitespace. | 437 |
![]() | '(' is followed by whitespace. | 437 |
![]() | ')' is preceded with whitespace. | 437 |
![]() | 'if' is not followed by whitespace. | 438 |
![]() | '(' is followed by whitespace. | 438 |
![]() | ')' is preceded with whitespace. | 438 |
![]() | Line is longer than 80 characters (found 92). | 439 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' is not followed by whitespace. | 439 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' is not followed by whitespace. | 439 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' is not followed by whitespace. | 439 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' is not followed by whitespace. | 439 |
![]() | '}' should be on the same line. | 442 |
![]() | 'catch' is not followed by whitespace. | 443 |
![]() | '(' is followed by whitespace. | 443 |
![]() | ')' is preceded with whitespace. | 443 |
![]() | 'if' is not followed by whitespace. | 444 |
![]() | '(' is followed by whitespace. | 444 |
![]() | ')' is preceded with whitespace. | 444 |
![]() | Line is longer than 80 characters (found 92). | 445 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' is not followed by whitespace. | 445 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' is not followed by whitespace. | 445 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' is not followed by whitespace. | 445 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' is not followed by whitespace. | 445 |
![]() | Line has trailing spaces. | 451 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.IOException. | 18 |
![]() | Unused import - java.net.URI. | 20 |
![]() | Unused import - java.util.Map. | 22 |
![]() | Unused import - javax.xml.transform.sax.SAXResult. | 31 |
![]() | Unused import - org.xchain.framework.factory.TemplatesFactory. | 41 |
![]() | Unused import - org.xchain.framework.strategy.TemplatesConsumerStrategy. | 42 |
![]() | Unused import - org.xchain.framework.strategy.SourceSourceStrategy. | 43 |
![]() | Unused import - org.xchain.framework.util.ParseException. | 45 |
![]() | Unused import - org.xchain.framework.net.DependencyTracker. | 47 |
![]() | Unused import - org.xchain.framework.net.UrlFactoryUriResolver. | 48 |
![]() | Unused import - org.xml.sax.ContentHandler. | 50 |
![]() | Unused import - org.xml.sax.ErrorHandler. | 51 |
![]() | Unused import - org.xml.sax.EntityResolver. | 52 |
![]() | Unused import - org.xml.sax.InputSource. | 59 |
![]() | Unused import - org.xml.sax.helpers.XMLFilterImpl. | 60 |
![]() | Line is longer than 80 characters (found 119). | 63 |
![]() | Line is longer than 80 characters (found 94). | 65 |
![]() | '{' should be on the previous line. | 73 |
![]() | Line is longer than 80 characters (found 84). | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters (found 88). | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name 'XCHAIN_TRANSFORMER_FACTORY_TARGET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Variable 'XCHAIN_TRANSFORMER_FACTORY_TARGET' must be private and have accessor methods. | 76 |
![]() | Line is longer than 80 characters (found 81). | 81 |
![]() | Line is longer than 80 characters (found 98). | 90 |
![]() | Line is longer than 80 characters (found 94). | 91 |
![]() | Line is longer than 80 characters (found 132). | 93 |
![]() | Line is longer than 80 characters (found 132). | 96 |
![]() | Method 'setSystemId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | Parameter systemId should be final. | 104 |
![]() | 'systemId' hides a field. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Method 'getSystemId' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line is longer than 80 characters (found 111). | 114 |
![]() | Expected an @return tag. | 116 |
![]() | Method 'getTemplates' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Line has trailing spaces. | 120 |
![]() | Method 'setDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | Parameter locator should be final. | 126 |
![]() | 'locator' hides a field. | 126 |
![]() | Expected @param tag for 'locator'. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Expected an @return tag. | 135 |
![]() | Method 'getDocumentLocator' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Line is longer than 80 characters (found 93). | 138 |
![]() | Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Expected @throws tag for 'SAXException'. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | '{' should be on the previous line. | 153 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters (found 87). | 155 |
![]() | Line is longer than 80 characters (found 81). | 162 |
![]() | Method 'processingInstruction' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter target should be final. | 164 |
![]() | Expected @param tag for 'target'. | 164 |
![]() | Parameter data should be final. | 164 |
![]() | Expected @param tag for 'data'. | 164 |
![]() | Expected @throws tag for 'SAXException'. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | Line is longer than 80 characters (found 131). | 170 |
![]() | '+' is not preceded with whitespace. | 170 |
![]() | '+' is not followed by whitespace. | 170 |
![]() | '+' is not preceded with whitespace. | 170 |
![]() | '+' is not followed by whitespace. | 170 |
![]() | '}' should be on the same line. | 172 |
![]() | '}' should be on the same line. | 176 |
![]() | 'if' is not followed by whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | '}' should be on the same line. | 180 |
![]() | Method 'notationDecl' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Parameter name should be final. | 189 |
![]() | Expected @param tag for 'name'. | 189 |
![]() | Parameter publicId should be final. | 189 |
![]() | Expected @param tag for 'publicId'. | 189 |
![]() | Parameter systemId should be final. | 189 |
![]() | 'systemId' hides a field. | 189 |
![]() | Expected @param tag for 'systemId'. | 189 |
![]() | Expected @throws tag for 'SAXException'. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | '}' should be on the same line. | 194 |
![]() | Line is longer than 80 characters (found 100). | 203 |
![]() | Method 'unparsedEntityDecl' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter name should be final. | 203 |
![]() | Expected @param tag for 'name'. | 203 |
![]() | Parameter publicId should be final. | 203 |
![]() | Expected @param tag for 'publicId'. | 203 |
![]() | Parameter systemId should be final. | 203 |
![]() | 'systemId' hides a field. | 203 |
![]() | Expected @param tag for 'systemId'. | 203 |
![]() | Parameter notationName should be final. | 203 |
![]() | Expected @param tag for 'notationName'. | 203 |
![]() | Expected @throws tag for 'SAXException'. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | Line is longer than 80 characters (found 89). | 207 |
![]() | '}' should be on the same line. | 208 |
![]() | Line is longer than 80 characters (found 92). | 215 |
![]() | Line is longer than 80 characters (found 95). | 218 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | Parameter uri should be final. | 218 |
![]() | Expected @param tag for 'uri'. | 218 |
![]() | Parameter localName should be final. | 218 |
![]() | Expected @param tag for 'localName'. | 218 |
![]() | Parameter qName should be final. | 218 |
![]() | Expected @param tag for 'qName'. | 218 |
![]() | Parameter attributes should be final. | 218 |
![]() | Expected @param tag for 'attributes'. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Expected @throws tag for 'SAXException'. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | 'if' is not followed by whitespace. | 221 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | '(' is followed by whitespace. | 222 |
![]() | ')' is preceded with whitespace. | 222 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters (found 93). | 229 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | Parameter prefix should be final. | 232 |
![]() | Expected @param tag for 'prefix'. | 232 |
![]() | Parameter uri should be final. | 232 |
![]() | Expected @param tag for 'uri'. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | Expected @throws tag for 'SAXException'. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | 'if' is not followed by whitespace. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | Comment matches to-do format 'TODO:'. | 236 |
![]() | '}' should be on the same line. | 238 |
![]() | '(' is followed by whitespace. | 240 |
![]() | ')' is preceded with whitespace. | 240 |
![]() | Missing a Javadoc comment. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | Parameter data should be final. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Line is longer than 80 characters (found 93). | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | Parameter uri should be final. | 252 |
![]() | Expected @param tag for 'uri'. | 252 |
![]() | Parameter localName should be final. | 252 |
![]() | Expected @param tag for 'localName'. | 252 |
![]() | Parameter qName should be final. | 252 |
![]() | Expected @param tag for 'qName'. | 252 |
![]() | Parameter attributes should be final. | 252 |
![]() | Expected @param tag for 'attributes'. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Expected @throws tag for 'SAXException'. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | Line is longer than 80 characters (found 134). | 258 |
![]() | 'if' is not followed by whitespace. | 263 |
![]() | '(' is followed by whitespace. | 263 |
![]() | ')' is preceded with whitespace. | 263 |
![]() | Line is longer than 80 characters (found 93). | 265 |
![]() | '}' should be on the same line. | 266 |
![]() | 'catch' is not followed by whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Line is longer than 80 characters (found 111). | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '}' should be on the same line. | 270 |
![]() | Line is longer than 80 characters (found 99). | 273 |
![]() | '}' should be on the same line. | 274 |
![]() | 'catch' is not followed by whitespace. | 275 |
![]() | '(' is followed by whitespace. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | Line is longer than 80 characters (found 127). | 276 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' is not followed by whitespace. | 276 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' is not followed by whitespace. | 276 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' is not followed by whitespace. | 276 |
![]() | '+' is not preceded with whitespace. | 276 |
![]() | '+' is not followed by whitespace. | 276 |
![]() | '}' should be on the same line. | 282 |
![]() | 'catch' is not followed by whitespace. | 283 |
![]() | '(' is followed by whitespace. | 283 |
![]() | ')' is preceded with whitespace. | 283 |
![]() | Line is longer than 80 characters (found 123). | 284 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' is not followed by whitespace. | 284 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' is not followed by whitespace. | 284 |
![]() | 'if' is not followed by whitespace. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | 'cast' is not followed by whitespace. | 292 |
![]() | 'if' is not followed by whitespace. | 294 |
![]() | '(' is followed by whitespace. | 294 |
![]() | ')' is preceded with whitespace. | 294 |
![]() | 'cast' is not followed by whitespace. | 295 |
![]() | Line has trailing spaces. | 297 |
![]() | 'for' is not followed by whitespace. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | ')' is preceded with whitespace. | 299 |
![]() | Missing a Javadoc comment. | 306 |
![]() | '(' is followed by whitespace. | 306 |
![]() | Parameter data should be final. | 306 |
![]() | ')' is preceded with whitespace. | 306 |
![]() | '{' should be on the previous line. | 308 |
![]() | Line is longer than 80 characters (found 92). | 310 |
![]() | Line is longer than 80 characters (found 81). | 311 |
![]() | 'if' is not followed by whitespace. | 314 |
![]() | '(' is followed by whitespace. | 314 |
![]() | ')' is preceded with whitespace. | 314 |
![]() | '}' should be on the same line. | 316 |
![]() | Line is longer than 80 characters (found 86). | 318 |
![]() | '}' should be on the same line. | 320 |
![]() | 'catch' is not followed by whitespace. | 321 |
![]() | '(' is followed by whitespace. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | Line is longer than 80 characters (found 101). | 322 |
![]() | Line is longer than 80 characters (found 122). | 327 |
![]() | '{' should be on the previous line. | 331 |
![]() | Line is longer than 80 characters (found 113). | 339 |
![]() | Line is longer than 80 characters (found 81). | 342 |
![]() | '(' is followed by whitespace. | 342 |
![]() | Parameter templates should be final. | 342 |
![]() | 'templates' hides a field. | 342 |
![]() | Expected @param tag for 'templates'. | 342 |
![]() | Parameter factory should be final. | 342 |
![]() | 'factory' hides a field. | 342 |
![]() | Expected @param tag for 'factory'. | 342 |
![]() | ')' is preceded with whitespace. | 342 |
![]() | Line is longer than 80 characters (found 82). | 349 |
![]() | Expected an @return tag. | 351 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 352 |
![]() | '{' should be on the previous line. | 353 |
![]() | Line is longer than 80 characters (found 87). | 358 |
![]() | Expected an @return tag. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | Line is longer than 80 characters (found 94). | 366 |
![]() | Expected an @return tag. | 368 |
![]() | Expected @throws tag for 'TransformerConfigurationException'. | 369 |
![]() | '{' should be on the previous line. | 370 |
![]() | 'synchronized' is not followed by whitespace. | 371 |
![]() | '{' should be on the previous line. | 381 |
![]() | Redundant 'public' modifier. | 385 |
![]() | Expected @throws tag for 'SAXException'. | 386 |
![]() | Missing a Javadoc comment. | 389 |
![]() | '{' should be on the previous line. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Missing a Javadoc comment. | 393 |
![]() | Missing a Javadoc comment. | 394 |
![]() | '(' is followed by whitespace. | 394 |
![]() | Parameter target should be final. | 394 |
![]() | 'target' hides a field. | 394 |
![]() | Parameter data should be final. | 394 |
![]() | 'data' hides a field. | 394 |
![]() | ')' is preceded with whitespace. | 394 |
![]() | '{' should be on the previous line. | 395 |
![]() | Missing a Javadoc comment. | 400 |
![]() | '{' should be on the previous line. | 402 |
![]() | '(' is followed by whitespace. | 403 |
![]() | ')' is preceded with whitespace. | 403 |
![]() | Missing a Javadoc comment. | 407 |
![]() | '{' should be on the previous line. | 409 |
![]() | Missing a Javadoc comment. | 410 |
![]() | '{' should be on the previous line. | 412 |
![]() | Missing a Javadoc comment. | 417 |
![]() | '{' should be on the previous line. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Missing a Javadoc comment. | 424 |
![]() | '(' is followed by whitespace. | 424 |
![]() | Parameter name should be final. | 424 |
![]() | 'name' hides a field. | 424 |
![]() | Parameter publicId should be final. | 424 |
![]() | 'publicId' hides a field. | 424 |
![]() | Parameter systemId should be final. | 424 |
![]() | 'systemId' hides a field. | 424 |
![]() | ')' is preceded with whitespace. | 424 |
![]() | '{' should be on the previous line. | 425 |
![]() | Missing a Javadoc comment. | 431 |
![]() | '{' should be on the previous line. | 433 |
![]() | Missing a Javadoc comment. | 438 |
![]() | '{' should be on the previous line. | 440 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Missing a Javadoc comment. | 442 |
![]() | Missing a Javadoc comment. | 443 |
![]() | Missing a Javadoc comment. | 444 |
![]() | Line is longer than 80 characters (found 104). | 446 |
![]() | Missing a Javadoc comment. | 446 |
![]() | '(' is followed by whitespace. | 446 |
![]() | Parameter name should be final. | 446 |
![]() | 'name' hides a field. | 446 |
![]() | Parameter publicId should be final. | 446 |
![]() | 'publicId' hides a field. | 446 |
![]() | Parameter systemId should be final. | 446 |
![]() | 'systemId' hides a field. | 446 |
![]() | Parameter notationName should be final. | 446 |
![]() | 'notationName' hides a field. | 446 |
![]() | ')' is preceded with whitespace. | 446 |
![]() | Missing a Javadoc comment. | 454 |
![]() | '{' should be on the previous line. | 456 |
![]() | Line is longer than 80 characters (found 94). | 457 |
![]() | Missing a Javadoc comment. | 461 |
![]() | '{' should be on the previous line. | 463 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Missing a Javadoc comment. | 465 |
![]() | Missing a Javadoc comment. | 467 |
![]() | '(' is followed by whitespace. | 467 |
![]() | Parameter prefix should be final. | 467 |
![]() | 'prefix' hides a field. | 467 |
![]() | Parameter uri should be final. | 467 |
![]() | 'uri' hides a field. | 467 |
![]() | ')' is preceded with whitespace. | 467 |
![]() | '{' should be on the previous line. | 468 |
![]() | Missing a Javadoc comment. | 473 |
![]() | '{' should be on the previous line. | 475 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters (found 96). | 23 |
![]() | '{' should be on the previous line. | 31 |
![]() | Line is longer than 80 characters (found 103). | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'prefixStackMap' must be private and have accessor methods. | 32 |
![]() | Method 'getStack' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter prefix should be final. | 34 |
![]() | Parameter create should be final. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Inner assignments should be avoided. | 38 |
![]() | Line has trailing spaces. | 42 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter prefix should be final. | 55 |
![]() | Expected @param tag for 'prefix'. | 55 |
![]() | Parameter uri should be final. | 55 |
![]() | Expected @param tag for 'uri'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Expected an @return tag. | 63 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter prefix should be final. | 63 |
![]() | Expected @param tag for 'prefix'. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Expected an @return tag. | 77 |
![]() | Method 'lookupUri' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Parameter prefix should be final. | 77 |
![]() | Expected @param tag for 'prefix'. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Line is longer than 80 characters (found 114). | 88 |
![]() | Line is longer than 80 characters (found 119). | 89 |
![]() | Expected an @return tag. | 92 |
![]() | Method 'isPrefixMappingNeeded' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | Parameter prefix should be final. | 92 |
![]() | Expected @param tag for 'prefix'. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xml.sax.ErrorHandler. | 19 |
![]() | Line is longer than 80 characters (found 125). | 25 |
![]() | Line is longer than 80 characters (found 151). | 26 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'HTML_NAMESPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Variable 'HTML_NAMESPACE' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'inputNamespaceContext' must be private and have accessor methods. | 35 |
![]() | Line is longer than 80 characters (found 104). | 37 |
![]() | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter namespaceUri should be final. | 37 |
![]() | Parameter localName should be final. | 37 |
![]() | Parameter qName should be final. | 37 |
![]() | Parameter attributes should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line is longer than 80 characters (found 81). | 41 |
![]() | '}' should be on the same line. | 42 |
![]() | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Parameter namespaceUri should be final. | 48 |
![]() | Parameter localName should be final. | 48 |
![]() | Parameter qName should be final. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '}' should be on the same line. | 53 |
![]() | Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter prefix should be final. | 59 |
![]() | Parameter namespaceUri should be final. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '}' should be on the same line. | 68 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter prefix should be final. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '}' should be on the same line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Method 'filterAttributes' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | Parameter attributes should be final. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters (found 102). | 97 |
![]() | 'for' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Line is longer than 80 characters (found 149). | 102 |
![]() | '}' should be on the same line. | 104 |
![]() | Line is longer than 80 characters (found 161). | 106 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.framework.util.AnnotationUtil.hasAnnotation. | 18 |
![]() | Unused import - org.xchain.framework.util.AnnotationUtil.getAnnotationValue. | 19 |
![]() | Unused import - java.io.DataInputStream. | 21 |
![]() | Unused import - java.io.File. | 22 |
![]() | Unused import - java.io.IOException. | 23 |
![]() | Unused import - java.io.InputStream. | 24 |
![]() | Unused import - java.lang.annotation.Annotation. | 25 |
![]() | Unused import - java.net.URL. | 26 |
![]() | Unused import - java.net.URLClassLoader. | 27 |
![]() | Unused import - java.net.URLDecoder. | 28 |
![]() | Unused import - java.util.Enumeration. | 29 |
![]() | Unused import - java.util.HashSet. | 30 |
![]() | Unused import - java.util.Set. | 32 |
![]() | Unused import - java.util.zip.ZipEntry. | 34 |
![]() | Unused import - java.util.zip.ZipException. | 35 |
![]() | Unused import - java.util.zip.ZipFile. | 36 |
![]() | Redundant import from the same package - org.xchain.framework.scanner.MarkerResourceLocator. | 37 |
![]() | Unused import - org.xchain.framework.scanner.MarkerResourceLocator. | 37 |
![]() | Redundant import from the same package - org.xchain.framework.scanner.ScannerLifecycle. | 38 |
![]() | Redundant import from the same package - org.xchain.framework.scanner.ScanNode. | 39 |
![]() | Unused import - javassist.bytecode.AnnotationsAttribute. | 41 |
![]() | Unused import - javassist.bytecode.ClassFile. | 42 |
![]() | Unused import - javassist.bytecode.annotation.MemberValue. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters (found 84). | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'rootUrlLocator' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'classLoader' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter rootUrlLocator should be final. | 55 |
![]() | 'rootUrlLocator' hides a field. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters (found 81). | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter rootUrlLocator should be final. | 60 |
![]() | 'rootUrlLocator' hides a field. | 60 |
![]() | Parameter classLoader should be final. | 60 |
![]() | 'classLoader' hides a field. | 60 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters (found 104). | 66 |
![]() | Line is longer than 80 characters (found 136). | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters (found 114). | 70 |
![]() | Line is longer than 80 characters (found 111). | 71 |
![]() | Line is longer than 80 characters (found 151). | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Expected an @return tag. | 78 |
![]() | Parameter name should be final. | 78 |
![]() | Expected @param tag for 'name'. | 78 |
![]() | Line is longer than 80 characters (found 88). | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter scanNode should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Line is longer than 80 characters (found 106). | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | '}' should be on the same line. | 94 |
![]() | 'catch' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | 'while' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | '}' should be on the same line. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters (found 98). | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | Missing a Javadoc comment. | 114 |
![]() | First sentence should end with a period. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 134 |
![]() | Expected an @return tag. | 135 |
![]() | Parameter name should be final. | 135 |
![]() | Expected @param tag for 'name'. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters (found 83). | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter context should be final. | 46 |
![]() | 'context' hides a field. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters (found 130). | 52 |
![]() | Unused @param tag for 'jarUrl'. | 56 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | Parameter rootNode should be final. | 58 |
![]() | Parameter bundleUrl should be final. | 58 |
![]() | Expected @param tag for 'bundleUrl'. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Expected @throws tag for 'IOException'. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | Line is longer than 80 characters (found 88). | 70 |
![]() | 'cast' is not followed by whitespace. | 70 |
![]() | Line is longer than 80 characters (found 83). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '}' should be on the same line. | 76 |
![]() | 'catch' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | 'for' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | 'for' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '}' should be on the same line. | 86 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Method 'scanJar' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter scanNode should be final. | 94 |
![]() | Parameter path should be final. | 94 |
![]() | Parameter bundle should be final. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 96 |
![]() | 'while' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | '(' is followed by whitespace. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | '}' should be on the same line. | 108 |
![]() | 'catch' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters (found 136). | 117 |
![]() | Unused @param tag for 'entry'. | 121 |
![]() | Method 'insertEntryNodes' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | Parameter rootNode should be final. | 123 |
![]() | Parameter name should be final. | 123 |
![]() | Expected @param tag for 'name'. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | Comment matches to-do format 'TODO:'. | 125 |
![]() | 'for' is not followed by whitespace. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | Line is longer than 80 characters (found 125). | 135 |
![]() | '?' is not preceded with whitespace. | 135 |
![]() | Avoid inline conditionals. | 135 |
![]() | '?' is not followed by whitespace. | 135 |
![]() | ':' is not preceded with whitespace. | 135 |
![]() | ':' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '}' should be on the same line. | 140 |
![]() | '-' is not preceded with whitespace. | 150 |
![]() | '-' is not followed by whitespace. | 150 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters (found 149). | 153 |
![]() | '?' is not preceded with whitespace. | 153 |
![]() | Avoid inline conditionals. | 153 |
![]() | '?' is not followed by whitespace. | 153 |
![]() | '-' is not preceded with whitespace. | 153 |
![]() | '-' is not followed by whitespace. | 153 |
![]() | ':' is not preceded with whitespace. | 153 |
![]() | ':' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '-' is not preceded with whitespace. | 153 |
![]() | '-' is not followed by whitespace. | 153 |
![]() | '-' is not preceded with whitespace. | 154 |
![]() | '-' is not followed by whitespace. | 154 |
![]() | '?' is not preceded with whitespace. | 155 |
![]() | Avoid inline conditionals. | 155 |
![]() | '?' is not followed by whitespace. | 155 |
![]() | ':' is not preceded with whitespace. | 155 |
![]() | ':' is not followed by whitespace. | 155 |
![]() | '?' is not preceded with whitespace. | 156 |
![]() | Avoid inline conditionals. | 156 |
![]() | '?' is not followed by whitespace. | 156 |
![]() | ':' is not preceded with whitespace. | 156 |
![]() | ':' is not followed by whitespace. | 156 |
![]() | '-' is not preceded with whitespace. | 157 |
![]() | '-' is not followed by whitespace. | 157 |
![]() | '}' should be on the same line. | 158 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '}' should be on the same line. | 162 |
![]() | Line has trailing spaces. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter path should be final. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line has trailing spaces. | 173 |
![]() | Method 'scanDirectory' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | Parameter scanNode should be final. | 174 |
![]() | Parameter path should be final. | 174 |
![]() | Parameter bundle should be final. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 176 |
![]() | Line is longer than 80 characters (found 112). | 177 |
![]() | Line has trailing spaces. | 179 |
![]() | Line is longer than 80 characters (found 115). | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line is longer than 80 characters (found 117). | 180 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 186 |
![]() | 'catch' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters (found 107). | 187 |
![]() | Line has trailing spaces. | 189 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Line is longer than 80 characters (found 86). | 191 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | 'while' is not followed by whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | 'if' is not followed by whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line has trailing spaces. | 201 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.IOException. | 18 |
![]() | Unused import - java.util.List. | 20 |
![]() | Unused import - java.util.ArrayList. | 21 |
![]() | Unused import - java.net.JarURLConnection. | 23 |
![]() | Unused import - java.util.jar.JarFile. | 24 |
![]() | Unused import - java.util.jar.JarEntry. | 25 |
![]() | Duplicate import to line 21 - java.util.ArrayList. | 26 |
![]() | Unused import - java.util.ArrayList. | 26 |
![]() | Unused import - java.util.Enumeration. | 27 |
![]() | Unused import - java.util.Map. | 28 |
![]() | Unused import - java.util.TreeMap. | 29 |
![]() | Line is longer than 80 characters (found 119). | 32 |
![]() | '{' should be on the previous line. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line is longer than 80 characters (found 138). | 45 |
![]() | Unused @param tag for 'jarUrl'. | 49 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter rootNode should be final. | 51 |
![]() | Parameter fileUrl should be final. | 51 |
![]() | Expected @param tag for 'fileUrl'. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Expected @throws tag for 'Exception'. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'for' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Method 'insertDirectoryNodes' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | Parameter parentNode should be final. | 65 |
![]() | Parameter file should be final. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line is longer than 80 characters (found 135). | 71 |
![]() | '?' is not preceded with whitespace. | 71 |
![]() | Avoid inline conditionals. | 71 |
![]() | '?' is not followed by whitespace. | 71 |
![]() | ':' is not preceded with whitespace. | 71 |
![]() | ':' is not followed by whitespace. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | 'for' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 19 |
![]() | Unused import - java.util.ArrayList. | 20 |
![]() | Duplicate import to line 20 - java.util.ArrayList. | 25 |
![]() | Unused import - java.util.ArrayList. | 25 |
![]() | Unused import - java.util.Map. | 27 |
![]() | Unused import - java.util.TreeMap. | 28 |
![]() | Line is longer than 80 characters (found 119). | 31 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters (found 132). | 40 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter rootNode should be final. | 46 |
![]() | Parameter jarUrl should be final. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Expected @throws tag for 'IOException'. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters (found 137). | 49 |
![]() | Line is longer than 80 characters (found 93). | 50 |
![]() | 'cast' is not followed by whitespace. | 53 |
![]() | 'while' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters (found 136). | 65 |
![]() | Method 'insertEntryNodes' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Parameter rootNode should be final. | 71 |
![]() | Parameter entry should be final. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Comment matches to-do format 'TODO:'. | 74 |
![]() | 'for' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Line is longer than 80 characters (found 125). | 84 |
![]() | '?' is not preceded with whitespace. | 84 |
![]() | Avoid inline conditionals. | 84 |
![]() | '?' is not followed by whitespace. | 84 |
![]() | ':' is not preceded with whitespace. | 84 |
![]() | ':' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '}' should be on the same line. | 89 |
![]() | '-' is not preceded with whitespace. | 99 |
![]() | '-' is not followed by whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters (found 149). | 102 |
![]() | '?' is not preceded with whitespace. | 102 |
![]() | Avoid inline conditionals. | 102 |
![]() | '?' is not followed by whitespace. | 102 |
![]() | '-' is not preceded with whitespace. | 102 |
![]() | '-' is not followed by whitespace. | 102 |
![]() | ':' is not preceded with whitespace. | 102 |
![]() | ':' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '-' is not preceded with whitespace. | 102 |
![]() | '-' is not followed by whitespace. | 102 |
![]() | '-' is not preceded with whitespace. | 103 |
![]() | '-' is not followed by whitespace. | 103 |
![]() | '?' is not preceded with whitespace. | 104 |
![]() | Avoid inline conditionals. | 104 |
![]() | '?' is not followed by whitespace. | 104 |
![]() | ':' is not preceded with whitespace. | 104 |
![]() | ':' is not followed by whitespace. | 104 |
![]() | '?' is not preceded with whitespace. | 105 |
![]() | Avoid inline conditionals. | 105 |
![]() | '?' is not followed by whitespace. | 105 |
![]() | ':' is not preceded with whitespace. | 105 |
![]() | ':' is not followed by whitespace. | 105 |
![]() | '-' is not preceded with whitespace. | 106 |
![]() | '-' is not followed by whitespace. | 106 |
![]() | '}' should be on the same line. | 107 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '}' should be on the same line. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 24 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter resourceName should be final. | 35 |
![]() | 'resourceName' hides a field. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line is longer than 80 characters (found 84). | 38 |
![]() | '+' is not preceded with whitespace. | 38 |
![]() | '+' is not followed by whitespace. | 38 |
![]() | Method 'findRoots' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter cl should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'while' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line is longer than 80 characters (found 87). | 51 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Parameter o should be final. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | 'cast' is not followed by whitespace. | 71 |
![]() | Line is longer than 80 characters (found 113). | 72 |
![]() | Line is longer than 80 characters (found 126). | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 108). | 21 |
![]() | '{' should be on the previous line. | 26 |
![]() | Line is longer than 80 characters (found 88). | 28 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Expected @param tag for 'rootNode'. | 30 |
![]() | Expected @param tag for 'rootUrl'. | 30 |
![]() | Expected @throws tag for 'Exception'. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 135). | 22 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | '(' is followed by whitespace. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter message should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter cause should be final. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line has trailing spaces. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter message should be final. | 45 |
![]() | Parameter cause should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.net.URL. | 18 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters (found 122). | 23 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters (found 91). | 36 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters (found 164). | 56 |
![]() | Expected an @return tag. | 58 |
![]() | Method 'getResourceName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Line is longer than 80 characters (found 161). | 64 |
![]() | Method 'setResourceName' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | Parameter resourceName should be final. | 66 |
![]() | 'resourceName' hides a field. | 66 |
![]() | Expected @param tag for 'resourceName'. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters (found 116). | 72 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter name should be final. | 74 |
![]() | 'name' hides a field. | 74 |
![]() | Expected @param tag for 'name'. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line is longer than 80 characters (found 113). | 80 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Expected an @return tag. | 90 |
![]() | Method 'getChildMap' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Line is longer than 80 characters (found 131). | 96 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'getParentNode' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Line is longer than 80 characters (found 169). | 104 |
![]() | Expected an @return tag. | 107 |
![]() | Method 'isDirectory' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | Parameter isDirectory should be final. | 115 |
![]() | 'isDirectory' hides a field. | 115 |
![]() | Expected @param tag for 'isDirectory'. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Line is longer than 80 characters (found 172). | 121 |
![]() | Expected an @return tag. | 124 |
![]() | Method 'isFile' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | Parameter isFile should be final. | 132 |
![]() | 'isFile' hides a field. | 132 |
![]() | Expected @param tag for 'isFile'. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Line is longer than 80 characters (found 100). | 29 |
![]() | Line is longer than 80 characters (found 120). | 31 |
![]() | Line is longer than 80 characters (found 83). | 32 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter resourceUrl should be final. | 35 |
![]() | Parameter resourceName should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Expected @throws tag for 'Exception'. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters (found 103). | 40 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '}' should be on the same line. | 43 |
![]() | 'if' is not followed by whitespace. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line is longer than 80 characters (found 116). | 50 |
![]() | Line is longer than 80 characters (found 121). | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 100). | 32 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 53 |
![]() | Line is longer than 80 characters (found 92). | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Line is longer than 80 characters (found 121). | 64 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Line has trailing spaces. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters (found 104). | 79 |
![]() | ',' is not followed by whitespace. | 79 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Expected @throws tag for 'Exception'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Line is longer than 80 characters (found 120). | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters (found 100). | 94 |
![]() | Expected an @return tag. | 96 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | Parameter locator should be final. | 96 |
![]() | Expected @param tag for 'locator'. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Expected @throws tag for 'Exception'. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Method 'scanNode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Parameter classLoader should be final. | 102 |
![]() | Parameter locator should be final. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '{' should be on the previous line. | 104 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters (found 156). | 108 |
![]() | Line has trailing spaces. | 112 |
![]() | Line is longer than 80 characters (found 87). | 114 |
![]() | 'for' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 129). | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | Line has trailing spaces. | 128 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'clearCache' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | 'if' construct must use '{}'s. | 139 |
![]() | 'if' is not followed by whitespace. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Line has trailing spaces. | 142 |
![]() | Line is longer than 80 characters (found 85). | 144 |
![]() | Line is longer than 80 characters (found 81). | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | Parameter classLoader should be final. | 146 |
![]() | Parameter locator should be final. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | Line has trailing spaces. | 152 |
![]() | Line is longer than 80 characters (found 96). | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter classLoader should be final. | 156 |
![]() | Parameter locator should be final. | 156 |
![]() | Parameter scanNode should be final. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | Line is longer than 80 characters (found 83). | 157 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | '20' is a magic number. | 159 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Line is longer than 80 characters (found 96). | 167 |
![]() | '}' should be on the same line. | 170 |
![]() | 'catch' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Line is longer than 80 characters (found 102). | 178 |
![]() | '}' should be on the same line. | 180 |
![]() | 'catch' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Line is longer than 80 characters (found 92). | 188 |
![]() | '}' should be on the same line. | 190 |
![]() | 'catch' is not followed by whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 172). | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 140). | 35 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter rootNode should be final. | 37 |
![]() | Parameter vfsUrl should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Expected @throws tag for 'Exception'. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters (found 88). | 41 |
![]() | 'cast' is not followed by whitespace. | 41 |
![]() | Line is longer than 80 characters (found 85). | 44 |
![]() | 'for' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Line is longer than 80 characters (found 102). | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'insertDirectoryNodes' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter parentNode should be final. | 56 |
![]() | Parameter vFile should be final. | 56 |
![]() | Expected @param tag for 'vFile'. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Expected @throws tag for 'Exception'. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters (found 137). | 63 |
![]() | '?' is not preceded with whitespace. | 63 |
![]() | Avoid inline conditionals. | 63 |
![]() | '?' is not followed by whitespace. | 63 |
![]() | ':' is not preceded with whitespace. | 63 |
![]() | ':' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | 'for' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.jar.JarFile. | 21 |
![]() | Unused import - java.util.Map. | 24 |
![]() | Unused import - java.util.TreeMap. | 25 |
![]() | Line is longer than 80 characters (found 119). | 28 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 130). | 37 |
![]() | Unused @param tag for 'jarUrl'. | 41 |
![]() | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter rootNode should be final. | 43 |
![]() | Parameter zipUrl should be final. | 43 |
![]() | Expected @param tag for 'zipUrl'. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Expected @throws tag for 'IOException'. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'while' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '}' should be on the same line. | 56 |
![]() | 'catch' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Must have at least one statement. | 57 |
![]() | '}' should be on the same line. | 59 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | 'catch' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Must have at least one statement. | 62 |
![]() | '{' is not followed by whitespace. | 62 |
![]() | '}' is not preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters (found 103). | 68 |
![]() | Expected an @return tag. | 70 |
![]() | Method 'zipUrlToFileUrl' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Parameter zipRootUrl should be final. | 70 |
![]() | Expected @param tag for 'zipRootUrl'. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Expected @throws tag for 'MalformedURLException'. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '+' is not preceded with whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 73 |
![]() | Line is longer than 80 characters (found 136). | 77 |
![]() | Method 'insertEntryNodes' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Parameter rootNode should be final. | 83 |
![]() | Parameter entry should be final. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Comment matches to-do format 'TODO:'. | 86 |
![]() | 'for' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters (found 125). | 96 |
![]() | '?' is not preceded with whitespace. | 96 |
![]() | Avoid inline conditionals. | 96 |
![]() | '?' is not followed by whitespace. | 96 |
![]() | ':' is not preceded with whitespace. | 96 |
![]() | ':' is not followed by whitespace. | 96 |
![]() | '+' is not preceded with whitespace. | 96 |
![]() | '+' is not followed by whitespace. | 96 |
![]() | '+' is not preceded with whitespace. | 96 |
![]() | '+' is not followed by whitespace. | 96 |
![]() | '}' should be on the same line. | 101 |
![]() | '-' is not preceded with whitespace. | 111 |
![]() | '-' is not followed by whitespace. | 111 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters (found 149). | 114 |
![]() | '?' is not preceded with whitespace. | 114 |
![]() | Avoid inline conditionals. | 114 |
![]() | '?' is not followed by whitespace. | 114 |
![]() | '-' is not preceded with whitespace. | 114 |
![]() | '-' is not followed by whitespace. | 114 |
![]() | ':' is not preceded with whitespace. | 114 |
![]() | ':' is not followed by whitespace. | 114 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' is not followed by whitespace. | 114 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' is not followed by whitespace. | 114 |
![]() | '-' is not preceded with whitespace. | 114 |
![]() | '-' is not followed by whitespace. | 114 |
![]() | '-' is not preceded with whitespace. | 115 |
![]() | '-' is not followed by whitespace. | 115 |
![]() | '?' is not preceded with whitespace. | 116 |
![]() | Avoid inline conditionals. | 116 |
![]() | '?' is not followed by whitespace. | 116 |
![]() | ':' is not preceded with whitespace. | 116 |
![]() | ':' is not followed by whitespace. | 116 |
![]() | '?' is not preceded with whitespace. | 117 |
![]() | Avoid inline conditionals. | 117 |
![]() | '?' is not followed by whitespace. | 117 |
![]() | ':' is not preceded with whitespace. | 117 |
![]() | ':' is not followed by whitespace. | 117 |
![]() | '-' is not preceded with whitespace. | 118 |
![]() | '-' is not followed by whitespace. | 118 |
![]() | '}' should be on the same line. | 119 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '}' should be on the same line. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters (found 151). | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'toString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Extra HTML tag found: </code>permission != null</code>. | 30 |
![]() | Extra HTML tag found: </code>. | 30 |
![]() | Line is longer than 80 characters (found 90). | 32 |
![]() | Method 'implies' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter permission should be final. | 34 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter o should be final. | 39 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 95). | 19 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter cause should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter cause should be final. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter str should be final. | 39 |
![]() | Parameter cause should be final. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 300). | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter permissions should be final. | 49 |
![]() | Expected @param tag for 'permissions'. | 49 |
![]() | Line is longer than 80 characters (found 88). | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 292). | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters (found 90). | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Line is longer than 80 characters (found 114). | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters (found 111). | 43 |
![]() | Line is longer than 80 characters (found 87). | 45 |
![]() | First sentence should end with a period. | 47 |
![]() | Expected an @return tag. | 50 |
![]() | Method 'getIdentity' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Method 'loggedIn' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter principal should be final. | 57 |
![]() | Expected @param tag for 'principal'. | 57 |
![]() | Expected @throws tag for 'SecurityException'. | 57 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 57 |
![]() | Line is longer than 80 characters (found 107). | 58 |
![]() | Method 'loggedOut' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line is longer than 80 characters (found 107). | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter context should be final. | 69 |
![]() | Line is longer than 80 characters (found 85). | 70 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter context should be final. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 86 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter o should be final. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 191). | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters (found 82). | 36 |
![]() | Line is longer than 80 characters (found 93). | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 120). | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'getPermissions' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'getPrincipal' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setPermissions' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter permissions should be final. | 50 |
![]() | 'permissions' hides a field. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Method 'setPrincipal' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter principal should be final. | 58 |
![]() | 'principal' hides a field. | 58 |
![]() | Line has trailing spaces. | 61 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter o should be final. | 63 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 243). | 67 |
![]() | Line has trailing spaces. | 71 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | 'principal' hides a field. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'for' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 299). | 25 |
![]() | Class IdentityManager should be declared as final. | 30 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | '=' is not followed by whitespace. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Expected an @return tag. | 42 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter identityService should be final. | 55 |
![]() | 'identityService' hides a field. | 55 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters (found 112). | 61 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters (found 84). | 69 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | Parameter principal should be final. | 72 |
![]() | Expected @param tag for 'principal'. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters (found 93). | 85 |
![]() | Line is longer than 80 characters (found 137). | 86 |
![]() | '=' is not preceded with whitespace. | 88 |
![]() | '=' is not followed by whitespace. | 88 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters (found 103). | 94 |
![]() | Line is longer than 80 characters (found 144). | 95 |
![]() | '=' is not preceded with whitespace. | 97 |
![]() | '=' is not followed by whitespace. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 337). | 22 |
![]() | Line is longer than 80 characters (found 139). | 35 |
![]() | Line is longer than 80 characters (found 94). | 37 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 87). | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters (found 115). | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters (found 160). | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 262). | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Class SecurityManager should be declared as final. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters (found 83). | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters (found 131). | 43 |
![]() | Line is longer than 80 characters (found 84). | 44 |
![]() | Unused @throws tag for 'SecurityException'. | 44 |
![]() | Parameter permission should be final. | 46 |
![]() | Expected @param tag for 'permission'. | 46 |
![]() | Line is longer than 80 characters (found 86). | 47 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line is longer than 80 characters (found 103). | 49 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line is longer than 80 characters (found 125). | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter permission should be final. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters (found 86). | 68 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | 'for' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 85). | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter name should be final. | 33 |
![]() | 'name' hides a field. | 33 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 40 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter o should be final. | 47 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters (found 96). | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'log' must be private and have accessor methods. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Parameter size should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters (found 82). | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter systemId should be final. | 52 |
![]() | Parameter sourceStrategy should be final. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Parameter consumerStrategy should be final. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | '{' should be on the previous line. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters (found 85). | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | 'synchronized' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters (found 81). | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters (found 101). | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 'synchronized' is not followed by whitespace. | 73 |
![]() | Line is longer than 80 characters (found 88). | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters (found 96). | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters (found 91). | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'isStale' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter cachedObject should be final. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Expected @throws tag for 'Exception'. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line is longer than 80 characters (found 89). | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters (found 90). | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line is longer than 80 characters (found 96). | 101 |
![]() | Line contains a tab character. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Line is longer than 80 characters (found 120). | 102 |
![]() | Line contains a tab character. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters (found 90). | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters (found 84). | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters (found 98). | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters (found 136). | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Parameter cachedObject should be final. | 116 |
![]() | Parameter sourceStrategy should be final. | 116 |
![]() | Parameter consumerStrategy should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Expected @throws tag for 'Exception'. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | '{' should be on the previous line. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line is longer than 80 characters (found 111). | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters (found 149). | 131 |
![]() | Line contains a tab character. | 131 |
![]() | '+' is not preceded with whitespace. | 131 |
![]() | '+' is not followed by whitespace. | 131 |
![]() | '==' is not preceded with whitespace. | 131 |
![]() | '==' is not followed by whitespace. | 131 |
![]() | '?' is not preceded with whitespace. | 131 |
![]() | Avoid inline conditionals. | 131 |
![]() | '?' is not followed by whitespace. | 131 |
![]() | ':' is not preceded with whitespace. | 131 |
![]() | ':' is not followed by whitespace. | 131 |
![]() | '+' is not preceded with whitespace. | 131 |
![]() | '+' is not followed by whitespace. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters (found 116). | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter lastModified should be final. | 162 |
![]() | 'lastModified' hides a field. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line has trailing spaces. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter systemId should be final. | 170 |
![]() | 'systemId' hides a field. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line has trailing spaces. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line has trailing spaces. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Parameter dependencySet should be final. | 178 |
![]() | 'dependencySet' hides a field. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter object should be final. | 186 |
![]() | 'object' hides a field. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line contains a tab character. | 189 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xml.sax.helpers.XMLReaderFactory. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters (found 88). | 43 |
![]() | Line is longer than 80 characters (found 92). | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'log' must be private and have accessor methods. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line is longer than 80 characters (found 118). | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'consume' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter systemId should be final. | 46 |
![]() | Parameter sourceStrategy should be final. | 46 |
![]() | Parameter tracker should be final. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | 'cast' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '}' should be on the same line. | 82 |
![]() | 'catch' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters (found 104). | 85 |
![]() | '+' is not preceded with whitespace. | 85 |
![]() | '+' is not followed by whitespace. | 85 |
![]() | '+' is not preceded with whitespace. | 85 |
![]() | '+' is not followed by whitespace. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter exception should be final. | 96 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter exception should be final. | 104 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter exception should be final. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | Line is longer than 80 characters (found 86). | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 94). | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters (found 94). | 23 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters (found 106). | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters (found 102). | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters (found 120). | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Expected @throws tag for 'Exception'. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 34 |
![]() | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter systemId should be final. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 112). | 21 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters (found 84). | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters (found 92). | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters (found 136). | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Expected @throws tag for 'Exception'. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter systemId should be final. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 97). | 19 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Expected @throws tag for 'Exception'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.Source. | 18 |
![]() | Unused import - javax.xml.transform.Templates. | 19 |
![]() | Unused import - javax.xml.transform.TransformerFactory. | 20 |
![]() | Unused import - javax.xml.transform.sax.TemplatesHandler. | 21 |
![]() | Unused import - javax.xml.parsers.SAXParser. | 22 |
![]() | Line is longer than 80 characters (found 95). | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'consume' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter systemId should be final. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Parameter sourceStrategy should be final. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Parameter tracker should be final. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters (found 93). | 53 |
![]() | Line is longer than 80 characters (found 93). | 57 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - javassist.bytecode.AttributeInfo. | 25 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Utility classes should not have a public or default constructor. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'log' must be private and have accessor methods. | 47 |
![]() | Line is longer than 80 characters (found 103). | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter classFile should be final. | 49 |
![]() | Parameter annotationType should be final. | 49 |
![]() | Line is longer than 80 characters (found 125). | 51 |
![]() | 'cast' is not followed by whitespace. | 51 |
![]() | 'if' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters (found 100). | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter ctClass should be final. | 56 |
![]() | Parameter annotationType should be final. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'for' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters (found 98). | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter method should be final. | 67 |
![]() | Parameter annotationType should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Expected an @return tag. | 76 |
![]() | Line is longer than 80 characters (found 104). | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter behavior should be final. | 76 |
![]() | Expected @param tag for 'behavior'. | 76 |
![]() | Parameter annotationType should be final. | 76 |
![]() | Expected @param tag for 'annotationType'. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | 'for' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters (found 125). | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter classFile should be final. | 87 |
![]() | Parameter annotationType should be final. | 87 |
![]() | Parameter memberName should be final. | 87 |
![]() | Line is longer than 80 characters (found 124). | 89 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters (found 104). | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Line is longer than 80 characters (found 127). | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter behavior should be final. | 94 |
![]() | Parameter annotationType should be final. | 94 |
![]() | Parameter memberName should be final. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters (found 125). | 95 |
![]() | 'for' is not followed by whitespace. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | Line is longer than 80 characters (found 104). | 99 |
![]() | Line is longer than 80 characters (found 115). | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | Parameter annotation should be final. | 106 |
![]() | Parameter memberName should be final. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | 'if' construct must use '{}'s. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | Parameter memberValue should be final. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | '}' should be on the same line. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'cast' is not followed by whitespace. | 121 |
![]() | '}' should be on the same line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | '}' should be on the same line. | 125 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | 'cast' is not followed by whitespace. | 127 |
![]() | '}' should be on the same line. | 128 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | 'cast' is not followed by whitespace. | 130 |
![]() | '}' should be on the same line. | 131 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | 'cast' is not followed by whitespace. | 133 |
![]() | '}' should be on the same line. | 134 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'cast' is not followed by whitespace. | 136 |
![]() | '}' should be on the same line. | 137 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | 'cast' is not followed by whitespace. | 139 |
![]() | '}' should be on the same line. | 140 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | 'cast' is not followed by whitespace. | 142 |
![]() | '}' should be on the same line. | 143 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | 'cast' is not followed by whitespace. | 145 |
![]() | '}' should be on the same line. | 146 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | 'cast' is not followed by whitespace. | 148 |
![]() | '}' should be on the same line. | 149 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | 'cast' is not followed by whitespace. | 151 |
![]() | '}' should be on the same line. | 152 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | 'cast' is not followed by whitespace. | 154 |
![]() | '}' should be on the same line. | 155 |
![]() | Line is longer than 80 characters (found 92). | 157 |
![]() | Line is longer than 80 characters (found 86). | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | Parameter resourceName should be final. | 161 |
![]() | Parameter classLoader should be final. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '{' should be on the previous line. | 167 |
![]() | Line is longer than 80 characters (found 83). | 168 |
![]() | '}' should be on the same line. | 171 |
![]() | 'catch' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters (found 91). | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '}' should be on the same line. | 176 |
![]() | '{' should be on the previous line. | 178 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '}' should be on the same line. | 182 |
![]() | 'catch' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters (found 83). | 185 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 34 |
![]() | Utility classes should not have a public or default constructor. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters (found 103). | 48 |
![]() | Line is longer than 80 characters (found 139). | 51 |
![]() | Line is longer than 80 characters (found 95). | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | '}' should be on the same line. | 59 |
![]() | 'catch' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 71 |
![]() | Line is longer than 80 characters (found 99). | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter attributes should be final. | 74 |
![]() | Parameter namespaceUri should be final. | 74 |
![]() | Parameter localName should be final. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters (found 86). | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters (found 87). | 88 |
![]() | Line is longer than 80 characters (found 120). | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | Parameter attributes should be final. | 90 |
![]() | Parameter namespaceUri should be final. | 90 |
![]() | Parameter localName should be final. | 90 |
![]() | Parameter defaultValue should be final. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Line is longer than 80 characters (found 120). | 106 |
![]() | Expected an @return tag. | 109 |
![]() | Line is longer than 80 characters (found 89). | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter attributeValueTemplate should be final. | 109 |
![]() | Expected @param tag for 'attributeValueTemplate'. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Expected @throws tag for 'SAXException'. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Line is longer than 80 characters (found 84). | 116 |
![]() | 'while' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters (found 82). | 127 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters (found 90). | 132 |
![]() | '+' is not preceded with whitespace. | 132 |
![]() | '+' is not followed by whitespace. | 132 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 177). | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | Line is longer than 80 characters (found 83). | 143 |
![]() | Expected an @return tag. | 145 |
![]() | Line is longer than 80 characters (found 109). | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | Parameter context should be final. | 145 |
![]() | Expected @param tag for 'context'. | 145 |
![]() | Parameter attributeValueTemplate should be final. | 145 |
![]() | Expected @param tag for 'attributeValueTemplate'. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Expected @throws tag for 'SAXException'. | 146 |
![]() | Redundant throws: 'SAXException' is subclass of 'Exception'. | 146 |
![]() | Expected @throws tag for 'Exception'. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Line is longer than 80 characters (found 81). | 148 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | 'for' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | '+=' is not preceded with whitespace. | 157 |
![]() | '+=' is not followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | '(' is followed by whitespace. | 159 |
![]() | '+' is not preceded with whitespace. | 159 |
![]() | '+' is not followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | 'cast' is not followed by whitespace. | 160 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | '+' is not followed by whitespace. | 160 |
![]() | Line is longer than 80 characters (found 119). | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | Parameter attributeValueTemplate should be final. | 166 |
![]() | Parameter namespaceContext should be final. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Redundant throws: 'JXPathException' is unchecked exception. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | '}' should be on the same line. | 172 |
![]() | 'catch' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | 'for' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | '+=' is not preceded with whitespace. | 178 |
![]() | '+=' is not followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Parameter componentClass should be final. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters (found 93). | 53 |
![]() | 'cast' is not followed by whitespace. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters (found 105). | 59 |
![]() | Line is longer than 80 characters (found 140). | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters (found 130). | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters (found 87). | 79 |
![]() | Parameter componentClass should be final. | 79 |
![]() | Parameter analysis should be final. | 79 |
![]() | Line is longer than 80 characters (found 139). | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters (found 121). | 100 |
![]() | Expected an @return tag. | 102 |
![]() | Parameter analysis should be final. | 102 |
![]() | Expected @param tag for 'analysis'. | 102 |
![]() | Expected @throws tag for 'InstantiationException'. | 103 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters (found 102). | 111 |
![]() | Parameter component should be final. | 111 |
![]() | Expected @param tag for 'component'. | 111 |
![]() | Parameter analysis should be final. | 111 |
![]() | Expected @param tag for 'analysis'. | 111 |
![]() | Parameter context should be final. | 111 |
![]() | Expected @param tag for 'context'. | 111 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 112 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | Line is longer than 80 characters (found 104). | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line is longer than 80 characters (found 87). | 119 |
![]() | '{' is not preceded with whitespace. | 120 |
![]() | Line is longer than 80 characters (found 91). | 121 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | Line is longer than 80 characters (found 82). | 133 |
![]() | Line contains a tab character. | 133 |
![]() | 'cast' is not followed by whitespace. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line is longer than 80 characters (found 114). | 136 |
![]() | Line has trailing spaces. | 139 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters (found 107). | 152 |
![]() | Parameter context should be final. | 152 |
![]() | Parameter prefixMappings should be final. | 152 |
![]() | Array brackets at illegal position. | 152 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters (found 99). | 160 |
![]() | Line has trailing spaces. | 165 |
![]() | Line has trailing spaces. | 168 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters (found 102). | 175 |
![]() | Parameter context should be final. | 175 |
![]() | Parameter originalPrefixMapping should be final. | 175 |
![]() | Line has trailing spaces. | 183 |
![]() | Line has trailing spaces. | 184 |
![]() | Line has trailing spaces. | 186 |
![]() | Parameter component should be final. | 188 |
![]() | Expected @param tag for 'component'. | 188 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 189 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | Line has trailing spaces. | 198 |
![]() | Line has trailing spaces. | 200 |
![]() | Parameter component should be final. | 202 |
![]() | Expected @param tag for 'component'. | 202 |
![]() | Expected @throws tag for 'InvocationTargetException'. | 203 |
![]() | Expected @throws tag for 'IllegalAccessException'. | 203 |
![]() | '{' should be on the previous line. | 204 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 120). | 30 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'firstMap' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Expected an @return tag. | 78 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Parameter key should be final. | 78 |
![]() | Expected @param tag for 'key'. | 78 |
![]() | Parameter value should be final. | 78 |
![]() | Expected @param tag for 'value'. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Method 'entrySet' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 99 |
![]() | Expected an @return tag. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | 'while' is not followed by whitespace. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | Line is longer than 80 characters (found 85). | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | '{' should be on the previous line. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter o1 should be final. | 138 |
![]() | Parameter o2 should be final. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Avoid inline conditionals. | 150 |
![]() | Line is longer than 80 characters (found 92). | 154 |
![]() | 'if' is not followed by whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | '}' should be on the same line. | 158 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 164 |
![]() | Parameter obj should be final. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Missing a Javadoc comment. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | Missing a Javadoc comment. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '{' should be on the previous line. | 197 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | 'while' is not followed by whitespace. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | Line is longer than 80 characters (found 109). | 205 |
![]() | 'while' is not followed by whitespace. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | Line is longer than 80 characters (found 90). | 206 |
![]() | Line is longer than 80 characters (found 104). | 209 |
![]() | 'if' is not followed by whitespace. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Missing a Javadoc comment. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters (found 82). | 226 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 105). | 26 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'TOKEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'TOKEN_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'TYPE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'ATTR_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | '+' should be on a new line. | 51 |
![]() | '+' should be on a new line. | 53 |
![]() | '+' should be on a new line. | 54 |
![]() | '+' should be on a new line. | 56 |
![]() | Parameter acceptHeader should be final. | 128 |
![]() | Parameter actualContentTypes should be final. | 129 |
![]() | Line is longer than 80 characters (found 96). | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter acceptHeader should be final. | 201 |
![]() | Parameter actualContentType should be final. | 201 |
![]() | First sentence should end with a period. | 230 |
![]() | Parameter typeHeader should be final. | 245 |
![]() | '3' is a magic number. | 263 |
![]() | '3' is a magic number. | 268 |
![]() | '3' is a magic number. | 273 |
![]() | First sentence should end with a period. | 303 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Parameter type should be final. | 308 |
![]() | 'type' hides a field. | 308 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Method 'getSubType' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Method 'setSubType' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Parameter subType should be final. | 313 |
![]() | 'subType' hides a field. | 313 |
![]() | First sentence should end with a period. | 315 |
![]() | Expected an @return tag. | 316 |
![]() | Method 'getMediaType' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Expected an @return tag. | 329 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Expected an @return tag. | 337 |
![]() | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Parameter name should be final. | 337 |
![]() | Method 'getCharset' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Expected an @return tag. | 355 |
![]() | Method 'match' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Parameter acceptedContentType should be final. | 355 |
![]() | '&&' should be on a new line. | 358 |
![]() | Method 'mediaTypeMatch' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Parameter acceptedContentType should be final. | 362 |
![]() | First sentence should end with a period. | 368 |
![]() | Expected an @return tag. | 371 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() | Parameter o should be final. | 400 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | '31' is a magic number. | 415 |
![]() | '31' is a magic number. | 415 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'cycle' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Parameter cycle should be final. | 33 |
![]() | 'cycle' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Method 'getCycle' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter message should be final. | 44 |
![]() | Parameter cycle should be final. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'while' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | 'cast' is not followed by whitespace. | 50 |
![]() | 'cast' is not followed by whitespace. | 54 |
![]() | 'while' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter message should be final. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter message should be final. | 29 |
![]() | Parameter cause should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <T> tag. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Line is longer than 80 characters (found 86). | 39 |
![]() | Variable 'vertexMap' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'elementComparator' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter elementComparator should be final. | 42 |
![]() | 'elementComparator' hides a field. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter label should be final. | 50 |
![]() | Expected @param tag for 'label'. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters (found 100). | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'getOrAddVertex' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter label should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 114). | 73 |
![]() | Method 'addDependency' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter label should be final. | 76 |
![]() | Expected @param tag for 'label'. | 76 |
![]() | Parameter dependencyLabel should be final. | 76 |
![]() | Expected @param tag for 'dependencyLabel'. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | Parameter out should be final. | 84 |
![]() | Expected @param tag for 'out'. | 84 |
![]() | Parameter in should be final. | 84 |
![]() | Expected @param tag for 'in'. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Line is longer than 80 characters (found 102). | 91 |
![]() | '{' should be on the previous line. | 94 |
![]() | Variable 'label' must be private and have accessor methods. | 96 |
![]() | First sentence should end with a period. | 97 |
![]() | Line is longer than 80 characters (found 96). | 97 |
![]() | Variable 'outSet' must be private and have accessor methods. | 98 |
![]() | First sentence should end with a period. | 99 |
![]() | Line is longer than 80 characters (found 91). | 99 |
![]() | Variable 'inSet' must be private and have accessor methods. | 100 |
![]() | Parameter label should be final. | 103 |
![]() | 'label' hides a field. | 103 |
![]() | Expected @param tag for 'label'. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Expected an @return tag. | 111 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | Parameter o should be final. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | 'cast' is not followed by whitespace. | 115 |
![]() | Expected an @return tag. | 123 |
![]() | Method 'getOutSet' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Expected an @return tag. | 128 |
![]() | Method 'getInSet' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '{' should be on the previous line. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Variable 'elementComparator' must be private and have accessor methods. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter elementComparator should be final. | 135 |
![]() | 'elementComparator' hides a field. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | Method 'getLabelComparator' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | Parameter v1 should be final. | 142 |
![]() | Parameter v2 should be final. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 147 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | Parameter o should be final. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters (found 82). | 152 |
![]() | 'cast' is not followed by whitespace. | 152 |
![]() | Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '{' should be on the previous line. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters (found 108). | 162 |
![]() | Line is longer than 80 characters (found 83). | 164 |
![]() | Line is longer than 80 characters (found 86). | 165 |
![]() | ',' is not followed by whitespace. | 165 |
![]() | 'while' is not followed by whitespace. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | 'while' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 109). | 176 |
![]() | 'for' is not followed by whitespace. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | ')' is preceded with whitespace. | 181 |
![]() | 'while' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Line is longer than 80 characters (found 92). | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | Line is longer than 80 characters (found 85). | 205 |
![]() | Line is longer than 80 characters (found 83). | 208 |
![]() | 'for' is not followed by whitespace. | 211 |
![]() | '(' is followed by whitespace. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | '(' is followed by whitespace. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | 'while' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | 'while' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters (found 87). | 231 |
![]() | 'while' is not followed by whitespace. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | 'for' is not followed by whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | Line is longer than 80 characters (found 98). | 242 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - org.xchain.framework.util.AnnotationUtil.*. | 40 |
![]() | Line has trailing spaces. | 46 |
![]() | Utility classes should not have a public or default constructor. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'log' must be private and have accessor methods. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'getMethodPattern' must be private and have accessor methods. | 58 |
![]() | '}' should be on the same line. | 62 |
![]() | 'catch' is not followed by whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | 'if' is not followed by whitespace. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line is longer than 80 characters (found 81). | 65 |
![]() | Line is longer than 80 characters (found 92). | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line is longer than 80 characters (found 85). | 75 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Parameter classLoader should be final. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 86 |
![]() | Method length is 506 lines (max allowed is 150). | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | Parameter classPool should be final. | 91 |
![]() | Parameter ctClass should be final. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Expected @throws tag for 'Exception'. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '(' is followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 96 |
![]() | Line is longer than 80 characters (found 92). | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | '(' is followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 101 |
![]() | Line is longer than 80 characters (found 94). | 104 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters (found 132). | 111 |
![]() | Line is longer than 80 characters (found 126). | 112 |
![]() | Line is longer than 80 characters (found 138). | 113 |
![]() | Line is longer than 80 characters (found 129). | 116 |
![]() | Line is longer than 80 characters (found 134). | 117 |
![]() | Line is longer than 80 characters (found 115). | 119 |
![]() | Line is longer than 80 characters (found 150). | 120 |
![]() | Line is longer than 80 characters (found 137). | 121 |
![]() | Line is longer than 80 characters (found 99). | 123 |
![]() | Line is longer than 80 characters (found 143). | 124 |
![]() | Line is longer than 80 characters (found 124). | 125 |
![]() | Line is longer than 80 characters (found 156). | 127 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters (found 109). | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | '{' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters (found 95). | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Line is longer than 80 characters (found 99). | 140 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | Line is longer than 80 characters (found 179). | 141 |
![]() | '+' is not preceded with whitespace. | 141 |
![]() | '+' is not followed by whitespace. | 141 |
![]() | '+' is not preceded with whitespace. | 141 |
![]() | '+' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters (found 103). | 145 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters (found 196). | 146 |
![]() | '+' is not preceded with whitespace. | 146 |
![]() | '+' is not followed by whitespace. | 146 |
![]() | '+' is not preceded with whitespace. | 146 |
![]() | '+' is not followed by whitespace. | 146 |
![]() | Line is longer than 80 characters (found 146). | 149 |
![]() | Line is longer than 80 characters (found 143). | 150 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters (found 138). | 151 |
![]() | '+' is not preceded with whitespace. | 151 |
![]() | '+' is not followed by whitespace. | 151 |
![]() | '+' is not preceded with whitespace. | 151 |
![]() | '+' is not followed by whitespace. | 151 |
![]() | Line is longer than 80 characters (found 94). | 154 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters (found 113). | 155 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters (found 154). | 159 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Line is longer than 80 characters (found 137). | 162 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters (found 87). | 167 |
![]() | 'for' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | Line is longer than 80 characters (found 102). | 173 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 107). | 176 |
![]() | 'cast' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters (found 104). | 177 |
![]() | 'cast' is not followed by whitespace. | 177 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters (found 104). | 178 |
![]() | 'cast' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line is longer than 80 characters (found 98). | 179 |
![]() | 'cast' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Line is longer than 80 characters (found 83). | 184 |
![]() | Line is longer than 80 characters (found 81). | 185 |
![]() | '||' should be on a new line. | 185 |
![]() | Line is longer than 80 characters (found 81). | 186 |
![]() | '||' should be on a new line. | 186 |
![]() | Line is longer than 80 characters (found 83). | 187 |
![]() | '||' should be on a new line. | 187 |
![]() | Line is longer than 80 characters (found 82). | 188 |
![]() | '||' should be on a new line. | 188 |
![]() | '||' should be on a new line. | 189 |
![]() | Line is longer than 80 characters (found 81). | 190 |
![]() | '||' should be on a new line. | 190 |
![]() | Avoid inline conditionals. | 194 |
![]() | Line is longer than 80 characters (found 130). | 195 |
![]() | 'if' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | '}' should be on the same line. | 199 |
![]() | Line is longer than 80 characters (found 102). | 200 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | '+' is not preceded with whitespace. | 200 |
![]() | '+' is not followed by whitespace. | 200 |
![]() | '+' is not preceded with whitespace. | 200 |
![]() | '+' is not followed by whitespace. | 200 |
![]() | '}' should be on the same line. | 200 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | Must have at least one statement. | 201 |
![]() | '}' should be on the same line. | 201 |
![]() | Line is longer than 80 characters (found 149). | 203 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | Line is longer than 80 characters (found 134). | 211 |
![]() | Line is longer than 80 characters (found 84). | 214 |
![]() | Line is longer than 80 characters (found 118). | 222 |
![]() | Line is longer than 80 characters (found 122). | 224 |
![]() | Line is longer than 80 characters (found 89). | 228 |
![]() | Line is longer than 80 characters (found 93). | 230 |
![]() | Line is longer than 80 characters (found 82). | 234 |
![]() | Line is longer than 80 characters (found 113). | 235 |
![]() | Line is longer than 80 characters (found 85). | 238 |
![]() | Line has trailing spaces. | 242 |
![]() | Line is longer than 80 characters (found 91). | 243 |
![]() | Line is longer than 80 characters (found 85). | 259 |
![]() | Line is longer than 80 characters (found 123). | 262 |
![]() | Line is longer than 80 characters (found 94). | 266 |
![]() | Line is longer than 80 characters (found 111). | 271 |
![]() | 'cast' is not followed by whitespace. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line is longer than 80 characters (found 140). | 278 |
![]() | 'cast' is not followed by whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | 'if' is not followed by whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | Line is longer than 80 characters (found 90). | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | Line is longer than 80 characters (found 105). | 286 |
![]() | Line is longer than 80 characters (found 129). | 287 |
![]() | Line is longer than 80 characters (found 83). | 289 |
![]() | Line is longer than 80 characters (found 105). | 290 |
![]() | Line is longer than 80 characters (found 84). | 295 |
![]() | Comment matches to-do format 'TODO:'. | 299 |
![]() | Line is longer than 80 characters (found 137). | 300 |
![]() | 'if' is not followed by whitespace. | 301 |
![]() | '(' is followed by whitespace. | 301 |
![]() | Line is longer than 80 characters (found 143). | 308 |
![]() | Line is longer than 80 characters (found 98). | 311 |
![]() | Line is longer than 80 characters (found 94). | 314 |
![]() | Line is longer than 80 characters (found 110). | 315 |
![]() | Line is longer than 80 characters (found 114). | 317 |
![]() | Line is longer than 80 characters (found 88). | 319 |
![]() | Line is longer than 80 characters (found 103). | 321 |
![]() | 'for' is not followed by whitespace. | 322 |
![]() | '(' is followed by whitespace. | 322 |
![]() | ')' is preceded with whitespace. | 322 |
![]() | Line is longer than 80 characters (found 158). | 324 |
![]() | Line is longer than 80 characters (found 83). | 327 |
![]() | 'for' is not followed by whitespace. | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | Line is longer than 80 characters (found 130). | 331 |
![]() | 'if' is not followed by whitespace. | 334 |
![]() | '(' is followed by whitespace. | 334 |
![]() | ')' is preceded with whitespace. | 334 |
![]() | Line is longer than 80 characters (found 108). | 335 |
![]() | '}' should be on the same line. | 336 |
![]() | 'if' is not followed by whitespace. | 337 |
![]() | '(' is followed by whitespace. | 337 |
![]() | ')' is preceded with whitespace. | 337 |
![]() | '}' should be on the same line. | 339 |
![]() | 'if' is not followed by whitespace. | 340 |
![]() | '(' is followed by whitespace. | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | Line is longer than 80 characters (found 175). | 346 |
![]() | '(' is followed by whitespace. | 349 |
![]() | ')' is preceded with whitespace. | 349 |
![]() | Line has trailing spaces. | 350 |
![]() | Line has trailing spaces. | 351 |
![]() | Line is longer than 80 characters (found 83). | 351 |
![]() | Line is longer than 80 characters (found 119). | 352 |
![]() | Line is longer than 80 characters (found 96). | 357 |
![]() | 'if' is not followed by whitespace. | 361 |
![]() | '(' is followed by whitespace. | 361 |
![]() | ')' is preceded with whitespace. | 361 |
![]() | Line is longer than 80 characters (found 84). | 362 |
![]() | '}' should be on the same line. | 363 |
![]() | Line is longer than 80 characters (found 121). | 365 |
![]() | 'if' is not followed by whitespace. | 369 |
![]() | '(' is followed by whitespace. | 369 |
![]() | ')' is preceded with whitespace. | 369 |
![]() | Line is longer than 80 characters (found 99). | 370 |
![]() | '}' should be on the same line. | 371 |
![]() | Line is longer than 80 characters (found 86). | 373 |
![]() | Line is longer than 80 characters (found 89). | 377 |
![]() | Line is longer than 80 characters (found 85). | 380 |
![]() | Line is longer than 80 characters (found 90). | 383 |
![]() | 'if' is not followed by whitespace. | 386 |
![]() | '(' is followed by whitespace. | 386 |
![]() | ')' is preceded with whitespace. | 386 |
![]() | Line is longer than 80 characters (found 131). | 387 |
![]() | '}' should be on the same line. | 388 |
![]() | Line is longer than 80 characters (found 82). | 389 |
![]() | 'if' is not followed by whitespace. | 389 |
![]() | '(' is followed by whitespace. | 389 |
![]() | ')' is preceded with whitespace. | 389 |
![]() | Line is longer than 80 characters (found 137). | 390 |
![]() | '}' should be on the same line. | 391 |
![]() | Line is longer than 80 characters (found 134). | 393 |
![]() | '+' is not preceded with whitespace. | 393 |
![]() | '+' is not followed by whitespace. | 393 |
![]() | '+' is not preceded with whitespace. | 393 |
![]() | '+' is not followed by whitespace. | 393 |
![]() | Line is longer than 80 characters (found 167). | 397 |
![]() | Line is longer than 80 characters (found 205). | 400 |
![]() | Line is longer than 80 characters (found 160). | 410 |
![]() | Line is longer than 80 characters (found 93). | 411 |
![]() | Line is longer than 80 characters (found 99). | 413 |
![]() | Line is longer than 80 characters (found 117). | 417 |
![]() | Line is longer than 80 characters (found 84). | 418 |
![]() | Line is longer than 80 characters (found 122). | 421 |
![]() | 'for' is not followed by whitespace. | 422 |
![]() | '(' is followed by whitespace. | 422 |
![]() | ')' is preceded with whitespace. | 422 |
![]() | Line is longer than 80 characters (found 120). | 423 |
![]() | Line is longer than 80 characters (found 106). | 424 |
![]() | Line is longer than 80 characters (found 101). | 427 |
![]() | Line is longer than 80 characters (found 107). | 433 |
![]() | Line is longer than 80 characters (found 106). | 436 |
![]() | Line is longer than 80 characters (found 88). | 437 |
![]() | Line is longer than 80 characters (found 82). | 438 |
![]() | 'for' is not followed by whitespace. | 439 |
![]() | '(' is followed by whitespace. | 439 |
![]() | ')' is preceded with whitespace. | 439 |
![]() | Line is longer than 80 characters (found 168). | 441 |
![]() | Line is longer than 80 characters (found 96). | 444 |
![]() | Line is longer than 80 characters (found 112). | 445 |
![]() | Line is longer than 80 characters (found 106). | 452 |
![]() | '(' is followed by whitespace. | 452 |
![]() | '(' is followed by whitespace. | 452 |
![]() | ')' is preceded with whitespace. | 452 |
![]() | ')' is preceded with whitespace. | 452 |
![]() | 'if' is not followed by whitespace. | 458 |
![]() | '(' is followed by whitespace. | 458 |
![]() | ')' is preceded with whitespace. | 458 |
![]() | '+' is not preceded with whitespace. | 459 |
![]() | '+' is not followed by whitespace. | 459 |
![]() | '(' is followed by whitespace. | 461 |
![]() | 'if' is not followed by whitespace. | 462 |
![]() | '(' is followed by whitespace. | 462 |
![]() | ')' is preceded with whitespace. | 462 |
![]() | Line is longer than 80 characters (found 100). | 463 |
![]() | '(' is followed by whitespace. | 463 |
![]() | ')' is preceded with whitespace. | 463 |
![]() | Comment matches to-do format 'TODO:'. | 464 |
![]() | '+' is not preceded with whitespace. | 466 |
![]() | '+' should be on a new line. | 466 |
![]() | Line is longer than 80 characters (found 141). | 467 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' is not followed by whitespace. | 467 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' is not followed by whitespace. | 467 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' is not followed by whitespace. | 467 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' is not followed by whitespace. | 467 |
![]() | '+' is not preceded with whitespace. | 467 |
![]() | '+' should be on a new line. | 467 |
![]() | Line is longer than 80 characters (found 114). | 470 |
![]() | '(' is followed by whitespace. | 470 |
![]() | '(' is followed by whitespace. | 470 |
![]() | ')' is preceded with whitespace. | 470 |
![]() | ')' is preceded with whitespace. | 470 |
![]() | '}' should be on the same line. | 473 |
![]() | 'catch' is not followed by whitespace. | 474 |
![]() | '(' is followed by whitespace. | 474 |
![]() | ')' is preceded with whitespace. | 474 |
![]() | Must have at least one statement. | 474 |
![]() | Line has trailing spaces. | 478 |
![]() | Line is longer than 80 characters (found 136). | 483 |
![]() | Line is longer than 80 characters (found 142). | 484 |
![]() | 'for' is not followed by whitespace. | 491 |
![]() | Line is longer than 80 characters (found 156). | 494 |
![]() | Line is longer than 80 characters (found 234). | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | Line is longer than 80 characters (found 87). | 499 |
![]() | Line is longer than 80 characters (found 99). | 500 |
![]() | Line has trailing spaces. | 502 |
![]() | Line is longer than 80 characters (found 85). | 505 |
![]() | Line is longer than 80 characters (found 134). | 506 |
![]() | Line is longer than 80 characters (found 146). | 507 |
![]() | Line is longer than 80 characters (found 95). | 511 |
![]() | Line is longer than 80 characters (found 134). | 514 |
![]() | Line is longer than 80 characters (found 127). | 516 |
![]() | Line is longer than 80 characters (found 113). | 517 |
![]() | Line is longer than 80 characters (found 102). | 519 |
![]() | Line is longer than 80 characters (found 105). | 521 |
![]() | Line is longer than 80 characters (found 126). | 522 |
![]() | Line is longer than 80 characters (found 103). | 526 |
![]() | Line is longer than 80 characters (found 122). | 528 |
![]() | Line is longer than 80 characters (found 104). | 534 |
![]() | Line is longer than 80 characters (found 122). | 539 |
![]() | Line is longer than 80 characters (found 123). | 540 |
![]() | 'if' is not followed by whitespace. | 542 |
![]() | '(' is followed by whitespace. | 542 |
![]() | ')' is preceded with whitespace. | 542 |
![]() | Line is longer than 80 characters (found 134). | 544 |
![]() | Line is longer than 80 characters (found 100). | 546 |
![]() | Line is longer than 80 characters (found 121). | 548 |
![]() | Line is longer than 80 characters (found 122). | 552 |
![]() | Line is longer than 80 characters (found 100). | 553 |
![]() | '}' should be on the same line. | 556 |
![]() | Line is longer than 80 characters (found 98). | 559 |
![]() | Line is longer than 80 characters (found 127). | 566 |
![]() | Line is longer than 80 characters (found 96). | 571 |
![]() | 'if' is not followed by whitespace. | 573 |
![]() | '(' is followed by whitespace. | 573 |
![]() | ')' is preceded with whitespace. | 573 |
![]() | Line is longer than 80 characters (found 140). | 577 |
![]() | Line is longer than 80 characters (found 104). | 579 |
![]() | Line is longer than 80 characters (found 134). | 580 |
![]() | Line is longer than 80 characters (found 92). | 582 |
![]() | Line is longer than 80 characters (found 121). | 584 |
![]() | Line is longer than 80 characters (found 122). | 589 |
![]() | Line is longer than 80 characters (found 102). | 594 |
![]() | Line is longer than 80 characters (found 83). | 602 |
![]() | '(' is followed by whitespace. | 605 |
![]() | Parameter originalClass should be final. | 605 |
![]() | ')' is preceded with whitespace. | 605 |
![]() | '{' should be on the previous line. | 606 |
![]() | '+' is not preceded with whitespace. | 607 |
![]() | '+' is not followed by whitespace. | 607 |
![]() | Line is longer than 80 characters (found 84). | 617 |
![]() | '(' is followed by whitespace. | 617 |
![]() | Parameter ctClass should be final. | 617 |
![]() | Parameter name should be final. | 617 |
![]() | Parameter params should be final. | 617 |
![]() | ')' is preceded with whitespace. | 617 |
![]() | '}' should be on the same line. | 621 |
![]() | 'catch' is not followed by whitespace. | 622 |
![]() | '(' is followed by whitespace. | 622 |
![]() | ')' is preceded with whitespace. | 622 |
![]() | '(' is followed by whitespace. | 633 |
![]() | Parameter ctClass should be final. | 633 |
![]() | Parameter name should be final. | 633 |
![]() | ')' is preceded with whitespace. | 633 |
![]() | '{' should be on the previous line. | 634 |
![]() | '}' should be on the same line. | 637 |
![]() | 'catch' is not followed by whitespace. | 638 |
![]() | '(' is followed by whitespace. | 638 |
![]() | ')' is preceded with whitespace. | 638 |
![]() | Line is longer than 80 characters (found 111). | 647 |
![]() | '(' is followed by whitespace. | 649 |
![]() | Parameter classPool should be final. | 649 |
![]() | Parameter name should be final. | 649 |
![]() | ')' is preceded with whitespace. | 649 |
![]() | '{' should be on the previous line. | 650 |
![]() | '}' should be on the same line. | 653 |
![]() | 'catch' is not followed by whitespace. | 654 |
![]() | '(' is followed by whitespace. | 654 |
![]() | ')' is preceded with whitespace. | 654 |
![]() | Line is longer than 80 characters (found 128). | 655 |
![]() | '+' is not preceded with whitespace. | 655 |
![]() | '+' is not followed by whitespace. | 655 |
![]() | '+' is not preceded with whitespace. | 655 |
![]() | '+' is not followed by whitespace. | 655 |
![]() | Line is longer than 80 characters (found 143). | 663 |
![]() | '(' is followed by whitespace. | 665 |
![]() | Parameter ctClass should be final. | 665 |
![]() | Parameter subtype should be final. | 665 |
![]() | ')' is preceded with whitespace. | 665 |
![]() | '{' should be on the previous line. | 666 |
![]() | '}' should be on the same line. | 669 |
![]() | 'catch' is not followed by whitespace. | 670 |
![]() | '(' is followed by whitespace. | 670 |
![]() | ')' is preceded with whitespace. | 670 |
![]() | Line is longer than 80 characters (found 95). | 671 |
![]() | Line has trailing spaces. | 677 |
![]() | '(' is followed by whitespace. | 682 |
![]() | Parameter classPool should be final. | 682 |
![]() | Parameter ctClass should be final. | 682 |
![]() | ')' is preceded with whitespace. | 682 |
![]() | Expected @throws tag for 'Exception'. | 683 |
![]() | '{' should be on the previous line. | 684 |
![]() | Line is longer than 80 characters (found 92). | 685 |
![]() | '(' is followed by whitespace. | 685 |
![]() | Line is longer than 80 characters (found 94). | 688 |
![]() | 'if' is not followed by whitespace. | 691 |
![]() | '(' is followed by whitespace. | 691 |
![]() | ')' is preceded with whitespace. | 691 |
![]() | Line is longer than 80 characters (found 115). | 696 |
![]() | Line is longer than 80 characters (found 143). | 697 |
![]() | Line is longer than 80 characters (found 166). | 698 |
![]() | Line is longer than 80 characters (found 107). | 701 |
![]() | Line is longer than 80 characters (found 132). | 702 |
![]() | Line is longer than 80 characters (found 149). | 703 |
![]() | Missing a Javadoc comment. | 708 |
![]() | '(' is followed by whitespace. | 708 |
![]() | Parameter source should be final. | 708 |
![]() | ')' is preceded with whitespace. | 708 |
![]() | '{' should be on the previous line. | 709 |
![]() | 'if' is not followed by whitespace. | 711 |
![]() | '(' is followed by whitespace. | 711 |
![]() | ')' is preceded with whitespace. | 711 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter htmlFragment should be final. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Expected @throws tag for 'Exception'. | 39 |
![]() | '{' should be on the previous line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line is longer than 80 characters (found 120). | 43 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter in should be final. | 47 |
![]() | Parameter log should be final. | 47 |
![]() | Expected @param tag for 'log'. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '}' should be on the same line. | 52 |
![]() | 'catch' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 83). | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | First sentence should end with a period. | 61 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter in should be final. | 67 |
![]() | Expected @param tag for 'in'. | 67 |
![]() | Parameter log should be final. | 67 |
![]() | Expected @param tag for 'log'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '}' should be on the same line. | 72 |
![]() | 'catch' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line is longer than 80 characters (found 83). | 75 |
![]() | Line is longer than 80 characters (found 121). | 82 |
![]() | '(' is followed by whitespace. | 86 |
![]() | Parameter out should be final. | 86 |
![]() | Parameter log should be final. | 86 |
![]() | Expected @param tag for 'log'. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | '}' should be on the same line. | 91 |
![]() | 'catch' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters (found 84). | 94 |
![]() | Line has trailing spaces. | 99 |
![]() | First sentence should end with a period. | 100 |
![]() | Line has trailing spaces. | 102 |
![]() | Line is longer than 80 characters (found 82). | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | Parameter out should be final. | 107 |
![]() | Expected @param tag for 'out'. | 107 |
![]() | Parameter log should be final. | 107 |
![]() | Expected @param tag for 'log'. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '}' should be on the same line. | 112 |
![]() | 'catch' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | Line is longer than 80 characters (found 84). | 115 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | Parameter socket should be final. | 121 |
![]() | Parameter log should be final. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | '}' should be on the same line. | 126 |
![]() | 'catch' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | Line has trailing spaces. | 134 |
![]() | First sentence should end with a period. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | '(' is followed by whitespace. | 142 |
![]() | Parameter socket should be final. | 142 |
![]() | Expected @param tag for 'socket'. | 142 |
![]() | Parameter log should be final. | 142 |
![]() | Expected @param tag for 'log'. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '}' should be on the same line. | 147 |
![]() | 'catch' is not followed by whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | Parameter reader should be final. | 156 |
![]() | Parameter log should be final. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | '}' should be on the same line. | 161 |
![]() | 'catch' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Line has trailing spaces. | 169 |
![]() | First sentence should end with a period. | 170 |
![]() | Line has trailing spaces. | 172 |
![]() | '(' is followed by whitespace. | 177 |
![]() | Parameter reader should be final. | 177 |
![]() | Expected @param tag for 'reader'. | 177 |
![]() | Parameter log should be final. | 177 |
![]() | Expected @param tag for 'log'. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '}' should be on the same line. | 182 |
![]() | 'catch' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | Missing a Javadoc comment. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | Parameter writer should be final. | 191 |
![]() | Parameter log should be final. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | '}' should be on the same line. | 196 |
![]() | 'catch' is not followed by whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | 'if' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line has trailing spaces. | 204 |
![]() | First sentence should end with a period. | 205 |
![]() | Line has trailing spaces. | 207 |
![]() | '(' is followed by whitespace. | 212 |
![]() | Parameter writer should be final. | 212 |
![]() | Expected @param tag for 'writer'. | 212 |
![]() | Parameter log should be final. | 212 |
![]() | Expected @param tag for 'log'. | 212 |
![]() | ')' is preceded with whitespace. | 212 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | '}' should be on the same line. | 217 |
![]() | 'catch' is not followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line has trailing spaces. | 225 |
![]() | Missing a Javadoc comment. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | Parameter channel should be final. | 226 |
![]() | Parameter log should be final. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | 'if' is not followed by whitespace. | 228 |
![]() | '(' is followed by whitespace. | 228 |
![]() | ')' is preceded with whitespace. | 228 |
![]() | 'catch' is not followed by whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters (found 84). | 238 |
![]() | Line is longer than 80 characters (found 84). | 239 |
![]() | Line is longer than 80 characters (found 83). | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | Parameter in should be final. | 242 |
![]() | Expected @param tag for 'in'. | 242 |
![]() | Parameter out should be final. | 242 |
![]() | Expected @param tag for 'out'. | 242 |
![]() | Parameter bufferSize should be final. | 242 |
![]() | Expected @param tag for 'bufferSize'. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Expected @throws tag for 'IOException'. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | 'while' is not followed by whitespace. | 247 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | Line has trailing spaces. | 251 |
![]() | Line is longer than 80 characters (found 88). | 253 |
![]() | Line is longer than 80 characters (found 101). | 256 |
![]() | Parameter reader should be final. | 256 |
![]() | Expected @param tag for 'reader'. | 256 |
![]() | Parameter writer should be final. | 256 |
![]() | Expected @param tag for 'writer'. | 256 |
![]() | Parameter buffer_length should be final. | 256 |
![]() | Expected @param tag for 'buffer_length'. | 256 |
![]() | Name 'buffer_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
![]() | Expected @throws tag for 'IOException'. | 256 |
![]() | 'for' construct must use '{}'s. | 258 |
![]() | 'for' is not followed by whitespace. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | Line has trailing spaces. | 261 |
![]() | First sentence should end with a period. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Expected an @return tag. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Parameter srcFile should be final. | 269 |
![]() | Expected @param tag for 'srcFile'. | 269 |
![]() | Parameter dstFile should be final. | 269 |
![]() | Expected @param tag for 'dstFile'. | 269 |
![]() | Parameter log should be final. | 269 |
![]() | Expected @param tag for 'log'. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters (found 98). | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line has trailing spaces. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters (found 84). | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line is longer than 80 characters (found 106). | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line has trailing spaces. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | First sentence should end with a period. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line has trailing spaces. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Expected an @return tag. | 291 |
![]() | Line is longer than 80 characters (found 82). | 291 |
![]() | Line contains a tab character. | 291 |
![]() | Parameter in should be final. | 291 |
![]() | Expected @param tag for 'in'. | 291 |
![]() | Parameter dstFile should be final. | 291 |
![]() | Expected @param tag for 'dstFile'. | 291 |
![]() | Parameter log should be final. | 291 |
![]() | Expected @param tag for 'log'. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line is longer than 80 characters (found 85). | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line has trailing spaces. | 297 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line is longer than 80 characters (found 81). | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line has trailing spaces. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | '1024' is a magic number. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line has trailing spaces. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | '{' is not preceded with whitespace. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line has trailing spaces. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | '}' should be on the same line. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line is longer than 80 characters (found 82). | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line is longer than 80 characters (found 125). | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | '}' should be on the same line. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line is longer than 80 characters (found 109). | 319 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line is longer than 80 characters (found 92). | 328 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line has trailing spaces. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line has trailing spaces. | 333 |
![]() | Line is longer than 80 characters (found 93). | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line is longer than 80 characters (found 92). | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line is longer than 80 characters (found 98). | 335 |
![]() | Line contains a tab character. | 335 |
![]() | Line has trailing spaces. | 336 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line has trailing spaces. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Expected an @return tag. | 341 |
![]() | Line is longer than 80 characters (found 103). | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Parameter name should be final. | 341 |
![]() | Expected @param tag for 'name'. | 341 |
![]() | Parameter log should be final. | 341 |
![]() | Expected @param tag for 'log'. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line has trailing spaces. | 343 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line is longer than 80 characters (found 86). | 345 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line is longer than 80 characters (found 130). | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | '}' should be on the same line. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line has trailing spaces. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Line is longer than 80 characters (found 110). | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line has trailing spaces. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line is longer than 80 characters (found 81). | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line has trailing spaces. | 362 |
![]() | Line contains a tab character. | 362 |
![]() | Line is longer than 80 characters (found 104). | 363 |
![]() | Line contains a tab character. | 363 |
![]() | Line is longer than 80 characters (found 86). | 364 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'log' must be private and have accessor methods. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Variable 'uriLocalNamePattern' must be private and have accessor methods. | 41 |
![]() | First sentence should end with a period. | 42 |
![]() | Variable 'prefixLocalNamePattern' must be private and have accessor methods. | 43 |
![]() | First sentence should end with a period. | 44 |
![]() | Variable 'localNamePattern' must be private and have accessor methods. | 45 |
![]() | '}' should be on the same line. | 52 |
![]() | 'catch' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Expected an @return tag. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | Expected @param tag for 'context'. | 63 |
![]() | Parameter value should be final. | 63 |
![]() | Expected @param tag for 'value'. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '}' should be on the same line. | 82 |
![]() | Line is longer than 80 characters (found 82). | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | Line is longer than 80 characters (found 81). | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | Parameter context should be final. | 96 |
![]() | Parameter value should be final. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line is longer than 80 characters (found 110). | 102 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter value should be final. | 109 |
![]() | Parameter type should be final. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 87). | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '}' should be on the same line. | 119 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '}' should be on the same line. | 123 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | Parameter value should be final. | 130 |
![]() | Parameter namespaceContext should be final. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | 'if' is not followed by whitespace. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Line is longer than 80 characters (found 155). | 142 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | Line is longer than 80 characters (found 105). | 143 |
![]() | '+' is not preceded with whitespace. | 143 |
![]() | '+' is not followed by whitespace. | 143 |
![]() | '+' is not preceded with whitespace. | 143 |
![]() | '+' is not followed by whitespace. | 143 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters (found 83). | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 90). | 22 |
![]() | Line is longer than 80 characters (found 99). | 23 |
![]() | Line is longer than 80 characters (found 112). | 24 |
![]() | '{' should be on the previous line. | 31 |
![]() | '{' should be on the previous line. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | 'nullFirst' hides a field. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Expected an @return tag. | 51 |
![]() | Method 'getNullFirst' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 89). | 57 |
![]() | Expected an @return tag. | 59 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter qName1 should be final. | 59 |
![]() | Expected @param tag for 'qName1'. | 59 |
![]() | Parameter qName2 should be final. | 59 |
![]() | Expected @param tag for 'qName2'. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 100). | 69 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line is longer than 80 characters (found 86). | 79 |
![]() | Expected an @return tag. | 82 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 82 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Parameter o should be final. | 82 |
![]() | Expected @param tag for 'o'. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Inner assignments should be avoided. | 87 |
![]() | 'cast' is not followed by whitespace. | 87 |
![]() | Line is longer than 80 characters (found 111). | 91 |
![]() | Line is longer than 80 characters (found 83). | 92 |
![]() | Expected an @return tag. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter s1 should be final. | 94 |
![]() | Expected @param tag for 's1'. | 94 |
![]() | Parameter s2 should be final. | 94 |
![]() | Expected @param tag for 's2'. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | Line is longer than 80 characters (found 111). | 108 |
![]() | Expected an @return tag. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | Expected @param tag for 'o1'. | 110 |
![]() | Expected @param tag for 'o2'. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | Avoid inline conditionals. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 173). | 24 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'cacheSize' must be private and have accessor methods. | 38 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter cacheSize should be final. | 43 |
![]() | 'cacheSize' hides a field. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | Line is longer than 80 characters (found 85). | 50 |
![]() | Expected an @return tag. | 52 |
![]() | Method 'removeEldestEntry' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | Parameter eldest should be final. | 52 |
![]() | Expected @param tag for 'eldest'. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
![]() | '+' is not preceded with whitespace. | 57 |
![]() | '+' is not followed by whitespace. | 57 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'data' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'location' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter data should be final. | 31 |
![]() | 'data' hides a field. | 31 |
![]() | Parameter location should be final. | 31 |
![]() | 'location' hides a field. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter message should be final. | 38 |
![]() | Parameter data should be final. | 38 |
![]() | 'data' hides a field. | 38 |
![]() | Parameter location should be final. | 38 |
![]() | 'location' hides a field. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter data should be final. | 45 |
![]() | 'data' hides a field. | 45 |
![]() | Parameter location should be final. | 45 |
![]() | 'location' hides a field. | 45 |
![]() | Parameter cause should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Line is longer than 80 characters (found 85). | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | Parameter message should be final. | 52 |
![]() | Parameter data should be final. | 52 |
![]() | 'data' hides a field. | 52 |
![]() | Parameter location should be final. | 52 |
![]() | 'location' hides a field. | 52 |
![]() | Parameter cause should be final. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter data should be final. | 59 |
![]() | 'data' hides a field. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | Parameter location should be final. | 72 |
![]() | 'location' hides a field. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '{' should be on the previous line. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 127). | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters (found 95). | 39 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter attributes should be final. | 39 |
![]() | 'attributes' hides a field. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters (found 95). | 50 |
![]() | Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter parameters should be final. | 50 |
![]() | 'parameters' hides a field. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters (found 90). | 59 |
![]() | Line is longer than 80 characters (found 119). | 61 |
![]() | Method 'setOutputProperties' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter outputProperties should be final. | 61 |
![]() | 'outputProperties' hides a field. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters (found 84). | 66 |
![]() | Method 'getOutputProperties' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | Parameter builder should be final. | 85 |
![]() | Parameter map should be final. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | Line is longer than 80 characters (found 82). | 87 |
![]() | 'while' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 127). | 22 |
![]() | Line has trailing spaces. | 25 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Parameter fields should be final. | 34 |
![]() | 'fields' hides a field. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters (found 95). | 42 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter attributes should be final. | 42 |
![]() | 'attributes' hides a field. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters (found 88). | 49 |
![]() | Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter features should be final. | 49 |
![]() | 'features' hides a field. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | 'if' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Parameter builder should be final. | 70 |
![]() | Parameter map should be final. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | 'while' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | 'cast' is not followed by whitespace. | 74 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.regex.PatternSyntaxException. | 22 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'attributesBoundaryPattern' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'featuresBoundaryPattern' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'parametersBoundaryPattern' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'outputPropertiesBoundaryPattern' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'attributePattern' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'whitespacePattern' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'remainderOfString' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'featurePattern' must be private and have accessor methods. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters (found 88). | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'xmlEntityMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters (found 135). | 54 |
![]() | Line is longer than 80 characters (found 136). | 55 |
![]() | Line is longer than 80 characters (found 131). | 56 |
![]() | Line is longer than 80 characters (found 127). | 57 |
![]() | Line is longer than 80 characters (found 133). | 58 |
![]() | Line is longer than 80 characters (found 156). | 59 |
![]() | Line is longer than 80 characters (found 101). | 60 |
![]() | Line is longer than 80 characters (found 86). | 61 |
![]() | Line is longer than 80 characters (found 128). | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Parameter xmlData should be final. | 79 |
![]() | Expected @throws tag for 'ParseException'. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Line has trailing spaces. | 84 |
![]() | '3' is a magic number. | 88 |
![]() | '4' is a magic number. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | 'if' construct must use '{}'s. | 93 |
![]() | 'else' construct must use '{}'s. | 95 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters (found 90). | 96 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | '16' is a magic number. | 101 |
![]() | 'else' construct must use '{}'s. | 102 |
![]() | Line has trailing spaces. | 105 |
![]() | 'cast' is not followed by whitespace. | 106 |
![]() | Line is longer than 80 characters (found 104). | 112 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 128 |
![]() | Parameter parameterValue should be final. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 138 |
![]() | Line is longer than 80 characters (found 93). | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line is longer than 80 characters (found 81). | 142 |
![]() | '(' is followed by whitespace. | 144 |
![]() | Parameter data should be final. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 146 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Line is longer than 80 characters (found 87). | 167 |
![]() | Line is longer than 80 characters (found 93). | 174 |
![]() | Line is longer than 80 characters (found 93). | 175 |
![]() | Line has trailing spaces. | 177 |
![]() | Line is longer than 80 characters (found 87). | 178 |
![]() | Line is longer than 80 characters (found 81). | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | '(' is followed by whitespace. | 183 |
![]() | Parameter matcher should be final. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | '{' should be on the previous line. | 185 |
![]() | '(' is followed by whitespace. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | 'if' is not followed by whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | '}' should be on the same line. | 200 |
![]() | 'if' is not followed by whitespace. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | ')' is preceded with whitespace. | 206 |
![]() | '(' is followed by whitespace. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | '}' should be on the same line. | 212 |
![]() | Line is longer than 80 characters (found 92). | 214 |
![]() | '}' should be on the same line. | 217 |
![]() | Expected an @return tag. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | Parameter data should be final. | 229 |
![]() | Expected @param tag for 'data'. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | Expected @throws tag for 'ParseException'. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | '(' is followed by whitespace. | 235 |
![]() | ')' is preceded with whitespace. | 235 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | 'if' is not followed by whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | 'if' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Line is longer than 80 characters (found 87). | 252 |
![]() | Line is longer than 80 characters (found 84). | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | Parameter matcher should be final. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | '{' should be on the previous line. | 260 |
![]() | Line is longer than 80 characters (found 87). | 261 |
![]() | '(' is followed by whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | 'if' is not followed by whitespace. | 269 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | '}' should be on the same line. | 275 |
![]() | 'if' is not followed by whitespace. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | '(' is followed by whitespace. | 286 |
![]() | ')' is preceded with whitespace. | 286 |
![]() | '}' should be on the same line. | 287 |
![]() | '}' should be on the same line. | 292 |
![]() | Line has trailing spaces. | 302 |
![]() | Line has trailing spaces. | 305 |
![]() | '(' is followed by whitespace. | 308 |
![]() | Parameter matcher should be final. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | '{' should be on the previous line. | 310 |
![]() | 'while' is not followed by whitespace. | 320 |
![]() | Line is longer than 80 characters (found 87). | 322 |
![]() | '3' is a magic number. | 322 |
![]() | '}' should be on the same line. | 325 |
![]() | Missing a Javadoc comment. | 333 |
![]() | '(' is followed by whitespace. | 333 |
![]() | Parameter matcher should be final. | 333 |
![]() | ')' is preceded with whitespace. | 333 |
![]() | '{' should be on the previous line. | 335 |
![]() | Line is longer than 80 characters (found 87). | 343 |
![]() | '3' is a magic number. | 343 |
![]() | Line has trailing spaces. | 344 |
![]() | '}' should be on the same line. | 345 |
![]() | Line has trailing spaces. | 355 |
![]() | '(' is followed by whitespace. | 359 |
![]() | Parameter matcher should be final. | 359 |
![]() | ')' is preceded with whitespace. | 359 |
![]() | '{' should be on the previous line. | 360 |
![]() | Line is longer than 80 characters (found 95). | 361 |
![]() | '+' is not preceded with whitespace. | 361 |
![]() | '+' is not followed by whitespace. | 361 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is followed by whitespace. | 30 |
![]() | Parameter type should be final. | 30 |
![]() | Parameter value should be final. | 30 |
![]() | ')' is preceded with whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | 'if' is not followed by whitespace. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | 'if' is not followed by whitespace. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Line is longer than 80 characters (found 111). | 40 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | 'cast' is not followed by whitespace. | 44 |
![]() | '}' should be on the same line. | 45 |
![]() | 'catch' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '}' should be on the same line. | 49 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | 'cast' is not followed by whitespace. | 52 |
![]() | '}' should be on the same line. | 53 |
![]() | 'catch' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters (found 101). | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
![]() | Line is longer than 80 characters (found 124). | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.HashMap. | 18 |
![]() | Unused import - java.util.Map. | 19 |
![]() | Unused import - java.util.regex.Matcher. | 20 |
![]() | Utility classes should not have a public or default constructor. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Expected an @return tag. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter regex should be final. | 40 |
![]() | Expected @param tag for 'regex'. | 40 |
![]() | Parameter errorMessage should be final. | 40 |
![]() | Expected @param tag for 'errorMessage'. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line is longer than 80 characters (found 85). | 47 |
![]() | Line is longer than 80 characters (found 89). | 48 |
![]() | Expected an @return tag. | 50 |
![]() | Line is longer than 80 characters (found 87). | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter regex should be final. | 50 |
![]() | Expected @param tag for 'regex'. | 50 |
![]() | Parameter log should be final. | 50 |
![]() | 'log' hides a field. | 50 |
![]() | Expected @param tag for 'log'. | 50 |
![]() | Parameter errorMessage should be final. | 50 |
![]() | Expected @param tag for 'errorMessage'. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | 'try' is not followed by whitespace. | 53 |
![]() | '{' is not preceded with whitespace. | 53 |
![]() | '}' should be on the same line. | 56 |
![]() | 'catch' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line has trailing spaces. | 65 |
![]() | First sentence should end with a period. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Expected an @return tag. | 74 |
![]() | Line is longer than 80 characters (found 111). | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Parameter regex should be final. | 75 |
![]() | Expected @param tag for 'regex'. | 75 |
![]() | Parameter log should be final. | 75 |
![]() | 'log' hides a field. | 75 |
![]() | Expected @param tag for 'log'. | 75 |
![]() | Parameter errorMessage should be final. | 75 |
![]() | Expected @param tag for 'errorMessage'. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | 'try' is not followed by whitespace. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | '}' should be on the same line. | 81 |
![]() | 'catch' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line has trailing spaces. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <E> tag. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Line is longer than 80 characters (found 91). | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'stackThreadLocal' must be private and have accessor methods. | 31 |
![]() | Method 'push' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter item should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Unused @throws tag for 'NoSuchElementException'. | 54 |
![]() | Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 81). | 73 |
![]() | Unused @throws tag for 'NoSuchElementException'. | 76 |
![]() | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Line is longer than 80 characters (found 85). | 88 |
![]() | Unused @throws tag for 'NoSuchElementException'. | 88 |
![]() | Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | Parameter depth should be final. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters (found 93). | 95 |
![]() | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Expected an @return tag. | 120 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | Line is longer than 80 characters (found 96). | 134 |
![]() | Expected an @return tag. | 136 |
![]() | Method 'toList' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '}' should be on the same line. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 27 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'commandList' must be private and have accessor methods. | 36 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter context should be final. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 40 |
![]() | 'while' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'while' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '}' should be on the same line. | 73 |
![]() | Must have at least one statement. | 74 |
![]() | '}' should be on the same line. | 83 |
![]() | Method 'getCommandList' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'addCommand' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Parameter command should be final. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 25 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter context should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 37 |
![]() | 'while' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'while' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '}' should be on the same line. | 70 |
![]() | Must have at least one statement. | 71 |
![]() | '}' should be on the same line. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 28 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line is longer than 80 characters (found 143). | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'iteratorStackThreadLocal' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'commandList' must be private and have accessor methods. | 39 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter context should be final. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 43 |
![]() | 'while' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter context should be final. | 76 |
![]() | Parameter exception should be final. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'while' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '}' should be on the same line. | 90 |
![]() | Must have at least one statement. | 91 |
![]() | Method 'getCommandList' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Method 'addCommand' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | Parameter command should be final. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | Method 'getIteratorStack' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Line is longer than 80 characters (found 85). | 109 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Method 'pushIterator' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | Parameter iterator should be final. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'popIterator' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '{' should be on the previous line. | 125 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 26 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line is longer than 80 characters (found 143). | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'iteratorStackThreadLocal' must be private and have accessor methods. | 36 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Parameter context should be final. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 40 |
![]() | 'while' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | Parameter context should be final. | 73 |
![]() | Parameter exception should be final. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'while' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '}' should be on the same line. | 87 |
![]() | Must have at least one statement. | 88 |
![]() | Method 'getIteratorStack' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Line is longer than 80 characters (found 85). | 98 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Method 'pushIterator' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter iterator should be final. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Method 'popIterator' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '{' should be on the previous line. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 89). | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 109). | 22 |
![]() | Line is longer than 80 characters (found 124). | 24 |
![]() | Line is longer than 80 characters (found 109). | 26 |
![]() | Line is longer than 80 characters (found 108). | 27 |
![]() | Line is longer than 80 characters (found 119). | 28 |
![]() | Line is longer than 80 characters (found 126). | 29 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '{' should be on the previous line. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 99). | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters (found 122). | 32 |
![]() | Line is longer than 80 characters (found 123). | 34 |
![]() | Line is longer than 80 characters (found 136). | 36 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'log' must be private and have accessor methods. | 60 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter context should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | 'while' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | 'cast' is not followed by whitespace. | 76 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '}' should be on the same line. | 81 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '}' should be on the same line. | 84 |
![]() | Line is longer than 80 characters (found 156). | 86 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters (found 136). | 95 |
![]() | Line is longer than 80 characters (found 81). | 96 |
![]() | Line is longer than 80 characters (found 128). | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | '}' is not preceded with whitespace. | 98 |
![]() | '{' should be on the previous line. | 102 |
![]() | Line has trailing spaces. | 104 |
![]() | Line is longer than 80 characters (found 134). | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters (found 97). | 106 |
![]() | Expected an @return tag. | 108 |
![]() | '=' is not preceded with whitespace. | 108 |
![]() | '=' is not followed by whitespace. | 108 |
![]() | '=' is not preceded with whitespace. | 108 |
![]() | '=' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Expected @param tag for 'context'. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters (found 130). | 113 |
![]() | Line is longer than 80 characters (found 97). | 114 |
![]() | Line is longer than 80 characters (found 133). | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | '}' is not preceded with whitespace. | 116 |
![]() | '{' should be on the previous line. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | Expected an @return tag. | 30 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | '=' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter context should be final. | 37 |
![]() | Parameter xPath should be final. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters (found 90). | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter context should be final. | 43 |
![]() | Parameter xPath should be final. | 43 |
![]() | Parameter type should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | 'cast' is not followed by whitespace. | 45 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter className should be final. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 51 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 29 |
![]() | '=' is not followed by whitespace. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter context should be final. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters (found 114). | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters (found 104). | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters (found 146). | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'log' must be private and have accessor methods. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter systemId should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '}' should be on the same line. | 41 |
![]() | 'catch' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Line is longer than 80 characters (found 81). | 44 |
![]() | '+' is not preceded with whitespace. | 44 |
![]() | '+' is not followed by whitespace. | 44 |
![]() | '+' is not preceded with whitespace. | 44 |
![]() | '+' is not followed by whitespace. | 44 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | Parameter url should be final. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '}' should be on the same line. | 73 |
![]() | 'catch' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters (found 93). | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '}' should be on the same line. | 80 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '}' should be on the same line. | 85 |
![]() | 'catch' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.slf4j.Logger. | 20 |
![]() | Unused import - org.slf4j.LoggerFactory. | 21 |
![]() | Unused import - org.xchain.framework.jxpath.Scope. | 28 |
![]() | Unused import - org.xchain.framework.jxpath.ScopedQNameVariables. | 29 |
![]() | Unused import - java.util.List. | 31 |
![]() | Unused import - javax.xml.namespace.QName. | 33 |
![]() | Line is longer than 80 characters (found 94). | 39 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '{' should be on the previous line. | 49 |
![]() | First sentence should end with a period. | 50 |
![]() | Line is longer than 80 characters (found 88). | 51 |
![]() | Expected an @return tag. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Expected @param tag for 'context'. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Expected @throws tag for 'Exception'. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter context should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 108). | 34 |
![]() | Line is longer than 80 characters (found 108). | 35 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 89). | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'callStack' must be private and have accessor methods. | 53 |
![]() | Line is longer than 80 characters (found 118). | 56 |
![]() | Line is longer than 80 characters (found 105). | 57 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter context should be final. | 79 |
![]() | Expected @param tag for 'context'. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Expected @throws tag for 'Exception'. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Line is longer than 80 characters (found 124). | 87 |
![]() | '}' should be on the same line. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | Line is longer than 80 characters (found 110). | 90 |
![]() | '}' should be on the same line. | 91 |
![]() | Line is longer than 80 characters (found 84). | 93 |
![]() | '}' should be on the same line. | 99 |
![]() | 'catch' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '}' should be on the same line. | 102 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | Parameter context should be final. | 114 |
![]() | Parameter exception should be final. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | '}' should be on the same line. | 123 |
![]() | 'catch' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Must have at least one statement. | 124 |
![]() | Method 'resolveSystemId' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | Parameter systemId should be final. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 109). | 22 |
![]() | Line is longer than 80 characters (found 124). | 24 |
![]() | Line is longer than 80 characters (found 109). | 26 |
![]() | Line is longer than 80 characters (found 108). | 27 |
![]() | Line is longer than 80 characters (found 119). | 28 |
![]() | Line is longer than 80 characters (found 127). | 29 |
![]() | Line is longer than 80 characters (found 110). | 31 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 138). | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters (found 145). | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters (found 130). | 32 |
![]() | Line is longer than 80 characters (found 149). | 34 |
![]() | Line has trailing spaces. | 52 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '{' should be on the previous line. | 59 |
![]() | Line is longer than 80 characters (found 115). | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'executionStackThreadLocal' must be private and have accessor methods. | 60 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter context should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 69 |
![]() | 'for' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | '}' should be on the same line. | 86 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | '}' should be on the same line. | 98 |
![]() | Line is longer than 80 characters (found 132). | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter context should be final. | 108 |
![]() | Parameter e should be final. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | Method 'pushExecution' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | Parameter execution should be final. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Method 'popExecution' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Variable 'executedClause' must be private and have accessor methods. | 135 |
![]() | Line is longer than 80 characters (found 100). | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter executedClause should be final. | 137 |
![]() | 'executedClause' hides a field. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Line has trailing spaces. | 140 |
![]() | Line has trailing spaces. | 142 |
![]() | Line is longer than 80 characters (found 122). | 142 |
![]() | Line is longer than 80 characters (found 89). | 143 |
![]() | Line is longer than 80 characters (found 135). | 145 |
![]() | '=' is not preceded with whitespace. | 145 |
![]() | '=' is not followed by whitespace. | 145 |
![]() | '=' is not preceded with whitespace. | 145 |
![]() | '=' is not followed by whitespace. | 145 |
![]() | '=' is not preceded with whitespace. | 145 |
![]() | '=' is not followed by whitespace. | 145 |
![]() | '=' is not preceded with whitespace. | 145 |
![]() | '=' is not followed by whitespace. | 145 |
![]() | '}' is not preceded with whitespace. | 145 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 146 |
![]() | '{' should be on the previous line. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters (found 136). | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line is longer than 80 characters (found 136). | 151 |
![]() | Line has trailing spaces. | 153 |
![]() | Expected an @return tag. | 154 |
![]() | '=' is not preceded with whitespace. | 154 |
![]() | '=' is not followed by whitespace. | 154 |
![]() | '=' is not preceded with whitespace. | 154 |
![]() | '=' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Expected @param tag for 'context'. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters (found 137). | 159 |
![]() | Line is longer than 80 characters (found 104). | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line is longer than 80 characters (found 140). | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | '}' is not preceded with whitespace. | 162 |
![]() | '{' should be on the previous line. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.Filter. | 18 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters (found 130). | 26 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters (found 92). | 31 |
![]() | Line has trailing spaces. | 38 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '{' should be on the previous line. | 45 |
![]() | Line is longer than 80 characters (found 116). | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'executionStackThreadLocal' must be private and have accessor methods. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Expected an @return tag. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | Expected @param tag for 'context'. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter context should be final. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | Expression can be simplified. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters (found 86). | 70 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter context should be final. | 74 |
![]() | Parameter exception should be final. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Method 'getExecutionStack' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Method 'pushExecution' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter execution should be final. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'popExecution' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Variable 'executeCalled' must be private and have accessor methods. | 106 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line is longer than 80 characters (found 97). | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Parameter executeCalled should be final. | 109 |
![]() | 'executeCalled' hides a field. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 146). | 34 |
![]() | Line is longer than 80 characters (found 134). | 36 |
![]() | Line is longer than 80 characters (found 134). | 37 |
![]() | Line is longer than 80 characters (found 122). | 38 |
![]() | Line is longer than 80 characters (found 135). | 40 |
![]() | Line is longer than 80 characters (found 134). | 48 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line is longer than 80 characters (found 106). | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'valueStackThreadLocal' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'log' must be private and have accessor methods. | 57 |
![]() | Expected an @return tag. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Expected @param tag for 'context'. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected an @return tag. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Expected @param tag for 'context'. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Expected an @return tag. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Expected @param tag for 'context'. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected an @return tag. | 83 |
![]() | Line is longer than 80 characters (found 90). | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 84 |
![]() | Expected @param tag for 'context'. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Line is longer than 80 characters (found 88). | 88 |
![]() | Expected an @return tag. | 90 |
![]() | Line is longer than 80 characters (found 83). | 90 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | Expected @param tag for 'context'. | 91 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | Parameter context should be final. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '}' should be on the same line. | 101 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '}' should be on the same line. | 104 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '}' should be on the same line. | 107 |
![]() | Line is longer than 80 characters (found 134). | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' is not followed by whitespace. | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' is not followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters (found 111). | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | Line has trailing spaces. | 118 |
![]() | Line is longer than 80 characters (found 82). | 119 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | '}' should be on the same line. | 124 |
![]() | Line is longer than 80 characters (found 105). | 130 |
![]() | 'cast' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Method 'postProcess' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter context should be final. | 137 |
![]() | Parameter e should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Line has trailing spaces. | 141 |
![]() | Line is longer than 80 characters (found 82). | 143 |
![]() | 'cast' is not followed by whitespace. | 143 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | '}' should be on the same line. | 148 |
![]() | Method 'getValueStack' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Method 'pushValue' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | Parameter value should be final. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Method 'popValue' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '{' is not followed by whitespace. | 179 |
![]() | '}' is not preceded with whitespace. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 124). | 30 |
![]() | Line is longer than 80 characters (found 93). | 33 |
![]() | Line is longer than 80 characters (found 99). | 38 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'log' must be private and have accessor methods. | 51 |
![]() | Expected an @return tag. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Expected @param tag for 'context'. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters (found 101). | 61 |
![]() | Expected an @return tag. | 63 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | Expected @param tag for 'context'. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Expected @throws tag for 'Exception'. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Empty statement. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | 'while' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Expression can be simplified. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | '}' should be on the same line. | 83 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters (found 102). | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 142). | 26 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter context should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 129). | 24 |
![]() | Line is longer than 80 characters (found 85). | 27 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters (found 83). | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Expected an @return tag. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Expected @param tag for 'context'. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | Parameter context should be final. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Expression can be simplified. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Line is longer than 80 characters (found 86). | 55 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.Command. | 23 |
![]() | Unused import - java.util.List. | 35 |
![]() | Line is longer than 80 characters (found 145). | 41 |
![]() | Line is longer than 80 characters (found 108). | 44 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Expected an @return tag. | 61 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Expected @param tag for 'context'. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters (found 106). | 66 |
![]() | Expected an @return tag. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Expected @param tag for 'context'. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line is longer than 80 characters (found 111). | 74 |
![]() | Expected an @return tag. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Expected @param tag for 'context'. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected an @return tag. | 84 |
![]() | Line is longer than 80 characters (found 83). | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | Expected @param tag for 'context'. | 85 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter context should be final. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters (found 98). | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters (found 82). | 109 |
![]() | 'cast' is not followed by whitespace. | 109 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '}' should be on the same line. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '}' should be on the same line. | 124 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | 'cast' is not followed by whitespace. | 129 |
![]() | '}' should be on the same line. | 130 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | 'cast' is not followed by whitespace. | 135 |
![]() | '}' should be on the same line. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | '}' should be on the same line. | 142 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | 'cast' is not followed by whitespace. | 147 |
![]() | '}' should be on the same line. | 148 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | 'cast' is not followed by whitespace. | 150 |
![]() | '}' should be on the same line. | 152 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line is longer than 80 characters (found 107). | 155 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 80 characters (found 181). | 162 |
![]() | 'while' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | '}' should be on the same line. | 166 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | ')' is preceded with whitespace. | 167 |
![]() | '}' should be on the same line. | 169 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 105). | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '+' is not preceded with whitespace. | 175 |
![]() | '+' is not followed by whitespace. | 175 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '}' should be on the same line. | 181 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | '}' should be on the same line. | 192 |
![]() | 'catch' is not followed by whitespace. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | ')' is preceded with whitespace. | 193 |
![]() | 'if' is not followed by whitespace. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | '}' should be on the same line. | 198 |
![]() | 'catch' is not followed by whitespace. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | ')' is preceded with whitespace. | 199 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 28 |
![]() | '=' is not followed by whitespace. | 28 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '=' is not preceded with whitespace. | 32 |
![]() | '=' is not followed by whitespace. | 32 |
![]() | '=' is not preceded with whitespace. | 32 |
![]() | '=' is not followed by whitespace. | 32 |
![]() | '(' is followed by whitespace. | 33 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter context should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 37 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter context should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters (found 82). | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters (found 129). | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters (found 104). | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters (found 139). | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 87). | 36 |
![]() | Line is longer than 80 characters (found 134). | 38 |
![]() | Line is longer than 80 characters (found 134). | 39 |
![]() | Line is longer than 80 characters (found 122). | 40 |
![]() | Line is longer than 80 characters (found 128). | 44 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'log' must be private and have accessor methods. | 55 |
![]() | Expected an @return tag. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Expected @param tag for 'context'. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Expected @throws tag for 'Exception'. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Expected an @return tag. | 68 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | Expected @param tag for 'context'. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Expected @throws tag for 'Exception'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Expected an @return tag. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | Expected @param tag for 'context'. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Expected @throws tag for 'Exception'. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Expected an @return tag. | 84 |
![]() | Line is longer than 80 characters (found 90). | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 85 |
![]() | Expected @param tag for 'context'. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | Expected @throws tag for 'Exception'. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters (found 88). | 90 |
![]() | Expected an @return tag. | 92 |
![]() | Line is longer than 80 characters (found 83). | 92 |
![]() | '=' is not preceded with whitespace. | 92 |
![]() | '=' is not followed by whitespace. | 92 |
![]() | '=' is not preceded with whitespace. | 92 |
![]() | '=' is not followed by whitespace. | 92 |
![]() | '=' is not preceded with whitespace. | 92 |
![]() | '=' is not followed by whitespace. | 92 |
![]() | Expected @param tag for 'context'. | 93 |
![]() | Expected @throws tag for 'Exception'. | 94 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | Parameter context should be final. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | '{' should be on the previous line. | 98 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '}' should be on the same line. | 104 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '}' should be on the same line. | 107 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 110 |
![]() | Line is longer than 80 characters (found 134). | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | Line is longer than 80 characters (found 111). | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | Line is longer than 80 characters (found 105). | 123 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 111). | 28 |
![]() | Line is longer than 80 characters (found 89). | 31 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '{' should be on the previous line. | 42 |
![]() | Expected an @return tag. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Expected @param tag for 'context'. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter context should be final. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 83). | 56 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 43 |
![]() | Variable 'commandMap' must be private and have accessor methods. | 45 |
![]() | Line is longer than 80 characters (found 119). | 47 |
![]() | Line is longer than 80 characters (found 99). | 48 |
![]() | Variable 'commandMapList' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line is longer than 80 characters (found 97). | 58 |
![]() | Variable 'compositeCommandMap' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters (found 108). | 64 |
![]() | Expected an @return tag. | 66 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | Parameter name should be final. | 66 |
![]() | Expected @param tag for 'name'. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Expected @throws tag for 'CommandNotFoundException'. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Line is longer than 80 characters (found 84). | 73 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Parameter name should be final. | 75 |
![]() | Expected @param tag for 'name'. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Expected @throws tag for 'CommandNotFoundException'. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | Line is longer than 80 characters (found 82). | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Method 'addCommand' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Parameter name should be final. | 89 |
![]() | Expected @param tag for 'name'. | 89 |
![]() | Parameter command should be final. | 89 |
![]() | Expected @param tag for 'command'. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'addCommand' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Parameter qName should be final. | 94 |
![]() | Parameter command should be final. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Method 'getCommandMap' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'addImport' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | Parameter catalog should be final. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 126). | 17 |
![]() | '=' is not preceded with whitespace. | 22 |
![]() | '=' is not followed by whitespace. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters (found 94). | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'csvWriterThreadLocal' must be private and have accessor methods. | 31 |
![]() | Line is longer than 80 characters (found 101). | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'cellListThreadLocal' must be private and have accessor methods. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters (found 82). | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters (found 83). | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | '=' is not preceded with whitespace. | 32 |
![]() | '=' is not followed by whitespace. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter context should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | Line has trailing spaces. | 40 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 96). | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter context should be final. | 46 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | 'if' construct must use '{}'s. | 50 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line is longer than 80 characters (found 83). | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Line is longer than 80 characters (found 136). | 59 |
![]() | Line has trailing spaces. | 62 |
![]() | 'if' construct must use '{}'s. | 64 |
![]() | 'if' is not followed by whitespace. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters (found 96). | 68 |
![]() | Line has trailing spaces. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters (found 83). | 27 |
![]() | Line is longer than 80 characters (found 85). | 28 |
![]() | Line is longer than 80 characters (found 104). | 29 |
![]() | Line is longer than 80 characters (found 82). | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter context should be final. | 38 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - org.xchain.namespaces.jsl.CommandExecutionState.*. | 28 |
![]() | Unused import - org.xml.sax.ContentHandler. | 34 |
![]() | Line has trailing spaces. | 42 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters (found 157). | 51 |
![]() | Name 'commandExecutionStateStackTL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line is longer than 80 characters (found 148). | 54 |
![]() | Name 'elementOutputStateStackTL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line is longer than 80 characters (found 114). | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'dynamicElementStackTL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Line is longer than 80 characters (found 97). | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'saxExceptionTl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'depthTl' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Expected an @return tag. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Line is longer than 80 characters (found 83). | 67 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line is longer than 80 characters (found 102). | 70 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters (found 99). | 81 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters (found 100). | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Variable 'locator' must be private and have accessor methods. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Variable 'systemId' must be private and have accessor methods. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Variable 'qName' must be private and have accessor methods. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Variable 'templateDepth' must be private and have accessor methods. | 100 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Parameter elementCount should be final. | 102 |
![]() | 'elementCount' hides a field. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'isRegistered' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Method 'setQName' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter qName should be final. | 108 |
![]() | 'qName' hides a field. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Method 'getQName' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'setSystemId' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | Parameter systemId should be final. | 110 |
![]() | 'systemId' hides a field. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Method 'getSystemId' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line is longer than 80 characters (found 127). | 114 |
![]() | Redundant 'final' modifier. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'for' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line is longer than 80 characters (found 83). | 126 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Redundant 'final' modifier. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | Line is longer than 80 characters (found 83). | 142 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters (found 111). | 146 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Redundant 'final' modifier. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | 'for' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Redundant 'final' modifier. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters (found 108). | 184 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Redundant 'final' modifier. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | Parameter context should be final. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Redundant 'final' modifier. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | Expected an @return tag. | 210 |
![]() | Line is longer than 80 characters (found 126). | 210 |
![]() | Method 'dynamicQName' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | Parameter context should be final. | 210 |
![]() | Expected @param tag for 'context'. | 210 |
![]() | Parameter nameXPath should be final. | 210 |
![]() | Expected @param tag for 'nameXPath'. | 210 |
![]() | Parameter namespaceXPath should be final. | 210 |
![]() | Expected @param tag for 'namespaceXPath'. | 210 |
![]() | Parameter includeDefaultPrefix should be final. | 210 |
![]() | Expected @param tag for 'includeDefaultPrefix'. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Expected @throws tag for 'SAXException'. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | 'cast' is not followed by whitespace. | 213 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | 'if' is not followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | 'cast' is not followed by whitespace. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | Avoid inline conditionals. | 226 |
![]() | Avoid inline conditionals. | 227 |
![]() | Line is longer than 80 characters (found 125). | 230 |
![]() | Avoid inline conditionals. | 230 |
![]() | 'if' is not followed by whitespace. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters (found 91). | 232 |
![]() | '+' is not preceded with whitespace. | 232 |
![]() | '+' is not followed by whitespace. | 232 |
![]() | '+' is not preceded with whitespace. | 232 |
![]() | '+' is not followed by whitespace. | 232 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | ')' is preceded with whitespace. | 238 |
![]() | Line is longer than 80 characters (found 104). | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | Avoid inline conditionals. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | '(' is followed by whitespace. | 245 |
![]() | ')' is preceded with whitespace. | 245 |
![]() | 'if' is not followed by whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | Line is longer than 80 characters (found 89). | 247 |
![]() | 'cast' is not followed by whitespace. | 247 |
![]() | 'if' is not followed by whitespace. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | ')' is preceded with whitespace. | 248 |
![]() | Line is longer than 80 characters (found 92). | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | 'if' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Line is longer than 80 characters (found 153). | 252 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' is not followed by whitespace. | 252 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' is not followed by whitespace. | 252 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' is not followed by whitespace. | 252 |
![]() | '+' is not preceded with whitespace. | 252 |
![]() | '+' is not followed by whitespace. | 252 |
![]() | '}' should be on the same line. | 255 |
![]() | Line is longer than 80 characters (found 102). | 261 |
![]() | 'if' is not followed by whitespace. | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
![]() | Line is longer than 80 characters (found 146). | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | '+' is not preceded with whitespace. | 263 |
![]() | '+' is not followed by whitespace. | 263 |
![]() | Method 'trackStartElement' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | '(' is followed by whitespace. | 270 |
![]() | Parameter elementIndex should be final. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | '{' should be on the previous line. | 271 |
![]() | Method 'trackEndElement' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | '(' is followed by whitespace. | 275 |
![]() | Parameter elementIndex should be final. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | '{' should be on the previous line. | 276 |
![]() | Method 'isElementStarted' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Missing a Javadoc comment. | 280 |
![]() | '(' is followed by whitespace. | 280 |
![]() | Parameter elementIndex should be final. | 280 |
![]() | ')' is preceded with whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | Method 'setLocator' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | Missing a Javadoc comment. | 285 |
![]() | '(' is followed by whitespace. | 285 |
![]() | Parameter locator should be final. | 285 |
![]() | 'locator' hides a field. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Method 'getLocator' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Line is longer than 80 characters (found 100). | 289 |
![]() | Expected an @return tag. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | Parameter context should be final. | 291 |
![]() | Expected @param tag for 'context'. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Expected @throws tag for 'Exception'. | 292 |
![]() | '{' should be on the previous line. | 293 |
![]() | 'if' is not followed by whitespace. | 298 |
![]() | '(' is followed by whitespace. | 298 |
![]() | ')' is preceded with whitespace. | 298 |
![]() | 'if' is not followed by whitespace. | 303 |
![]() | '(' is followed by whitespace. | 303 |
![]() | ')' is preceded with whitespace. | 303 |
![]() | '}' should be on the same line. | 305 |
![]() | '+' is not preceded with whitespace. | 307 |
![]() | '+' is not followed by whitespace. | 307 |
![]() | 'if' is not followed by whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | '(' is followed by whitespace. | 317 |
![]() | ')' is preceded with whitespace. | 317 |
![]() | '(' is followed by whitespace. | 319 |
![]() | ')' is preceded with whitespace. | 319 |
![]() | Line is longer than 80 characters (found 113). | 321 |
![]() | 'if' is not followed by whitespace. | 322 |
![]() | '(' is followed by whitespace. | 322 |
![]() | ')' is preceded with whitespace. | 322 |
![]() | '}' should be on the same line. | 327 |
![]() | 'catch' is not followed by whitespace. | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | '}' should be on the same line. | 331 |
![]() | 'if' is not followed by whitespace. | 340 |
![]() | '(' is followed by whitespace. | 340 |
![]() | ')' is preceded with whitespace. | 340 |
![]() | 'if' is not followed by whitespace. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
![]() | '}' should be on the same line. | 346 |
![]() | '-' is not preceded with whitespace. | 348 |
![]() | '-' is not followed by whitespace. | 348 |
![]() | 'if' is not followed by whitespace. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | ')' is preceded with whitespace. | 353 |
![]() | Line has trailing spaces. | 363 |
![]() | Expected an @return tag. | 364 |
![]() | '(' is followed by whitespace. | 364 |
![]() | Expected @param tag for 'context'. | 364 |
![]() | ')' is preceded with whitespace. | 364 |
![]() | Expected @throws tag for 'Exception'. | 365 |
![]() | Line is longer than 80 characters (found 106). | 368 |
![]() | Line is longer than 80 characters (found 93). | 369 |
![]() | Expected an @return tag. | 372 |
![]() | Line is longer than 80 characters (found 87). | 372 |
![]() | '(' is followed by whitespace. | 372 |
![]() | Parameter context should be final. | 372 |
![]() | Expected @param tag for 'context'. | 372 |
![]() | Parameter childIndecies should be final. | 372 |
![]() | Expected @param tag for 'childIndecies'. | 372 |
![]() | ')' is preceded with whitespace. | 372 |
![]() | Expected @throws tag for 'Exception'. | 373 |
![]() | '{' should be on the previous line. | 374 |
![]() | 'for' is not followed by whitespace. | 376 |
![]() | '(' is followed by whitespace. | 376 |
![]() | '++' is preceded with whitespace. | 376 |
![]() | ')' is preceded with whitespace. | 376 |
![]() | Expected an @return tag. | 386 |
![]() | Line is longer than 80 characters (found 127). | 386 |
![]() | '(' is followed by whitespace. | 386 |
![]() | Parameter context should be final. | 386 |
![]() | Expected @param tag for 'context'. | 386 |
![]() | Parameter exception should be final. | 386 |
![]() | Expected @param tag for 'exception'. | 386 |
![]() | Parameter result should be final. | 386 |
![]() | Expected @param tag for 'result'. | 386 |
![]() | Parameter childIndecies should be final. | 386 |
![]() | Expected @param tag for 'childIndecies'. | 386 |
![]() | ')' is preceded with whitespace. | 386 |
![]() | Expected @throws tag for 'Exception'. | 387 |
![]() | '{' should be on the previous line. | 388 |
![]() | '(' is followed by whitespace. | 389 |
![]() | ')' is preceded with whitespace. | 389 |
![]() | 'if' is not followed by whitespace. | 391 |
![]() | '(' is followed by whitespace. | 391 |
![]() | ')' is preceded with whitespace. | 391 |
![]() | '}' should be on the same line. | 393 |
![]() | 'if' is not followed by whitespace. | 394 |
![]() | '(' is followed by whitespace. | 394 |
![]() | ')' is preceded with whitespace. | 394 |
![]() | '}' should be on the same line. | 396 |
![]() | Expected an @return tag. | 405 |
![]() | Line is longer than 80 characters (found 112). | 405 |
![]() | '(' is followed by whitespace. | 405 |
![]() | Parameter context should be final. | 405 |
![]() | Expected @param tag for 'context'. | 405 |
![]() | Parameter exception should be final. | 405 |
![]() | Expected @param tag for 'exception'. | 405 |
![]() | Parameter childIndecies should be final. | 405 |
![]() | Expected @param tag for 'childIndecies'. | 405 |
![]() | ')' is preceded with whitespace. | 405 |
![]() | 'for' is not followed by whitespace. | 409 |
![]() | '(' is followed by whitespace. | 409 |
![]() | ')' is preceded with whitespace. | 409 |
![]() | 'if' is not followed by whitespace. | 410 |
![]() | '(' is followed by whitespace. | 410 |
![]() | ')' is preceded with whitespace. | 410 |
![]() | 'if' is not followed by whitespace. | 413 |
![]() | '(' is followed by whitespace. | 413 |
![]() | ')' is preceded with whitespace. | 413 |
![]() | Line is longer than 80 characters (found 85). | 414 |
![]() | 'cast' is not followed by whitespace. | 414 |
![]() | '(' is followed by whitespace. | 414 |
![]() | ')' is preceded with whitespace. | 414 |
![]() | '}' should be on the same line. | 416 |
![]() | 'catch' is not followed by whitespace. | 417 |
![]() | '(' is followed by whitespace. | 417 |
![]() | ')' is preceded with whitespace. | 417 |
![]() | Must have at least one statement. | 417 |
![]() | Expected an @return tag. | 430 |
![]() | '(' is followed by whitespace. | 430 |
![]() | Parameter qName should be final. | 430 |
![]() | Expected @param tag for 'qName'. | 430 |
![]() | ')' is preceded with whitespace. | 430 |
![]() | '{' should be on the previous line. | 431 |
![]() | 'if' is not followed by whitespace. | 432 |
![]() | '(' is followed by whitespace. | 432 |
![]() | ')' is preceded with whitespace. | 432 |
![]() | '}' should be on the same line. | 434 |
![]() | Method 'getContentHandler' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() | Missing a Javadoc comment. | 440 |
![]() | '{' should be on the previous line. | 441 |
![]() | Line is longer than 80 characters (found 102). | 442 |
![]() | 'cast' is not followed by whitespace. | 442 |
![]() | Method 'hasSaxExceptionFired' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Missing a Javadoc comment. | 445 |
![]() | '{' should be on the previous line. | 446 |
![]() | Method 'registerSaxException' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Missing a Javadoc comment. | 450 |
![]() | '(' is followed by whitespace. | 450 |
![]() | Parameter saxException should be final. | 450 |
![]() | ')' is preceded with whitespace. | 450 |
![]() | '{' should be on the previous line. | 451 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 22 |
![]() | Line is longer than 80 characters (found 87). | 25 |
![]() | Line is longer than 80 characters (found 82). | 27 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 88). | 25 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | '=' is not followed by whitespace. | 30 |
![]() | '{' should be on the previous line. | 34 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter context should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 37 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 21 |
![]() | '=' is not followed by whitespace. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 152). | 33 |
![]() | Line is longer than 80 characters (found 132). | 34 |
![]() | Line has trailing spaces. | 38 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line is longer than 80 characters (found 81). | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'log' must be private and have accessor methods. | 55 |
![]() | Expected an @return tag. | 60 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter context should be final. | 60 |
![]() | Expected @param tag for 'context'. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Expected @throws tag for 'Exception'. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Comment matches to-do format 'TODO:'. | 77 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter context should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 111). | 29 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '{' should be on the previous line. | 38 |
![]() | Line is longer than 80 characters (found 88). | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Expected an @return tag. | 44 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter context should be final. | 44 |
![]() | Expected @param tag for 'context'. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Expected @throws tag for 'Exception'. | 45 |
![]() | '{' should be on the previous line. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 135). | 30 |
![]() | Line is longer than 80 characters (found 88). | 31 |
![]() | Extra HTML tag found: </p> | 31 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'log' must be private and have accessor methods. | 48 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter context should be final. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters (found 88). | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 142). | 27 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line is longer than 80 characters (found 83). | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Expected an @return tag. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Expected @throws tag for 'Exception'. | 59 |
![]() | Expected an @return tag. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected @throws tag for 'Exception'. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Expected an @return tag. | 80 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Parameter context should be final. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Expected @throws tag for 'Exception'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 129). | 27 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line has trailing spaces. | 53 |
![]() | Expected an @return tag. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Expected @throws tag for 'Exception'. | 59 |
![]() | Expected an @return tag. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected @throws tag for 'Exception'. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line is longer than 80 characters (found 109). | 77 |
![]() | Expected an @return tag. | 80 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Parameter context should be final. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Expected @throws tag for 'Exception'. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xml.sax.helpers.XMLReaderFactory. | 34 |
![]() | Line is longer than 80 characters (found 113). | 49 |
![]() | Line is longer than 80 characters (found 88). | 50 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters (found 116). | 71 |
![]() | Line is longer than 80 characters (found 136). | 73 |
![]() | Line is longer than 80 characters (found 82). | 77 |
![]() | Expected an @return tag. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Line is longer than 80 characters (found 90). | 81 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter pipelineConfig should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters (found 105). | 110 |
![]() | '{' should be on the previous line. | 114 |
![]() | Expected an @return tag. | 122 |
![]() | '=' is not preceded with whitespace. | 122 |
![]() | '=' is not followed by whitespace. | 122 |
![]() | '=' is not preceded with whitespace. | 122 |
![]() | '=' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Method 'getUriResolverSafe' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | Parameter context should be final. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | '?' is not preceded with whitespace. | 128 |
![]() | Avoid inline conditionals. | 128 |
![]() | '?' is not followed by whitespace. | 128 |
![]() | ':' is not preceded with whitespace. | 128 |
![]() | ':' is not followed by whitespace. | 128 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters (found 116). | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters (found 109). | 135 |
![]() | '{' should be on the previous line. | 145 |
![]() | Line is longer than 80 characters (found 105). | 150 |
![]() | Expected an @return tag. | 154 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | Parameter context should be final. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Expected @throws tag for 'Exception'. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '(' is followed by whitespace. | 169 |
![]() | Parameter e should be final. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | Line is longer than 80 characters (found 130). | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 182 |
![]() | Parameter e should be final. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | 'if' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters (found 130). | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Parameter e should be final. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | '}' should be on the same line. | 212 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | '}' should be on the same line. | 227 |
![]() | Line is longer than 80 characters (found 82). | 232 |
![]() | '{' should be on the previous line. | 242 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Variable 'uriResolver' must be private and have accessor methods. | 243 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Variable 'errorListener' must be private and have accessor methods. | 244 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Variable 'compositeStage' must be private and have accessor methods. | 245 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Variable 'reader' must be private and have accessor methods. | 246 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Variable 'source' must be private and have accessor methods. | 247 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Variable 'result' must be private and have accessor methods. | 248 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Variable 'entityResolver' must be private and have accessor methods. | 249 |
![]() | Method 'getUriResolver' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Line is longer than 80 characters (found 93). | 252 |
![]() | Method 'setUriResolver' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | '(' is followed by whitespace. | 252 |
![]() | Parameter uriResolver should be final. | 252 |
![]() | 'uriResolver' hides a field. | 252 |
![]() | ')' is preceded with whitespace. | 252 |
![]() | Method 'getErrorListener' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Line is longer than 80 characters (found 103). | 254 |
![]() | Method 'setErrorListener' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | '(' is followed by whitespace. | 254 |
![]() | Parameter errorListener should be final. | 254 |
![]() | 'errorListener' hides a field. | 254 |
![]() | ')' is preceded with whitespace. | 254 |
![]() | Method 'getCompositeStage' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Line is longer than 80 characters (found 108). | 256 |
![]() | Method 'setCompositeStage' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Missing a Javadoc comment. | 256 |
![]() | '(' is followed by whitespace. | 256 |
![]() | Parameter compositeStage should be final. | 256 |
![]() | 'compositeStage' hides a field. | 256 |
![]() | ')' is preceded with whitespace. | 256 |
![]() | Method 'getXmlReader' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Method 'setXmlReader' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Parameter reader should be final. | 258 |
![]() | 'reader' hides a field. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | Missing a Javadoc comment. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | Parameter source should be final. | 260 |
![]() | 'source' hides a field. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | Method 'getEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Line is longer than 80 characters (found 108). | 262 |
![]() | Method 'setEntityResolver' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Missing a Javadoc comment. | 262 |
![]() | '(' is followed by whitespace. | 262 |
![]() | Parameter entityResolver should be final. | 262 |
![]() | 'entityResolver' hides a field. | 262 |
![]() | ')' is preceded with whitespace. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 144). | 46 |
![]() | Line is longer than 80 characters (found 107). | 47 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Variable 'log' must be private and have accessor methods. | 92 |
![]() | Line is longer than 80 characters (found 84). | 95 |
![]() | Expected an @return tag. | 98 |
![]() | Expected @throws tag for 'Exception'. | 100 |
![]() | Expected an @return tag. | 112 |
![]() | '=' is not preceded with whitespace. | 112 |
![]() | '=' is not followed by whitespace. | 112 |
![]() | Expected @throws tag for 'Exception'. | 114 |
![]() | Expected an @return tag. | 126 |
![]() | Expected @throws tag for 'Exception'. | 128 |
![]() | Expected an @return tag. | 140 |
![]() | Line is longer than 80 characters (found 82). | 140 |
![]() | Expected @throws tag for 'Exception'. | 142 |
![]() | Line is longer than 80 characters (found 88). | 153 |
![]() | Method 'createResultForSelect' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter context should be final. | 155 |
![]() | Expected @throws tag for 'Exception'. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '}' should be on the same line. | 162 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | '}' should be on the same line. | 166 |
![]() | 'if' is not followed by whitespace. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '}' should be on the same line. | 175 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '}' should be on the same line. | 180 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | ')' is preceded with whitespace. | 183 |
![]() | '}' should be on the same line. | 185 |
![]() | Line is longer than 80 characters (found 160). | 189 |
![]() | Method 'createResultForSystemId' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Parameter context should be final. | 198 |
![]() | Expected @throws tag for 'Exception'. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | 'if' is not followed by whitespace. | 204 |
![]() | '(' is followed by whitespace. | 204 |
![]() | ')' is preceded with whitespace. | 204 |
![]() | '}' should be on the same line. | 206 |
![]() | Method 'createResultForPath' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Parameter context should be final. | 230 |
![]() | Expected @throws tag for 'Exception'. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | 'if' is not followed by whitespace. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line is longer than 80 characters (found 108). | 260 |
![]() | Expected an @return tag. | 262 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Parameter context should be final. | 262 |
![]() | Expected @param tag for 'context'. | 262 |
![]() | Expected @throws tag for 'Exception'. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | 'if' is not followed by whitespace. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | 'if' is not followed by whitespace. | 269 |
![]() | '(' is followed by whitespace. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | 'if' is not followed by whitespace. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line is longer than 80 characters (found 113). | 274 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters (found 89). | 30 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters (found 81). | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line is longer than 80 characters (found 87). | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter context should be final. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 53 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters (found 124). | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.xml.transform.stream.StreamSource. | 23 |
![]() | Unused import - org.xml.sax.Locator. | 36 |
![]() | Unused import - javax.xml.namespace.QName. | 37 |
![]() | Line is longer than 80 characters (found 157). | 41 |
![]() | Line is longer than 80 characters (found 127). | 42 |
![]() | Line is longer than 80 characters (found 138). | 54 |
![]() | Line is longer than 80 characters (found 186). | 68 |
![]() | '=' is not preceded with whitespace. | 87 |
![]() | '=' is not followed by whitespace. | 87 |
![]() | '{' should be on the previous line. | 91 |
![]() | Line is longer than 80 characters (found 85). | 96 |
![]() | Line is longer than 80 characters (found 124). | 98 |
![]() | Variable 'transformerThreadLocal' must be private and have accessor methods. | 98 |
![]() | Expected an @return tag. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Expected @throws tag for 'Exception'. | 106 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter context should be final. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters (found 90). | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '+' is not preceded with whitespace. | 112 |
![]() | '+' is not followed by whitespace. | 112 |
![]() | Line is longer than 80 characters (found 159). | 121 |
![]() | Line is longer than 80 characters (found 87). | 126 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Line is longer than 80 characters (found 93). | 128 |
![]() | '}' should be on the same line. | 130 |
![]() | 'catch' is not followed by whitespace. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | Line is longer than 80 characters (found 117). | 133 |
![]() | '+' is not preceded with whitespace. | 133 |
![]() | '+' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | '+' is not preceded with whitespace. | 133 |
![]() | '+' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '}' should be on the same line. | 144 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | Line is longer than 80 characters (found 118). | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line is longer than 80 characters (found 144). | 167 |
![]() | Line has trailing spaces. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Line is longer than 80 characters (found 83). | 172 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters (found 83). | 184 |
![]() | '(' is followed by whitespace. | 186 |
![]() | Parameter transformer should be final. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Line is longer than 80 characters (found 90). | 192 |
![]() | Line is longer than 80 characters (found 82). | 193 |
![]() | '{' should be on the previous line. | 196 |
![]() | Line is longer than 80 characters (found 104). | 201 |
![]() | '{' should be on the previous line. | 205 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.xchain.Command. | 23 |
![]() | Unused import - org.xchain.framework.sax.CommandXmlReader. | 30 |
![]() | Unused import - org.xchain.framework.sax.ContextInputSource. | 31 |
![]() | Unused import - org.xml.sax.Locator. | 35 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'log' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Expected an @return tag. | 53 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | Parameter context should be final. | 53 |
![]() | Expected @param tag for 'context'. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Expected @throws tag for 'Exception'. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Line is longer than 80 characters (found 84). | 60 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 22 |
![]() | '=' is not followed by whitespace. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |