The following document contains the results of Checkstyle.
Files | Infos ![]() |
Warnings ![]() |
Errors ![]() |
---|---|---|---|
35 | 0 | 0 | 135 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
MemberName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 2 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 24 | ![]() |
WhitespaceAround | 18 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 6 | ![]() |
NeedBraces | 11 | ![]() |
LeftCurly
|
29 | ![]() |
RightCurly
|
7 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 1 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 2 | ![]() |
MissingSwitchDefault | 3 | ![]() |
RedundantThrows | 6 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 22 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
Header
|
1 | ![]() |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'resultStream' must be private and have accessor methods. | 95 |
![]() |
Variable 'result' must be private and have accessor methods. | 96 |
![]() |
Variable 'writer' must be private and have accessor methods. | 113 |
![]() |
Variable 'result' must be private and have accessor methods. | 114 |
![]() |
Variable 'result' must be private and have accessor methods. | 131 |
![]() |
Variable 'result' must be private and have accessor methods. | 148 |
![]() |
Variable 'result' must be private and have accessor methods. | 165 |
![]() |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 195 |
![]() |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 217 |
![]() |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 275 |
![]() |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 307 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'handler' must be private and have accessor methods. | 43 |
![]() |
Variable 'repeater' must be private and have accessor methods. | 48 |
![]() |
Variable 'pseudoParser' must be private and have accessor methods. | 50 |
![]() |
Must have at least one statement. | 115 |
![]() |
Must have at least one statement. | 119 |
![]() |
'if' construct must use '{}'s. | 217 |
Violation | Message | Line |
---|---|---|
![]() |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 155 |
Violation | Message | Line |
---|---|---|
![]() |
switch without "default" clause. | 138 |
![]() |
Must have at least one statement. | 229 |
![]() |
'{' should be on a new line. | 586 |
![]() |
'{' should be on a new line. | 590 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 39 |
![]() |
'+' is not preceded with whitespace. | 86 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 48 |
![]() |
'cast' is not followed by whitespace. | 59 |
![]() |
'cast' is not followed by whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 64 |
![]() |
'cast' is not followed by whitespace. | 68 |
![]() |
'cast' is not followed by whitespace. | 69 |
Violation | Message | Line |
---|---|---|
![]() |
'if' is not followed by whitespace. | 62 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 35 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'enableEndpointFiltering' must be private and have accessor methods. | 39 |
![]() |
'cast' is not followed by whitespace. | 54 |
![]() |
'cast' is not followed by whitespace. | 65 |
![]() |
'cast' is not followed by whitespace. | 67 |
![]() |
'cast' is not followed by whitespace. | 136 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 49 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'logger' must be private and have accessor methods. | 31 |
![]() |
Must have at least one statement. | 68 |
Violation | Message | Line |
---|---|---|
![]() |
'cast' is not followed by whitespace. | 29 |
Violation | Message | Line |
---|---|---|
![]() |
Line does not match expected header line of '/*'. | 1 |
![]() |
switch without "default" clause. | 105 |
![]() |
Empty statement. | 115 |
![]() |
'if' construct must use '{}'s. | 118 |
![]() |
switch without "default" clause. | 182 |
![]() |
'if' construct must use '{}'s. | 278 |
![]() |
'else' construct must use '{}'s. | 280 |
![]() |
'if' construct must use '{}'s. | 329 |
![]() |
'else' construct must use '{}'s. | 331 |
![]() |
'if' construct must use '{}'s. | 364 |
![]() |
'if' construct must use '{}'s. | 367 |
![]() |
'if' construct must use '{}'s. | 386 |
![]() |
'if' construct must use '{}'s. | 390 |
![]() |
'else' construct must use '{}'s. | 392 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'transformerPool' must be private and have accessor methods. | 105 |
Violation | Message | Line |
---|---|---|
![]() |
Unused import - org.w3c.dom.Node. | 19 |
Violation | Message | Line |
---|---|---|
![]() |
Redundant throws: 'TransformerFactoryConfigurationError' is unchecked exception. | 62 |
![]() |
'cast' is not followed by whitespace. | 70 |
![]() |
'{' should be on a new line. | 73 |
![]() |
'}' should be alone on a line. | 77 |
![]() |
'{' should be on a new line. | 77 |
Violation | Message | Line |
---|---|---|
![]() |
'8' is a magic number. | 33 |
![]() |
'if' is not followed by whitespace. | 40 |
![]() |
'cast' is not followed by whitespace. | 42 |
![]() |
'if' is not followed by whitespace. | 48 |
![]() |
'==' is not preceded with whitespace. | 48 |
![]() |
'==' is not followed by whitespace. | 48 |
![]() |
'if' is not followed by whitespace. | 52 |
![]() |
'==' is not preceded with whitespace. | 52 |
![]() |
'==' is not followed by whitespace. | 52 |
![]() |
'cast' is not followed by whitespace. | 75 |
![]() |
'if' is not followed by whitespace. | 76 |
![]() |
'==' is not preceded with whitespace. | 76 |
![]() |
'==' is not followed by whitespace. | 76 |
![]() |
'if' is not followed by whitespace. | 88 |
![]() |
'==' is not preceded with whitespace. | 88 |
![]() |
'==' is not followed by whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'outputFormat' must be private and have accessor methods. | 26 |
Violation | Message | Line |
---|---|---|
![]() |
Variable 'propertiesContext' must be private and have accessor methods. | 47 |
![]() |
Variable 'nodesContext' must be private and have accessor methods. | 48 |
![]() |
Variable 'splitExpression' must be private and have accessor methods. | 50 |
![]() |
Variable 'namespaces' must be private and have accessor methods. | 51 |
![]() |
Variable 'validateSchema' must be private and have accessor methods. | 52 |
![]() |
Variable 'externalSchemaLocation' must be private and have accessor methods. | 53 |
![]() |
'cast' is not followed by whitespace. | 171 |
![]() |
'cast' is not followed by whitespace. | 176 |
![]() |
'cast' is not followed by whitespace. | 177 |
![]() |
'cast' is not followed by whitespace. | 191 |
![]() |
'cast' is not followed by whitespace. | 215 |
![]() |
'cast' is not followed by whitespace. | 225 |
![]() |
'cast' is not followed by whitespace. | 229 |
Violation | Message | Line |
---|---|---|
![]() |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Unused import - org.dom4j.DocumentException. | 43 |
![]() |
Comment matches to-do format 'TODO:'. | 338 |
![]() |
'{' should be on a new line. | 346 |
![]() |
'{' should be on a new line. | 350 |
![]() |
'{' should be on a new line. | 355 |
![]() |
'{' should be on a new line. | 356 |
![]() |
'{' should be on a new line. | 364 |
![]() |
'{' should be on a new line. | 384 |
![]() |
'{' should be on a new line. | 388 |
![]() |
'{' should be on a new line. | 395 |
![]() |
'{' should be on a new line. | 397 |
![]() |
'{' should be on a new line. | 403 |
![]() |
'{' should be on a new line. | 404 |
![]() |
'}' should be alone on a line. | 408 |
![]() |
'{' should be on a new line. | 408 |
![]() |
'}' should be alone on a line. | 412 |
![]() |
'{' should be on a new line. | 412 |
![]() |
'{' should be on a new line. | 417 |
![]() |
'{' should be on a new line. | 420 |
![]() |
'{' should be on a new line. | 424 |
![]() |
'}' should be alone on a line. | 426 |
![]() |
'{' should be on a new line. | 426 |
![]() |
'{' should be on a new line. | 430 |
![]() |
'{' should be on a new line. | 438 |
![]() |
'{' should be on a new line. | 439 |
![]() |
'}' should be alone on a line. | 441 |
![]() |
'{' should be on a new line. | 441 |
![]() |
'{' should be on a new line. | 447 |
![]() |
'{' should be on a new line. | 450 |
![]() |
'}' should be alone on a line. | 452 |
![]() |
'{' should be on a new line. | 452 |
![]() |
'}' should be alone on a line. | 455 |
![]() |
'{' should be on a new line. | 455 |