The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
JavadocMethod
| 49 | |
JavadocType
| 0 | |
JavadocVariable
| 4 | |
| ConstantName | 3 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 3 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 2 | |
EmptyBlock
| 1 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 1 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 20 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 38 | |
| Expected @param tag for 'packaging'. | 38 | |
| Expected @param tag for 'file'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Name 'defaults' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 79 | |
| The double-checked locking idiom is broken and should be avoided. | 85 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 154 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 43 | |
| Avoid nested blocks. | 51 | |
| Avoid nested blocks. | 56 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 96 | |
| More than 7 parameters. | 96 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 230 | |
| '31' is a magic number. | 239 | |
| '31' is a magic number. | 240 | |
| '31' is a magic number. | 241 | |
| '31' is a magic number. | 242 | |
| '31' is a magic number. | 243 | |
| '31' is a magic number. | 244 | |
| '31' is a magic number. | 245 | |
| '31' is a magic number. | 246 | |
| '1231' is a magic number. | 246 | |
| '1237' is a magic number. | 246 | |
| '31' is a magic number. | 247 | |
| '31' is a magic number. | 248 | |
| '31' is a magic number. | 249 | |
| '1231' is a magic number. | 249 | |
| '1237' is a magic number. | 249 | |
| '31' is a magic number. | 250 | |
| '31' is a magic number. | 251 | |
| '1231' is a magic number. | 251 | |
| '1237' is a magic number. | 251 | |
| '31' is a magic number. | 252 | |
| Method length is 165 lines (max allowed is 150). | 256 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'gav'. | 47 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 30 | |
| Expected @param tag for 'path'. | 30 | |
| Expected an @return tag. | 38 | |
| Expected @param tag for 'path'. | 38 | |
| Expected an @return tag. | 46 | |
| Expected @param tag for 'path'. | 46 | |
| Expected an @return tag. | 54 | |
| Expected @param tag for 'path'. | 54 |
| Violation | Message | Line |
|---|---|---|
| Name 'pat1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 120 characters. | 40 | |
| Name 'pat2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Expected an @return tag. | 153 | |
| Expected @param tag for 'gav'. | 153 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 30 | |
| Expected @param tag for 'path'. | 30 | |
| Expected an @return tag. | 38 | |
| Expected @param tag for 'path'. | 38 | |
| Expected an @return tag. | 49 | |
| Expected @param tag for 'path'. | 49 | |
| Expected an @return tag. | 57 | |
| Expected @param tag for 'path'. | 57 | |
| Missing a Javadoc comment. | 63 |