The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 10 | 31 | 101 | 67 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
21 | |
| MemberName | 9 | |
| JavadocMethod | 100 | |
| JavadocType | 0 | |
| JavadocVariable | 31 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
RegexpHeader
|
5 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
4 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
19 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 6 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 198 | |
| Unused @throws tag for 'NullPointerException'. | 251 | |
| Expected @param tag for 'model'. | 253 | |
| Expected an @return tag. | 293 | |
| 'pomFile' hides a field. | 293 | |
| Expected @param tag for 'pomFile'. | 293 | |
| Missing a Javadoc comment. | 327 | |
| Missing a Javadoc comment. | 359 | |
| Missing a Javadoc comment. | 364 | |
| Missing a Javadoc comment. | 369 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 379 | |
| Missing a Javadoc comment. | 384 | |
| Missing a Javadoc comment. | 389 | |
| Missing a Javadoc comment. | 394 | |
| Missing a Javadoc comment. | 399 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 409 | |
| Missing a Javadoc comment. | 414 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 251 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.nio.charset.Charset. | 32 | |
| Line is longer than 120 characters. | 45 | |
| Expected an @return tag. | 101 | |
| Expected @param tag for 'in'. | 101 | |
| Expected @throws tag for 'IOException'. | 102 | |
| Expected an @return tag. | 111 | |
| Expected @param tag for 'file'. | 111 | |
| Expected @throws tag for 'IOException'. | 112 | |
| Expected an @return tag. | 121 | |
| Expected @param tag for 'url'. | 121 | |
| Expected @throws tag for 'IOException'. | 122 | |
| Expected an @return tag. | 130 | |
| Expected @param tag for 'in'. | 130 | |
| Expected an @return tag. | 138 | |
| Expected @param tag for 'file'. | 138 | |
| Expected @throws tag for 'FileNotFoundException'. | 139 | |
| Expected an @return tag. | 147 | |
| Expected @param tag for 'url'. | 147 | |
| Expected @throws tag for 'IOException'. | 148 | |
| Expected an @return tag. | 157 | |
| Expected @param tag for 'in'. | 157 | |
| Expected @param tag for 'encoding'. | 157 | |
| Expected @throws tag for 'UnsupportedEncodingException'. | 158 | |
| Expected an @return tag. | 167 | |
| Expected @param tag for 'file'. | 167 | |
| Expected @param tag for 'encoding'. | 167 | |
| Expected @throws tag for 'FileNotFoundException'. | 168 | |
| Expected @throws tag for 'UnsupportedEncodingException'. | 168 | |
| '(' is not followed by whitespace. | 170 | |
| ')' is not preceded with whitespace. | 170 | |
| Expected an @return tag. | 177 | |
| Expected @param tag for 'url'. | 177 | |
| Expected @param tag for 'encoding'. | 177 | |
| Expected @throws tag for 'IOException'. | 178 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.nio.charset.Charset. | 31 | |
| Line is longer than 120 characters. | 44 | |
| Expected an @return tag. | 100 | |
| Expected @param tag for 'out'. | 100 | |
| Expected @throws tag for 'IOException'. | 101 | |
| Expected an @return tag. | 110 | |
| Expected @param tag for 'file'. | 110 | |
| Expected @throws tag for 'IOException'. | 111 | |
| Expected an @return tag. | 119 | |
| Expected @param tag for 'out'. | 119 | |
| Expected an @return tag. | 127 | |
| Expected @param tag for 'file'. | 127 | |
| Expected @throws tag for 'IOException'. | 128 | |
| Expected an @return tag. | 137 | |
| Expected @param tag for 'out'. | 137 | |
| Expected @param tag for 'encoding'. | 137 | |
| Expected @throws tag for 'UnsupportedEncodingException'. | 138 | |
| Expected an @return tag. | 147 | |
| Expected @param tag for 'file'. | 147 | |
| Expected @param tag for 'encoding'. | 147 | |
| Expected @throws tag for 'UnsupportedEncodingException'. | 148 | |
| Expected @throws tag for 'FileNotFoundException'. | 148 | |
| '(' is not followed by whitespace. | 150 | |
| ')' is not preceded with whitespace. | 150 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Line is longer than 120 characters. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Name '_staticDefaultEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Name '_reader' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Name '_defaultEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 175 | |
| Expected @param tag for 'defaultEncoding'. | 332 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 333 | |
| Line is longer than 120 characters. | 387 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 387 | |
| Missing a Javadoc comment. | 392 | |
| Missing a Javadoc comment. | 438 | |
| Missing a Javadoc comment. | 456 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 478 | |
| Missing a Javadoc comment. | 485 | |
| Line is longer than 120 characters. | 508 | |
| Line is longer than 120 characters. | 513 | |
| Line is longer than 120 characters. | 526 | |
| Missing a Javadoc comment. | 540 | |
| Line is longer than 120 characters. | 567 | |
| Missing a Javadoc comment. | 597 | |
| Missing a Javadoc comment. | 608 | |
| Missing a Javadoc comment. | 611 | |
| Missing a Javadoc comment. | 630 | |
| '0xFE' is a magic number. | 639 | |
| '0xFF' is a magic number. | 639 | |
| '0xFF' is a magic number. | 646 | |
| '0xFE' is a magic number. | 646 | |
| '0xEF' is a magic number. | 653 | |
| '0xBB' is a magic number. | 653 | |
| '0xBF' is a magic number. | 653 | |
| Missing a Javadoc comment. | 665 | |
| '0x3C' is a magic number. | 676 | |
| '0x3F' is a magic number. | 676 | |
| '0x3C' is a magic number. | 680 | |
| '0x3F' is a magic number. | 680 | |
| '0x3C' is a magic number. | 684 | |
| '0x3F' is a magic number. | 684 | |
| '0x78' is a magic number. | 684 | |
| '0x6D' is a magic number. | 684 | |
| '0x4C' is a magic number. | 688 | |
| '0x6F' is a magic number. | 688 | |
| '0xA7' is a magic number. | 688 | |
| '0x94' is a magic number. | 688 | |
| Missing a Javadoc comment. | 695 | |
| Missing a Javadoc comment. | 699 | |
| Line is longer than 120 characters. | 734 | |
| Missing a Javadoc comment. | 754 | |
| Line is longer than 120 characters. | 758 | |
| Missing a Javadoc comment. | 762 | |
| Line is longer than 120 characters. | 765 | |
| Missing a Javadoc comment. | 768 | |
| Missing a Javadoc comment. | 771 | |
| Missing a Javadoc comment. | 774 | |
| Line is longer than 120 characters. | 776 | |
| Missing a Javadoc comment. | 778 | |
| Line is longer than 120 characters. | 780 | |
| Missing a Javadoc comment. | 782 | |
| Line is longer than 120 characters. | 784 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Line is longer than 120 characters. | 16 | |
| Missing a Javadoc comment. | 20 | |
| Name '_bomEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Name '_xmlGuessEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Name '_xmlEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Name '_contentTypeMime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Name '_contentTypeEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Name '_is' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Line is longer than 120 characters. | 46 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 119 | |
| Expected @param tag for 'defaultEncoding'. | 227 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 228 | |
| Line is longer than 120 characters. | 267 | |
| Redundant throws: 'XmlStreamReaderException' is subclass of 'IOException'. | 267 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Line is longer than 120 characters. | 6 | |
| Line is longer than 120 characters. | 10 | |
| Line is longer than 120 characters. | 15 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Line is longer than 120 characters. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 165 |