The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 7 | |
| NewlineAtEndOfFile | 11 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 1166 | |
RegexpSingleline
| 423 | |
| JavadocMethod | 540 | |
| JavadocType | 65 | |
| JavadocVariable | 665 | |
| JavadocStyle | 10 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 10 | |
| TypeName | 0 | |
| AvoidStarImport | 3 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 17 | |
| LineLength | 767 | |
| MethodLength | 3 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 71 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 2 | |
| OperatorWrap | 25 | |
| ParenPad | 8 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 30 | |
| WhitespaceAround | 376 | |
| ModifierOrder | 10 | |
| RedundantModifier | 15 | |
| AvoidNestedBlocks | 4 | |
| EmptyBlock | 1 | |
| LeftCurly | 41 | |
| NeedBraces | 25 | |
| RightCurly | 11 | |
| AvoidInlineConditionals | 11 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 113 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 105 | |
| MissingSwitchDefault | 7 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 7 | |
| SimplifyBooleanReturn | 1 | |
| DesignForExtension | 329 | |
| FinalClass | 4 | |
| HideUtilityClassConstructor | 5 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 104 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 567 | |
| TodoComment | 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Variable 'configurer' must be private and have accessor methods. | 13 | |
| Method 'setConfigurer' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter configurer should be final. | 15 | |
| 'configurer' hides a field. | 15 | |
| Method 'checkPermission' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter model should be final. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'controller' must be private and have accessor methods. | 10 | |
| Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter controller should be final. | 12 | |
| 'controller' hides a field. | 12 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'rootSection' must be private and have accessor methods. | 12 | |
| Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter build should be final. | 19 | |
| Missing a Javadoc comment. | 26 | |
| Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - java.util.HashMap. | 6 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter configurer should be final. | 23 | |
| 'configurer' hides a field. | 23 | |
| Method 'registerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter configuration should be final. | 27 | |
| Method 'getConfigurations' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Parameter configuration should be final. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Line contains a tab character. | 4 | |
| Missing a Javadoc comment. | 4 | |
| Redundant 'public' modifier. | 4 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' is not preceded with whitespace. | 3 | |
| Line contains a tab character. | 4 | |
| Missing a Javadoc comment. | 4 | |
| Line contains a tab character. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Line has trailing spaces. | 6 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter name should be final. | 7 | |
| 'name' hides a field. | 7 | |
| Parameter location should be final. | 7 | |
| 'location' hides a field. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line has trailing spaces. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter name should be final. | 16 | |
| 'name' hides a field. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter location should be final. | 22 | |
| 'location' hides a field. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Utility classes should not have a public or default constructor. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'recentlyViewedDocs' must be private and have accessor methods. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'dependants' must be private and have accessor methods. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter name should be final. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| 'for' is not followed by whitespace. | 16 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| '{' is not preceded with whitespace. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| 'if' is not followed by whitespace. | 17 | |
| '{' is not preceded with whitespace. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| 'if' is not followed by whitespace. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| 'for' is not followed by whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| Line contains a tab character. | 27 | |
| 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 | |
| Missing a Javadoc comment. | 31 | |
| Parameter name should be final. | 31 | |
| Parameter specificLocation should be final. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| 'for' is not followed by whitespace. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| 'if' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Line contains a tab character. | 35 | |
| 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 | |
| 'if' is not followed by whitespace. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| 'for' is not followed by whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' is not preceded with whitespace. | 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 | |
| Missing a Javadoc comment. | 52 | |
| Parameter object should be final. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter oldTitle should be final. | 56 | |
| Parameter newTitle should be final. | 56 | |
| Parameter docId should be final. | 56 | |
| Line contains a tab character. | 57 | |
| 'for' is not followed by whitespace. | 57 | |
| '=' is not preceded with whitespace. | 57 | |
| '=' is not followed by whitespace. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| 'if' is not followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| '{' is not preceded with whitespace. | 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 | |
| 'for' is not followed by whitespace. | 64 | |
| '=' is not followed by whitespace. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - org.kuali.student.common.assembly.data.Data.StringKey. | 4 | |
| Unused import - java.util.Date. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Utility classes should not have a public or default constructor. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Parameter loCategoryInfo should be final. | 13 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Parameter categoryData should be final. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line has trailing spaces. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'accreditationCheckBox' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'skillCheckBox' must be private and have accessor methods. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'subjectCheckBox' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'wordsInCategoryTextBox' must be private and have accessor methods. | 70 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'loCatRpcServiceAsync' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'categoryManagementTable' must be private and have accessor methods. | 74 | |
| Line has trailing spaces. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'mainPanel' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'tablePanel' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Variable 'layout' must be private and have accessor methods. | 78 | |
| Line has trailing spaces. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'categoryTypeList' must be private and have accessor methods. | 80 | |
| Method length is 205 lines (max allowed is 150). | 81 | |
| Missing a Javadoc comment. | 81 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 94 | |
| Line has trailing spaces. | 98 | |
| Line has trailing spaces. | 100 | |
| Line has trailing spaces. | 104 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line has trailing spaces. | 111 | |
| Line has trailing spaces. | 115 | |
| '{' is not preceded with whitespace. | 119 | |
| Parameter event should be final. | 121 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 130 | |
| '{' is not preceded with whitespace. | 134 | |
| Parameter event should be final. | 136 | |
| Line has trailing spaces. | 144 | |
| Line has trailing spaces. | 146 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line has trailing spaces. | 156 | |
| Line contains a tab character. | 161 | |
| Line has trailing spaces. | 162 | |
| 'if' is not followed by whitespace. | 163 | |
| '}' should be on the same line. | 165 | |
| 'else' is not followed by whitespace. | 166 | |
| '{' is not preceded with whitespace. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line contains a tab character. | 167 | |
| Line is longer than 80 characters. | 169 | |
| '{' is not preceded with whitespace. | 169 | |
| Line contains a tab character. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line contains a tab character. | 172 | |
| Parameter event should be final. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| 'if' is not followed by whitespace. | 173 | |
| '{' is not preceded with whitespace. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| '}' should be on the same line. | 176 | |
| Line contains a tab character. | 177 | |
| 'else' is not followed by whitespace. | 177 | |
| '{' is not preceded with whitespace. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line has trailing spaces. | 183 | |
| Line has trailing spaces. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Parameter caught should be final. | 188 | |
| Parameter results should be final. | 193 | |
| '{' is not preceded with whitespace. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Parameter result should be final. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Parameter event should be final. | 206 | |
| Line is longer than 80 characters. | 211 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Parameter event should be final. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line contains a tab character. | 219 | |
| Parameter event should be final. | 219 | |
| Line contains a tab character. | 220 | |
| Line has trailing spaces. | 221 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line is longer than 80 characters. | 224 | |
| Line contains a tab character. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Parameter event should be final. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Parameter event should be final. | 233 | |
| Parameter event should be final. | 241 | |
| Line has trailing spaces. | 242 | |
| Line is longer than 80 characters. | 243 | |
| 'if' is not followed by whitespace. | 244 | |
| '{' is not preceded with whitespace. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Parameter caught should be final. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Parameter result should be final. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 258 | |
| Parameter event should be final. | 265 | |
| Line is longer than 80 characters. | 266 | |
| 'if' is not followed by whitespace. | 267 | |
| '{' is not preceded with whitespace. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Parameter caught should be final. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Parameter result should be final. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line contains a tab character. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Missing a Javadoc comment. | 287 | |
| Line has trailing spaces. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter hideInactiveCategories should be final. | 291 | |
| Parameter isMultiSelect should be final. | 291 | |
| Line is longer than 80 characters. | 292 | |
| First sentence should end with a period. | 295 | |
| Line is longer than 80 characters. | 298 | |
| Line has trailing spaces. | 299 | |
| Line has trailing spaces. | 302 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 307 | |
| Parameter hideInactiveCategories should be final. | 307 | |
| Parameter isMultiSelect should be final. | 307 | |
| Expected @param tag for 'isMultiSelect'. | 307 | |
| Parameter loCategoriesToFilter should be final. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Method 'getSelectedCategoryList' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Missing a Javadoc comment. | 311 | |
| '{' is not preceded with whitespace. | 311 | |
| Line has trailing spaces. | 314 | |
| Line contains a tab character. | 314 | |
| Missing a Javadoc comment. | 315 | |
| 'if' is not followed by whitespace. | 318 | |
| Expression can be simplified. | 318 | |
| '{' is not preceded with whitespace. | 318 | |
| 'if' is not followed by whitespace. | 321 | |
| Expression can be simplified. | 321 | |
| '{' is not preceded with whitespace. | 321 | |
| 'if' is not followed by whitespace. | 324 | |
| Expression can be simplified. | 324 | |
| '{' is not preceded with whitespace. | 324 | |
| Line is longer than 80 characters. | 325 | |
| Line has trailing spaces. | 330 | |
| Missing a Javadoc comment. | 331 | |
| 'if' is not followed by whitespace. | 335 | |
| '{' is not preceded with whitespace. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Line has trailing spaces. | 341 | |
| Method 'setDeleteButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter b should be final. | 344 | |
| Method 'setUpdateButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| Missing a Javadoc comment. | 348 | |
| Parameter b should be final. | 348 | |
| Method 'setInsertButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Missing a Javadoc comment. | 352 | |
| Parameter b should be final. | 352 | |
| Missing a Javadoc comment. | 355 | |
| Missing a Javadoc comment. | 356 | |
| Variable 'categoryNameLabel' must be private and have accessor methods. | 356 | |
| Missing a Javadoc comment. | 357 | |
| Variable 'categoryTypeLabel' must be private and have accessor methods. | 357 | |
| Missing a Javadoc comment. | 358 | |
| Variable 'spacer' must be private and have accessor methods. | 358 | |
| Missing a Javadoc comment. | 359 | |
| Variable 'categoryInfo' must be private and have accessor methods. | 359 | |
| Missing a Javadoc comment. | 360 | |
| Variable 'deleteButton' must be private and have accessor methods. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Missing a Javadoc comment. | 361 | |
| Variable 'cancelButton' must be private and have accessor methods. | 361 | |
| Line has trailing spaces. | 362 | |
| Missing a Javadoc comment. | 362 | |
| Variable 'nameTextBox' must be private and have accessor methods. | 362 | |
| Missing a Javadoc comment. | 363 | |
| Variable 'typeListBox' must be private and have accessor methods. | 363 | |
| Line has trailing spaces. | 364 | |
| Missing a Javadoc comment. | 365 | |
| Variable 'layout' must be private and have accessor methods. | 365 | |
| Missing a Javadoc comment. | 366 | |
| Variable 'mainPanel' must be private and have accessor methods. | 366 | |
| Line has trailing spaces. | 367 | |
| Line has trailing spaces. | 368 | |
| Missing a Javadoc comment. | 369 | |
| Line contains a tab character. | 370 | |
| '540' is a magic number. | 370 | |
| '200' is a magic number. | 370 | |
| Line has trailing spaces. | 371 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 372 | |
| Line contains a tab character. | 373 | |
| Line contains a tab character. | 374 | |
| Line has trailing spaces. | 375 | |
| Line is longer than 80 characters. | 376 | |
| Line contains a tab character. | 376 | |
| Line is longer than 80 characters. | 378 | |
| Line has trailing spaces. | 382 | |
| Line has trailing spaces. | 385 | |
| Parameter event should be final. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line contains a tab character. | 390 | |
| Line is longer than 80 characters. | 391 | |
| '{' is not preceded with whitespace. | 391 | |
| Parameter caught should be final. | 393 | |
| Line is longer than 80 characters. | 395 | |
| Parameter result should be final. | 398 | |
| Line is longer than 80 characters. | 401 | |
| 'if' is not followed by whitespace. | 401 | |
| '!=' is not preceded with whitespace. | 401 | |
| '!=' is not followed by whitespace. | 401 | |
| '{' is not preceded with whitespace. | 401 | |
| Line is longer than 80 characters. | 402 | |
| 'else' is not preceded with whitespace. | 403 | |
| '}' is not followed by whitespace. | 403 | |
| 'else' is not followed by whitespace. | 403 | |
| '{' is not preceded with whitespace. | 403 | |
| Line is longer than 80 characters. | 404 | |
| '3000' is a magic number. | 404 | |
| Line is longer than 80 characters. | 406 | |
| '{' is not preceded with whitespace. | 406 | |
| Line contains a tab character. | 408 | |
| Line is longer than 80 characters. | 409 | |
| Line contains a tab character. | 409 | |
| Parameter result should be final. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Line contains a tab character. | 410 | |
| 'if' is not followed by whitespace. | 410 | |
| '{' is not preceded with whitespace. | 410 | |
| Line is longer than 80 characters. | 411 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| Line has trailing spaces. | 413 | |
| Line contains a tab character. | 413 | |
| Line contains a tab character. | 414 | |
| Line contains a tab character. | 415 | |
| Parameter event should be final. | 426 | |
| Missing a Javadoc comment. | 434 | |
| Parameter cate should be final. | 434 | |
| Missing a Javadoc comment. | 440 | |
| Missing a Javadoc comment. | 441 | |
| Variable 'okButton' must be private and have accessor methods. | 441 | |
| Line is longer than 80 characters. | 442 | |
| Missing a Javadoc comment. | 442 | |
| Variable 'cancelButton' must be private and have accessor methods. | 442 | |
| Line has trailing spaces. | 443 | |
| Missing a Javadoc comment. | 443 | |
| Variable 'nameTextBox' must be private and have accessor methods. | 443 | |
| Missing a Javadoc comment. | 444 | |
| Variable 'typeListBox' must be private and have accessor methods. | 444 | |
| Line has trailing spaces. | 445 | |
| Missing a Javadoc comment. | 446 | |
| Variable 'layout' must be private and have accessor methods. | 446 | |
| Missing a Javadoc comment. | 447 | |
| Variable 'mainPanel' must be private and have accessor methods. | 447 | |
| Missing a Javadoc comment. | 448 | |
| Variable 'categoryInfo' must be private and have accessor methods. | 448 | |
| Line has trailing spaces. | 449 | |
| Missing a Javadoc comment. | 450 | |
| Line contains a tab character. | 451 | |
| '540' is a magic number. | 451 | |
| '200' is a magic number. | 451 | |
| Line contains a tab character. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Line contains a tab character. | 453 | |
| Line has trailing spaces. | 454 | |
| Line has trailing spaces. | 459 | |
| Line has trailing spaces. | 460 | |
| Line has trailing spaces. | 463 | |
| Parameter event should be final. | 468 | |
| 'if' is not followed by whitespace. | 472 | |
| '{' is not preceded with whitespace. | 472 | |
| Line is longer than 80 characters. | 473 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Line is longer than 80 characters. | 476 | |
| 'if' is not followed by whitespace. | 476 | |
| '{' is not preceded with whitespace. | 476 | |
| Line contains a tab character. | 477 | |
| Line contains a tab character. | 478 | |
| Line has trailing spaces. | 480 | |
| 'if' is not followed by whitespace. | 481 | |
| '{' is not preceded with whitespace. | 481 | |
| Line is longer than 80 characters. | 482 | |
| Line contains a tab character. | 482 | |
| '{' is not preceded with whitespace. | 482 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 | |
| Parameter caught should be final. | 484 | |
| Line contains a tab character. | 485 | |
| Line contains a tab character. | 486 | |
| Line contains a tab character. | 487 | |
| Line contains a tab character. | 488 | |
| Line contains a tab character. | 489 | |
| Parameter result should be final. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line contains a tab character. | 490 | |
| 'if' is not followed by whitespace. | 490 | |
| '!=' is not preceded with whitespace. | 490 | |
| '!=' is not followed by whitespace. | 490 | |
| '{' is not preceded with whitespace. | 490 | |
| Line is longer than 80 characters. | 491 | |
| Line contains a tab character. | 491 | |
| Line contains a tab character. | 492 | |
| 'else' is not preceded with whitespace. | 492 | |
| '}' is not followed by whitespace. | 492 | |
| 'else' is not followed by whitespace. | 492 | |
| '{' is not preceded with whitespace. | 492 | |
| Line is longer than 80 characters. | 493 | |
| Line contains a tab character. | 493 | |
| '3000' is a magic number. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line contains a tab character. | 494 | |
| '{' is not preceded with whitespace. | 494 | |
| Line is longer than 80 characters. | 496 | |
| Line contains a tab character. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line contains a tab character. | 497 | |
| Parameter result should be final. | 497 | |
| Line is longer than 80 characters. | 498 | |
| Line contains a tab character. | 498 | |
| 'if' is not followed by whitespace. | 498 | |
| '{' is not preceded with whitespace. | 498 | |
| Line is longer than 80 characters. | 499 | |
| Line contains a tab character. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line contains a tab character. | 500 | |
| Line has trailing spaces. | 501 | |
| Line contains a tab character. | 501 | |
| Line contains a tab character. | 502 | |
| Line contains a tab character. | 503 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 | |
| Line contains a tab character. | 506 | |
| Line has trailing spaces. | 507 | |
| Line contains a tab character. | 507 | |
| Line contains a tab character. | 508 | |
| Parameter event should be final. | 517 | |
| Missing a Javadoc comment. | 525 | |
| Parameter categoryTypeList should be final. | 525 | |
| 'categoryTypeList' hides a field. | 525 | |
| Missing a Javadoc comment. | 534 | |
| Parameter cate should be final. | 534 | |
| Line contains a tab character. | 537 | |
| Missing a Javadoc comment. | 540 | |
| Line is longer than 80 characters. | 542 | |
| Missing a Javadoc comment. | 548 | |
| Missing a Javadoc comment. | 549 | |
| Variable 'okButton' must be private and have accessor methods. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Missing a Javadoc comment. | 550 | |
| Variable 'cancelButton' must be private and have accessor methods. | 550 | |
| Line has trailing spaces. | 551 | |
| Missing a Javadoc comment. | 551 | |
| Variable 'nameTextBox' must be private and have accessor methods. | 551 | |
| Missing a Javadoc comment. | 552 | |
| Variable 'typeListBox' must be private and have accessor methods. | 552 | |
| Line has trailing spaces. | 553 | |
| Missing a Javadoc comment. | 554 | |
| Variable 'layout' must be private and have accessor methods. | 554 | |
| Missing a Javadoc comment. | 555 | |
| Variable 'mainPanel' must be private and have accessor methods. | 555 | |
| Line has trailing spaces. | 556 | |
| Missing a Javadoc comment. | 557 | |
| Line contains a tab character. | 558 | |
| '540' is a magic number. | 558 | |
| '200' is a magic number. | 558 | |
| Line contains a tab character. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line contains a tab character. | 560 | |
| Line has trailing spaces. | 561 | |
| Line has trailing spaces. | 566 | |
| Line has trailing spaces. | 567 | |
| Line has trailing spaces. | 570 | |
| Parameter event should be final. | 575 | |
| 'if' is not followed by whitespace. | 579 | |
| '{' is not preceded with whitespace. | 579 | |
| Line is longer than 80 characters. | 580 | |
| Line contains a tab character. | 580 | |
| Line contains a tab character. | 581 | |
| Line is longer than 80 characters. | 583 | |
| 'if' is not followed by whitespace. | 583 | |
| '{' is not preceded with whitespace. | 583 | |
| Line contains a tab character. | 584 | |
| Line contains a tab character. | 585 | |
| Line has trailing spaces. | 587 | |
| 'if' is not followed by whitespace. | 588 | |
| '{' is not preceded with whitespace. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Line contains a tab character. | 589 | |
| '{' is not preceded with whitespace. | 589 | |
| Line contains a tab character. | 590 | |
| Line contains a tab character. | 591 | |
| Parameter caught should be final. | 591 | |
| Line is longer than 80 characters. | 592 | |
| Line contains a tab character. | 592 | |
| Line contains a tab character. | 593 | |
| Line contains a tab character. | 594 | |
| Line contains a tab character. | 595 | |
| Parameter result should be final. | 595 | |
| Line is longer than 80 characters. | 596 | |
| Line contains a tab character. | 596 | |
| 'if' is not followed by whitespace. | 596 | |
| '!=' is not preceded with whitespace. | 596 | |
| '!=' is not followed by whitespace. | 596 | |
| '{' is not preceded with whitespace. | 596 | |
| Line is longer than 80 characters. | 597 | |
| Line contains a tab character. | 597 | |
| Line contains a tab character. | 598 | |
| 'else' is not preceded with whitespace. | 598 | |
| '}' is not followed by whitespace. | 598 | |
| 'else' is not followed by whitespace. | 598 | |
| '{' is not preceded with whitespace. | 598 | |
| Line is longer than 80 characters. | 599 | |
| Line contains a tab character. | 599 | |
| '3000' is a magic number. | 599 | |
| Line is longer than 80 characters. | 600 | |
| Line contains a tab character. | 600 | |
| '{' is not preceded with whitespace. | 600 | |
| Line is longer than 80 characters. | 602 | |
| Line contains a tab character. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line contains a tab character. | 603 | |
| Parameter result should be final. | 603 | |
| Line is longer than 80 characters. | 604 | |
| Line contains a tab character. | 604 | |
| 'if' is not followed by whitespace. | 604 | |
| '{' is not preceded with whitespace. | 604 | |
| Line is longer than 80 characters. | 605 | |
| Line contains a tab character. | 605 | |
| Line is longer than 80 characters. | 606 | |
| Line contains a tab character. | 606 | |
| Line has trailing spaces. | 607 | |
| Line contains a tab character. | 607 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 609 | |
| Line contains a tab character. | 610 | |
| Line contains a tab character. | 611 | |
| Line contains a tab character. | 612 | |
| Line has trailing spaces. | 613 | |
| Line contains a tab character. | 613 | |
| Line contains a tab character. | 614 | |
| Parameter event should be final. | 621 | |
| Missing a Javadoc comment. | 628 | |
| Parameter categoryTypeList should be final. | 628 | |
| 'categoryTypeList' hides a field. | 628 | |
| Missing a Javadoc comment. | 637 | |
| Line is longer than 80 characters. | 643 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Unused import - com.google.gwt.user.client.ui.VerticalPanel. | 39 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Name 'NAME_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| Variable 'NAME_COLUMN_HEADER' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Name 'TYPE_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Variable 'TYPE_COLUMN_HEADER' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Name 'STATE_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| Variable 'STATE_COLUMN_HEADER' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Name 'ID_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Variable 'ID_COLUMN_KEY' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Name 'NAME_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Variable 'NAME_COLUMN_KEY' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Name 'TYPE_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| Variable 'TYPE_COLUMN_KEY' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'STATE_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Variable 'STATE_COLUMN_KEY' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line has trailing spaces. | 71 | |
| Missing a Javadoc comment. | 72 | |
| '{' is not preceded with whitespace. | 72 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'row' must be private and have accessor methods. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter row should be final. | 75 | |
| 'row' hides a field. | 75 | |
| '{' is not preceded with whitespace. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Parameter columnId should be final. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Parameter columnId should be final. | 83 | |
| Parameter newValue should be final. | 83 | |
| Line has trailing spaces. | 84 | |
| 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 | |
| Missing a Javadoc comment. | 87 | |
| '{' is not preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line has trailing spaces. | 91 | |
| Method 'getTable' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 98 | |
| Line has trailing spaces. | 100 | |
| Line is longer than 80 characters. | 104 | |
| Parameter caught should be final. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line has trailing spaces. | 110 | |
| Parameter result should be final. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Line has trailing spaces. | 118 | |
| Line has trailing spaces. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Parameter isMultiSelect should be final. | 121 | |
| '{' is not preceded with whitespace. | 121 | |
| 'if' is not followed by whitespace. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| '}' should be on the same line. | 130 | |
| 'else' is not followed by whitespace. | 131 | |
| '{' is not preceded with whitespace. | 131 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 135 | |
| Missing a Javadoc comment. | 138 | |
| Line has trailing spaces. | 145 | |
| Line is longer than 80 characters. | 153 | |
| Parameter hideInactiveCategories should be final. | 153 | |
| 'hideInactiveCategories' hides a field. | 153 | |
| Expected @param tag for 'hideInactiveCategories'. | 153 | |
| Parameter isMultiSelect should be final. | 153 | |
| Expected @param tag for 'isMultiSelect'. | 153 | |
| Parameter loCategoriesToFilter should be final. | 153 | |
| 'loCategoriesToFilter' hides a field. | 153 | |
| Line is longer than 80 characters. | 156 | |
| First sentence should end with a period. | 159 | |
| Line has trailing spaces. | 161 | |
| Line is longer than 80 characters. | 164 | |
| Parameter hideInactiveCategories should be final. | 164 | |
| 'hideInactiveCategories' hides a field. | 164 | |
| Expected @param tag for 'hideInactiveCategories'. | 164 | |
| Parameter isMultiSelect should be final. | 164 | |
| Expected @param tag for 'isMultiSelect'. | 164 | |
| Line is longer than 80 characters. | 170 | |
| Method 'isHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| 'if' is not followed by whitespace. | 177 | |
| '{' is not preceded with whitespace. | 177 | |
| Line has trailing spaces. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Conditional logic can be removed. | 180 | |
| 'if' is not followed by whitespace. | 180 | |
| '||' is not preceded with whitespace. | 180 | |
| '||' is not followed by whitespace. | 180 | |
| '(' is followed by whitespace. | 180 | |
| Expression can be simplified. | 180 | |
| '{' is not preceded with whitespace. | 180 | |
| 'else' is not preceded with whitespace. | 182 | |
| '}' is not followed by whitespace. | 182 | |
| Line has trailing spaces. | 187 | |
| Method 'setHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Parameter show should be final. | 189 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| '{' is not preceded with whitespace. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| 'for' is not followed by whitespace. | 194 | |
| ':' is not preceded with whitespace. | 194 | |
| '{' is not preceded with whitespace. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line has trailing spaces. | 199 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Parameter filteredRows should be final. | 200 | |
| '{' is not preceded with whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| 'for' is not followed by whitespace. | 203 | |
| ':' is not preceded with whitespace. | 203 | |
| '{' is not preceded with whitespace. | 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 | |
| Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| '{' is not preceded with whitespace. | 210 | |
| Line has trailing spaces. | 212 | |
| Line has trailing spaces. | 214 | |
| Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| '{' is not preceded with whitespace. | 215 | |
| 'for' is not followed by whitespace. | 216 | |
| ':' is not preceded with whitespace. | 216 | |
| '{' is not preceded with whitespace. | 216 | |
| Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| '{' is not preceded with whitespace. | 221 | |
| 'for' is not followed by whitespace. | 223 | |
| ':' is not preceded with whitespace. | 223 | |
| '{' is not preceded with whitespace. | 223 | |
| Line has trailing spaces. | 227 | |
| Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| '{' is not preceded with whitespace. | 228 | |
| 'for' is not followed by whitespace. | 231 | |
| ':' is not preceded with whitespace. | 231 | |
| '{' is not preceded with whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 232 | |
| Method 'getSelectedLoCategoryInfos' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| '{' is not preceded with whitespace. | 236 | |
| 'if' is not followed by whitespace. | 239 | |
| 'for' is not followed by whitespace. | 242 | |
| ':' is not preceded with whitespace. | 242 | |
| '{' is not preceded with whitespace. | 242 | |
| Line has trailing spaces. | 251 | |
| Line has trailing spaces. | 253 | |
| Method 'getSelectedLoCategoryInfoId' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| '{' is not preceded with whitespace. | 253 | |
| 'if' is not followed by whitespace. | 255 | |
| 'for' is not followed by whitespace. | 259 | |
| ':' is not preceded with whitespace. | 259 | |
| '{' is not preceded with whitespace. | 259 | |
| Line has trailing spaces. | 265 | |
| Line has trailing spaces. | 266 | |
| Missing a Javadoc comment. | 267 | |
| Line has trailing spaces. | 268 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| 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 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line has trailing spaces. | 281 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line has trailing spaces. | 287 | |
| Line contains a tab character. | 287 | |
| Line has trailing spaces. | 290 | |
| Line has trailing spaces. | 292 | |
| Line has trailing spaces. | 293 | |
| Line has trailing spaces. | 299 | |
| Expected an @return tag. | 303 | |
| Line is longer than 80 characters. | 303 | |
| Parameter results should be final. | 303 | |
| Expected @param tag for 'results'. | 303 | |
| '{' is not preceded with whitespace. | 303 | |
| '{' is not preceded with whitespace. | 304 | |
| 'for' is not followed by whitespace. | 309 | |
| Line is longer than 80 characters. | 314 | |
| '{' is not preceded with whitespace. | 314 | |
| Line has trailing spaces. | 318 | |
| '{' is not preceded with whitespace. | 319 | |
| Line has trailing spaces. | 326 | |
| Missing a Javadoc comment. | 327 | |
| Parameter result should be final. | 327 | |
| Line has trailing spaces. | 331 | |
| 'if' is not followed by whitespace. | 332 | |
| Line is longer than 80 characters. | 333 | |
| 'for' is not followed by whitespace. | 334 | |
| ')' is preceded with whitespace. | 335 | |
| Line has trailing spaces. | 340 | |
| Line has trailing spaces. | 341 | |
| Line has trailing spaces. | 343 | |
| Method 'loadTable' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Line contains a tab character. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Parameter caught should be final. | 348 | |
| Parameter results should be final. | 355 | |
| Line has trailing spaces. | 362 | |
| Line has trailing spaces. | 364 | |
| Missing a Javadoc comment. | 365 | |
| Parameter loCategoryInfos should be final. | 365 | |
| 'for' is not followed by whitespace. | 369 | |
| 'if' is not followed by whitespace. | 372 | |
| Line has trailing spaces. | 378 | |
| Line has trailing spaces. | 382 | |
| Method 'getRowsByType' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Parameter type should be final. | 384 | |
| '{' is not preceded with whitespace. | 384 | |
| 'for' is not followed by whitespace. | 386 | |
| 'if' is not followed by whitespace. | 387 | |
| '{' is not preceded with whitespace. | 387 | |
| Line has trailing spaces. | 393 | |
| Method 'getRowsLikeName' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Missing a Javadoc comment. | 394 | |
| Parameter name should be final. | 394 | |
| '{' is not preceded with whitespace. | 394 | |
| 'for' is not followed by whitespace. | 396 | |
| 'if' is not followed by whitespace. | 398 | |
| 'for' is not followed by whitespace. | 400 | |
| '{' is not preceded with whitespace. | 400 | |
| 'if' is not followed by whitespace. | 401 | |
| '{' is not preceded with whitespace. | 401 | |
| Line has trailing spaces. | 404 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter property should be final. | 10 | |
| Parameter data should be final. | 10 | |
| Parameter value should be final. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter property should be final. | 14 | |
| Parameter data should be final. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'searchMainPanel' must be private and have accessor methods. | 68 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'searchWindow' must be private and have accessor methods. | 69 | |
| Line contains a tab character. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'loList' must be private and have accessor methods. | 71 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'instructions' must be private and have accessor methods. | 72 | |
| Line contains a tab character. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter luType should be final. | 77 | |
| Parameter luState should be final. | 77 | |
| Parameter luGroup should be final. | 77 | |
| Parameter loRepoKey should be final. | 77 | |
| Parameter queryPathStart should be final. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Parameter event should be final. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Parameter value should be final. | 120 | |
| Expected @param tag for 'value'. | 120 | |
| Parameter fireEvents should be final. | 120 | |
| Expected @param tag for 'fireEvents'. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Line contains a tab character. | 128 | |
| Parameter data should be final. | 128 | |
| Expected @param tag for 'data'. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Expected an @return tag. | 135 | |
| Line contains a tab character. | 135 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Expected an @return tag. | 143 | |
| Line contains a tab character. | 143 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Parameter handler should be final. | 144 | |
| Expected @param tag for 'handler'. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter labelKey should be final. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line is longer than 80 characters. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Variable 'outlineModel' must be private and have accessor methods. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Variable 'addNew' must be private and have accessor methods. | 180 | |
| Missing a Javadoc comment. | 181 | |
| Variable 'outlineComposite' must be private and have accessor methods. | 181 | |
| Line has trailing spaces. | 182 | |
| Line contains a tab character. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Variable 'loPickerChangeHandler' must be private and have accessor methods. | 183 | |
| '{' is not preceded with whitespace. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| Parameter event should be final. | 184 | |
| Line contains a tab character. | 185 | |
| Line has trailing spaces. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line has trailing spaces. | 188 | |
| Line contains a tab character. | 188 | |
| Missing a Javadoc comment. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 191 | |
| Parameter event should be final. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line has trailing spaces. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Parameter event should be final. | 201 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 210 | |
| Method 'initEmptyLoList' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| '{' is not preceded with whitespace. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line has trailing spaces. | 217 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line has trailing spaces. | 219 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Method 'fireChangeEvent' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| '{' is not preceded with whitespace. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line has trailing spaces. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 228 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Parameter value should be final. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 232 | |
| '{' is not preceded with whitespace. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| ':' is not preceded with whitespace. | 236 | |
| ':' is not followed by whitespace. | 236 | |
| '{' is not preceded with whitespace. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| '{' is not preceded with whitespace. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line has trailing spaces. | 242 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Missing a Javadoc comment. | 247 | |
| Parameter loValue should be final. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 260 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Method 'addSelectedLOs' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Missing a Javadoc comment. | 263 | |
| Parameter loDescription should be final. | 263 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Expression can be simplified. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Missing a Javadoc comment. | 301 | |
| Parameter handler should be final. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line has trailing spaces. | 304 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Method 'getChangeHandlerForLOPicker' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Missing a Javadoc comment. | 305 | |
| '{' is not preceded with whitespace. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 309 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Line contains a tab character. | 310 | |
| Parameter value should be final. | 310 | |
| Line contains a tab character. | 311 | |
| Parameter fireEvents should be final. | 311 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Method 'processValidationResults' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Parameter fd should be final. | 317 | |
| Parameter results should be final. | 317 | |
| Method 'processValidationResults' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Parameter fd should be final. | 322 | |
| Parameter results should be final. | 322 | |
| Parameter clearAllValidation should be final. | 322 | |
| Line has trailing spaces. | 325 | |
| Line is longer than 80 characters. | 327 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 11 | |
| Class LOBuilderBinding should be declared as final. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not followed by whitespace. | 22 | |
| '}' is not preceded with whitespace. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Parameter builder should be final. | 30 | |
| Expected @param tag for 'builder'. | 30 | |
| Parameter model should be final. | 30 | |
| Expected @param tag for 'model'. | 30 | |
| Parameter path should be final. | 30 | |
| Expected @param tag for 'path'. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 56 | |
| Parameter builder should be final. | 56 | |
| Parameter model should be final. | 56 | |
| Parameter path should be final. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter input should be final. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter data should be final. | 91 | |
| Parameter loOutlineNodes should be final. | 91 | |
| Parameter identLevel should be final. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 100 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter loDisplayInfoHelper should be final. | 120 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter node should be final. | 137 | |
| Parameter sequence should be final. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 150 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Variable 'categoryList' must be private and have accessor methods. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Variable 'categoryTypeMap' must be private and have accessor methods. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Variable 'root' must be private and have accessor methods. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Variable 'browseCategoryLink' must be private and have accessor methods. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter messageGroup should be final. | 113 | |
| 'messageGroup' hides a field. | 113 | |
| Parameter type should be final. | 113 | |
| 'type' hides a field. | 113 | |
| Parameter state should be final. | 113 | |
| 'state' hides a field. | 113 | |
| Parameter loRepoKey should be final. | 113 | |
| Parameter event should be final. | 131 | |
| Parameter event should be final. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 140 | |
| '750' is a magic number. | 146 | |
| '600' is a magic number. | 146 | |
| 'addButton' hides a field. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 154 | |
| Parameter event should be final. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Parameter event should be final. | 170 | |
| Line is longer than 80 characters. | 197 | |
| Method 'setHelp' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 235 | |
| 'if' construct must use '{}'s. | 237 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 244 | |
| Parameter caught should be final. | 247 | |
| Parameter result should be final. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Missing a Javadoc comment. | 261 | |
| ';' is not followed by whitespace. | 269 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 281 | |
| Parameter caught should be final. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Parameter result should be final. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 296 | |
| Parameter result should be final. | 299 | |
| switch without "default" clause. | 300 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 311 | |
| Parameter caught should be final. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 316 | |
| Parameter result should be final. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 326 | |
| '3000' is a magic number. | 326 | |
| '300' is a magic number. | 339 | |
| '300' is a magic number. | 339 | |
| Missing a Javadoc comment. | 348 | |
| Parameter categoryTypes should be final. | 348 | |
| Line has trailing spaces. | 363 | |
| Line is longer than 80 characters. | 364 | |
| Line is longer than 80 characters. | 367 | |
| Parameter categoryToCheck should be final. | 367 | |
| '{' is not preceded with whitespace. | 367 | |
| Comment matches to-do format 'TODO:'. | 368 | |
| '{' is not preceded with whitespace. | 370 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 373 | |
| '{' is not preceded with whitespace. | 374 | |
| Missing a Javadoc comment. | 381 | |
| '{' is not preceded with whitespace. | 388 | |
| Line is longer than 80 characters. | 393 | |
| Parameter caught should be final. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Parameter result should be final. | 401 | |
| Line is longer than 80 characters. | 403 | |
| '{' is not preceded with whitespace. | 404 | |
| Line has trailing spaces. | 406 | |
| Missing a Javadoc comment. | 416 | |
| Parameter labelKey should be final. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| Parameter categories should be final. | 421 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Parameter value should be final. | 427 | |
| Parameter fireEvents should be final. | 427 | |
| Expected an @return tag. | 434 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Line is longer than 80 characters. | 440 | |
| Expected an @return tag. | 442 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Parameter handler should be final. | 443 | |
| Expected @param tag for 'handler'. | 443 | |
| First sentence should end with a period. | 447 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 454 | |
| Missing a Javadoc comment. | 456 | |
| Variable 'loSearchOracle' must be private and have accessor methods. | 456 | |
| Missing a Javadoc comment. | 463 | |
| Variable 'suggestBox' must be private and have accessor methods. | 463 | |
| Missing a Javadoc comment. | 465 | |
| Missing a Javadoc comment. | 467 | |
| Missing a Javadoc comment. | 469 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 478 | |
| Parameter value should be final. | 491 | |
| Parameter value should be final. | 496 | |
| Parameter fireEvents should be final. | 496 | |
| Line is longer than 80 characters. | 503 | |
| Parameter handler should be final. | 503 | |
| Parameter event should be final. | 508 | |
| Missing a Javadoc comment. | 512 | |
| Parameter handler should be final. | 517 | |
| Parameter handler should be final. | 522 | |
| Missing a Javadoc comment. | 526 | |
| Line is longer than 80 characters. | 531 | |
| Parameter handler should be final. | 531 | |
| Missing a Javadoc comment. | 536 | |
| Line is longer than 80 characters. | 537 | |
| Missing a Javadoc comment. | 537 | |
| Variable 'loTypeMap' must be private and have accessor methods. | 537 | |
| Missing a Javadoc comment. | 539 | |
| Parameter loTypes should be final. | 539 | |
| 'type' hides a field. | 540 | |
| Missing a Javadoc comment. | 545 | |
| Missing a Javadoc comment. | 549 | |
| Parameter id should be final. | 549 | |
| Parameter attrkey should be final. | 549 | |
| Missing a Javadoc comment. | 559 | |
| Missing a Javadoc comment. | 563 | |
| Missing a Javadoc comment. | 573 | |
| Parameter id should be final. | 573 | |
| Line is longer than 80 characters. | 578 | |
| Missing a Javadoc comment. | 578 | |
| Missing a Javadoc comment. | 579 | |
| Missing a Javadoc comment. | 580 | |
| Missing a Javadoc comment. | 581 | |
| Line is longer than 80 characters. | 582 | |
| Missing a Javadoc comment. | 582 | |
| Variable 'categories' must be private and have accessor methods. | 582 | |
| Line is longer than 80 characters. | 584 | |
| Missing a Javadoc comment. | 584 | |
| Variable 'deleteHandler' must be private and have accessor methods. | 584 | |
| Parameter event should be final. | 586 | |
| Missing a Javadoc comment. | 594 | |
| Line is longer than 80 characters. | 600 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| Missing a Javadoc comment. | 600 | |
| Parameter handler should be final. | 600 | |
| Missing a Javadoc comment. | 604 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 608 | |
| Missing a Javadoc comment. | 608 | |
| Line is longer than 80 characters. | 612 | |
| Parameter caught should be final. | 615 | |
| Line is longer than 80 characters. | 616 | |
| Parameter result should be final. | 620 | |
| Missing a Javadoc comment. | 633 | |
| Line is longer than 80 characters. | 639 | |
| Line is longer than 80 characters. | 640 | |
| Line has trailing spaces. | 648 | |
| Line is longer than 80 characters. | 648 | |
| Line has trailing spaces. | 652 | |
| Line is longer than 80 characters. | 653 | |
| Line has trailing spaces. | 659 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| Missing a Javadoc comment. | 663 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| Missing a Javadoc comment. | 667 | |
| Parameter categories should be final. | 667 | |
| 'categories' hides a field. | 667 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| Parameter value should be final. | 673 | |
| Parameter fireEvents should be final. | 673 | |
| Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 678 | |
| Missing a Javadoc comment. | 678 | |
| Parameter text should be final. | 678 | |
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| Missing a Javadoc comment. | 697 | |
| Parameter category should be final. | 697 | |
| Missing a Javadoc comment. | 704 | |
| Missing a Javadoc comment. | 706 | |
| ';' is preceded with whitespace. | 709 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| Parameter data should be final. | 712 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 716 | |
| Parameter data should be final. | 717 | |
| Line is longer than 80 characters. | 720 | |
| Line is longer than 80 characters. | 723 | |
| '+' should be on a new line. | 725 | |
| Line is longer than 80 characters. | 726 | |
| Missing a Javadoc comment. | 735 | |
| Missing a Javadoc comment. | 736 | |
| Parameter callback should be final. | 736 | |
| Missing a Javadoc comment. | 746 | |
| 'type' hides a field. | 746 | |
| Parameter event should be final. | 750 | |
| Missing a Javadoc comment. | 758 | |
| 'type' hides a field. | 758 | |
| Parameter event should be final. | 762 | |
| Missing a Javadoc comment. | 771 | |
| Missing a Javadoc comment. | 772 | |
| Missing a Javadoc comment. | 772 | |
| switch without "default" clause. | 791 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Unused import - com.google.gwt.event.dom.client.KeyUpEvent. | 29 | |
| Unused import - com.google.gwt.event.dom.client.KeyUpHandler. | 30 | |
| Unused import - com.google.gwt.user.client.Window. | 34 | |
| Unused import - com.google.gwt.user.client.ui.TextArea. | 36 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'countLabel' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'loTextArea' must be private and have accessor methods. | 46 | |
| '250' is a magic number. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'vp' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'loCategoryBuilder' must be private and have accessor methods. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'metaInfoData' must be private and have accessor methods. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter messageGroup should be final. | 50 | |
| Parameter type should be final. | 50 | |
| Parameter state should be final. | 50 | |
| Parameter loRepoKey should be final. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 61 | |
| '{' is not preceded with whitespace. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Parameter event should be final. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Parameter event should be final. | 70 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Method 'setLOCategories' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter categories should be final. | 75 | |
| '{' is not preceded with whitespace. | 75 | |
| Method 'getLoCategories' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| Method 'getLOText' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Method 'setLOText' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter value should be final. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Method 'getMetaInfoData' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setMetaInfoData' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter metaInfoData should be final. | 90 | |
| 'metaInfoData' hides a field. | 90 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Method 'addSelectionChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Parameter handler should be final. | 95 | |
| Line contains a tab character. | 96 | |
| Line has trailing spaces. | 98 | |
| Method 'hasChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 102 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 103 | |
| '{' is not preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.dto.MetaInfo. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '(' is preceded with whitespace. | 28 | |
| 'key' hides a field. | 28 | |
| '{' should be on the previous line. | 29 | |
| '(' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter data should be final. | 44 | |
| 'data' hides a field. | 44 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter data should be final. | 52 | |
| 'data' hides a field. | 52 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter id should be final. | 56 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter descData should be final. | 64 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter effectiveDate should be final. | 72 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter expirationDate should be final. | 80 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setLoRepository' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter loRepository should be final. | 88 | |
| Method 'getLoRepository' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter name should be final. | 96 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter state should be final. | 104 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter type should be final. | 112 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter meta should be final. | 120 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '(' is preceded with whitespace. | 19 | |
| 'key' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| '(' is preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Parameter data should be final. | 35 | |
| 'data' hides a field. | 35 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter data should be final. | 43 | |
| 'data' hides a field. | 43 | |
| Method 'setLoInfo' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter loInfoData should be final. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getLoInfo' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Method 'setDisplayInfoList' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter displayInfoListData should be final. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Method 'getDisplayInfoList' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'setCategoryInfoList' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter categoryInfoListData should be final. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Method 'getCategoryInfoList' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 68 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter o1 should be final. | 15 | |
| Parameter o2 should be final. | 15 | |
| '?' should be on a new line. | 21 | |
| Avoid inline conditionals. | 21 | |
| '?' should be on a new line. | 23 | |
| Avoid inline conditionals. | 23 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| 'key' hides a field. | 35 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter data should be final. | 49 | |
| 'data' hides a field. | 49 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter data should be final. | 57 | |
| 'data' hides a field. | 57 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter name should be final. | 61 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter descData should be final. | 69 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter id should be final. | 77 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setSequence' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter sequence should be final. | 85 | |
| Method 'getSequence' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter metaInfoData should be final. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Class MetaInfoHelper should be declared as final. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| '{' should be on the previous line. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '(' is preceded with whitespace. | 39 | |
| 'key' hides a field. | 39 | |
| Line contains a tab character. | 40 | |
| '{' should be on the previous line. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| '(' is preceded with whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| '{' should be on the previous line. | 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 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| Parameter data should be final. | 52 | |
| 'data' hides a field. | 52 | |
| Line contains a tab character. | 53 | |
| '{' should be on the previous line. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '(' is preceded with whitespace. | 57 | |
| Parameter data should be final. | 57 | |
| Line contains a tab character. | 58 | |
| '{' should be on the previous line. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| '{' should be on the previous line. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| '(' is preceded with whitespace. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '(' is preceded with whitespace. | 66 | |
| Line contains a tab character. | 67 | |
| '{' should be on the previous line. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line has trailing spaces. | 70 | |
| Line contains a tab character. | 70 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '(' is preceded with whitespace. | 72 | |
| Parameter value should be final. | 72 | |
| Line contains a tab character. | 73 | |
| '{' should be on the previous line. | 73 | |
| Line contains a tab character. | 74 | |
| '(' is preceded with whitespace. | 74 | |
| '(' is preceded with whitespace. | 74 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '(' is preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| '{' should be on the previous line. | 79 | |
| Line contains a tab character. | 80 | |
| '(' is preceded with whitespace. | 80 | |
| '(' is preceded with whitespace. | 80 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '(' is preceded with whitespace. | 84 | |
| Parameter value should be final. | 84 | |
| Line contains a tab character. | 85 | |
| '{' should be on the previous line. | 85 | |
| Line contains a tab character. | 86 | |
| '(' is preceded with whitespace. | 86 | |
| '(' is preceded with whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Missing a Javadoc comment. | 90 | |
| '(' is preceded with whitespace. | 90 | |
| Line contains a tab character. | 91 | |
| '{' should be on the previous line. | 91 | |
| Line contains a tab character. | 92 | |
| '(' is preceded with whitespace. | 92 | |
| '(' is preceded with whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Missing a Javadoc comment. | 96 | |
| '(' is preceded with whitespace. | 96 | |
| Parameter value should be final. | 96 | |
| Line contains a tab character. | 97 | |
| '{' should be on the previous line. | 97 | |
| Line contains a tab character. | 98 | |
| '(' is preceded with whitespace. | 98 | |
| '(' is preceded with whitespace. | 98 | |
| Line contains a tab character. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 102 | |
| '(' is preceded with whitespace. | 102 | |
| Line contains a tab character. | 103 | |
| '{' should be on the previous line. | 103 | |
| Line contains a tab character. | 104 | |
| '(' is preceded with whitespace. | 104 | |
| '(' is preceded with whitespace. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 106 | |
| Line contains a tab character. | 106 | |
| Line has trailing spaces. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Missing a Javadoc comment. | 108 | |
| '(' is preceded with whitespace. | 108 | |
| Parameter value should be final. | 108 | |
| Line contains a tab character. | 109 | |
| '{' should be on the previous line. | 109 | |
| Line contains a tab character. | 110 | |
| '(' is preceded with whitespace. | 110 | |
| '(' is preceded with whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Line has trailing spaces. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Missing a Javadoc comment. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| Line contains a tab character. | 115 | |
| '{' should be on the previous line. | 115 | |
| Line contains a tab character. | 116 | |
| '(' is preceded with whitespace. | 116 | |
| '(' is preceded with whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| Line has trailing spaces. | 118 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Missing a Javadoc comment. | 120 | |
| '(' is preceded with whitespace. | 120 | |
| Parameter value should be final. | 120 | |
| Line contains a tab character. | 121 | |
| '{' should be on the previous line. | 121 | |
| Line contains a tab character. | 122 | |
| '(' is preceded with whitespace. | 122 | |
| '(' is preceded with whitespace. | 122 | |
| Line contains a tab character. | 123 | |
| Line has trailing spaces. | 124 | |
| Line contains a tab character. | 124 | |
| Line has trailing spaces. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '(' is preceded with whitespace. | 126 | |
| Line contains a tab character. | 127 | |
| '{' should be on the previous line. | 127 | |
| Line contains a tab character. | 128 | |
| '(' is preceded with whitespace. | 128 | |
| '(' is preceded with whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'outlineModel' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'startOfPath' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'endOfPath' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'middleOfPath' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Parameter pathStart should be final. | 48 | |
| Parameter pathMiddle should be final. | 48 | |
| Parameter pathEnd should be final. | 48 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 54 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter currIndent should be final. | 80 | |
| Parameter levelIndexes should be final. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter fieldKey should be final. | 92 | |
| Parameter messageKey should be final. | 92 | |
| Parameter widget should be final. | 92 | |
| Parameter parentPath should be final. | 92 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 104 | |
| Method 'closeAllToolbar' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| Line contains a tab character. | 110 | |
| Line has trailing spaces. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Method 'showAllToolbar' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 119 | |
| Line contains a tab character. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Line contains a tab character. | 120 | |
| '{' is not preceded with whitespace. | 120 | |
| Line contains a tab character. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Variable 'toolbar' must be private and have accessor methods. | 121 | |
| Line contains a tab character. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Variable 'emptySpacePanel' must be private and have accessor methods. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Variable 'mouseMoveHandlerList' must be private and have accessor methods. | 123 | |
| Line contains a tab character. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Variable 'horitonalPanel' must be private and have accessor methods. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Variable 'currentNode' must be private and have accessor methods. | 125 | |
| Line contains a tab character. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| ',' is not followed by whitespace. | 134 | |
| Line contains a tab character. | 135 | |
| Missing a Javadoc comment. | 137 | |
| Parameter aNode should be final. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| 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 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter handler should be final. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter t should be final. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '{' is not preceded with whitespace. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Missing a Javadoc comment. | 167 | |
| '{' is not preceded with whitespace. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| ',' is not followed by whitespace. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Parameter event should be final. | 172 | |
| Line contains a tab character. | 173 | |
| switch without "default" clause. | 173 | |
| Line contains a tab character. | 174 | |
| Avoid nested blocks. | 174 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line has trailing spaces. | 184 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 190 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Parameter value should be final. | 191 | |
| Line has trailing spaces. | 192 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Parameter value should be final. | 196 | |
| Parameter fireEvents should be final. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 200 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Parameter handler should be final. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'moveUpButton' must be private and have accessor methods. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'moveDownButton' must be private and have accessor methods. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'indentButton' must be private and have accessor methods. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'outdentButton' must be private and have accessor methods. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'deleteButton' must be private and have accessor methods. | 21 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'addPeerButton' must be private and have accessor methods. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'addChildButton' must be private and have accessor methods. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'outlineModel' must be private and have accessor methods. | 28 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| 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. | 43 | |
| Line contains a tab character. | 44 | |
| 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. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Parameter event should be final. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Parameter event should be final. | 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 | |
| Parameter event should be final. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Parameter event should be final. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Parameter event should be final. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Parameter event should be final. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Parameter event should be final. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter model should be final. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Line contains a tab character. | 103 | |
| 'if' is not followed by whitespace. | 103 | |
| '(' is followed by whitespace. | 103 | |
| '{' is not preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| 'else' is not preceded with whitespace. | 107 | |
| '}' is not followed by whitespace. | 107 | |
| 'else' is not followed by whitespace. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| 'if' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| 'else' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| 'if' is not followed by whitespace. | 121 | |
| '{' is not preceded with whitespace. | 121 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| 'else' is not preceded with whitespace. | 125 | |
| '}' is not followed by whitespace. | 125 | |
| 'else' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| 'if' is not followed by whitespace. | 130 | |
| '{' is not preceded with whitespace. | 130 | |
| Line contains a tab character. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| 'else' is not preceded with whitespace. | 134 | |
| '}' is not followed by whitespace. | 134 | |
| 'else' is not followed by whitespace. | 134 | |
| '{' is not preceded with whitespace. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| 'if' is not followed by whitespace. | 139 | |
| '{' is not preceded with whitespace. | 139 | |
| Line contains a tab character. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| 'else' is not preceded with whitespace. | 143 | |
| '}' is not followed by whitespace. | 143 | |
| 'else' is not followed by whitespace. | 143 | |
| '{' is not preceded with whitespace. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'indentLevel' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'userObject' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'outlineModel' must be private and have accessor methods. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter model should be final. | 32 | |
| Method 'setCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getUserObject' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'setUserObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter u should be final. | 44 | |
| Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'outdent' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'setIndentLevel' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter level should be final. | 56 | |
| Method 'getIndentLevel' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line contains a tab character. | 64 | |
| Method 'setOpaque' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter opaque should be final. | 64 | |
| 'opaque' hides a field. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Method 'getOpaque' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter metaInfo should be final. | 72 | |
| 'metaInfo' hides a field. | 72 | |
| Line contains a tab character. | 73 | |
| '=' is not preceded with whitespace. | 73 | |
| '=' is not followed by whitespace. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 31 | |
| Method 'clearNodes' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Method 'setCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter aNode should be final. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 38 | |
| Method 'addChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter ch should be final. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 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. | 48 | |
| Method 'moveUpCurrent' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 49 | |
| Expression can be simplified. | 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 is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| ';' is not followed by whitespace. | 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. | 63 | |
| 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 | |
| Method 'moveDownCurrent' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line contains a tab character. | 72 | |
| Expression can be simplified. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| ';' is not followed by whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| 'if' is not followed by whitespace. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| '-' is not preceded with whitespace. | 93 | |
| '-' is not followed by whitespace. | 93 | |
| Line contains a tab character. | 94 | |
| 'else' is not preceded with whitespace. | 94 | |
| '}' is not followed by whitespace. | 94 | |
| 'else' is not followed by whitespace. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| Line contains a tab character. | 95 | |
| '=' is not followed by whitespace. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 106 | |
| Method 'indentCurrent' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 113 | |
| Method 'outdentCurrent' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| ';' is not followed by whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| 'for' is not followed by whitespace. | 117 | |
| ':' is not preceded with whitespace. | 117 | |
| ':' is not followed by whitespace. | 117 | |
| '{' is not preceded with whitespace. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Method 'deleteCurrent' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| ';' is not followed by whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 136 | |
| Method 'addPeer' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 145 | |
| Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 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 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Method 'addOutlineNode' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter aNode should be final. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 158 | |
| Method 'toOutlineNodes' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 163 | |
| Method 'getOutlineNodes' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Method 'getChildList' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Parameter aNode should be final. | 167 | |
| Line contains a tab character. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 180 | |
| Method 'getSiblingList' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Line is longer than 80 characters. | 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 | |
| Line is longer than 80 characters. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| 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 is longer than 80 characters. | 203 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line is longer than 80 characters. | 205 | |
| 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. | 212 | |
| Method 'isIndentable' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Line contains a tab character. | 213 | |
| 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. | 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 | |
| 'if' is not followed by whitespace. | 225 | |
| '{' is not preceded with whitespace. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 232 | |
| Method 'isOutdentable' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Line contains a tab character. | 233 | |
| '{' is not followed by whitespace. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 239 | |
| Method 'isMoveUpable' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| '{' is not followed by whitespace. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 251 | |
| Method 'isMoveDownable' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Missing a Javadoc comment. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| '{' is not followed by whitespace. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 263 | |
| Method 'isDeletable' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Missing a Javadoc comment. | 263 | |
| Line contains a tab character. | 264 | |
| 'if' is not followed by whitespace. | 264 | |
| '{' is not preceded with whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| 'key' hides a field. | 14 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Parameter data should be final. | 28 | |
| 'data' hides a field. | 28 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter data should be final. | 36 | |
| 'data' hides a field. | 36 | |
| Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter plain should be final. | 40 | |
| Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter formatted should be final. | 48 | |
| Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Class RichTextInfoHelper should be declared as final. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| '{' should be on the previous line. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is preceded with whitespace. | 34 | |
| 'key' hides a field. | 34 | |
| Line contains a tab character. | 35 | |
| '{' should be on the previous line. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '(' is preceded with whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| '{' should be on the previous line. | 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 | |
| Missing a Javadoc comment. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '(' is preceded with whitespace. | 47 | |
| Parameter data should be final. | 47 | |
| 'data' hides a field. | 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 | |
| Missing a Javadoc comment. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| Parameter data should be final. | 52 | |
| Line contains a tab character. | 53 | |
| '{' should be on the previous line. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| '{' should be on the previous line. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| '(' is preceded with whitespace. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '(' is preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| '{' should be on the previous line. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '(' is preceded with whitespace. | 67 | |
| Parameter value should be final. | 67 | |
| Line contains a tab character. | 68 | |
| '{' should be on the previous line. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is preceded with whitespace. | 69 | |
| '(' is preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '(' is preceded with whitespace. | 73 | |
| Line contains a tab character. | 74 | |
| '{' should be on the previous line. | 74 | |
| Line contains a tab character. | 75 | |
| '(' is preceded with whitespace. | 75 | |
| '(' is preceded with whitespace. | 75 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| '(' is preceded with whitespace. | 79 | |
| Parameter value should be final. | 79 | |
| Line contains a tab character. | 80 | |
| '{' should be on the previous line. | 80 | |
| Line contains a tab character. | 81 | |
| '(' is preceded with whitespace. | 81 | |
| '(' is preceded with whitespace. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Missing a Javadoc comment. | 85 | |
| '(' is preceded with whitespace. | 85 | |
| Line contains a tab character. | 86 | |
| '{' should be on the previous line. | 86 | |
| Line contains a tab character. | 87 | |
| '(' is preceded with whitespace. | 87 | |
| '(' is preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Parameter widget should be final. | 18 | |
| Parameter model should be final. | 18 | |
| Parameter path should be final. | 18 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Parameter listPanel should be final. | 23 | |
| Parameter model should be final. | 23 | |
| Parameter path should be final. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Parameter loData should be final. | 33 | |
| Parameter rootModel should be final. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter stringTreeStructure should be final. | 62 | |
| Parameter ksListPanel should be final. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter element should be final. | 70 | |
| Parameter listPanel should be final. | 70 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter index should be final. | 99 | |
| 'index' hides a field. | 99 | |
| Parameter value should be final. | 99 | |
| 'value' hides a field. | 99 | |
| Parameter categories should be final. | 99 | |
| 'categories' hides a field. | 99 | |
| Missing a Javadoc comment. | 105 | |
| Parameter o1 should be final. | 109 | |
| Parameter o2 should be final. | 110 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 127 | |
| Parameter value should be final. | 127 | |
| 'value' hides a field. | 127 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 135 | |
| Parameter children should be final. | 135 | |
| 'children' hides a field. | 135 | |
| Missing a Javadoc comment. | 139 | |
| Parameter child should be final. | 139 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 147 | |
| Parameter index should be final. | 147 | |
| 'index' hides a field. | 147 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 155 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 24 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 24 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| ',' is not followed by whitespace. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| '(' is followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| ',' is not followed by whitespace. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 24 | |
| Utility classes should not have a public or default constructor. | 28 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| 'static' modifier out of order with the JLS suggestions. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| 'static' modifier out of order with the JLS suggestions. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| 'static' modifier out of order with the JLS suggestions. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line has trailing spaces. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Line has trailing spaces. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Line has trailing spaces. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Line has trailing spaces. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Line has trailing spaces. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Line has trailing spaces. | 113 | |
| Missing a Javadoc comment. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Line has trailing spaces. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Line has trailing spaces. | 132 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 136 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 157 | |
| Line has trailing spaces. | 158 | |
| Line has trailing spaces. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 171 | |
| Line has trailing spaces. | 172 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 183 | |
| Line has trailing spaces. | 184 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 188 | |
| Line has trailing spaces. | 189 | |
| Missing a Javadoc comment. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 192 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 208 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 212 | |
| Line has trailing spaces. | 214 | |
| Line is longer than 80 characters. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 218 | |
| Line has trailing spaces. | 219 | |
| Line is longer than 80 characters. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 225 | |
| Line has trailing spaces. | 227 | |
| Missing a Javadoc comment. | 231 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 234 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 239 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 248 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 254 | |
| Line is longer than 80 characters. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 259 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 264 | |
| Missing a Javadoc comment. | 265 | |
| Missing a Javadoc comment. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Missing a Javadoc comment. | 271 | |
| Line has trailing spaces. | 272 | |
| Line is longer than 80 characters. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 276 | |
| Missing a Javadoc comment. | 277 | |
| '=' is not followed by whitespace. | 277 | |
| Missing a Javadoc comment. | 278 | |
| '=' is not followed by whitespace. | 278 | |
| Missing a Javadoc comment. | 279 | |
| Missing a Javadoc comment. | 280 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 282 | |
| '=' is not followed by whitespace. | 282 | |
| Missing a Javadoc comment. | 283 | |
| Missing a Javadoc comment. | 284 | |
| Missing a Javadoc comment. | 285 | |
| Missing a Javadoc comment. | 286 | |
| Missing a Javadoc comment. | 287 | |
| Missing a Javadoc comment. | 288 | |
| Missing a Javadoc comment. | 289 | |
| Missing a Javadoc comment. | 290 | |
| '=' is not preceded with whitespace. | 290 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 294 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 296 | |
| Line has trailing spaces. | 297 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Missing a Javadoc comment. | 301 | |
| Missing a Javadoc comment. | 304 | |
| Missing a Javadoc comment. | 305 | |
| Missing a Javadoc comment. | 306 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 309 | |
| Line has trailing spaces. | 310 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter location should be final. | 35 | |
| 'location' hides a field. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter enumName should be final. | 45 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 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 | |
| '{' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '}' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| 'cluSetRetriever' hides a field. | 50 | |
| Parameter cluSetType should be final. | 50 | |
| 'cluSetType' hides a field. | 50 | |
| Parameter singularCluOnly should be final. | 51 | |
| 'singularCluOnly' hides a field. | 51 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| Parameter result should be final. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter result should be final. | 106 | |
| Parameter fieldsMetadata should be final. | 120 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Line is longer than 80 characters. | 125 | |
| 'if' is not followed by whitespace. | 127 | |
| '!=' is not preceded with whitespace. | 127 | |
| '!=' is not followed by whitespace. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Parameter result should be final. | 130 | |
| Line has trailing spaces. | 131 | |
| 'if' is not followed by whitespace. | 134 | |
| '{' is not preceded with whitespace. | 134 | |
| Line is longer than 80 characters. | 136 | |
| 'if' is not followed by whitespace. | 137 | |
| '{' is not preceded with whitespace. | 137 | |
| Line has trailing spaces. | 141 | |
| 'if' is not followed by whitespace. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| '1990' is a magic number. | 147 | |
| '2200' is a magic number. | 154 | |
| Line is longer than 80 characters. | 160 | |
| Line has trailing spaces. | 167 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| 'if' is not followed by whitespace. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| 'if' is not followed by whitespace. | 182 | |
| '{' is not preceded with whitespace. | 182 | |
| Line is longer than 80 characters. | 190 | |
| '+' should be on a new line. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Parameter result should be final. | 195 | |
| '&&' should be on a new line. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| 'cast' is not followed by whitespace. | 207 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| 'if' is not followed by whitespace. | 215 | |
| '{' is not preceded with whitespace. | 215 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| 'if' is not followed by whitespace. | 223 | |
| '{' is not preceded with whitespace. | 223 | |
| '}' should be on the same line. | 237 | |
| Line is longer than 80 characters. | 239 | |
| Line has trailing spaces. | 246 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 | |
| Extra HTML tag found: </dd> | 22 | |
| Extra HTML tag found: </dd> | 24 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 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 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| 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. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'date' must be private and have accessor methods. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'second' must be private and have accessor methods. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Variable 'minute' must be private and have accessor methods. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'hour' must be private and have accessor methods. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Variable 'dayOfMonth' must be private and have accessor methods. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Variable 'month' must be private and have accessor methods. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Variable 'year' must be private and have accessor methods. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Variable 'amPm' must be private and have accessor methods. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'firstWeekDayOfWeek' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter date should be final. | 96 | |
| 'date' hides a field. | 96 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter cal should be final. | 100 | |
| Method 'setTimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter milliSeconds should be final. | 105 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter year should be final. | 110 | |
| 'year' hides a field. | 110 | |
| Parameter month should be final. | 110 | |
| 'month' hides a field. | 110 | |
| Parameter dayOfMonth should be final. | 110 | |
| 'dayOfMonth' hides a field. | 110 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter year should be final. | 117 | |
| 'year' hides a field. | 117 | |
| Parameter month should be final. | 117 | |
| 'month' hides a field. | 117 | |
| Parameter dayOfMonth should be final. | 117 | |
| 'dayOfMonth' hides a field. | 117 | |
| Parameter hour should be final. | 117 | |
| 'hour' hides a field. | 117 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter year should be final. | 125 | |
| 'year' hides a field. | 125 | |
| Parameter month should be final. | 125 | |
| 'month' hides a field. | 125 | |
| Parameter dayOfMonth should be final. | 125 | |
| 'dayOfMonth' hides a field. | 125 | |
| Parameter hour should be final. | 125 | |
| 'hour' hides a field. | 125 | |
| Parameter minute should be final. | 125 | |
| 'minute' hides a field. | 125 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter year should be final. | 134 | |
| 'year' hides a field. | 134 | |
| Parameter month should be final. | 134 | |
| 'month' hides a field. | 134 | |
| Parameter dayOfMonth should be final. | 134 | |
| 'dayOfMonth' hides a field. | 134 | |
| Parameter hour should be final. | 134 | |
| 'hour' hides a field. | 134 | |
| Parameter minute should be final. | 134 | |
| 'minute' hides a field. | 134 | |
| Parameter second should be final. | 134 | |
| 'second' hides a field. | 134 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter fieldCode should be final. | 144 | |
| Parameter value should be final. | 144 | |
| Missing a Javadoc comment. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Method 'setFirstWeekDayOfWeek' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter firstWeekDayOfWeek should be final. | 150 | |
| 'firstWeekDayOfWeek' hides a field. | 150 | |
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Method 'getTimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter fieldCode should be final. | 166 | |
| 'if' construct must use '{}'s. | 175 | |
| '12' is a magic number. | 176 | |
| Line is longer than 80 characters. | 190 | |
| Method 'getFirstWeekDayOfWeek' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter when should be final. | 198 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter when should be final. | 201 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter when should be final. | 204 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter when should be final. | 207 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter obj should be final. | 210 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter obj should be final. | 213 | |
| Method 'isSet' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter fieldCode should be final. | 217 | |
| Method 'roll' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Parameter fieldCode should be final. | 223 | |
| Parameter up should be final. | 223 | |
| 'if' construct must use '{}'s. | 224 | |
| 'else' construct must use '{}'s. | 226 | |
| Method 'complete' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Missing a Javadoc comment. | 240 | |
| Line is longer than 80 characters. | 246 | |
| Missing a Javadoc comment. | 247 | |
| Line is longer than 80 characters. | 249 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 265 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 272 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter code should be final. | 16 | |
| 'code' hides a field. | 16 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter title should be final. | 22 | |
| 'title' hides a field. | 22 | |
| Method 'getCredits' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setCredits' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter credits should be final. | 28 | |
| 'credits' hides a field. | 28 | |
| Line contains a tab character. | 31 | |
| Method 'setVerIndependentId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter verIndependentId should be final. | 31 | |
| 'verIndependentId' hides a field. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Method 'getVerIndependentId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.google.gwt.user.client.ui.*. | 9 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter cluSetInformation should be final. | 39 | |
| 'cluSetInformation' hides a field. | 39 | |
| Parameter cluSetRetriever should be final. | 39 | |
| 'cluSetRetriever' hides a field. | 39 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter cluSetId should be final. | 47 | |
| Parameter cluSetRetriever should be final. | 47 | |
| 'cluSetRetriever' hides a field. | 47 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Parameter result should be final. | 55 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 60 | |
| Method length is 186 lines (max allowed is 150). | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 84 | |
| '||' should be on a new line. | 87 | |
| Avoid nested blocks. | 93 | |
| '?' is not preceded with whitespace. | 95 | |
| Avoid inline conditionals. | 95 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Parameter event should be final. | 107 | |
| '10' is a magic number. | 112 | |
| Line has trailing spaces. | 118 | |
| '10' is a magic number. | 129 | |
| '3' is a magic number. | 131 | |
| '{' is not preceded with whitespace. | 139 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Parameter event should be final. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| '+' should be on a new line. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| '+' should be on a new line. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Line has trailing spaces. | 148 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line is longer than 80 characters. | 153 | |
| '5' is a magic number. | 153 | |
| Line is longer than 80 characters. | 156 | |
| '?' is not preceded with whitespace. | 156 | |
| Avoid inline conditionals. | 156 | |
| ':' should be on a new line. | 156 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 171 | |
| Parameter event should be final. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 178 | |
| '?' is not preceded with whitespace. | 178 | |
| Avoid inline conditionals. | 178 | |
| Line has trailing spaces. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Parameter result should be final. | 186 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 204 | |
| '20' is a magic number. | 204 | |
| Line is longer than 80 characters. | 206 | |
| '3' is a magic number. | 206 | |
| Line has trailing spaces. | 209 | |
| Line is longer than 80 characters. | 213 | |
| 'cast' is not followed by whitespace. | 224 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 229 | |
| '5' is a magic number. | 229 | |
| Line is longer than 80 characters. | 231 | |
| '10' is a magic number. | 231 | |
| Line is longer than 80 characters. | 232 | |
| '10' is a magic number. | 232 | |
| Line has trailing spaces. | 251 | |
| Missing a Javadoc comment. | 252 | |
| Parameter rowIndex should be final. | 252 | |
| Line is longer than 80 characters. | 254 | |
| '10' is a magic number. | 255 | |
| Line is longer than 80 characters. | 257 | |
| Parameter event should be final. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| '+' should be on a new line. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line contains a tab character. | 262 | |
| '+' is not followed by whitespace. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line contains a tab character. | 263 | |
| '+' should be on a new line. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line contains a tab character. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line has trailing spaces. | 269 | |
| Line is longer than 80 characters. | 272 | |
| Line has trailing spaces. | 274 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 278 | |
| Line has trailing spaces. | 282 | |
| Missing a Javadoc comment. | 283 | |
| Parameter searchKey should be final. | 283 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 295 | |
| Must have at least one statement. | 295 | |
| Line has trailing spaces. | 296 | |
| Line has trailing spaces. | 298 | |
| Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Method 'setCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Parameter cluSetInformation should be final. | 306 | |
| 'cluSetInformation' hides a field. | 306 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Set. | 7 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 40 | |
| Unused import - com.google.gwt.user.client.Window. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 74 | |
| More than 7 parameters. | 74 | |
| Parameter cluSetRetriever should be final. | 74 | |
| Parameter viewEnum should be final. | 74 | |
| Parameter name should be final. | 75 | |
| Parameter modelId should be final. | 75 | |
| Parameter showTitle should be final. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Parameter cluSetType should be final. | 76 | |
| 'cluSetType' hides a field. | 76 | |
| Parameter singularCluOnly should be final. | 76 | |
| 'singularCluOnly' hides a field. | 76 | |
| Line is longer than 80 characters. | 80 | |
| '{' is not preceded with whitespace. | 87 | |
| Parameter result should be final. | 89 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 107 | |
| Line is longer than 80 characters. | 107 | |
| Line has trailing spaces. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Parameter def should be final. | 111 | |
| Line has trailing spaces. | 114 | |
| Method 'setupEditor' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method length is 204 lines (max allowed is 150). | 115 | |
| Missing a Javadoc comment. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line has trailing spaces. | 129 | |
| Line has trailing spaces. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 155 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line has trailing spaces. | 167 | |
| Line has trailing spaces. | 168 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Parameter result should be final. | 175 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line has trailing spaces. | 188 | |
| Line is longer than 80 characters. | 188 | |
| Line has trailing spaces. | 190 | |
| '||' should be on a new line. | 190 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 193 | |
| Line is longer than 80 characters. | 193 | |
| '}' is not followed by whitespace. | 209 | |
| '5000' is a magic number. | 209 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 221 | |
| '(' is followed by whitespace. | 221 | |
| Line has trailing spaces. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 226 | |
| Line has trailing spaces. | 231 | |
| Line has trailing spaces. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 243 | |
| '?' is not preceded with whitespace. | 243 | |
| '?' should be on a new line. | 243 | |
| Avoid inline conditionals. | 243 | |
| Line is longer than 80 characters. | 246 | |
| '20' is a magic number. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| '15' is a magic number. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 250 | |
| '15' is a magic number. | 250 | |
| Line is longer than 80 characters. | 253 | |
| '15' is a magic number. | 254 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 259 | |
| '15' is a magic number. | 259 | |
| Line has trailing spaces. | 261 | |
| Line has trailing spaces. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 286 | |
| Line has trailing spaces. | 288 | |
| 'if' is not followed by whitespace. | 291 | |
| '{' is not preceded with whitespace. | 291 | |
| Line is longer than 80 characters. | 292 | |
| '}' should be on the same line. | 295 | |
| 'else' is not followed by whitespace. | 296 | |
| '{' is not preceded with whitespace. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 298 | |
| '+' should be on a new line. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Parameter event should be final. | 305 | |
| '&&' should be on a new line. | 306 | |
| Line is longer than 80 characters. | 310 | |
| Line has trailing spaces. | 314 | |
| Line has trailing spaces. | 319 | |
| Missing a Javadoc comment. | 320 | |
| Parameter field should be final. | 320 | |
| switch without "default" clause. | 322 | |
| Line is longer than 80 characters. | 328 | |
| Line has trailing spaces. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Parameter clusetRangeModelHelper should be final. | 345 | |
| Parameter clusetRangeLabel should be final. | 346 | |
| Parameter searchRequestData should be final. | 348 | |
| Line has trailing spaces. | 352 | |
| '&&' should be on a new line. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 354 | |
| 'cast' is not followed by whitespace. | 354 | |
| Line has trailing spaces. | 356 | |
| Line is longer than 80 characters. | 356 | |
| Parameter event should be final. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line has trailing spaces. | 366 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| Missing a Javadoc comment. | 367 | |
| Parameter labelKey should be final. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line has trailing spaces. | 370 | |
| Line has trailing spaces. | 371 | |
| Missing a Javadoc comment. | 371 | |
| '(' is followed by whitespace. | 371 | |
| Line has trailing spaces. | 372 | |
| Parameter fieldKey should be final. | 372 | |
| Line has trailing spaces. | 373 | |
| Parameter messageKey should be final. | 373 | |
| Line has trailing spaces. | 374 | |
| Parameter widget should be final. | 374 | |
| Parameter parentPath should be final. | 375 | |
| '}' should be on the same line. | 381 | |
| 'else' is not followed by whitespace. | 382 | |
| '{' is not preceded with whitespace. | 382 | |
| Line has trailing spaces. | 388 | |
| Missing a Javadoc comment. | 388 | |
| Parameter section should be final. | 388 | |
| Line has trailing spaces. | 389 | |
| Parameter fieldKey should be final. | 389 | |
| Line has trailing spaces. | 390 | |
| Parameter messageKey should be final. | 390 | |
| Line has trailing spaces. | 391 | |
| Parameter widget should be final. | 391 | |
| Parameter parentPath should be final. | 392 | |
| Line is longer than 80 characters. | 393 | |
| Missing a Javadoc comment. | 398 | |
| Parameter obj1 should be final. | 398 | |
| Parameter obj2 should be final. | 398 | |
| '||' should be on a new line. | 399 | |
| Line has trailing spaces. | 402 | |
| Missing a Javadoc comment. | 403 | |
| Parameter widget should be final. | 403 | |
| Parameter title should be final. | 403 | |
| Line has trailing spaces. | 410 | |
| Method 'updateWidgetData' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Parameter model should be final. | 412 | |
| Line is longer than 80 characters. | 416 | |
| Line has trailing spaces. | 417 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 422 | |
| Line has trailing spaces. | 423 | |
| Missing a Javadoc comment. | 429 | |
| Parameter result should be final. | 433 | |
| Line has trailing spaces. | 438 | |
| Line is longer than 80 characters. | 439 | |
| Missing a Javadoc comment. | 439 | |
| Parameter listItem should be final. | 439 | |
| Parameter selectionPanel should be final. | 439 | |
| Line has trailing spaces. | 447 | |
| Missing a Javadoc comment. | 448 | |
| Parameter event should be final. | 453 | |
| Line is longer than 80 characters. | 454 | |
| Line has trailing spaces. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Missing a Javadoc comment. | 460 | |
| Parameter event should be final. | 468 | |
| Line has trailing spaces. | 469 | |
| Line is longer than 80 characters. | 471 | |
| '?' is not preceded with whitespace. | 471 | |
| Avoid inline conditionals. | 471 | |
| ':' should be on a new line. | 471 | |
| Missing a Javadoc comment. | 483 | |
| Parameter fieldKey should be final. | 483 | |
| Line is longer than 80 characters. | 486 | |
| Line is longer than 80 characters. | 490 | |
| Missing a Javadoc comment. | 490 | |
| Parameter searchTypeId should be final. | 490 | |
| Parameter lookupMetadatas should be final. | 491 | |
| Parameter searchParams should be final. | 492 | |
| Line is longer than 80 characters. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line is longer than 80 characters. | 498 | |
| '?' is not preceded with whitespace. | 500 | |
| Avoid inline conditionals. | 500 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 512 | |
| Line is longer than 80 characters. | 524 | |
| Line is longer than 80 characters. | 525 | |
| Line has trailing spaces. | 533 | |
| Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| Line has trailing spaces. | 536 | |
| Missing a Javadoc comment. | 542 | |
| Missing a Javadoc comment. | 543 | |
| '{' is not preceded with whitespace. | 543 | |
| Line is longer than 80 characters. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Line is longer than 80 characters. | 548 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 553 | |
| Line is longer than 80 characters. | 554 | |
| Line is longer than 80 characters. | 556 | |
| Line is longer than 80 characters. | 557 | |
| Missing a Javadoc comment. | 564 | |
| Missing a Javadoc comment. | 565 | |
| Missing a Javadoc comment. | 566 | |
| Line is longer than 80 characters. | 567 | |
| Missing a Javadoc comment. | 567 | |
| Parameter ksSelectedList should be final. | 567 | |
| 'ksSelectedList' hides a field. | 567 | |
| Parameter panel should be final. | 567 | |
| 'panel' hides a field. | 567 | |
| Missing a Javadoc comment. | 571 | |
| Missing a Javadoc comment. | 574 | |
| Parameter ksSelectedList should be final. | 574 | |
| 'ksSelectedList' hides a field. | 574 | |
| Missing a Javadoc comment. | 577 | |
| Missing a Javadoc comment. | 580 | |
| Parameter panel should be final. | 580 | |
| 'panel' hides a field. | 580 | |
| Line has trailing spaces. | 584 | |
| Missing a Javadoc comment. | 585 | |
| Missing a Javadoc comment. | 586 | |
| Missing a Javadoc comment. | 587 | |
| Missing a Javadoc comment. | 588 | |
| Parameter ksItemLabel should be final. | 588 | |
| 'ksItemLabel' hides a field. | 588 | |
| Parameter panel should be final. | 588 | |
| 'panel' hides a field. | 588 | |
| Missing a Javadoc comment. | 592 | |
| Missing a Javadoc comment. | 595 | |
| Parameter ksItemLabel should be final. | 595 | |
| 'ksItemLabel' hides a field. | 595 | |
| Missing a Javadoc comment. | 598 | |
| Missing a Javadoc comment. | 601 | |
| Parameter panel should be final. | 601 | |
| 'panel' hides a field. | 601 | |
| Line has trailing spaces. | 605 | |
| Missing a Javadoc comment. | 606 | |
| Missing a Javadoc comment. | 608 | |
| Missing a Javadoc comment. | 609 | |
| Missing a Javadoc comment. | 610 | |
| Line is longer than 80 characters. | 612 | |
| Missing a Javadoc comment. | 612 | |
| Parameter inLookupMetadata should be final. | 612 | |
| Parameter additionalLookupMetadata should be final. | 612 | |
| 'additionalLookupMetadata' hides a field. | 612 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| Missing a Javadoc comment. | 618 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| Missing a Javadoc comment. | 622 | |
| Parameter name should be final. | 622 | |
| 'name' hides a field. | 622 | |
| Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| Missing a Javadoc comment. | 626 | |
| Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 630 | |
| Missing a Javadoc comment. | 630 | |
| Parameter initLookupMetadata should be final. | 630 | |
| 'initLookupMetadata' hides a field. | 630 | |
| Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 634 | |
| Missing a Javadoc comment. | 634 | |
| Line is longer than 80 characters. | 638 | |
| Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 638 | |
| Missing a Javadoc comment. | 638 | |
| Parameter additionalLookupMetadata should be final. | 638 | |
| 'additionalLookupMetadata' hides a field. | 638 | |
| Line has trailing spaces. | 641 | |
| Line has trailing spaces. | 643 | |
| Missing a Javadoc comment. | 644 | |
| Missing a Javadoc comment. | 645 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| Line is longer than 80 characters. | 648 | |
| Parameter widget should be final. | 648 | |
| Parameter model should be final. | 648 | |
| Parameter path should be final. | 648 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| Line is longer than 80 characters. | 653 | |
| Parameter widget should be final. | 653 | |
| Parameter model should be final. | 653 | |
| Parameter path should be final. | 653 | |
| Line has trailing spaces. | 657 | |
| Line is longer than 80 characters. | 658 | |
| Missing a Javadoc comment. | 658 | |
| Missing a Javadoc comment. | 659 | |
| Missing a Javadoc comment. | 660 | |
| Line has trailing spaces. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Missing a Javadoc comment. | 662 | |
| Parameter clusetRangeModelHelper should be final. | 662 | |
| 'clusetRangeModelHelper' hides a field. | 662 | |
| Line has trailing spaces. | 665 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 666 | |
| Line is longer than 80 characters. | 667 | |
| Parameter widget should be final. | 667 | |
| Parameter model should be final. | 667 | |
| Parameter path should be final. | 667 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| Line is longer than 80 characters. | 672 | |
| Parameter model should be final. | 672 | |
| Parameter path should be final. | 672 | |
| Line is longer than 80 characters. | 675 | |
| Line is longer than 80 characters. | 678 | |
| 'cast' is not followed by whitespace. | 679 | |
| Line is longer than 80 characters. | 680 | |
| '?' is not preceded with whitespace. | 680 | |
| '?' should be on a new line. | 680 | |
| Avoid inline conditionals. | 680 | |
| Line is longer than 80 characters. | 681 | |
| Line is longer than 80 characters. | 683 | |
| Line is longer than 80 characters. | 684 | |
| Line has trailing spaces. | 686 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 687 | |
| Line has trailing spaces. | 688 | |
| '||' should be on a new line. | 688 | |
| Line has trailing spaces. | 689 | |
| Line has trailing spaces. | 691 | |
| Line is longer than 80 characters. | 691 | |
| Line is longer than 80 characters. | 699 | |
| Line has trailing spaces. | 701 | |
| Line is longer than 80 characters. | 703 | |
| 'cast' is not followed by whitespace. | 709 | |
| 'cast' is not followed by whitespace. | 713 | |
| 'cast' is not followed by whitespace. | 717 | |
| '}' is not followed by whitespace. | 719 | |
| '5000' is a magic number. | 719 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' 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. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 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 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| '(' is preceded with whitespace. | 51 | |
| 'key' hides a field. | 51 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Parameter data should be final. | 62 | |
| 'data' hides a field. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter data should be final. | 66 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter value should be final. | 77 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setOrganization' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter value should be final. | 85 | |
| Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter value should be final. | 92 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '(' is preceded with whitespace. | 96 | |
| '(' is preceded with whitespace. | 96 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter value should be final. | 99 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter value should be final. | 106 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| '(' is preceded with whitespace. | 113 | |
| Parameter value should be final. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| Avoid inline conditionals. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '(' is preceded with whitespace. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter name should be final. | 120 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Parameter state should be final. | 127 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter type should be final. | 134 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'setReusable' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter reusable should be final. | 141 | |
| Method 'getReusable' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Method 'setReferenceable' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter referenceable should be final. | 156 | |
| Method 'getReferenceable' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Method 'setApprovedClus' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter value should be final. | 171 | |
| Method 'getApprovedClus' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'setProposedClus' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter value should be final. | 182 | |
| Method 'getProposedClus' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Method 'setAllClus' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter value should be final. | 193 | |
| Method 'getAllClus' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter value should be final. | 204 | |
| Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'setCluRangeParams' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter value should be final. | 215 | |
| Method 'getCluRangeParams' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Method 'setCluRangeViewDetails' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter value should be final. | 226 | |
| Method 'getCluRangeViewDetails' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Line is longer than 80 characters. | 230 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter id should be final. | 24 | |
| 'id' hides a field. | 24 | |
| Method 'getClus' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Method 'setClus' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter clus should be final. | 30 | |
| 'clus' hides a field. | 30 | |
| Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter cluSets should be final. | 36 | |
| 'cluSets' hides a field. | 36 | |
| Method 'getMembershipQueryInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Method 'setMembershipQueryInfo' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter membershipQueryInfo should be final. | 42 | |
| 'membershipQueryInfo' hides a field. | 42 | |
| Method 'getClusInRange' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setClusInRange' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter clusInRange should be final. | 48 | |
| 'clusInRange' hides a field. | 48 | |
| Method 'getSubCluSetInformations' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 57 | |
| Method 'setSubCluSetInformations' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter subCluSetInformations should be final. | 57 | |
| 'subCluSetInformations' hides a field. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Parameter data should be final. | 17 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 23 | |
| '&&' should be on a new line. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 39 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter data should be final. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Parameter parameterKey should be final. | 45 | |
| Missing a Javadoc comment. | 65 | |
| Parameter str1 should be final. | 65 | |
| Parameter str2 should be final. | 65 | |
| '||' should be on a new line. | 66 | |
| Method 'getLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'setLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter lookupMetadata should be final. | 74 | |
| 'lookupMetadata' hides a field. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '(' is preceded with whitespace. | 17 | |
| 'key' hides a field. | 17 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Parameter data should be final. | 29 | |
| 'data' hides a field. | 29 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Parameter data should be final. | 33 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter value should be final. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter value should be final. | 48 | |
| Line has trailing spaces. | 51 | |
| Method 'getSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 55 | |
| Method 'setQueryParams' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter value should be final. | 56 | |
| Method 'getQueryParams' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 67 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Class CluSetRangeModelUtil should be declared as final. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 13 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Parameter searchRequest should be final. | 18 | |
| Parameter searchRequestId should be final. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Parameter membershipQueryInfo should be final. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 63 | |
| 'cast' is not followed by whitespace. | 64 | |
| Line is longer than 80 characters. | 70 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Parameter data should be final. | 98 | |
| Line is longer than 80 characters. | 105 | |
| '||' should be on a new line. | 108 | |
| Line is longer than 80 characters. | 113 | |
| 'cast' is not followed by whitespace. | 113 | |
| Line is longer than 80 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Parameter caught should be final. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Parameter result should be final. | 26 | |
| Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Parameter caught should be final. | 37 | |
| Parameter result should be final. | 43 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Parameter caught should be final. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Parameter result should be final. | 58 | |
| Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Parameter caught should be final. | 68 | |
| Parameter result should be final. | 73 | |
| Line has trailing spaces. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Utility classes should not have a public or default constructor. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Name 'SECTION_CREATE_CLU_SET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
| Variable 'SECTION_CREATE_CLU_SET' must be private and have accessor methods. | 5 | |
| Line has trailing spaces. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter fieldsMetadata should be final. | 60 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Parameter event should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Line is longer than 80 characters. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Parameter result should be final. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 126 | |
| Parameter enabled should be final. | 126 | |
| Parameter courseType should be final. | 126 | |
| Line is longer than 80 characters. | 135 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter labelKey should be final. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Parameter callback should be final. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Parameter value should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 154 | |
| Parameter doneSaveCallback should be final. | 154 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line has trailing spaces. | 161 | |
| Method 'setLabelContent' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter id should be final. | 164 | |
| Method 'addGetCluNameCallback' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter callback should be final. | 172 | |
| Line has trailing spaces. | 173 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 179 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Parameter list should be final. | 30 | |
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Parameter value should be final. | 37 | |
| Method 'setSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter value should be final. | 42 | |
| Method 'getSelectedValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setList' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter relationship should be final. | 54 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'gradeTypeWidget' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'gradeWidget' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'gradeMetadata' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter fieldsMetadata should be final. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| Parameter event should be final. | 69 | |
| Line is longer than 80 characters. | 70 | |
| 'cast' is not followed by whitespace. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter enabled should be final. | 79 | |
| Parameter addInitialValueCallback should be final. | 79 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| 'if' is not followed by whitespace. | 86 | |
| Line is longer than 80 characters. | 87 | |
| 'cast' is not followed by whitespace. | 87 | |
| Line has trailing spaces. | 88 | |
| Parameter result should be final. | 90 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 98 | |
| 'cast' is not followed by whitespace. | 99 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Parameter callback should be final. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 107 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Line contains a tab character. | 108 | |
| Parameter value should be final. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| 'if' is not followed by whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line has trailing spaces. | 113 | |
| Line contains a tab character. | 113 | |
| Line has trailing spaces. | 116 | |
| Line contains a tab character. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| 'if' is not followed by whitespace. | 118 | |
| Line has trailing spaces. | 119 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line has trailing spaces. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Parameter widget should be final. | 125 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 127 | |
| 'cast' is not followed by whitespace. | 127 | |
| Line has trailing spaces. | 128 | |
| 'for' is not followed by whitespace. | 132 | |
| 'for' is not followed by whitespace. | 133 | |
| 'if' is not followed by whitespace. | 134 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 138 | |
| Line is longer than 80 characters. | 139 | |
| 'if' is not followed by whitespace. | 140 | |
| Line has trailing spaces. | 143 | |
| Line has trailing spaces. | 145 | |
| 'if' is not followed by whitespace. | 147 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 152 | |
| 'if' is not followed by whitespace. | 153 | |
| Line has trailing spaces. | 156 | |
| Line is longer than 80 characters. | 158 | |
| 'cast' is not followed by whitespace. | 158 | |
| Line has trailing spaces. | 159 | |
| Line has trailing spaces. | 162 | |
| Line contains a tab character. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line contains a tab character. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line has trailing spaces. | 168 | |
| Parameter doneSaveCallback should be final. | 168 | |
| Parameter id should be final. | 172 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Avoid inline conditionals. | 177 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 | |
| Extra HTML tag found: </dd> | 22 | |
| Extra HTML tag found: </dd> | 24 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Parameter date should be final. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Parameter year should be final. | 41 | |
| Parameter month should be final. | 41 | |
| Parameter date should be final. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Parameter year should be final. | 44 | |
| Parameter month should be final. | 44 | |
| Parameter date should be final. | 44 | |
| Parameter hour should be final. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter year should be final. | 47 | |
| Parameter month should be final. | 47 | |
| Parameter date should be final. | 47 | |
| Parameter hour should be final. | 47 | |
| Parameter minute should be final. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter year should be final. | 50 | |
| Parameter month should be final. | 50 | |
| Parameter date should be final. | 50 | |
| Parameter hour should be final. | 50 | |
| Parameter minute should be final. | 50 | |
| Parameter second should be final. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'daysInMonth' must be private and have accessor methods. | 54 | |
| '31' is a magic number. | 54 | |
| '28' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Parameter year should be final. | 55 | |
| Parameter month should be final. | 55 | |
| 'if' construct must use '{}'s. | 56 | |
| 'else' construct must use '{}'s. | 58 | |
| Method 'getMaxDaysInMonth' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter year should be final. | 65 | |
| Parameter month should be final. | 65 | |
| Parameter firstDayOfWeek should be final. | 65 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 68 | |
| '4' is a magic number. | 69 | |
| 'if' construct must use '{}'s. | 70 | |
| Line is longer than 80 characters. | 70 | |
| '30' is a magic number. | 70 | |
| '5' is a magic number. | 70 | |
| '6' is a magic number. | 71 | |
| 'if' construct must use '{}'s. | 72 | |
| Line is longer than 80 characters. | 72 | |
| '31' is a magic number. | 72 | |
| '4' is a magic number. | 72 | |
| '6' is a magic number. | 73 | |
| '5' is a magic number. | 74 | |
| Method 'getNumOfWeeksInMonth' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 80 | |
| Parameter year should be final. | 80 | |
| Parameter month should be final. | 80 | |
| Parameter dayOfMonth should be final. | 80 | |
| '1900' is a magic number. | 81 | |
| '/' is not preceded with whitespace. | 82 | |
| '/' is not followed by whitespace. | 82 | |
| '4' is a magic number. | 82 | |
| '7' is a magic number. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| '7' is a magic number. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 92 | |
| Line is longer than 80 characters. | 92 | |
| '3' is a magic number. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| '4' is a magic number. | 95 | |
| 'if' construct must use '{}'s. | 96 | |
| '5' is a magic number. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| '6' is a magic number. | 99 | |
| '7' is a magic number. | 100 | |
| Method 'getWeekDay' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'getFirstWeekDayOfMonth' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Method 'getMinimum' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter fieldCode should be final. | 112 | |
| Line is longer than 80 characters. | 132 | |
| Method 'getActualMinimum' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter fieldCode should be final. | 133 | |
| Method 'getGreatestMinimum' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter fieldCode should be final. | 137 | |
| Method 'getMaximum' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter fieldCode should be final. | 142 | |
| '999' is a magic number. | 145 | |
| '59' is a magic number. | 147 | |
| '59' is a magic number. | 149 | |
| '11' is a magic number. | 151 | |
| '23' is a magic number. | 153 | |
| '31' is a magic number. | 155 | |
| Line is longer than 80 characters. | 162 | |
| Method 'getActualMaximum' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter fieldCode should be final. | 163 | |
| '999' is a magic number. | 166 | |
| '59' is a magic number. | 168 | |
| '59' is a magic number. | 170 | |
| '11' is a magic number. | 172 | |
| '23' is a magic number. | 174 | |
| Method 'getLeastMaximum' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter fieldCode should be final. | 184 | |
| '999' is a magic number. | 187 | |
| '59' is a magic number. | 189 | |
| '59' is a magic number. | 191 | |
| '11' is a magic number. | 193 | |
| '23' is a magic number. | 195 | |
| '28' is a magic number. | 197 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter fieldCode should be final. | 206 | |
| Parameter value should be final. | 206 | |
| switch without "default" clause. | 207 | |
| '12' is a magic number. | 218 | |
| '12' is a magic number. | 222 | |
| 'if' construct must use '{}'s. | 231 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter fieldCode should be final. | 246 | |
| Parameter amount should be final. | 246 | |
| switch without "default" clause. | 247 | |
| '24' is a magic number. | 249 | |
| '60' is a magic number. | 251 | |
| '60' is a magic number. | 253 | |
| '1000' is a magic number. | 255 | |
| '12' is a magic number. | 261 | |
| '12' is a magic number. | 262 | |
| '12' is a magic number. | 265 | |
| 'if' construct must use '{}'s. | 267 | |
| Method 'roll' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter fieldCode should be final. | 279 | |
| Parameter amount should be final. | 279 | |
| switch without "default" clause. | 280 | |
| '60' is a magic number. | 282 | |
| 'if' construct must use '{}'s. | 283 | |
| '60' is a magic number. | 284 | |
| '60' is a magic number. | 287 | |
| 'if' construct must use '{}'s. | 288 | |
| '60' is a magic number. | 289 | |
| '24' is a magic number. | 292 | |
| 'if' construct must use '{}'s. | 293 | |
| '24' is a magic number. | 294 | |
| Avoid nested blocks. | 296 | |
| Line is longer than 80 characters. | 297 | |
| 'if' construct must use '{}'s. | 298 | |
| Avoid nested blocks. | 302 | |
| '12' is a magic number. | 303 | |
| 'if' construct must use '{}'s. | 304 | |
| '12' is a magic number. | 305 | |
| 'if' construct must use '{}'s. | 306 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Parameter when should be final. | 319 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter when should be final. | 322 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 325 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Missing a Javadoc comment. | 325 | |
| Parameter obj should be final. | 325 | |
| Method 'isLeapYear' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Missing a Javadoc comment. | 332 | |
| Parameter year should be final. | 332 | |
| 'if' construct must use '{}'s. | 333 | |
| '4' is a magic number. | 333 | |
| '100' is a magic number. | 333 | |
| '400' is a magic number. | 333 | |
| Line is longer than 80 characters. | 339 | |
| Method 'computeFields' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Missing a Javadoc comment. | 340 | |
| '12' is a magic number. | 344 | |
| '12' is a magic number. | 347 | |
| '1900' is a magic number. | 352 | |
| Line has trailing spaces. | 353 | |
| Line is longer than 80 characters. | 355 | |
| Method 'computeTime' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Line is longer than 80 characters. | 357 | |
| '1900' is a magic number. | 357 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Missing a Javadoc comment. | 361 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter fieldsMetadata should be final. | 60 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Parameter event should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Line is longer than 80 characters. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Parameter result should be final. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 126 | |
| Parameter enabled should be final. | 126 | |
| Parameter programType should be final. | 126 | |
| Line is longer than 80 characters. | 135 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter labelKey should be final. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Parameter callback should be final. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Parameter value should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 154 | |
| Parameter doneSaveCallback should be final. | 154 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line has trailing spaces. | 161 | |
| Method 'setLabelContent' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter id should be final. | 164 | |
| Method 'addGetCluNameCallback' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter callback should be final. | 172 | |
| Line has trailing spaces. | 173 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 179 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '(' is preceded with whitespace. | 16 | |
| 'key' hides a field. | 16 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Parameter data should be final. | 28 | |
| 'data' hides a field. | 28 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Parameter data should be final. | 32 | |
| Line has trailing spaces. | 38 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter value should be final. | 39 | |
| Line has trailing spaces. | 42 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 46 | |
| Method 'setListValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter value should be final. | 47 | |
| Line has trailing spaces. | 50 | |
| Method 'getListValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 59 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter value should be final. | 60 | |
| Line has trailing spaces. | 63 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line has trailing spaces. | 67 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 71 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Line has trailing spaces. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter title should be final. | 20 | |
| Parameter searchRequest should be final. | 20 | |
| 'searchRequest' hides a field. | 20 | |
| Parameter lookupMetadata should be final. | 20 | |
| 'lookupMetadata' hides a field. | 20 | |
| Line has trailing spaces. | 31 | |
| Parameter event should be final. | 34 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 41 | |
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter width should be final. | 42 | |
| Parameter height should be final. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'show' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 50 | |
| Method 'hide' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.SwapSection. | 11 | |
| Unused import - org.kuali.student.common.ui.client.event.SectionUpdateEvent. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Parameter selectableWidget should be final. | 37 | |
| 'selectableWidget' hides a field. | 37 | |
| Expected @param tag for 'selectableWidget'. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter selectableWidget should be final. | 41 | |
| 'selectableWidget' hides a field. | 41 | |
| Parameter dialog should be final. | 41 | |
| 'dialog' hides a field. | 41 | |
| '{' is not preceded with whitespace. | 41 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Parameter selectableWidget should be final. | 46 | |
| 'selectableWidget' hides a field. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Line has trailing spaces. | 48 | |
| 'if' is not followed by whitespace. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '{' is not preceded with whitespace. | 54 | |
| Parameter event should be final. | 57 | |
| Line has trailing spaces. | 62 | |
| '{' is not preceded with whitespace. | 63 | |
| Parameter event should be final. | 66 | |
| 'if' is not followed by whitespace. | 67 | |
| '{' is not preceded with whitespace. | 67 | |
| Line is longer than 80 characters. | 68 | |
| 'if' is not followed by whitespace. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| '}' should be on the same line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| 'if' is not followed by whitespace. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '}' should be on the same line. | 83 | |
| 'else' is not followed by whitespace. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| '}' should be on the same line. | 87 | |
| 'if' is not followed by whitespace. | 88 | |
| '{' is not preceded with whitespace. | 88 | |
| '}' should be on the same line. | 90 | |
| 'else' is not followed by whitespace. | 91 | |
| '{' is not preceded with whitespace. | 91 | |
| Line is longer than 80 characters. | 95 | |
| Line has trailing spaces. | 101 | |
| Missing a Javadoc comment. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Line is longer than 80 characters. | 103 | |
| 'for' is not followed by whitespace. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| Line has trailing spaces. | 108 | |
| 'while' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| 'if' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line has trailing spaces. | 117 | |
| First sentence should end with a period. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| '{' is not preceded with whitespace. | 123 | |
| Line is longer than 80 characters. | 124 | |
| 'for' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line has trailing spaces. | 129 | |
| 'while' is not followed by whitespace. | 131 | |
| '{' is not preceded with whitespace. | 131 | |
| 'if' is not followed by whitespace. | 133 | |
| '{' is not preceded with whitespace. | 133 | |
| Line has trailing spaces. | 138 | |
| Missing a Javadoc comment. | 139 | |
| Parameter key should be final. | 139 | |
| '{' is not preceded with whitespace. | 139 | |
| 'if' is not followed by whitespace. | 141 | |
| '{' is not preceded with whitespace. | 141 | |
| 'if' is not followed by whitespace. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| 'if' is not followed by whitespace. | 145 | |
| '{' is not preceded with whitespace. | 145 | |
| Line has trailing spaces. | 151 | |
| Missing a Javadoc comment. | 152 | |
| Parameter key should be final. | 152 | |
| '{' is not preceded with whitespace. | 152 | |
| 'if' is not followed by whitespace. | 154 | |
| '{' is not preceded with whitespace. | 154 | |
| 'if' is not followed by whitespace. | 155 | |
| '{' is not preceded with whitespace. | 155 | |
| 'if' is not followed by whitespace. | 158 | |
| '{' is not preceded with whitespace. | 158 | |
| Line has trailing spaces. | 165 | |
| Method 'enableConfirmation' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter enable should be final. | 166 | |
| '{' is not preceded with whitespace. | 166 | |
| Line has trailing spaces. | 169 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter section should be final. | 170 | |
| Parameter swapKey should be final. | 170 | |
| '{' is not preceded with whitespace. | 170 | |
| 'if' is not followed by whitespace. | 174 | |
| '{' is not preceded with whitespace. | 174 | |
| Line has trailing spaces. | 180 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter key should be final. | 181 | |
| Parameter section should be final. | 181 | |
| Parameter swapKey should be final. | 181 | |
| '{' is not preceded with whitespace. | 181 | |
| 'if' is not followed by whitespace. | 186 | |
| '{' is not preceded with whitespace. | 186 | |
| Line has trailing spaces. | 192 | |
| Line has trailing spaces. | 193 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Parameter section should be final. | 195 | |
| Line is longer than 80 characters. | 196 | |
| '+' should be on a new line. | 196 | |
| Line has trailing spaces. | 198 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Parameter key should be final. | 202 | |
| Parameter section should be final. | 202 | |
| Line is longer than 80 characters. | 203 | |
| '+' should be on a new line. | 203 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 22 | |
| Unused import - org.kuali.student.lum.program.dto.MajorDisciplineInfo. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter id should be final. | 45 | |
| Line is longer than 80 characters. | 47 | |
| ';' is preceded with whitespace. | 48 | |
| '}' should be on the same line. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Parameter dto should be final. | 60 | |
| Parameter properties should be final. | 60 | |
| ')' is preceded with whitespace. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Line is longer than 80 characters. | 79 | |
| Method 'setLearningObjectiveService' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter loService should be final. | 79 | |
| 'loService' hides a field. | 79 |