The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| JavadocPackage 
 | 7 |  Error | 
| NewlineAtEndOfFile | 11 |  Error | 
| Translation | 0 |  Error | 
| FileLength | 0 |  Error | 
| FileTabCharacter 
 | 1177 |  Error | 
| RegexpSingleline 
 | 412 |  Error | 
| JavadocMethod | 535 |  Error | 
| JavadocType | 64 |  Error | 
| JavadocVariable | 643 |  Error | 
| JavadocStyle | 9 |  Error | 
| ConstantName | 0 |  Error | 
| LocalFinalVariableName | 0 |  Error | 
| LocalVariableName | 0 |  Error | 
| MemberName | 0 |  Error | 
| MethodName | 0 |  Error | 
| PackageName | 0 |  Error | 
| ParameterName | 0 |  Error | 
| StaticVariableName | 10 |  Error | 
| TypeName | 0 |  Error | 
| AvoidStarImport | 6 |  Error | 
| IllegalImport | 0 |  Error | 
| RedundantImport | 0 |  Error | 
| UnusedImports | 17 |  Error | 
| LineLength | 749 |  Error | 
| MethodLength | 3 |  Error | 
| ParameterNumber | 1 |  Error | 
| EmptyForIteratorPad | 0 |  Error | 
| MethodParamPad | 71 |  Error | 
| NoWhitespaceAfter | 0 |  Error | 
| NoWhitespaceBefore | 2 |  Error | 
| OperatorWrap | 25 |  Error | 
| ParenPad | 8 |  Error | 
| TypecastParenPad | 0 |  Error | 
| WhitespaceAfter | 30 |  Error | 
| WhitespaceAround | 366 |  Error | 
| ModifierOrder | 19 |  Error | 
| RedundantModifier | 15 |  Error | 
| AvoidNestedBlocks | 4 |  Error | 
| EmptyBlock | 1 |  Error | 
| LeftCurly | 41 |  Error | 
| NeedBraces | 25 |  Error | 
| RightCurly | 11 |  Error | 
| AvoidInlineConditionals | 11 |  Error | 
| DoubleCheckedLocking | 0 |  Error | 
| EmptyStatement | 0 |  Error | 
| EqualsHashCode | 1 |  Error | 
| HiddenField | 111 |  Error | 
| IllegalInstantiation | 0 |  Error | 
| InnerAssignment | 0 |  Error | 
| MagicNumber | 105 |  Error | 
| MissingSwitchDefault | 7 |  Error | 
| RedundantThrows | 0 |  Error | 
| SimplifyBooleanExpression | 7 |  Error | 
| SimplifyBooleanReturn | 1 |  Error | 
| DesignForExtension | 329 |  Error | 
| FinalClass | 4 |  Error | 
| HideUtilityClassConstructor | 5 |  Error | 
| InterfaceIsType | 0 |  Error | 
| VisibilityModifier | 104 |  Error | 
| ArrayTypeStyle | 0 |  Error | 
| FinalParameters | 559 |  Error | 
| TodoComment | 0 |  Error | 
| UpperEll | 0 |  Error | 
| 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 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.core.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. | 32 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Line is longer than 80 characters. | 34 | 
|  | Line is longer than 80 characters. | 35 | 
|  | 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 | 
|  | Method 'getSelectedCategoryList' is not designed for extension - needs to be abstract, final or empty. | 295 | 
|  | Missing a Javadoc comment. | 295 | 
|  | '{' is not preceded with whitespace. | 295 | 
|  | Line has trailing spaces. | 298 | 
|  | Line contains a tab character. | 298 | 
|  | Missing a Javadoc comment. | 299 | 
|  | 'if' is not followed by whitespace. | 302 | 
|  | Expression can be simplified. | 302 | 
|  | '{' is not preceded with whitespace. | 302 | 
|  | 'if' is not followed by whitespace. | 305 | 
|  | Expression can be simplified. | 305 | 
|  | '{' is not preceded with whitespace. | 305 | 
|  | 'if' is not followed by whitespace. | 308 | 
|  | Expression can be simplified. | 308 | 
|  | '{' is not preceded with whitespace. | 308 | 
|  | Line is longer than 80 characters. | 309 | 
|  | Line has trailing spaces. | 314 | 
|  | Missing a Javadoc comment. | 315 | 
|  | 'if' is not followed by whitespace. | 319 | 
|  | '{' is not preceded with whitespace. | 319 | 
|  | Line is longer than 80 characters. | 320 | 
|  | Line has trailing spaces. | 325 | 
|  | Method 'setDeleteButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 328 | 
|  | Missing a Javadoc comment. | 328 | 
|  | Parameter b should be final. | 328 | 
|  | Method 'setUpdateButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 332 | 
|  | Missing a Javadoc comment. | 332 | 
|  | Parameter b should be final. | 332 | 
|  | Method 'setInsertButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 336 | 
|  | Missing a Javadoc comment. | 336 | 
|  | Parameter b should be final. | 336 | 
|  | Missing a Javadoc comment. | 339 | 
|  | Missing a Javadoc comment. | 340 | 
|  | Variable 'categoryNameLabel' must be private and have accessor methods. | 340 | 
|  | Missing a Javadoc comment. | 341 | 
|  | Variable 'categoryTypeLabel' must be private and have accessor methods. | 341 | 
|  | Missing a Javadoc comment. | 342 | 
|  | Variable 'spacer' must be private and have accessor methods. | 342 | 
|  | Missing a Javadoc comment. | 343 | 
|  | Variable 'categoryInfo' must be private and have accessor methods. | 343 | 
|  | Missing a Javadoc comment. | 344 | 
|  | Variable 'deleteButton' must be private and have accessor methods. | 344 | 
|  | Line is longer than 80 characters. | 345 | 
|  | Missing a Javadoc comment. | 345 | 
|  | Variable 'cancelButton' must be private and have accessor methods. | 345 | 
|  | Line has trailing spaces. | 346 | 
|  | Missing a Javadoc comment. | 346 | 
|  | Variable 'nameTextBox' must be private and have accessor methods. | 346 | 
|  | Missing a Javadoc comment. | 347 | 
|  | Variable 'typeListBox' must be private and have accessor methods. | 347 | 
|  | Line has trailing spaces. | 348 | 
|  | Missing a Javadoc comment. | 349 | 
|  | Variable 'layout' must be private and have accessor methods. | 349 | 
|  | Missing a Javadoc comment. | 350 | 
|  | Variable 'mainPanel' must be private and have accessor methods. | 350 | 
|  | Line has trailing spaces. | 351 | 
|  | Line has trailing spaces. | 352 | 
|  | Missing a Javadoc comment. | 353 | 
|  | Line contains a tab character. | 354 | 
|  | '540' is a magic number. | 354 | 
|  | '200' is a magic number. | 354 | 
|  | Line has trailing spaces. | 355 | 
|  | Line contains a tab character. | 355 | 
|  | Line contains a tab character. | 356 | 
|  | Line contains a tab character. | 357 | 
|  | Line contains a tab character. | 358 | 
|  | Line has trailing spaces. | 359 | 
|  | Line is longer than 80 characters. | 360 | 
|  | Line contains a tab character. | 360 | 
|  | Line is longer than 80 characters. | 362 | 
|  | Line has trailing spaces. | 366 | 
|  | Line has trailing spaces. | 369 | 
|  | Parameter event should be final. | 372 | 
|  | Line is longer than 80 characters. | 373 | 
|  | Line contains a tab character. | 374 | 
|  | Line is longer than 80 characters. | 375 | 
|  | '{' is not preceded with whitespace. | 375 | 
|  | Parameter caught should be final. | 377 | 
|  | Line is longer than 80 characters. | 379 | 
|  | Parameter result should be final. | 382 | 
|  | Line is longer than 80 characters. | 385 | 
|  | 'if' is not followed by whitespace. | 385 | 
|  | '!=' is not preceded with whitespace. | 385 | 
|  | '!=' is not followed by whitespace. | 385 | 
|  | '{' is not preceded with whitespace. | 385 | 
|  | Line is longer than 80 characters. | 386 | 
|  | 'else' is not preceded with whitespace. | 387 | 
|  | '}' is not followed by whitespace. | 387 | 
|  | 'else' is not followed by whitespace. | 387 | 
|  | '{' is not preceded with whitespace. | 387 | 
|  | Line is longer than 80 characters. | 388 | 
|  | '3000' is a magic number. | 388 | 
|  | Line is longer than 80 characters. | 390 | 
|  | '{' is not preceded with whitespace. | 390 | 
|  | Line contains a tab character. | 392 | 
|  | Line is longer than 80 characters. | 393 | 
|  | Line contains a tab character. | 393 | 
|  | Parameter result should be final. | 393 | 
|  | Line is longer than 80 characters. | 394 | 
|  | Line contains a tab character. | 394 | 
|  | 'if' is not followed by whitespace. | 394 | 
|  | '{' is not preceded with whitespace. | 394 | 
|  | Line is longer than 80 characters. | 395 | 
|  | Line contains a tab character. | 395 | 
|  | Line contains a tab character. | 396 | 
|  | Line has trailing spaces. | 397 | 
|  | Line contains a tab character. | 397 | 
|  | Line contains a tab character. | 398 | 
|  | Line contains a tab character. | 399 | 
|  | Parameter event should be final. | 410 | 
|  | Missing a Javadoc comment. | 418 | 
|  | Parameter cate should be final. | 418 | 
|  | Missing a Javadoc comment. | 424 | 
|  | Missing a Javadoc comment. | 425 | 
|  | Variable 'okButton' must be private and have accessor methods. | 425 | 
|  | Line is longer than 80 characters. | 426 | 
|  | Missing a Javadoc comment. | 426 | 
|  | Variable 'cancelButton' must be private and have accessor methods. | 426 | 
|  | Line has trailing spaces. | 427 | 
|  | Missing a Javadoc comment. | 427 | 
|  | Variable 'nameTextBox' must be private and have accessor methods. | 427 | 
|  | Missing a Javadoc comment. | 428 | 
|  | Variable 'typeListBox' must be private and have accessor methods. | 428 | 
|  | Line has trailing spaces. | 429 | 
|  | Missing a Javadoc comment. | 430 | 
|  | Variable 'layout' must be private and have accessor methods. | 430 | 
|  | Missing a Javadoc comment. | 431 | 
|  | Variable 'mainPanel' must be private and have accessor methods. | 431 | 
|  | Missing a Javadoc comment. | 432 | 
|  | Variable 'categoryInfo' must be private and have accessor methods. | 432 | 
|  | Line has trailing spaces. | 433 | 
|  | Missing a Javadoc comment. | 434 | 
|  | Line contains a tab character. | 435 | 
|  | '540' is a magic number. | 435 | 
|  | '200' is a magic number. | 435 | 
|  | Line contains a tab character. | 436 | 
|  | Line is longer than 80 characters. | 437 | 
|  | Line contains a tab character. | 437 | 
|  | Line has trailing spaces. | 438 | 
|  | Line has trailing spaces. | 443 | 
|  | Line has trailing spaces. | 444 | 
|  | Line has trailing spaces. | 447 | 
|  | Parameter event should be final. | 452 | 
|  | 'if' is not followed by whitespace. | 456 | 
|  | '{' is not preceded with whitespace. | 456 | 
|  | Line is longer than 80 characters. | 457 | 
|  | Line contains a tab character. | 457 | 
|  | Line contains a tab character. | 458 | 
|  | Line is longer than 80 characters. | 460 | 
|  | 'if' is not followed by whitespace. | 460 | 
|  | '{' is not preceded with whitespace. | 460 | 
|  | Line contains a tab character. | 461 | 
|  | Line contains a tab character. | 462 | 
|  | Line has trailing spaces. | 464 | 
|  | 'if' is not followed by whitespace. | 465 | 
|  | '{' is not preceded with whitespace. | 465 | 
|  | Line is longer than 80 characters. | 466 | 
|  | Line contains a tab character. | 466 | 
|  | '{' is not preceded with whitespace. | 466 | 
|  | Line contains a tab character. | 467 | 
|  | Line contains a tab character. | 468 | 
|  | Parameter caught should be final. | 468 | 
|  | Line contains a tab character. | 469 | 
|  | Line contains a tab character. | 470 | 
|  | Line contains a tab character. | 471 | 
|  | Line contains a tab character. | 472 | 
|  | Line contains a tab character. | 473 | 
|  | Parameter result should be final. | 473 | 
|  | Line is longer than 80 characters. | 474 | 
|  | Line contains a tab character. | 474 | 
|  | 'if' is not followed by whitespace. | 474 | 
|  | '!=' is not preceded with whitespace. | 474 | 
|  | '!=' is not followed by whitespace. | 474 | 
|  | '{' is not preceded with whitespace. | 474 | 
|  | Line is longer than 80 characters. | 475 | 
|  | Line contains a tab character. | 475 | 
|  | Line contains a tab character. | 476 | 
|  | 'else' is not preceded with whitespace. | 476 | 
|  | '}' is not followed by whitespace. | 476 | 
|  | 'else' is not followed by whitespace. | 476 | 
|  | '{' is not preceded with whitespace. | 476 | 
|  | Line is longer than 80 characters. | 477 | 
|  | Line contains a tab character. | 477 | 
|  | '3000' is a magic number. | 477 | 
|  | Line is longer than 80 characters. | 478 | 
|  | Line contains a tab character. | 478 | 
|  | '{' is not preceded with whitespace. | 478 | 
|  | Line is longer than 80 characters. | 480 | 
|  | Line contains a tab character. | 480 | 
|  | Line is longer than 80 characters. | 481 | 
|  | Line contains a tab character. | 481 | 
|  | Parameter result should be final. | 481 | 
|  | Line is longer than 80 characters. | 482 | 
|  | Line contains a tab character. | 482 | 
|  | 'if' is not followed by whitespace. | 482 | 
|  | '{' is not preceded with whitespace. | 482 | 
|  | Line is longer than 80 characters. | 483 | 
|  | Line contains a tab character. | 483 | 
|  | Line is longer than 80 characters. | 484 | 
|  | Line contains a tab character. | 484 | 
|  | Line has trailing spaces. | 485 | 
|  | 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 | 
|  | Line contains a tab character. | 490 | 
|  | Line has trailing spaces. | 491 | 
|  | Line contains a tab character. | 491 | 
|  | Line contains a tab character. | 492 | 
|  | Parameter event should be final. | 501 | 
|  | Missing a Javadoc comment. | 509 | 
|  | Parameter categoryTypeList should be final. | 509 | 
|  | 'categoryTypeList' hides a field. | 509 | 
|  | Missing a Javadoc comment. | 518 | 
|  | Parameter cate should be final. | 518 | 
|  | Line contains a tab character. | 521 | 
|  | Missing a Javadoc comment. | 524 | 
|  | Line is longer than 80 characters. | 526 | 
|  | Missing a Javadoc comment. | 532 | 
|  | Missing a Javadoc comment. | 533 | 
|  | Variable 'okButton' must be private and have accessor methods. | 533 | 
|  | Line is longer than 80 characters. | 534 | 
|  | Missing a Javadoc comment. | 534 | 
|  | Variable 'cancelButton' must be private and have accessor methods. | 534 | 
|  | Line has trailing spaces. | 535 | 
|  | Missing a Javadoc comment. | 535 | 
|  | Variable 'nameTextBox' must be private and have accessor methods. | 535 | 
|  | Missing a Javadoc comment. | 536 | 
|  | Variable 'typeListBox' must be private and have accessor methods. | 536 | 
|  | Line has trailing spaces. | 537 | 
|  | Missing a Javadoc comment. | 538 | 
|  | Variable 'layout' must be private and have accessor methods. | 538 | 
|  | Missing a Javadoc comment. | 539 | 
|  | Variable 'mainPanel' must be private and have accessor methods. | 539 | 
|  | Line has trailing spaces. | 540 | 
|  | Missing a Javadoc comment. | 541 | 
|  | Line contains a tab character. | 542 | 
|  | '540' is a magic number. | 542 | 
|  | '200' is a magic number. | 542 | 
|  | Line contains a tab character. | 543 | 
|  | Line is longer than 80 characters. | 544 | 
|  | Line contains a tab character. | 544 | 
|  | Line has trailing spaces. | 545 | 
|  | Line has trailing spaces. | 550 | 
|  | Line has trailing spaces. | 551 | 
|  | Line has trailing spaces. | 554 | 
|  | Parameter event should be final. | 559 | 
|  | 'if' is not followed by whitespace. | 563 | 
|  | '{' is not preceded with whitespace. | 563 | 
|  | Line is longer than 80 characters. | 564 | 
|  | Line contains a tab character. | 564 | 
|  | Line contains a tab character. | 565 | 
|  | Line is longer than 80 characters. | 567 | 
|  | 'if' is not followed by whitespace. | 567 | 
|  | '{' is not preceded with whitespace. | 567 | 
|  | Line contains a tab character. | 568 | 
|  | Line contains a tab character. | 569 | 
|  | Line has trailing spaces. | 571 | 
|  | 'if' is not followed by whitespace. | 572 | 
|  | '{' is not preceded with whitespace. | 572 | 
|  | Line is longer than 80 characters. | 573 | 
|  | Line contains a tab character. | 573 | 
|  | '{' is not preceded with whitespace. | 573 | 
|  | Line contains a tab character. | 574 | 
|  | Line contains a tab character. | 575 | 
|  | Parameter caught should be final. | 575 | 
|  | Line is longer than 80 characters. | 576 | 
|  | Line contains a tab character. | 576 | 
|  | Line contains a tab character. | 577 | 
|  | Line contains a tab character. | 578 | 
|  | Line contains a tab character. | 579 | 
|  | Parameter result should be final. | 579 | 
|  | Line is longer than 80 characters. | 580 | 
|  | Line contains a tab character. | 580 | 
|  | 'if' is not followed by whitespace. | 580 | 
|  | '!=' is not preceded with whitespace. | 580 | 
|  | '!=' is not followed by whitespace. | 580 | 
|  | '{' is not preceded with whitespace. | 580 | 
|  | Line is longer than 80 characters. | 581 | 
|  | Line contains a tab character. | 581 | 
|  | Line contains a tab character. | 582 | 
|  | 'else' is not preceded with whitespace. | 582 | 
|  | '}' is not followed by whitespace. | 582 | 
|  | 'else' is not followed by whitespace. | 582 | 
|  | '{' is not preceded with whitespace. | 582 | 
|  | Line is longer than 80 characters. | 583 | 
|  | Line contains a tab character. | 583 | 
|  | '3000' is a magic number. | 583 | 
|  | Line is longer than 80 characters. | 584 | 
|  | Line contains a tab character. | 584 | 
|  | '{' is not preceded with whitespace. | 584 | 
|  | Line is longer than 80 characters. | 586 | 
|  | Line contains a tab character. | 586 | 
|  | Line is longer than 80 characters. | 587 | 
|  | Line contains a tab character. | 587 | 
|  | Parameter result should be final. | 587 | 
|  | Line is longer than 80 characters. | 588 | 
|  | Line contains a tab character. | 588 | 
|  | '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 | 
|  | Line is longer than 80 characters. | 590 | 
|  | Line contains a tab character. | 590 | 
|  | Line has trailing spaces. | 591 | 
|  | Line contains a tab character. | 591 | 
|  | Line contains a tab character. | 592 | 
|  | Line contains a tab character. | 593 | 
|  | Line contains a tab character. | 594 | 
|  | Line contains a tab character. | 595 | 
|  | Line contains a tab character. | 596 | 
|  | Line has trailing spaces. | 597 | 
|  | Line contains a tab character. | 597 | 
|  | Line contains a tab character. | 598 | 
|  | Parameter event should be final. | 605 | 
|  | Missing a Javadoc comment. | 612 | 
|  | Parameter categoryTypeList should be final. | 612 | 
|  | 'categoryTypeList' hides a field. | 612 | 
|  | Missing a Javadoc comment. | 621 | 
|  | Line is longer than 80 characters. | 627 | 
| 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 | 
|  | Missing a Javadoc comment. | 68 | 
|  | '{' is not preceded with whitespace. | 68 | 
|  | Line contains a tab character. | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | Variable 'row' must be private and have accessor methods. | 69 | 
|  | Line has trailing spaces. | 70 | 
|  | Line contains a tab character. | 70 | 
|  | Line contains a tab character. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Parameter row should be final. | 71 | 
|  | 'row' hides a field. | 71 | 
|  | '{' is not preceded with whitespace. | 71 | 
|  | Line contains a tab character. | 72 | 
|  | Line contains a tab character. | 73 | 
|  | Line contains a tab character. | 74 | 
|  | Line contains a tab character. | 75 | 
|  | Parameter columnId should be final. | 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 | 
|  | Parameter newValue should be final. | 79 | 
|  | Line has trailing spaces. | 80 | 
|  | Line contains a tab character. | 80 | 
|  | Line contains a tab character. | 81 | 
|  | Line has trailing spaces. | 82 | 
|  | Line contains a tab character. | 82 | 
|  | Line contains a tab character. | 83 | 
|  | Missing a Javadoc comment. | 83 | 
|  | '{' is not preceded with whitespace. | 83 | 
|  | Line contains a tab character. | 84 | 
|  | Line contains a tab character. | 85 | 
|  | Line contains a tab character. | 86 | 
|  | Line has trailing spaces. | 87 | 
|  | Method 'getTable' is not designed for extension - needs to be abstract, final or empty. | 88 | 
|  | Missing a Javadoc comment. | 88 | 
|  | '{' is not preceded with whitespace. | 88 | 
|  | Line contains a tab character. | 89 | 
|  | Line has trailing spaces. | 91 | 
|  | Line has trailing spaces. | 94 | 
|  | Line is longer than 80 characters. | 94 | 
|  | Line has trailing spaces. | 96 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Parameter caught should be final. | 102 | 
|  | Line is longer than 80 characters. | 104 | 
|  | Line has trailing spaces. | 106 | 
|  | Parameter result should be final. | 108 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Line has trailing spaces. | 114 | 
|  | Line has trailing spaces. | 116 | 
|  | Missing a Javadoc comment. | 117 | 
|  | Parameter isMultiSelect should be final. | 117 | 
|  | '{' is not preceded with whitespace. | 117 | 
|  | 'if' is not followed by whitespace. | 123 | 
|  | '{' is not preceded with whitespace. | 123 | 
|  | Line contains a tab character. | 124 | 
|  | Line contains a tab character. | 125 | 
|  | '}' should be on the same line. | 126 | 
|  | 'else' is not followed by whitespace. | 127 | 
|  | '{' is not preceded with whitespace. | 127 | 
|  | Line contains a tab character. | 128 | 
|  | Line has trailing spaces. | 131 | 
|  | Missing a Javadoc comment. | 134 | 
|  | First sentence should end with a period. | 138 | 
|  | Line has trailing spaces. | 140 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Parameter hideInactiveCategories should be final. | 143 | 
|  | 'hideInactiveCategories' hides a field. | 143 | 
|  | Expected @param tag for 'hideInactiveCategories'. | 143 | 
|  | Parameter isMultiSelect should be final. | 143 | 
|  | Expected @param tag for 'isMultiSelect'. | 143 | 
|  | Line is longer than 80 characters. | 149 | 
|  | Method 'isHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 155 | 
|  | 'if' is not followed by whitespace. | 156 | 
|  | '{' is not preceded with whitespace. | 156 | 
|  | Line has trailing spaces. | 158 | 
|  | Line is longer than 80 characters. | 159 | 
|  | Conditional logic can be removed. | 159 | 
|  | 'if' is not followed by whitespace. | 159 | 
|  | '||' is not preceded with whitespace. | 159 | 
|  | '||' is not followed by whitespace. | 159 | 
|  | '(' is followed by whitespace. | 159 | 
|  | Expression can be simplified. | 159 | 
|  | '{' is not preceded with whitespace. | 159 | 
|  | 'else' is not preceded with whitespace. | 161 | 
|  | '}' is not followed by whitespace. | 161 | 
|  | Line has trailing spaces. | 166 | 
|  | Method 'setHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 168 | 
|  | Parameter show should be final. | 168 | 
|  | Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 171 | 
|  | Missing a Javadoc comment. | 171 | 
|  | '{' is not preceded with whitespace. | 171 | 
|  | Line contains a tab character. | 172 | 
|  | Line contains a tab character. | 173 | 
|  | 'for' is not followed by whitespace. | 173 | 
|  | ':' is not preceded with 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 | 
|  | Line has trailing spaces. | 178 | 
|  | Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 179 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Parameter filteredRows should be final. | 179 | 
|  | '{' is not preceded with whitespace. | 179 | 
|  | Line contains a tab character. | 180 | 
|  | Line contains a tab character. | 181 | 
|  | Line contains a tab character. | 182 | 
|  | 'for' is not followed by whitespace. | 182 | 
|  | ':' is not preceded with whitespace. | 182 | 
|  | '{' is not preceded with whitespace. | 182 | 
|  | Line contains a tab character. | 183 | 
|  | Line contains a tab character. | 184 | 
|  | Line contains a tab character. | 185 | 
|  | Line contains a tab character. | 186 | 
|  | Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 189 | 
|  | Missing a Javadoc comment. | 189 | 
|  | '{' is not preceded with whitespace. | 189 | 
|  | Line has trailing spaces. | 191 | 
|  | Line has trailing spaces. | 193 | 
|  | Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 194 | 
|  | Missing a Javadoc comment. | 194 | 
|  | '{' is not preceded with whitespace. | 194 | 
|  | 'for' is not followed by whitespace. | 195 | 
|  | ':' is not preceded with whitespace. | 195 | 
|  | '{' is not preceded with whitespace. | 195 | 
|  | Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 200 | 
|  | Missing a Javadoc comment. | 200 | 
|  | '{' is not preceded with whitespace. | 200 | 
|  | 'for' is not followed by whitespace. | 202 | 
|  | ':' is not preceded with whitespace. | 202 | 
|  | '{' is not preceded with whitespace. | 202 | 
|  | Line has trailing spaces. | 206 | 
|  | Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 207 | 
|  | Missing a Javadoc comment. | 207 | 
|  | '{' is not preceded with whitespace. | 207 | 
|  | 'for' is not followed by whitespace. | 210 | 
|  | ':' is not preceded with whitespace. | 210 | 
|  | '{' is not preceded with whitespace. | 210 | 
|  | 'cast' is not followed by whitespace. | 211 | 
|  | Method 'getSelectedLoCategoryInfos' is not designed for extension - needs to be abstract, final or empty. | 215 | 
|  | Missing a Javadoc comment. | 215 | 
|  | '{' is not preceded with whitespace. | 215 | 
|  | 'if' is not followed by whitespace. | 218 | 
|  | 'for' is not followed by whitespace. | 221 | 
|  | ':' is not preceded with whitespace. | 221 | 
|  | '{' is not preceded with whitespace. | 221 | 
|  | Line has trailing spaces. | 230 | 
|  | Line has trailing spaces. | 232 | 
|  | Method 'getSelectedLoCategoryInfoId' is not designed for extension - needs to be abstract, final or empty. | 232 | 
|  | Missing a Javadoc comment. | 232 | 
|  | '{' is not preceded with whitespace. | 232 | 
|  | 'if' is not followed by whitespace. | 234 | 
|  | 'for' is not followed by whitespace. | 238 | 
|  | ':' is not preceded with whitespace. | 238 | 
|  | '{' is not preceded with whitespace. | 238 | 
|  | Line has trailing spaces. | 244 | 
|  | Line has trailing spaces. | 245 | 
|  | Missing a Javadoc comment. | 246 | 
|  | Line has trailing spaces. | 247 | 
|  | Line contains a tab character. | 247 | 
|  | Line contains a tab character. | 248 | 
|  | Line contains a tab character. | 249 | 
|  | Line contains a tab character. | 250 | 
|  | Line contains a tab character. | 251 | 
|  | Line contains a tab character. | 252 | 
|  | Line contains a tab character. | 253 | 
|  | Line has trailing spaces. | 254 | 
|  | Line contains a tab character. | 254 | 
|  | Line contains a tab character. | 255 | 
|  | Line contains a tab character. | 256 | 
|  | Line contains a tab character. | 257 | 
|  | Line contains a tab character. | 258 | 
|  | Line contains a tab character. | 259 | 
|  | Line has trailing spaces. | 260 | 
|  | Line contains a tab character. | 260 | 
|  | Line contains a tab character. | 262 | 
|  | Line contains a tab character. | 263 | 
|  | Line contains a tab character. | 264 | 
|  | Line contains a tab character. | 265 | 
|  | Line has trailing spaces. | 266 | 
|  | Line contains a tab character. | 266 | 
|  | Line has trailing spaces. | 269 | 
|  | Line has trailing spaces. | 271 | 
|  | Missing a Javadoc comment. | 272 | 
|  | Parameter result should be final. | 272 | 
|  | 'if' is not followed by whitespace. | 274 | 
|  | Line is longer than 80 characters. | 275 | 
|  | 'for' is not followed by whitespace. | 276 | 
|  | ')' is preceded with whitespace. | 277 | 
|  | Line has trailing spaces. | 282 | 
|  | Line has trailing spaces. | 283 | 
|  | Line has trailing spaces. | 285 | 
|  | Method 'loadTable' is not designed for extension - needs to be abstract, final or empty. | 286 | 
|  | Missing a Javadoc comment. | 286 | 
|  | Line contains a tab character. | 287 | 
|  | Line is longer than 80 characters. | 288 | 
|  | Parameter caught should be final. | 290 | 
|  | Parameter results should be final. | 297 | 
|  | Line has trailing spaces. | 304 | 
|  | Line has trailing spaces. | 306 | 
|  | Missing a Javadoc comment. | 307 | 
|  | Parameter loCategoryInfos should be final. | 307 | 
|  | 'for' is not followed by whitespace. | 311 | 
|  | 'if' is not followed by whitespace. | 314 | 
|  | Line has trailing spaces. | 320 | 
|  | Line has trailing spaces. | 324 | 
|  | Method 'getRowsByType' is not designed for extension - needs to be abstract, final or empty. | 326 | 
|  | Missing a Javadoc comment. | 326 | 
|  | Parameter type should be final. | 326 | 
|  | '{' is not preceded with whitespace. | 326 | 
|  | 'for' is not followed by whitespace. | 328 | 
|  | 'if' is not followed by whitespace. | 329 | 
|  | '{' is not preceded with whitespace. | 329 | 
|  | Line has trailing spaces. | 335 | 
|  | Method 'getRowsLikeName' is not designed for extension - needs to be abstract, final or empty. | 336 | 
|  | Missing a Javadoc comment. | 336 | 
|  | Parameter name should be final. | 336 | 
|  | '{' is not preceded with whitespace. | 336 | 
|  | 'for' is not followed by whitespace. | 338 | 
|  | 'if' is not followed by whitespace. | 340 | 
|  | 'for' is not followed by whitespace. | 342 | 
|  | '{' is not preceded with whitespace. | 342 | 
|  | 'if' is not followed by whitespace. | 343 | 
|  | '{' is not preceded with whitespace. | 343 | 
|  | Line has trailing spaces. | 346 | 
| 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. | 22 | 
|  | Line is longer than 80 characters. | 25 | 
|  | 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. | 9 | 
|  | 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 | 
|---|---|---|
|  | Using the '.*' form of import should be avoided - com.google.gwt.user.client.ui.*. | 30 | 
|  | Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.widgets.*. | 37 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Line is longer than 80 characters. | 42 | 
|  | 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. | 52 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Using the '.*' form of import should be avoided - java.util.*. | 64 | 
|  | Line is longer than 80 characters. | 67 | 
|  | Line is longer than 80 characters. | 68 | 
|  | Line is longer than 80 characters. | 73 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Missing a Javadoc comment. | 77 | 
|  | Missing a Javadoc comment. | 78 | 
|  | Missing a Javadoc comment. | 80 | 
|  | Missing a Javadoc comment. | 81 | 
|  | Missing a Javadoc comment. | 82 | 
|  | Missing a Javadoc comment. | 84 | 
|  | Variable 'categoryList' must be private and have accessor methods. | 84 | 
|  | Missing a Javadoc comment. | 85 | 
|  | Variable 'categoryTypeMap' must be private and have accessor methods. | 85 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Variable 'root' must be private and have accessor methods. | 87 | 
|  | Missing a Javadoc comment. | 89 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Missing a Javadoc comment. | 92 | 
|  | Variable 'browseCategoryLink' must be private and have accessor methods. | 92 | 
|  | Missing a Javadoc comment. | 93 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Parameter messageGroup should be final. | 95 | 
|  | 'messageGroup' hides a field. | 95 | 
|  | Parameter type should be final. | 95 | 
|  | 'type' hides a field. | 95 | 
|  | Parameter state should be final. | 95 | 
|  | 'state' hides a field. | 95 | 
|  | Parameter loRepoKey should be final. | 95 | 
|  | Parameter event should be final. | 113 | 
|  | Parameter event should be final. | 119 | 
|  | Line is longer than 80 characters. | 120 | 
|  | '750' is a magic number. | 126 | 
|  | '600' is a magic number. | 126 | 
|  | 'addButton' hides a field. | 127 | 
|  | Line is longer than 80 characters. | 128 | 
|  | Line is longer than 80 characters. | 134 | 
|  | Parameter event should be final. | 139 | 
|  | Line is longer than 80 characters. | 140 | 
|  | Parameter event should be final. | 150 | 
|  | Line is longer than 80 characters. | 177 | 
|  | Method 'setHelp' is not designed for extension - needs to be abstract, final or empty. | 197 | 
|  | Missing a Javadoc comment. | 197 | 
|  | Missing a Javadoc comment. | 215 | 
|  | 'if' construct must use '{}'s. | 217 | 
|  | Line is longer than 80 characters. | 221 | 
|  | Line is longer than 80 characters. | 224 | 
|  | Parameter caught should be final. | 227 | 
|  | Parameter result should be final. | 232 | 
|  | Line is longer than 80 characters. | 233 | 
|  | Missing a Javadoc comment. | 241 | 
|  | ';' is not followed by whitespace. | 249 | 
|  | Line is longer than 80 characters. | 256 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Parameter caught should be final. | 264 | 
|  | Line is longer than 80 characters. | 265 | 
|  | Parameter result should be final. | 269 | 
|  | Line is longer than 80 characters. | 270 | 
|  | Line is longer than 80 characters. | 276 | 
|  | Parameter result should be final. | 279 | 
|  | switch without "default" clause. | 280 | 
|  | Line is longer than 80 characters. | 283 | 
|  | Line is longer than 80 characters. | 287 | 
|  | Line is longer than 80 characters. | 289 | 
|  | Line is longer than 80 characters. | 291 | 
|  | Parameter caught should be final. | 291 | 
|  | Line is longer than 80 characters. | 292 | 
|  | Line is longer than 80 characters. | 296 | 
|  | Parameter result should be final. | 296 | 
|  | Line is longer than 80 characters. | 297 | 
|  | Line is longer than 80 characters. | 299 | 
|  | Line is longer than 80 characters. | 300 | 
|  | Line is longer than 80 characters. | 303 | 
|  | Line is longer than 80 characters. | 306 | 
|  | '3000' is a magic number. | 306 | 
|  | '300' is a magic number. | 319 | 
|  | '300' is a magic number. | 319 | 
|  | Missing a Javadoc comment. | 328 | 
|  | Parameter categoryTypes should be final. | 328 | 
|  | Missing a Javadoc comment. | 339 | 
|  | Line is longer than 80 characters. | 348 | 
|  | Parameter caught should be final. | 351 | 
|  | Line is longer than 80 characters. | 352 | 
|  | Parameter result should be final. | 356 | 
|  | Missing a Javadoc comment. | 368 | 
|  | Parameter labelKey should be final. | 368 | 
|  | Line is longer than 80 characters. | 369 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 372 | 
|  | Parameter categories should be final. | 373 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 378 | 
|  | Parameter value should be final. | 379 | 
|  | Parameter fireEvents should be final. | 379 | 
|  | Expected an @return tag. | 386 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 386 | 
|  | Line is longer than 80 characters. | 392 | 
|  | Expected an @return tag. | 394 | 
|  | Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 394 | 
|  | Line is longer than 80 characters. | 395 | 
|  | Parameter handler should be final. | 395 | 
|  | Expected @param tag for 'handler'. | 395 | 
|  | First sentence should end with a period. | 399 | 
|  | Line is longer than 80 characters. | 400 | 
|  | Line is longer than 80 characters. | 406 | 
|  | Missing a Javadoc comment. | 408 | 
|  | Variable 'loSearchOracle' must be private and have accessor methods. | 408 | 
|  | Missing a Javadoc comment. | 415 | 
|  | Variable 'suggestBox' must be private and have accessor methods. | 415 | 
|  | Missing a Javadoc comment. | 417 | 
|  | Missing a Javadoc comment. | 419 | 
|  | Missing a Javadoc comment. | 421 | 
|  | Missing a Javadoc comment. | 426 | 
|  | Missing a Javadoc comment. | 430 | 
|  | Parameter value should be final. | 443 | 
|  | Parameter value should be final. | 448 | 
|  | Parameter fireEvents should be final. | 448 | 
|  | Line is longer than 80 characters. | 455 | 
|  | Parameter handler should be final. | 455 | 
|  | Parameter event should be final. | 460 | 
|  | Missing a Javadoc comment. | 464 | 
|  | Parameter handler should be final. | 469 | 
|  | Parameter handler should be final. | 474 | 
|  | Missing a Javadoc comment. | 478 | 
|  | Line is longer than 80 characters. | 483 | 
|  | Parameter handler should be final. | 483 | 
|  | Missing a Javadoc comment. | 488 | 
|  | Line is longer than 80 characters. | 489 | 
|  | Missing a Javadoc comment. | 489 | 
|  | Variable 'loTypeMap' must be private and have accessor methods. | 489 | 
|  | Missing a Javadoc comment. | 491 | 
|  | Parameter loTypes should be final. | 491 | 
|  | 'type' hides a field. | 492 | 
|  | Missing a Javadoc comment. | 497 | 
|  | Missing a Javadoc comment. | 501 | 
|  | Parameter id should be final. | 501 | 
|  | Parameter attrkey should be final. | 501 | 
|  | Missing a Javadoc comment. | 511 | 
|  | Missing a Javadoc comment. | 515 | 
|  | Missing a Javadoc comment. | 525 | 
|  | Parameter id should be final. | 525 | 
|  | Line is longer than 80 characters. | 530 | 
|  | Missing a Javadoc comment. | 530 | 
|  | Missing a Javadoc comment. | 531 | 
|  | Missing a Javadoc comment. | 532 | 
|  | Missing a Javadoc comment. | 533 | 
|  | Line is longer than 80 characters. | 534 | 
|  | Missing a Javadoc comment. | 534 | 
|  | Variable 'categories' must be private and have accessor methods. | 534 | 
|  | Line is longer than 80 characters. | 536 | 
|  | Missing a Javadoc comment. | 536 | 
|  | Variable 'deleteHandler' must be private and have accessor methods. | 536 | 
|  | Parameter event should be final. | 538 | 
|  | Missing a Javadoc comment. | 546 | 
|  | Line is longer than 80 characters. | 552 | 
|  | Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 552 | 
|  | Missing a Javadoc comment. | 552 | 
|  | Parameter handler should be final. | 552 | 
|  | Missing a Javadoc comment. | 556 | 
|  | Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 560 | 
|  | Missing a Javadoc comment. | 560 | 
|  | Line is longer than 80 characters. | 564 | 
|  | Parameter caught should be final. | 567 | 
|  | Line is longer than 80 characters. | 568 | 
|  | Parameter result should be final. | 572 | 
|  | Missing a Javadoc comment. | 585 | 
|  | Line is longer than 80 characters. | 591 | 
|  | Line is longer than 80 characters. | 592 | 
|  | Line has trailing spaces. | 600 | 
|  | Line is longer than 80 characters. | 600 | 
|  | Line has trailing spaces. | 604 | 
|  | Line is longer than 80 characters. | 605 | 
|  | Line has trailing spaces. | 611 | 
|  | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 615 | 
|  | Missing a Javadoc comment. | 615 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 619 | 
|  | Missing a Javadoc comment. | 619 | 
|  | Parameter categories should be final. | 619 | 
|  | 'categories' hides a field. | 619 | 
|  | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 624 | 
|  | Parameter value should be final. | 625 | 
|  | Parameter fireEvents should be final. | 625 | 
|  | Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 630 | 
|  | Missing a Javadoc comment. | 630 | 
|  | Parameter text should be final. | 630 | 
|  | Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 649 | 
|  | Missing a Javadoc comment. | 649 | 
|  | Parameter category should be final. | 649 | 
|  | Missing a Javadoc comment. | 656 | 
|  | Missing a Javadoc comment. | 658 | 
|  | ';' is preceded with whitespace. | 661 | 
|  | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 663 | 
|  | Parameter data should be final. | 664 | 
|  | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 668 | 
|  | Parameter data should be final. | 669 | 
|  | Line is longer than 80 characters. | 672 | 
|  | Line is longer than 80 characters. | 675 | 
|  | '+' should be on a new line. | 677 | 
|  | Line is longer than 80 characters. | 678 | 
|  | Missing a Javadoc comment. | 687 | 
|  | Missing a Javadoc comment. | 688 | 
|  | Parameter callback should be final. | 688 | 
|  | Missing a Javadoc comment. | 698 | 
|  | 'type' hides a field. | 698 | 
|  | Parameter event should be final. | 702 | 
|  | Missing a Javadoc comment. | 710 | 
|  | 'type' hides a field. | 710 | 
|  | Parameter event should be final. | 714 | 
|  | Missing a Javadoc comment. | 723 | 
|  | Missing a Javadoc comment. | 724 | 
|  | Missing a Javadoc comment. | 724 | 
|  | switch without "default" clause. | 743 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 23 | 
|  | 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.core.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. | 23 | 
|  | Line is longer than 80 characters. | 25 | 
|  | 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. | 4 | 
|  | Using the '.*' form of import should be avoided - java.util.*. | 9 | 
|  | Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 16 | 
|  | Line is longer than 80 characters. | 17 | 
|  | Parameter widget should be final. | 17 | 
|  | Parameter model should be final. | 17 | 
|  | Parameter path should be final. | 17 | 
|  | Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 21 | 
|  | Line is longer than 80 characters. | 22 | 
|  | Parameter listPanel should be final. | 22 | 
|  | Parameter model should be final. | 22 | 
|  | Parameter path should be final. | 22 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Parameter loData should be final. | 32 | 
|  | Parameter rootModel should be final. | 32 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Line is longer than 80 characters. | 42 | 
|  | Line is longer than 80 characters. | 47 | 
|  | Line is longer than 80 characters. | 54 | 
|  | Line is longer than 80 characters. | 61 | 
|  | Missing a Javadoc comment. | 61 | 
|  | Parameter stringTreeStructure should be final. | 61 | 
|  | Parameter ksListPanel should be final. | 61 | 
|  | Line contains a tab character. | 62 | 
|  | Line is longer than 80 characters. | 63 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Missing a Javadoc comment. | 69 | 
|  | Parameter element should be final. | 69 | 
|  | Parameter listPanel should be final. | 69 | 
|  | Line is longer than 80 characters. | 77 | 
|  | Line is longer than 80 characters. | 83 | 
|  | Missing a Javadoc comment. | 90 | 
|  | Missing a Javadoc comment. | 92 | 
|  | Missing a Javadoc comment. | 93 | 
|  | Line is longer than 80 characters. | 95 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Missing a Javadoc comment. | 96 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Missing a Javadoc comment. | 98 | 
|  | Parameter index should be final. | 98 | 
|  | 'index' hides a field. | 98 | 
|  | Parameter value should be final. | 98 | 
|  | 'value' hides a field. | 98 | 
|  | Parameter categories should be final. | 98 | 
|  | 'categories' hides a field. | 98 | 
|  | Missing a Javadoc comment. | 104 | 
|  | Parameter o1 should be final. | 108 | 
|  | Parameter o2 should be final. | 109 | 
|  | Missing a Javadoc comment. | 115 | 
|  | Missing a Javadoc comment. | 118 | 
|  | Missing a Javadoc comment. | 122 | 
|  | Missing a Javadoc comment. | 126 | 
|  | Parameter value should be final. | 126 | 
|  | 'value' hides a field. | 126 | 
|  | Missing a Javadoc comment. | 130 | 
|  | Missing a Javadoc comment. | 134 | 
|  | Parameter children should be final. | 134 | 
|  | 'children' hides a field. | 134 | 
|  | Missing a Javadoc comment. | 138 | 
|  | Parameter child should be final. | 138 | 
|  | Missing a Javadoc comment. | 142 | 
|  | Missing a Javadoc comment. | 146 | 
|  | Parameter index should be final. | 146 | 
|  | 'index' hides a field. | 146 | 
|  | Missing a Javadoc comment. | 150 | 
|  | Missing a Javadoc comment. | 154 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing package-info.java file. | 0 | 
|  | Line is longer than 80 characters. | 19 | 
|  | Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 23 | 
|  | Line has trailing spaces. | 29 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Redundant 'public' modifier. | 35 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Redundant 'public' modifier. | 36 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Redundant 'public' modifier. | 38 | 
|  | Missing a Javadoc comment. | 40 | 
|  | Redundant 'public' modifier. | 40 | 
| Violation | Message | Line | 
|---|---|---|
|  | Line is longer than 80 characters. | 19 | 
|  | Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 23 | 
|  | Line has trailing spaces. | 29 | 
|  | Line is longer than 80 characters. | 33 | 
|  | '{' is not preceded with whitespace. | 33 | 
|  | Line is longer than 80 characters. | 35 | 
|  | Missing a Javadoc comment. | 35 | 
|  | Redundant 'public' modifier. | 35 | 
|  | ',' is not followed by whitespace. | 35 | 
|  | Line is longer than 80 characters. | 37 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Redundant 'public' modifier. | 37 | 
|  | '(' is followed by whitespace. | 37 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Redundant 'public' modifier. | 38 | 
|  | ')' is preceded with whitespace. | 38 | 
|  | Line is longer than 80 characters. | 39 | 
|  | Missing a Javadoc comment. | 39 | 
|  | Redundant 'public' modifier. | 39 | 
|  | ',' is not followed by whitespace. | 39 | 
| 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 has trailing spaces. | 45 | 
|  | Line contains a tab character. | 45 | 
|  | Missing a Javadoc comment. | 45 | 
|  | 'static' modifier out of order with the JLS suggestions. | 45 | 
|  | Line contains a tab character. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | 'static' modifier out of order with the JLS suggestions. | 46 | 
|  | Line contains a tab character. | 47 | 
|  | Missing a Javadoc comment. | 47 | 
|  | 'static' modifier out of order with the JLS suggestions. | 47 | 
|  | Line contains a tab character. | 48 | 
|  | Missing a Javadoc comment. | 48 | 
|  | 'static' modifier out of order with the JLS suggestions. | 48 | 
|  | Line is longer than 80 characters. | 49 | 
|  | Line contains a tab character. | 49 | 
|  | Missing a Javadoc comment. | 49 | 
|  | 'static' modifier out of order with the JLS suggestions. | 49 | 
|  | Line contains a tab character. | 50 | 
|  | Missing a Javadoc comment. | 50 | 
|  | 'static' modifier out of order with the JLS suggestions. | 50 | 
|  | Line contains a tab character. | 51 | 
|  | Missing a Javadoc comment. | 51 | 
|  | 'static' modifier out of order with the JLS suggestions. | 51 | 
|  | Line is longer than 80 characters. | 52 | 
|  | Line contains a tab character. | 52 | 
|  | Missing a Javadoc comment. | 52 | 
|  | 'static' modifier out of order with the JLS suggestions. | 52 | 
|  | Line contains a tab character. | 53 | 
|  | Missing a Javadoc comment. | 53 | 
|  | 'static' modifier out of order with the JLS suggestions. | 53 | 
|  | Line has trailing spaces. | 54 | 
|  | Line contains a tab character. | 54 | 
|  | Line contains a tab character. | 55 | 
|  | Line is longer than 80 characters. | 56 | 
|  | Line contains a tab character. | 56 | 
|  | Missing a Javadoc comment. | 56 | 
|  | Line is longer than 80 characters. | 57 | 
|  | Line contains a tab character. | 57 | 
|  | Missing a Javadoc comment. | 57 | 
|  | Line is longer than 80 characters. | 58 | 
|  | Line contains a tab character. | 58 | 
|  | Missing a Javadoc comment. | 58 | 
|  | Line has trailing spaces. | 59 | 
|  | Line contains a tab character. | 59 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Line contains a tab character. | 60 | 
|  | Missing a Javadoc comment. | 60 | 
|  | Line has trailing spaces. | 61 | 
|  | Line contains a tab character. | 61 | 
|  | Missing a Javadoc comment. | 63 | 
|  | 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 | 
|  | Line is longer than 80 characters. | 70 | 
|  | Missing a Javadoc comment. | 70 | 
|  | Line is longer than 80 characters. | 71 | 
|  | Missing a Javadoc comment. | 71 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Missing a Javadoc comment. | 73 | 
|  | Line is longer than 80 characters. | 75 | 
|  | Missing a Javadoc comment. | 75 | 
|  | Line is longer than 80 characters. | 76 | 
|  | Missing a Javadoc comment. | 76 | 
|  | Missing a Javadoc comment. | 77 | 
|  | Missing a Javadoc comment. | 78 | 
|  | Missing a Javadoc comment. | 80 | 
|  | Missing a Javadoc comment. | 81 | 
|  | Missing a Javadoc comment. | 82 | 
|  | Missing a Javadoc comment. | 83 | 
|  | Line has trailing spaces. | 84 | 
|  | Line is longer than 80 characters. | 84 | 
|  | Missing a Javadoc comment. | 84 | 
|  | Line has trailing spaces. | 85 | 
|  | Missing a Javadoc comment. | 87 | 
|  | Missing a Javadoc comment. | 88 | 
|  | Missing a Javadoc comment. | 89 | 
|  | Missing a Javadoc comment. | 90 | 
|  | Line is longer than 80 characters. | 91 | 
|  | Missing a Javadoc comment. | 91 | 
|  | Line has trailing spaces. | 92 | 
|  | Missing a Javadoc comment. | 94 | 
|  | Missing a Javadoc comment. | 95 | 
|  | Missing a Javadoc comment. | 96 | 
|  | Missing a Javadoc comment. | 97 | 
|  | Line has trailing spaces. | 98 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Missing a Javadoc comment. | 100 | 
|  | Line is longer than 80 characters. | 101 | 
|  | Missing a Javadoc comment. | 101 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Missing a Javadoc comment. | 102 | 
|  | Missing a Javadoc comment. | 103 | 
|  | Line has trailing spaces. | 104 | 
|  | Missing a Javadoc comment. | 106 | 
|  | Line is longer than 80 characters. | 107 | 
|  | Missing a Javadoc comment. | 107 | 
|  | Missing a Javadoc comment. | 108 | 
|  | Line is longer than 80 characters. | 109 | 
|  | Missing a Javadoc comment. | 109 | 
|  | Line is longer than 80 characters. | 110 | 
|  | Missing a Javadoc comment. | 110 | 
|  | Line has trailing spaces. | 111 | 
|  | Missing a Javadoc comment. | 113 | 
|  | Line has trailing spaces. | 114 | 
|  | Missing a Javadoc comment. | 115 | 
|  | Line has trailing spaces. | 116 | 
|  | Missing a Javadoc comment. | 118 | 
|  | Missing a Javadoc comment. | 119 | 
|  | Missing a Javadoc comment. | 120 | 
|  | Missing a Javadoc comment. | 121 | 
|  | Missing a Javadoc comment. | 122 | 
|  | Missing a Javadoc comment. | 123 | 
|  | Line has trailing spaces. | 124 | 
|  | Missing a Javadoc comment. | 126 | 
|  | Line is longer than 80 characters. | 127 | 
|  | Missing a Javadoc comment. | 127 | 
|  | Missing a Javadoc comment. | 128 | 
|  | Missing a Javadoc comment. | 129 | 
|  | Missing a Javadoc comment. | 130 | 
|  | Missing a Javadoc comment. | 131 | 
|  | Missing a Javadoc comment. | 134 | 
|  | Missing a Javadoc comment. | 135 | 
|  | Missing a Javadoc comment. | 136 | 
|  | Line is longer than 80 characters. | 137 | 
|  | Missing a Javadoc comment. | 137 | 
|  | Line has trailing spaces. | 138 | 
|  | Missing a Javadoc comment. | 140 | 
|  | Missing a Javadoc comment. | 141 | 
|  | Missing a Javadoc comment. | 142 | 
|  | Line has trailing spaces. | 143 | 
|  | Missing a Javadoc comment. | 144 | 
|  | Missing a Javadoc comment. | 145 | 
|  | Missing a Javadoc comment. | 146 | 
|  | Missing a Javadoc comment. | 147 | 
|  | Line has trailing spaces. | 148 | 
|  | 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 | 
|  | Line is longer than 80 characters. | 157 | 
|  | Line contains a tab character. | 157 | 
|  | Missing a Javadoc comment. | 157 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line contains a tab character. | 158 | 
|  | Missing a Javadoc comment. | 158 | 
|  | Line is longer than 80 characters. | 159 | 
|  | Line contains a tab character. | 159 | 
|  | Missing a Javadoc comment. | 159 | 
|  | Line is longer than 80 characters. | 160 | 
|  | Line contains a tab character. | 160 | 
|  | Missing a Javadoc comment. | 160 | 
|  | Line is longer than 80 characters. | 161 | 
|  | Missing a Javadoc comment. | 161 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Missing a Javadoc comment. | 162 | 
|  | Line is longer than 80 characters. | 163 | 
|  | Missing a Javadoc comment. | 163 | 
|  | Line is longer than 80 characters. | 164 | 
|  | Missing a Javadoc comment. | 164 | 
|  | Line is longer than 80 characters. | 165 | 
|  | Missing a Javadoc comment. | 165 | 
|  | Line is longer than 80 characters. | 166 | 
|  | Missing a Javadoc comment. | 166 | 
|  | Line is longer than 80 characters. | 167 | 
|  | Missing a Javadoc comment. | 167 | 
|  | Missing a Javadoc comment. | 168 | 
|  | Line has trailing spaces. | 169 | 
|  | Line has trailing spaces. | 170 | 
|  | Missing a Javadoc comment. | 170 | 
|  | Missing a Javadoc comment. | 171 | 
|  | Missing a Javadoc comment. | 172 | 
|  | Missing a Javadoc comment. | 173 | 
|  | Missing a Javadoc comment. | 174 | 
|  | Line is longer than 80 characters. | 175 | 
|  | Missing a Javadoc comment. | 175 | 
|  | Missing a Javadoc comment. | 176 | 
|  | Missing a Javadoc comment. | 177 | 
|  | Line is longer than 80 characters. | 178 | 
|  | Missing a Javadoc comment. | 178 | 
|  | Missing a Javadoc comment. | 179 | 
|  | Missing a Javadoc comment. | 182 | 
|  | Line has trailing spaces. | 183 | 
|  | Missing a Javadoc comment. | 184 | 
|  | Missing a Javadoc comment. | 185 | 
|  | Missing a Javadoc comment. | 186 | 
|  | Missing a Javadoc comment. | 187 | 
|  | Missing a Javadoc comment. | 188 | 
|  | Missing a Javadoc comment. | 189 | 
|  | Missing a Javadoc comment. | 190 | 
|  | Missing a Javadoc comment. | 191 | 
|  | Missing a Javadoc comment. | 192 | 
|  | Missing a Javadoc comment. | 193 | 
|  | Missing a Javadoc comment. | 194 | 
|  | Line has trailing spaces. | 195 | 
|  | Missing a Javadoc comment. | 196 | 
|  | Missing a Javadoc comment. | 197 | 
|  | Line is longer than 80 characters. | 198 | 
|  | Missing a Javadoc comment. | 198 | 
|  | Missing a Javadoc comment. | 199 | 
|  | Line has trailing spaces. | 200 | 
|  | Missing a Javadoc comment. | 201 | 
|  | Line is longer than 80 characters. | 202 | 
|  | Missing a Javadoc comment. | 202 | 
|  | Missing a Javadoc comment. | 203 | 
|  | Missing a Javadoc comment. | 204 | 
|  | Missing a Javadoc comment. | 206 | 
|  | Missing a Javadoc comment. | 207 | 
|  | Missing a Javadoc comment. | 208 | 
|  | Line is longer than 80 characters. | 209 | 
|  | Missing a Javadoc comment. | 209 | 
|  | Line is longer than 80 characters. | 210 | 
|  | Missing a Javadoc comment. | 210 | 
|  | Missing a Javadoc comment. | 211 | 
|  | Missing a Javadoc comment. | 212 | 
|  | Line is longer than 80 characters. | 213 | 
|  | Missing a Javadoc comment. | 213 | 
|  | Missing a Javadoc comment. | 214 | 
|  | Line is longer than 80 characters. | 215 | 
|  | Missing a Javadoc comment. | 215 | 
|  | Line is longer than 80 characters. | 216 | 
|  | Missing a Javadoc comment. | 216 | 
|  | Missing a Javadoc comment. | 218 | 
|  | Missing a Javadoc comment. | 219 | 
|  | Missing a Javadoc comment. | 220 | 
|  | Missing a Javadoc comment. | 221 | 
|  | Line is longer than 80 characters. | 222 | 
|  | Missing a Javadoc comment. | 222 | 
|  | Missing a Javadoc comment. | 223 | 
|  | Line has trailing spaces. | 225 | 
|  | Line is longer than 80 characters. | 227 | 
|  | Missing a Javadoc comment. | 227 | 
|  | Line is longer than 80 characters. | 228 | 
|  | Missing a Javadoc comment. | 228 | 
|  | Missing a Javadoc comment. | 229 | 
|  | Line has trailing spaces. | 230 | 
|  | Line is longer than 80 characters. | 230 | 
|  | Missing a Javadoc comment. | 230 | 
|  | Line is longer than 80 characters. | 231 | 
|  | Missing a Javadoc comment. | 231 | 
|  | Line is longer than 80 characters. | 232 | 
|  | 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 | 
|  | Line has trailing spaces. | 238 | 
|  | Missing a Javadoc comment. | 242 | 
|  | Missing a Javadoc comment. | 243 | 
|  | Missing a Javadoc comment. | 244 | 
|  | Missing a Javadoc comment. | 245 | 
|  | Missing a Javadoc comment. | 246 | 
|  | Missing a Javadoc comment. | 247 | 
|  | Missing a Javadoc comment. | 249 | 
|  | Missing a Javadoc comment. | 250 | 
|  | Missing a Javadoc comment. | 251 | 
|  | Missing a Javadoc comment. | 252 | 
|  | Missing a Javadoc comment. | 253 | 
|  | Missing a Javadoc comment. | 254 | 
|  | Missing a Javadoc comment. | 255 | 
|  | Line is longer than 80 characters. | 256 | 
|  | Missing a Javadoc comment. | 256 | 
|  | Missing a Javadoc comment. | 259 | 
|  | Missing a Javadoc comment. | 260 | 
|  | Missing a Javadoc comment. | 261 | 
|  | Missing a Javadoc comment. | 262 | 
|  | Line is longer than 80 characters. | 263 | 
|  | Missing a Javadoc comment. | 263 | 
|  | Missing a Javadoc comment. | 264 | 
|  | Missing a Javadoc comment. | 265 | 
|  | Line is longer than 80 characters. | 268 | 
|  | Missing a Javadoc comment. | 268 | 
|  | Line is longer than 80 characters. | 269 | 
|  | Missing a Javadoc comment. | 269 | 
|  | Missing a Javadoc comment. | 270 | 
|  | Missing a Javadoc comment. | 271 | 
|  | Missing a Javadoc comment. | 274 | 
|  | Missing a Javadoc comment. | 275 | 
|  | Missing a Javadoc comment. | 276 | 
|  | Missing a Javadoc comment. | 277 | 
|  | Line is longer than 80 characters. | 278 | 
|  | Missing a Javadoc comment. | 278 | 
|  | Line is longer than 80 characters. | 279 | 
|  | Missing a Javadoc comment. | 279 | 
|  | Missing a Javadoc comment. | 280 | 
|  | Missing a Javadoc comment. | 281 | 
|  | Line is longer than 80 characters. | 282 | 
|  | Missing a Javadoc comment. | 282 | 
|  | Missing a Javadoc comment. | 283 | 
|  | Missing a Javadoc comment. | 286 | 
|  | Missing a Javadoc comment. | 287 | 
|  | '=' is not followed by whitespace. | 287 | 
|  | Missing a Javadoc comment. | 288 | 
|  | '=' is not followed by whitespace. | 288 | 
|  | Missing a Javadoc comment. | 289 | 
|  | Missing a Javadoc comment. | 290 | 
|  | Missing a Javadoc comment. | 291 | 
|  | Missing a Javadoc comment. | 292 | 
|  | '=' is not followed by whitespace. | 292 | 
|  | Missing a Javadoc comment. | 293 | 
|  | Missing a Javadoc comment. | 294 | 
|  | Missing a Javadoc comment. | 295 | 
|  | Missing a Javadoc comment. | 296 | 
|  | Missing a Javadoc comment. | 297 | 
|  | Missing a Javadoc comment. | 298 | 
|  | Missing a Javadoc comment. | 299 | 
|  | Missing a Javadoc comment. | 300 | 
|  | '=' is not preceded with whitespace. | 300 | 
|  | Missing a Javadoc comment. | 301 | 
|  | Missing a Javadoc comment. | 302 | 
|  | Missing a Javadoc comment. | 303 | 
|  | Missing a Javadoc comment. | 304 | 
|  | Missing a Javadoc comment. | 305 | 
|  | Missing a Javadoc comment. | 306 | 
|  | Line has trailing spaces. | 307 | 
|  | Missing a Javadoc comment. | 307 | 
|  | Missing a Javadoc comment. | 308 | 
|  | Missing a Javadoc comment. | 309 | 
|  | Line is longer than 80 characters. | 310 | 
|  | Missing a Javadoc comment. | 310 | 
|  | Missing a Javadoc comment. | 311 | 
| 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. | 31 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Parameter location should be final. | 33 | 
|  | 'location' hides a field. | 33 | 
|  | Missing a Javadoc comment. | 37 | 
|  | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 42 | 
|  | Parameter enumName should be final. | 43 | 
| Violation | Message | Line | 
|---|---|---|
|  | Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 22 | 
|  | Line is longer than 80 characters. | 25 | 
|  | 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. | 15 | 
|  | Missing a Javadoc comment. | 26 | 
|  | Line has trailing spaces. | 27 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Missing a Javadoc comment. | 29 | 
|  | Missing a Javadoc comment. | 30 | 
|  | Missing a Javadoc comment. | 31 | 
|  | Line is longer than 80 characters. | 32 | 
|  | Missing a Javadoc comment. | 32 | 
|  | Line is longer than 80 characters. | 33 | 
|  | Missing a Javadoc comment. | 33 | 
|  | Missing a Javadoc comment. | 34 | 
|  | Line has trailing spaces. | 36 | 
|  | Line is longer than 80 characters. | 36 | 
|  | Missing a Javadoc comment. | 36 | 
|  | Line is longer than 80 characters. | 38 | 
|  | Missing a Javadoc comment. | 38 | 
|  | Parameter cluSetInformation should be final. | 38 | 
|  | 'cluSetInformation' hides a field. | 38 | 
|  | Parameter cluSetRetriever should be final. | 38 | 
|  | 'cluSetRetriever' hides a field. | 38 | 
|  | Line is longer than 80 characters. | 46 | 
|  | Missing a Javadoc comment. | 46 | 
|  | Parameter cluSetId should be final. | 46 | 
|  | Parameter cluSetRetriever should be final. | 46 | 
|  | 'cluSetRetriever' hides a field. | 46 | 
|  | Line has trailing spaces. | 47 | 
|  | Line is longer than 80 characters. | 52 | 
|  | Parameter result should be final. | 54 | 
|  | Line has trailing spaces. | 59 | 
|  | Line is longer than 80 characters. | 59 | 
|  | Method length is 186 lines (max allowed is 150). | 64 | 
|  | Missing a Javadoc comment. | 64 | 
|  | Line is longer than 80 characters. | 83 | 
|  | '||' should be on a new line. | 86 | 
|  | Avoid nested blocks. | 92 | 
|  | '?' is not preceded with whitespace. | 94 | 
|  | Avoid inline conditionals. | 94 | 
|  | Line is longer than 80 characters. | 98 | 
|  | Line is longer than 80 characters. | 100 | 
|  | Line is longer than 80 characters. | 102 | 
|  | Parameter event should be final. | 106 | 
|  | '10' is a magic number. | 111 | 
|  | Line has trailing spaces. | 117 | 
|  | '10' is a magic number. | 128 | 
|  | '3' is a magic number. | 130 | 
|  | '{' is not preceded with whitespace. | 138 | 
|  | Line contains a tab character. | 140 | 
|  | Line contains a tab character. | 141 | 
|  | Parameter event should be final. | 141 | 
|  | Line is longer than 80 characters. | 142 | 
|  | Line contains a tab character. | 142 | 
|  | '+' should be on a new line. | 142 | 
|  | Line is longer than 80 characters. | 143 | 
|  | Line contains a tab character. | 143 | 
|  | Line is longer than 80 characters. | 144 | 
|  | Line contains a tab character. | 144 | 
|  | '+' should be on a new line. | 144 | 
|  | Line is longer than 80 characters. | 145 | 
|  | Line contains a tab character. | 145 | 
|  | Line is longer than 80 characters. | 146 | 
|  | Line contains a tab character. | 146 | 
|  | Line has trailing spaces. | 147 | 
|  | Line contains a tab character. | 147 | 
|  | Line contains a tab character. | 148 | 
|  | Line contains a tab character. | 149 | 
|  | Line is longer than 80 characters. | 152 | 
|  | '5' is a magic number. | 152 | 
|  | Line is longer than 80 characters. | 155 | 
|  | '?' is not preceded with whitespace. | 155 | 
|  | Avoid inline conditionals. | 155 | 
|  | ':' should be on a new line. | 155 | 
|  | Line is longer than 80 characters. | 158 | 
|  | Line is longer than 80 characters. | 162 | 
|  | Line is longer than 80 characters. | 170 | 
|  | Parameter event should be final. | 175 | 
|  | Line is longer than 80 characters. | 176 | 
|  | Line is longer than 80 characters. | 177 | 
|  | '?' is not preceded with whitespace. | 177 | 
|  | Avoid inline conditionals. | 177 | 
|  | Line has trailing spaces. | 179 | 
|  | Line is longer than 80 characters. | 181 | 
|  | Line is longer than 80 characters. | 183 | 
|  | Parameter result should be final. | 185 | 
|  | Line is longer than 80 characters. | 187 | 
|  | Line is longer than 80 characters. | 201 | 
|  | Line is longer than 80 characters. | 202 | 
|  | Line is longer than 80 characters. | 203 | 
|  | '20' is a magic number. | 203 | 
|  | Line is longer than 80 characters. | 205 | 
|  | '3' is a magic number. | 205 | 
|  | Line has trailing spaces. | 208 | 
|  | Line is longer than 80 characters. | 212 | 
|  | 'cast' is not followed by whitespace. | 223 | 
|  | Line is longer than 80 characters. | 227 | 
|  | Line is longer than 80 characters. | 228 | 
|  | '5' is a magic number. | 228 | 
|  | Line is longer than 80 characters. | 230 | 
|  | '10' is a magic number. | 230 | 
|  | Line is longer than 80 characters. | 231 | 
|  | '10' is a magic number. | 231 | 
|  | Line has trailing spaces. | 250 | 
|  | Missing a Javadoc comment. | 251 | 
|  | Parameter rowIndex should be final. | 251 | 
|  | Line is longer than 80 characters. | 253 | 
|  | '10' is a magic number. | 254 | 
|  | Line is longer than 80 characters. | 256 | 
|  | Parameter event should be final. | 259 | 
|  | Line is longer than 80 characters. | 260 | 
|  | Line contains a tab character. | 260 | 
|  | '+' should be on a new line. | 260 | 
|  | Line is longer than 80 characters. | 261 | 
|  | Line contains a tab character. | 261 | 
|  | '+' is not followed by whitespace. | 261 | 
|  | Line is longer than 80 characters. | 262 | 
|  | Line contains a tab character. | 262 | 
|  | '+' should be on a new line. | 262 | 
|  | Line is longer than 80 characters. | 263 | 
|  | Line contains a tab character. | 263 | 
|  | Line is longer than 80 characters. | 264 | 
|  | Line contains a tab character. | 264 | 
|  | Line has trailing spaces. | 268 | 
|  | Line is longer than 80 characters. | 271 | 
|  | Line has trailing spaces. | 273 | 
|  | Line is longer than 80 characters. | 275 | 
|  | Line is longer than 80 characters. | 277 | 
|  | Line has trailing spaces. | 281 | 
|  | Missing a Javadoc comment. | 282 | 
|  | Parameter searchKey should be final. | 282 | 
|  | Line is longer than 80 characters. | 284 | 
|  | Line is longer than 80 characters. | 286 | 
|  | Line is longer than 80 characters. | 288 | 
|  | Line is longer than 80 characters. | 290 | 
|  | Line is longer than 80 characters. | 292 | 
|  | Line is longer than 80 characters. | 294 | 
|  | Must have at least one statement. | 294 | 
|  | Line has trailing spaces. | 295 | 
|  | Line has trailing spaces. | 297 | 
|  | Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 301 | 
|  | Missing a Javadoc comment. | 301 | 
|  | Method 'setCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 305 | 
|  | Missing a Javadoc comment. | 305 | 
|  | Parameter cluSetInformation should be final. | 305 | 
|  | 'cluSetInformation' hides a field. | 305 | 
|  | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 309 | 
|  | Missing a Javadoc comment. | 309 | 
| Violation | Message | Line | 
|---|---|---|
|  | Unused import - java.util.Set. | 7 | 
|  | Line is longer than 80 characters. | 11 | 
|  | Line is longer than 80 characters. | 12 | 
|  | Line is longer than 80 characters. | 14 | 
|  | Line is longer than 80 characters. | 15 | 
|  | Line is longer than 80 characters. | 23 | 
|  | Line is longer than 80 characters. | 31 | 
|  | 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. | 20 | 
|  | Line is longer than 80 characters. | 25 | 
|  | Line is longer than 80 characters. | 31 | 
|  | 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. | 25 | 
|  | Line is longer than 80 characters. | 29 | 
|  | 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. | 20 | 
|  | Line is longer than 80 characters. | 25 | 
|  | Line is longer than 80 characters. | 31 | 
|  | 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 |