The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
0 | |
FileTabCharacter
|
0 | |
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
41 | |
| MemberName | 0 | |
JavadocMethod
|
129 | |
JavadocType
|
6 | |
JavadocVariable
|
49 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 1 | |
| LocalVariableName | 1 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
11 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| 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. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Line is longer than 120 characters. | 108 | |
| Line is longer than 120 characters. | 109 | |
| Line is longer than 120 characters. | 110 | |
| Line is longer than 120 characters. | 112 | |
| Line is longer than 120 characters. | 113 | |
| Line is longer than 120 characters. | 114 | |
| Line is longer than 120 characters. | 115 | |
| Line is longer than 120 characters. | 116 | |
| Line is longer than 120 characters. | 117 | |
| Line is longer than 120 characters. | 118 | |
| Line is longer than 120 characters. | 119 | |
| Line is longer than 120 characters. | 120 | |
| Line is longer than 120 characters. | 121 | |
| Line is longer than 120 characters. | 122 | |
| Line is longer than 120 characters. | 123 | |
| Line is longer than 120 characters. | 124 | |
| Line is longer than 120 characters. | 125 | |
| Line is longer than 120 characters. | 126 | |
| Line is longer than 120 characters. | 127 | |
| Line is longer than 120 characters. | 128 | |
| Line is longer than 120 characters. | 129 | |
| Line is longer than 120 characters. | 130 | |
| Line is longer than 120 characters. | 131 | |
| Line is longer than 120 characters. | 132 | |
| Line is longer than 120 characters. | 133 | |
| Line is longer than 120 characters. | 134 | |
| Line is longer than 120 characters. | 135 | |
| Line is longer than 120 characters. | 136 | |
| Line is longer than 120 characters. | 137 | |
| Line is longer than 120 characters. | 138 | |
| Line is longer than 120 characters. | 141 | |
| Line is longer than 120 characters. | 142 | |
| Line is longer than 120 characters. | 143 | |
| Line is longer than 120 characters. | 144 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 252 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Name 'LS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Missing a Javadoc comment. | 128 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Name 'userHome' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Name 'userMavenConfigurationHome' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 147 | |
| Expected an @return tag. | 155 | |
| Expected @param tag for 'args'. | 155 | |
| Expected @param tag for 'classWorld'. | 155 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 198 | |
| Line is longer than 120 characters. | 269 | |
| Line is longer than 120 characters. | 504 | |
| Line is longer than 120 characters. | 545 | |
| Line is longer than 120 characters. | 663 | |
| Line is longer than 120 characters. | 733 | |
| Method length is 270 lines (max allowed is 150). | 766 | |
| Variable 'exitCode' must be private and have accessor methods. | 1158 | |
| Missing a Javadoc comment. | 1171 | |
| Missing a Javadoc comment. | 1176 | |
| Missing a Javadoc comment. | 1181 | |
| Missing a Javadoc comment. | 1185 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 54 | |
| '60' is a magic number. | 80 | |
| '60' is a magic number. | 80 | |
| '60' is a magic number. | 81 | |
| '60' is a magic number. | 81 | |
| '60' is a magic number. | 81 | |
| '60' is a magic number. | 82 | |
| '60' is a magic number. | 82 | |
| '60' is a magic number. | 82 | |
| '21' is a magic number. | 164 | |
| Name 'MB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| Expected @param tag for 'event'. | 273 | |
| Expected @param tag for 'event'. | 293 | |
| Expected @param tag for 'event'. | 313 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 111 | |
| Expected an @return tag. | 119 | |
| Expected @param tag for 'threshold'. | 127 | |
| Expected an @return tag. | 134 | |
| Expected @param tag for 'name'. | 134 | |
| Missing a Javadoc comment. | 139 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 28 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Expected an @return tag. | 55 | |
| Expected @param tag for 'role'. | 55 | |
| Expected @param tag for 'hint'. | 55 | |
| Expected @param tag for 'role'. | 69 | |
| Expected @param tag for 'role'. | 76 | |
| Expected @param tag for 'hint'. | 76 | |
| Expected an @return tag. | 83 | |
| Expected @param tag for 'threshold'. | 91 | |
| Expected @param tag for 'threshold'. | 98 | |
| Expected an @return tag. | 105 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 203 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 257 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 266 | |
| Missing a Javadoc comment. | 270 | |
| Missing a Javadoc comment. | 274 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 283 | |
| Missing a Javadoc comment. | 287 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 299 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 85 | |
| '1023' is a magic number. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 120 characters. | 64 | |
| Missing a Javadoc comment. | 91 | |
| '1023' is a magic number. | 93 |