The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 34 | |
| NewlineAtEndOfFile | 2 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 7133 | |
RegexpSingleline
| 2880 | |
| JavadocMethod | 3717 | |
| JavadocType | 46 | |
| JavadocVariable | 1080 | |
| JavadocStyle | 508 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 9 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 15 | |
| TypeName | 0 | |
| AvoidStarImport | 9 | |
| IllegalImport | 0 | |
| RedundantImport | 9 | |
| UnusedImports | 71 | |
| LineLength | 7715 | |
| MethodLength | 6 | |
| ParameterNumber | 19 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 3 | |
| NoWhitespaceAfter | 6 | |
| NoWhitespaceBefore | 3 | |
| OperatorWrap | 44 | |
| ParenPad | 1048 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 135 | |
| WhitespaceAround | 738 | |
| ModifierOrder | 36 | |
| RedundantModifier | 761 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 15 | |
| LeftCurly | 10 | |
| NeedBraces | 41 | |
| RightCurly | 163 | |
| AvoidInlineConditionals | 68 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 2 | |
| EqualsHashCode | 1 | |
| HiddenField | 786 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 20 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 15 | |
| SimplifyBooleanExpression | 5 | |
| SimplifyBooleanReturn | 12 | |
| DesignForExtension | 2383 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 6 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 459 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 2688 | |
| TodoComment | 28 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 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 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 30 | |
| ',' is not followed by whitespace. | 30 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '(' is followed by whitespace. | 36 | |
| Parameter map should be final. | 36 | |
| ',' is not followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| '(' is followed by whitespace. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Method 'getByAttributeName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter attributeName should be final. | 40 | |
| Line contains a tab character. | 41 | |
| 'if' construct must use '{}'s. | 42 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 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 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'sortCode' must be private and have accessor methods. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'attributeName' must be private and have accessor methods. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'namespaceCode' must be private and have accessor methods. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'attributeLabel' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'componentName' must be private and have accessor methods. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'kimAttributeId' must be private and have accessor methods. | 35 | |
| Line contains a tab character. | 37 | |
| Method 'getSortCode' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Method 'setSortCode' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter sortCode should be final. | 40 | |
| 'sortCode' hides a field. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter attributeName should be final. | 46 | |
| 'attributeName' hides a field. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter namespaceCode should be final. | 52 | |
| 'namespaceCode' hides a field. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Method 'getAttributeLabel' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Method 'setAttributeLabel' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter attributeLabel should be final. | 58 | |
| 'attributeLabel' hides a field. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Method 'getComponentName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'setComponentName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter componentName should be final. | 64 | |
| 'componentName' hides a field. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Method 'getKimAttributeId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Method 'setKimAttributeId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter kimAttributeId should be final. | 70 | |
| 'kimAttributeId' hides a field. | 70 | |
| Line contains a tab character. | 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 | |
| Expected an @return tag. | 76 | |
| Line contains a tab character. | 76 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| ',' is not followed by whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| ',' is not followed by whitespace. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| ',' is not followed by whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| ',' is not followed by whitespace. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'kimTypeId' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'name' must be private and have accessor methods. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'namespaceCode' must be private and have accessor methods. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'kimTypeServiceName' must be private and have accessor methods. | 36 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'attributeDefinitions' must be private and have accessor methods. | 38 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| '(' is preceded with whitespace. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Method 'getAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Method 'getKimTypeServiceName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Method 'setAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter attributeDefinitions should be final. | 60 | |
| 'attributeDefinitions' hides a field. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line has trailing spaces. | 63 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Method 'getAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '(' is followed by whitespace. | 64 | |
| Parameter kimAttributeId should be final. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| Line contains a tab character. | 65 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Method 'getAttributeDefinitionByName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '(' is followed by whitespace. | 76 | |
| Parameter attributeName should be final. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| Line contains a tab character. | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line contains a tab character. | 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 has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Method 'setKimTypeServiceName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter kimTypeServiceName should be final. | 88 | |
| 'kimTypeServiceName' hides a field. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 92 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter name should be final. | 92 | |
| 'name' hides a field. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 96 | |
| Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 100 | |
| Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter namespaceCode should be final. | 100 | |
| 'namespaceCode' hides a field. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 104 | |
| Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter kimTypeId should be final. | 104 | |
| 'kimTypeId' hides a field. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Duplicate import to line 22 - org.kuali.rice.core.api.resourceloader.GlobalResourceLoader. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Utility classes should not have a public or default constructor. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter serviceName should be final. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter serviceName should be final. | 41 | |
| Line is longer than 80 characters. | 46 | |
| '?' should be on a new line. | 46 | |
| Avoid inline conditionals. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Expected an @return tag. | 55 | |
| Line contains a tab character. | 55 | |
| Parameter kimType should be final. | 55 | |
| Expected @param tag for 'kimType'. | 55 | |
| Line contains a tab character. | 56 | |
| 'if' is not followed by whitespace. | 56 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Unused @throws tag for 'IllegalArgumentException'. | 67 | |
| Line contains a tab character. | 68 | |
| Expected an @return tag. | 69 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Parameter kimTypeServiceName should be final. | 69 | |
| Expected @param tag for 'kimTypeServiceName'. | 69 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Missing a Javadoc comment. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '(' is followed by whitespace. | 32 | |
| ')' is preceded with whitespace. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Expected an @return tag. | 40 | |
| Line contains a tab character. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Expected an @return tag. | 50 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Expected @param tag for 'kimTypeId'. | 50 | |
| Expected @param tag for 'attributes'. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line has trailing spaces. | 55 | |
| 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 has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Line has trailing spaces. | 61 | |
| Missing a Javadoc comment. | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| Line has trailing spaces. | 63 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| 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 | |
| Line is longer than 80 characters. | 51 | |
| Method 'addRoleQualification' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter primaryBusinessObjectOrDocument should be final. | 56 | |
| Parameter attributes should be final. | 57 | |
| Line is longer than 80 characters. | 66 | |
| Method 'addPermissionDetails' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter primaryBusinessObjectOrDocument should be final. | 71 | |
| Parameter attributes should be final. | 72 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Parameter primaryBusinessObjectOrDocument should be final. | 84 | |
| Parameter attributes should be final. | 85 | |
| Line is longer than 80 characters. | 88 | |
| Missing a Javadoc comment. | 92 | |
| Parameter businessObject should be final. | 93 | |
| Parameter namespaceCode should be final. | 93 | |
| Parameter permissionTemplateName should be final. | 94 | |
| Missing a Javadoc comment. | 103 | |
| Parameter namespaceCode should be final. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Parameter permissionTemplateName should be final. | 104 | |
| Parameter permissionDetails should be final. | 104 | |
| Missing a Javadoc comment. | 111 | |
| Parameter businessObject should be final. | 112 | |
| Parameter namespaceCode should be final. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Parameter permissionTemplateName should be final. | 113 | |
| Parameter permissionDetails should be final. | 113 | |
| Missing a Javadoc comment. | 122 | |
| Parameter businessObject should be final. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Parameter namespaceCode should be final. | 123 | |
| Parameter permissionName should be final. | 123 | |
| Parameter principalId should be final. | 123 | |
| Line is longer than 80 characters. | 127 | |
| Missing a Javadoc comment. | 130 | |
| Parameter businessObject should be final. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Parameter namespaceCode should be final. | 131 | |
| Parameter permissionTemplateName should be final. | 131 | |
| Parameter principalId should be final. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Missing a Javadoc comment. | 139 | |
| Parameter businessObject should be final. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Parameter namespaceCode should be final. | 140 | |
| Parameter permissionName should be final. | 140 | |
| Parameter principalId should be final. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Parameter collectionOrFieldLevelPermissionDetails should be final. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Parameter collectionOrFieldLevelRoleQualification should be final. | 142 | |
| Missing a Javadoc comment. | 166 | |
| Parameter businessObject should be final. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Parameter namespaceCode should be final. | 167 | |
| Parameter permissionTemplateName should be final. | 167 | |
| Parameter principalId should be final. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Parameter collectionOrFieldLevelPermissionDetails should be final. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Parameter collectionOrFieldLevelRoleQualification should be final. | 170 | |
| Parameter primaryBusinessObjectOrDocument should be final. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Missing a Javadoc comment. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Parameter primaryBusinessObjectOrDocument should be final. | 202 | |
| Parameter principalId should be final. | 202 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 212 | |
| Expected an @return tag. | 214 | |
| Method 'getCollectionItemPermissionDetails' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Parameter collectionItemBusinessObject should be final. | 215 | |
| Expected @param tag for 'collectionItemBusinessObject'. | 215 | |
| Line is longer than 80 characters. | 220 | |
| Expected an @return tag. | 222 | |
| Method 'getCollectionItemRoleQualifications' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter collectionItemBusinessObject should be final. | 223 | |
| Expected @param tag for 'collectionItemBusinessObject'. | 223 | |
| Parameter businessObject should be final. | 237 | |
| Line is longer than 80 characters. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Line is longer than 80 characters. | 245 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 265 | |
| Line is longer than 80 characters. | 267 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.util.Map. | 19 | |
| Unused import - java.util.Set. | 20 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.HashSet. | 19 | |
| Unused import - org.apache.commons.lang.StringUtils. | 23 | |
| Unused import - org.kuali.rice.kns.util.KNSConstants. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'allRestrictedFields' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Method 'hasAnyFieldRestrictions' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Method 'hasRestriction' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter fieldName should be final. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Method 'addFullyMaskedField' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter fieldName should be final. | 47 | |
| Line contains a tab character. | 48 | |
| Parameter maskFormatter should be final. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Method 'addPartiallyMaskedField' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter fieldName should be final. | 52 | |
| Line contains a tab character. | 53 | |
| Parameter maskFormatter should be final. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Method 'getFieldRestriction' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter fieldName should be final. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line is longer than 80 characters. | 80 | |
| 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. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| Method 'clearAllRestrictions' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 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 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Expected an @return tag. | 102 | |
| Line contains a tab character. | 102 | |
| Method 'normalizeFieldName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter fieldName should be final. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Method 'isFullyMaskedField' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter fieldName should be final. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Method 'isPartiallyMaskedField' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter fieldName should be final. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 29 | |
| 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 has trailing spaces. | 51 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Parameter fieldName should be final. | 59 | |
| 'fieldName' hides a field. | 59 | |
| Parameter canEdit should be final. | 59 | |
| Parameter canView should be final. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 66 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Parameter fieldName should be final. | 72 | |
| 'fieldName' hides a field. | 72 | |
| Parameter fieldAuthorizationFlag should be final. | 72 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '+' should be on a new line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| 'if' is not followed by whitespace. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| 'if' is not followed by whitespace. | 96 | |
| '{' is not preceded with whitespace. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line has trailing spaces. | 107 | |
| Line has trailing spaces. | 109 | |
| Method 'getKualiFieldDisplayFlag' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| '}' should be on the same line. | 118 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 130 | |
| Method 'isRestricted' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Conditional logic can be removed. | 133 | |
| '}' should be on the same line. | 135 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line has trailing spaces. | 144 | |
| Line has trailing spaces. | 146 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Conditional logic can be removed. | 149 | |
| '}' should be on the same line. | 151 | |
| Line has trailing spaces. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line has trailing spaces. | 160 | |
| Line has trailing spaces. | 162 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Conditional logic can be removed. | 165 | |
| '}' should be on the same line. | 167 | |
| Line has trailing spaces. | 175 | |
| Method 'isEditable' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line has trailing spaces. | 187 | |
| Method 'setEditable' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Parameter editable should be final. | 190 | |
| 'editable' hides a field. | 190 | |
| Line has trailing spaces. | 199 | |
| Method 'getFieldName' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Line has trailing spaces. | 208 | |
| Method 'setFieldName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter fieldName should be final. | 211 | |
| 'fieldName' hides a field. | 211 | |
| Line has trailing spaces. | 217 | |
| Method 'isViewable' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Line has trailing spaces. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line has trailing spaces. | 229 | |
| Method 'setViewable' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Parameter viewable should be final. | 232 | |
| 'viewable' hides a field. | 232 | |
| Expected an @return tag. | 242 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| '}' should be on the same line. | 248 | |
| '}' should be on the same line. | 255 | |
| Expected an @return tag. | 266 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Parameter obj should be final. | 266 | |
| Expected @param tag for 'obj'. | 266 | |
| Line is longer than 80 characters. | 274 | |
| Expected an @return tag. | 287 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Method 'isMasked' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Method 'isPartiallyMasked' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line has trailing spaces. | 305 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Method 'isShouldBeEncrypted' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Method 'setShouldBeEncrypted' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Parameter shouldBeEncrypted should be final. | 316 | |
| 'shouldBeEncrypted' hides a field. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 330 | |
| Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Parameter maskFormatter should be final. | 330 | |
| 'maskFormatter' hides a field. | 330 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Line has trailing spaces. | 333 | |
| Line contains a tab character. | 333 | |
| Line has trailing spaces. | 334 | |
| Line contains a tab character. | 334 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - javax.persistence.Column. | 18 | |
| Unused import - javax.persistence.Id. | 19 | |
| Unused import - javax.persistence.CascadeType. | 20 | |
| First sentence should end with a period. | 27 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter type should be final. | 46 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Method 'getRecipientNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'getRecipientName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'setRecipientNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter recipientNamespaceCode should be final. | 66 | |
| 'recipientNamespaceCode' hides a field. | 66 | |
| Method 'setRecipientName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter recipientName should be final. | 70 | |
| 'recipientName' hides a field. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Comment matches to-do format 'TODO:'. | 29 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| Missing a Javadoc comment. | 44 | |
| '{' is not followed by whitespace. | 44 | |
| '}' is not preceded with whitespace. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter type should be final. | 46 | |
| 'type' hides a field. | 46 | |
| Parameter actionRequested should be final. | 46 | |
| 'actionRequested' hides a field. | 46 | |
| Parameter id should be final. | 46 | |
| 'id' hides a field. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'getActionRequested' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter o should be final. | 64 | |
| 'if' construct must use '{}'s. | 65 | |
| 'if' construct must use '{}'s. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 69 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter documentNumber should be final. | 40 | |
| 'documentNumber' hides a field. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 31 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| '=' is not preceded with whitespace. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 47 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Missing a Javadoc comment. | 50 | |
| First sentence should end with a period. | 53 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 62 | |
| Method 'getWorkflowDocument' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Method 'hasWorkflowDocument' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line has trailing spaces. | 82 | |
| Method 'setWorkflowDocument' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter workflowDocument should be final. | 85 | |
| 'workflowDocument' hides a field. | 85 | |
| Expected @param tag for 'workflowDocument'. | 85 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter documentNumber should be final. | 99 | |
| 'documentNumber' hides a field. | 99 | |
| Method 'getDocumentDescription' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Method 'setDocumentDescription' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter documentDescription should be final. | 113 | |
| 'documentDescription' hides a field. | 113 | |
| Method 'getOrganizationDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line is longer than 80 characters. | 127 | |
| Method 'setOrganizationDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter organizationDocumentNumber should be final. | 127 | |
| 'organizationDocumentNumber' hides a field. | 127 | |
| Method 'getDocumentTemplateNumber' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Method 'setDocumentTemplateNumber' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Parameter documentTemplateNumber should be final. | 141 | |
| 'documentTemplateNumber' hides a field. | 141 | |
| Line has trailing spaces. | 146 | |
| Method 'getExplanation' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Method 'setExplanation' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Parameter explanation should be final. | 157 | |
| 'explanation' hides a field. | 157 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'namespaceCode' must be private and have accessor methods. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'applicationContext' must be private and have accessor methods. | 45 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'packagePrefixes' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'databaseRepositoryFilePaths' must be private and have accessor methods. | 49 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'dataDictionaryPackages' must be private and have accessor methods. | 51 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'scriptConfigurationFilePaths' must be private and have accessor methods. | 53 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'jobNames' must be private and have accessor methods. | 55 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'triggerNames' must be private and have accessor methods. | 57 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'dataSourceName' must be private and have accessor methods. | 60 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'entityManager' must be private and have accessor methods. | 63 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'externalizableBusinessObjectImplementations' must be private and have accessor methods. | 65 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'initializeDataDictionary' must be private and have accessor methods. | 67 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'persistenceService' must be private and have accessor methods. | 69 | |
| Line contains a tab character. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'dataDictionaryService' must be private and have accessor methods. | 71 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 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. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Method 'getDatabaseRepositoryFilePaths' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Method 'setDatabaseRepositoryFilePaths' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Line contains a tab character. | 92 | |
| Parameter databaseRepositoryFilePaths should be final. | 92 | |
| 'databaseRepositoryFilePaths' hides a field. | 92 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Method 'getDataDictionaryPackages' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Method 'setDataDictionaryPackages' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter dataDictionaryPackages should be final. | 107 | |
| 'dataDictionaryPackages' hides a field. | 107 | |
| Line has trailing spaces. | 108 | |
| Line contains a tab character. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line has trailing spaces. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Method 'getExternalizableBusinessObjectImplementations' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Method 'setExternalizableBusinessObjectImplementations' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Parameter externalizableBusinessObjectImplementations should be final. | 125 | |
| 'externalizableBusinessObjectImplementations' hides a field. | 125 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| '+' should be on a new line. | 130 | |
| Line is longer than 80 characters. | 131 | |
| 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 is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 138 | |
| Method 'getPackagePrefixes' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '{' is not preceded with whitespace. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 142 | |
| Method 'setPackagePrefixes' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter packagePrefixes should be final. | 142 | |
| 'packagePrefixes' hides a field. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Method 'setInitializeDataDictionary' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter initializeDataDictionary should be final. | 147 | |
| 'initializeDataDictionary' hides a field. | 147 | |
| '{' is not preceded with whitespace. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 151 | |
| Method 'getScriptConfigurationFilePaths' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| '{' is not preceded with whitespace. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Method 'getJobNames' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Method 'setJobNames' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Parameter jobNames should be final. | 165 | |
| 'jobNames' hides a field. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Method 'getTriggerNames' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Method 'setTriggerNames' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Parameter triggerNames should be final. | 180 | |
| 'triggerNames' hides a field. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Method 'isInitializeDataDictionary' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Method 'setScriptConfigurationFilePaths' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Line contains a tab character. | 195 | |
| Parameter scriptConfigurationFilePaths should be final. | 195 | |
| 'scriptConfigurationFilePaths' hides a field. | 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. | 199 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| ')' is preceded with whitespace. | 201 | |
| Line contains a tab character. | 202 | |
| '(' is followed by whitespace. | 202 | |
| ')' is preceded with whitespace. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| '(' is followed by whitespace. | 205 | |
| ')' is preceded with whitespace. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| 'cast' is not followed by whitespace. | 206 | |
| '(' is followed by whitespace. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| '(' is followed by whitespace. | 208 | |
| ')' is preceded with whitespace. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| '(' is followed by whitespace. | 218 | |
| ')' is preceded with whitespace. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line contains a tab character. | 219 | |
| 'cast' is not followed by whitespace. | 219 | |
| '(' is followed by whitespace. | 219 | |
| ')' is preceded with whitespace. | 219 | |
| Line contains a tab character. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line contains a tab character. | 221 | |
| '(' is followed by whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter namespaceCode should be final. | 236 | |
| 'namespaceCode' hides a field. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 240 | |
| Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| Parameter applicationContext should be final. | 241 | |
| 'applicationContext' hides a field. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 255 | |
| Method 'setDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Parameter dataDictionaryService should be final. | 255 | |
| 'dataDictionaryService' hides a field. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Method 'getPersistenceService' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Method 'setPersistenceService' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Parameter persistenceService should be final. | 269 | |
| 'persistenceService' hides a field. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Method 'getDataSourceName' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Method 'setDataSourceName' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Missing a Javadoc comment. | 277 | |
| Parameter dataSourceName should be final. | 277 | |
| 'dataSourceName' hides a field. | 277 | |
| Method 'getEntityManager' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Parameter entityManager should be final. | 285 | |
| 'entityManager' hides a field. | 285 | |
| Line has trailing spaces. | 288 | |
| Line has trailing spaces. | 290 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line has trailing spaces. | 292 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Method 'trimList' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Parameter stringList should be final. | 295 | |
| Expected @param tag for 'stringList'. | 295 | |
| '{' is not preceded with whitespace. | 295 | |
| Line contains a tab character. | 296 | |
| 'if' is not followed by whitespace. | 296 | |
| '{' is not preceded with whitespace. | 296 | |
| Line has trailing spaces. | 297 | |
| Line is longer than 80 characters. | 297 | |
| Line contains a tab character. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| 'for' is not followed by whitespace. | 299 | |
| '=' is not preceded with whitespace. | 299 | |
| '=' is not followed by whitespace. | 299 | |
| '<' is not preceded with whitespace. | 299 | |
| '<' is not followed by whitespace. | 299 | |
| '{' is not preceded with whitespace. | 299 | |
| Line has trailing spaces. | 300 | |
| Line is longer than 80 characters. | 300 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line has trailing spaces. | 303 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 32 | |
| '=' is not preceded with whitespace. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 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 | |
| Line contains a tab character. | 40 | |
| Variable 'documentNumber' must be private and have accessor methods. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Variable 'sessionId' must be private and have accessor methods. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| Variable 'lastUpdatedDate' must be private and have accessor methods. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| '=' is not preceded with whitespace. | 46 | |
| '=' is not followed by whitespace. | 46 | |
| Line contains a tab character. | 47 | |
| Variable 'serializedDocumentForm' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '=' is not preceded with whitespace. | 49 | |
| '=' is not followed by whitespace. | 49 | |
| Line contains a tab character. | 50 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| Line contains a tab character. | 51 | |
| Variable 'encrypted' must be private and have accessor methods. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line contains a tab character. | 53 | |
| Variable 'principalId' must be private and have accessor methods. | 53 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line contains a tab character. | 55 | |
| Variable 'ipAddress' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 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 | |
| Method 'getSerializedDocumentForm' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line contains a tab character. | 62 | |
| 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 | |
| Method 'setSerializedDocumentForm' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter serializedDocumentForm should be final. | 68 | |
| 'serializedDocumentForm' hides a field. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line contains a tab character. | 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 | |
| Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter sessionId should be final. | 83 | |
| 'sessionId' hides a field. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 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 | |
| Method 'getLastUpdatedDate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Method 'setLastUpdatedDate' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter lastUpdatedDate should be final. | 98 | |
| 'lastUpdatedDate' hides a field. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter documentNumber should be final. | 112 | |
| 'documentNumber' hides a field. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line has trailing spaces. | 116 | |
| Line contains a tab character. | 116 | |
| Line has trailing spaces. | 117 | |
| 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 | |
| Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter principalId should be final. | 128 | |
| 'principalId' hides a field. | 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 | |
| Line contains a tab character. | 135 | |
| Method 'getIpAddress' 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. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Method 'setIpAddress' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Parameter ipAddress should be final. | 142 | |
| 'ipAddress' hides a field. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 146 | |
| Method 'isEncrypted' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 150 | |
| Method 'setEncrypted' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter encrypted should be final. | 150 | |
| 'encrypted' hides a field. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| Line contains a tab character. | 33 | |
| Variable 'documentNumber' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Line contains a tab character. | 36 | |
| Variable 'sessionId' must be private and have accessor methods. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 38 | |
| Line contains a tab character. | 39 | |
| Variable 'principalId' must be private and have accessor methods. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| Line contains a tab character. | 42 | |
| Variable 'ipAddress' must be private and have accessor methods. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '{' is not followed by whitespace. | 44 | |
| '}' is not preceded with whitespace. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter documentNumber should be final. | 46 | |
| 'documentNumber' hides a field. | 46 | |
| Parameter sessionId should be final. | 46 | |
| 'sessionId' hides a field. | 46 | |
| Parameter principalId should be final. | 46 | |
| 'principalId' hides a field. | 46 | |
| Parameter ipAddress should be final. | 46 | |
| 'ipAddress' hides a field. | 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 has trailing spaces. | 52 | |
| 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 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Line contains a tab character. | 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. | 62 | |
| Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'getIpAddress' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter documentNumber should be final. | 80 | |
| 'documentNumber' hides a field. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 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 | |
| Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter sessionId should be final. | 86 | |
| 'sessionId' hides a field. | 86 | |
| Line contains a tab character. | 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 | |
| Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter principalId should be final. | 92 | |
| 'principalId' hides a field. | 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. | 97 | |
| Line contains a tab character. | 98 | |
| Method 'setIpAddress' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter ipAddress should be final. | 98 | |
| 'ipAddress' hides a field. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'forceUppercase' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'name' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'label' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'shortLabel' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'displayLabelAttribute' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'maxLength' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'unique' must be private and have accessor methods. | 50 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'exclusiveMin' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'inclusiveMax' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'validationPattern' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'required' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'control' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'summary' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'description' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'formatterClass' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'attributeSecurity' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 67 | |
| '{' is not followed by whitespace. | 67 | |
| '}' is not preceded with whitespace. | 67 | |
| Method 'setForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter forceUppercase should be final. | 74 | |
| 'forceUppercase' hides a field. | 74 | |
| Expected @param tag for 'forceUppercase'. | 74 | |
| Method 'getForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter name should be final. | 89 | |
| 'name' hides a field. | 89 | |
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter label should be final. | 105 | |
| 'label' hides a field. | 105 | |
| Expected @param tag for 'label'. | 105 | |
| Method 'getShortLabel' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Avoid inline conditionals. | 116 | |
| Method 'getDirectShortLabel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Method 'setShortLabel' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter shortLabel should be final. | 131 | |
| 'shortLabel' hides a field. | 131 | |
| Expected @param tag for 'shortLabel'. | 131 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter maxLength should be final. | 146 | |
| 'maxLength' hides a field. | 146 | |
| Expected @param tag for 'maxLength'. | 146 | |
| Method 'getExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Method 'setExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter exclusiveMin should be final. | 159 | |
| 'exclusiveMin' hides a field. | 159 | |
| Expected @param tag for 'exclusiveMin'. | 159 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 168 | |
| Expected an @return tag. | 170 | |
| Method 'getInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 179 | |
| Method 'setInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter inclusiveMax should be final. | 181 | |
| 'inclusiveMax' hides a field. | 181 | |
| Expected @param tag for 'inclusiveMax'. | 181 | |
| Method 'hasValidationPattern' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Method 'getValidationPattern' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 257 | |
| Method 'setValidationPattern' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Parameter validationPattern should be final. | 259 | |
| 'validationPattern' hides a field. | 259 | |
| Expected @param tag for 'validationPattern'. | 259 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Parameter required should be final. | 269 | |
| 'required' hides a field. | 269 | |
| Expected @param tag for 'required'. | 269 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Method 'getControl' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 306 | |
| Line contains a tab character. | 310 | |
| Unused @throws tag for 'IllegalArgumentException'. | 334 | |
| Method 'setControl' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| Parameter control should be final. | 336 | |
| 'control' hides a field. | 336 | |
| Expected @param tag for 'control'. | 336 | |
| Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| Missing a Javadoc comment. | 343 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 349 | |
| Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Parameter summary should be final. | 351 | |
| 'summary' hides a field. | 351 | |
| Expected @param tag for 'summary'. | 351 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Missing a Javadoc comment. | 355 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| Parameter description should be final. | 363 | |
| 'description' hides a field. | 363 | |
| Expected @param tag for 'description'. | 363 | |
| Method 'hasFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| Missing a Javadoc comment. | 367 | |
| Method 'getFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Missing a Javadoc comment. | 371 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line is longer than 80 characters. | 378 | |
| Line is longer than 80 characters. | 379 | |
| Method 'setFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Parameter formatterClass should be final. | 382 | |
| 'formatterClass' hides a field. | 382 | |
| Expected @param tag for 'formatterClass'. | 382 | |
| Line is longer than 80 characters. | 390 | |
| Line has trailing spaces. | 391 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 394 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Parameter rootObjectClass should be final. | 394 | |
| Expected @param tag for 'rootObjectClass'. | 394 | |
| Parameter otherObjectClass should be final. | 394 | |
| Expected @param tag for 'otherObjectClass'. | 394 | |
| Line is longer than 80 characters. | 397 | |
| Line has trailing spaces. | 399 | |
| '(' is followed by whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| Line is longer than 80 characters. | 401 | |
| '(' is followed by whitespace. | 401 | |
| ')' is preceded with whitespace. | 401 | |
| Line has trailing spaces. | 403 | |
| Line has trailing spaces. | 404 | |
| Line is longer than 80 characters. | 404 | |
| Line has trailing spaces. | 405 | |
| 'if' is not followed by whitespace. | 406 | |
| '{' is not preceded with whitespace. | 406 | |
| Line is longer than 80 characters. | 407 | |
| Line contains a tab character. | 407 | |
| Line has trailing spaces. | 409 | |
| Line contains a tab character. | 411 | |
| Line has trailing spaces. | 413 | |
| Line contains a tab character. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Line contains a tab character. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line contains a tab character. | 417 | |
| Line is longer than 80 characters. | 418 | |
| Line contains a tab character. | 418 | |
| Line contains a tab character. | 419 | |
| Line contains a tab character. | 420 | |
| Line is longer than 80 characters. | 421 | |
| Line contains a tab character. | 421 | |
| Line contains a tab character. | 422 | |
| '(' is followed by whitespace. | 424 | |
| ')' is preceded with whitespace. | 424 | |
| Line is longer than 80 characters. | 425 | |
| ')' is preceded with whitespace. | 425 | |
| Expected an @return tag. | 434 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Method 'getDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| Missing a Javadoc comment. | 440 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Method 'setDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| Parameter displayLabelAttribute should be final. | 454 | |
| 'displayLabelAttribute' hides a field. | 454 | |
| Expected @param tag for 'displayLabelAttribute'. | 454 | |
| Line contains a tab character. | 459 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Method 'getAttributeSecurity' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 470 | |
| Method 'setAttributeSecurity' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Parameter attributeSecurity should be final. | 470 | |
| 'attributeSecurity' hides a field. | 470 | |
| Line contains a tab character. | 471 | |
| Line contains a tab character. | 472 | |
| Line has trailing spaces. | 473 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Method 'hasAttributeSecurity' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| Missing a Javadoc comment. | 474 | |
| Line contains a tab character. | 475 | |
| Line has trailing spaces. | 477 | |
| Line contains a tab character. | 477 | |
| Line has trailing spaces. | 478 | |
| Line contains a tab character. | 478 | |
| Line has trailing spaces. | 481 | |
| Line is longer than 80 characters. | 482 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Expected @throws tag for 'Exception'. | 484 | |
| Line contains a tab character. | 485 | |
| '(' is followed by whitespace. | 485 | |
| ')' is preceded with whitespace. | 485 | |
| Line contains a tab character. | 486 | |
| '(' is followed by whitespace. | 486 | |
| ')' is preceded with whitespace. | 486 | |
| Line contains a tab character. | 487 | |
| Line has trailing spaces. | 488 | |
| Line contains a tab character. | 488 | |
| Line contains a tab character. | 492 | |
| Line contains a tab character. | 493 | |
| Line contains a tab character. | 494 | |
| Line contains a tab character. | 495 | |
| Method 'getUnique' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| Line contains a tab character. | 496 | |
| Line contains a tab character. | 497 | |
| Line contains a tab character. | 500 | |
| Line contains a tab character. | 501 | |
| Line contains a tab character. | 502 | |
| Line contains a tab character. | 503 | |
| Method 'setUnique' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| Parameter unique should be final. | 503 | |
| 'unique' hides a field. | 503 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'readOnly' must be private and have accessor methods. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'hide' must be private and have accessor methods. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'mask' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'partialMask' must be private and have accessor methods. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'partialMaskFormatter' must be private and have accessor methods. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'maskFormatter' must be private and have accessor methods. | 36 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter readOnly should be final. | 49 | |
| 'readOnly' hides a field. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Method 'isHide' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'setHide' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter hide should be final. | 64 | |
| 'hide' hides a field. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| 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 'isMask' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| 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 | |
| Method 'setMask' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter mask should be final. | 79 | |
| 'mask' hides a field. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Method 'isPartialMask' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Method 'setPartialMask' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter partialMask should be final. | 94 | |
| 'partialMask' hides a field. | 94 | |
| Line contains a tab character. | 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 | |
| Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter maskFormatter should be final. | 109 | |
| 'maskFormatter' hides a field. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Method 'getPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| Method 'setPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter partialMaskFormatter should be final. | 124 | |
| 'partialMaskFormatter' hides a field. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter rootBusinessObjectClass should be final. | 134 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 134 | |
| Line contains a tab character. | 135 | |
| Parameter otherBusinessObjectClass should be final. | 135 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 135 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 138 | |
| 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. | 144 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Expected an @return tag. | 149 | |
| Line contains a tab character. | 149 | |
| Method 'hasAnyRestriction' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 152 | |
| Line contains a tab character. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Expected an @return tag. | 160 | |
| Line contains a tab character. | 160 | |
| Method 'hasRestrictionThatRemovesValueFromUI' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Line has trailing spaces. | 161 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 27 | |
| Expected an @return tag. | 31 | |
| Line has trailing spaces. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Expected an @return tag. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Expected @param tag for 'bean'. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'baseBusinessObjectClass' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'exporterClass' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'boNotesEnabled' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'inquiryDefinition' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'lookupDefinition' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'helpDefinition' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'titleAttribute' must be private and have accessor methods. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'objectLabel' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'objectDescription' must be private and have accessor methods. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'inactivationBlockingDefinitions' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'primaryKeys' must be private and have accessor methods. | 74 | |
| Line has trailing spaces. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'groupByAttributesForEffectiveDating' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 78 | |
| '{' is not followed by whitespace. | 78 | |
| '}' is not preceded with whitespace. | 78 | |
| Expected an @return tag. | 83 | |
| Method 'getJstlKey' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 88 | |
| Avoid inline conditionals. | 88 | |
| Line is longer than 80 characters. | 91 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter businessObjectClass should be final. | 91 | |
| 'businessObjectClass' hides a field. | 91 | |
| Line is longer than 80 characters. | 93 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| Line contains a tab character. | 97 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 115 | |
| Method 'setBaseBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter baseBusinessObjectClass should be final. | 115 | |
| 'baseBusinessObjectClass' hides a field. | 115 | |
| Expected @param tag for 'baseBusinessObjectClass'. | 115 | |
| Method 'getBaseBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'getExporterClass' 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 contains a tab character. | 126 | |
| Line contains a tab character. | 128 | |
| Method 'setExporterClass' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter exporterClass should be final. | 128 | |
| 'exporterClass' hides a field. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Method 'isBoNotesEnabled' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Method 'setBoNotesEnabled' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter boNotesEnabled should be final. | 143 | |
| 'boNotesEnabled' hides a field. | 143 | |
| Expected @param tag for 'boNotesEnabled'. | 143 | |
| Method 'hasInquiryDefinition' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line is longer than 80 characters. | 155 | |
| Method 'getInquiryDefinition' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Method 'setInquiryDefinition' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter inquiryDefinition should be final. | 174 | |
| 'inquiryDefinition' hides a field. | 174 | |
| Expected @param tag for 'inquiryDefinition'. | 174 | |
| Method 'hasLookupDefinition' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Line is longer than 80 characters. | 186 | |
| Method 'getLookupDefinition' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Line is longer than 80 characters. | 195 | |
| Method 'setLookupDefinition' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Parameter lookupDefinition should be final. | 212 | |
| 'lookupDefinition' hides a field. | 212 | |
| Expected @param tag for 'lookupDefinition'. | 212 | |
| Method 'getTitleAttribute' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Method 'setTitleAttribute' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Parameter titleAttribute should be final. | 233 | |
| 'titleAttribute' hides a field. | 233 | |
| Expected @param tag for 'titleAttribute'. | 233 | |
| Line is longer than 80 characters. | 239 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| 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 | |
| '+' should be on a new line. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 259 | |
| Line is longer than 80 characters. | 260 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| 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 is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| '(' is followed by whitespace. | 268 | |
| ')' is preceded with whitespace. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| '(' is followed by whitespace. | 271 | |
| ')' is preceded with whitespace. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| '(' is followed by whitespace. | 272 | |
| Line is longer than 80 characters. | 277 | |
| Expected an @return tag. | 279 | |
| Method 'getEntryClass' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Line contains a tab character. | 280 | |
| Line is longer than 80 characters. | 286 | |
| Expected an @return tag. | 288 | |
| Method 'getFullClassName' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Method 'getObjectLabel' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Method 'setObjectLabel' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Parameter objectLabel should be final. | 305 | |
| 'objectLabel' hides a field. | 305 | |
| Method 'getObjectDescription' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Unused @param tag for 'description'. | 320 | |
| Method 'setObjectDescription' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Parameter objectDescription should be final. | 322 | |
| 'objectDescription' hides a field. | 322 | |
| Expected @param tag for 'objectDescription'. | 322 | |
| Method 'getHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 343 | |
| Method 'setHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Parameter helpDefinition should be final. | 347 | |
| 'helpDefinition' hides a field. | 347 | |
| Expected an @return tag. | 354 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Line is longer than 80 characters. | 358 | |
| Method 'getInactivationBlockingDefinitions' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Missing a Javadoc comment. | 358 | |
| Line is longer than 80 characters. | 362 | |
| Method 'setInactivationBlockingDefinitions' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Missing a Javadoc comment. | 362 | |
| Parameter inactivationBlockingDefinitions should be final. | 362 | |
| 'inactivationBlockingDefinitions' hides a field. | 362 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Method 'getPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| Line contains a tab character. | 370 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 373 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line contains a tab character. | 376 | |
| Method 'setPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Parameter primaryKeys should be final. | 376 | |
| 'primaryKeys' hides a field. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line has trailing spaces. | 379 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| Method 'getGroupByAttributesForEffectiveDating' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| Missing a Javadoc comment. | 380 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Line contains a tab character. | 384 | |
| Method 'setGroupByAttributesForEffectiveDating' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Parameter groupByAttributesForEffectiveDating should be final. | 384 | |
| 'groupByAttributesForEffectiveDating' hides a field. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Line contains a tab character. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Line contains a tab character. | 392 | |
| Expected @throws tag for 'Exception'. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| '(' is followed by whitespace. | 395 | |
| ')' is preceded with whitespace. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line contains a tab character. | 396 | |
| '(' is followed by whitespace. | 396 | |
| ')' is preceded with whitespace. | 396 | |
| Line contains a tab character. | 397 | |
| '(' is followed by whitespace. | 397 | |
| ')' is preceded with whitespace. | 397 | |
| Line is longer than 80 characters. | 398 | |
| Line contains a tab character. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Line contains a tab character. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line contains a tab character. | 400 | |
| '(' is followed by whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| Line contains a tab character. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Line contains a tab character. | 402 | |
| Line contains a tab character. | 403 | |
| Line contains a tab character. | 404 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'name' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'label' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'shortLabel' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'elementLabel' must be private and have accessor methods. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'summary' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'description' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 39 | |
| '{' is not followed by whitespace. | 39 | |
| '}' is not preceded with whitespace. | 39 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter name should be final. | 45 | |
| 'name' hides a field. | 45 | |
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter label should be final. | 56 | |
| 'label' hides a field. | 56 | |
| Method 'getShortLabel' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Avoid inline conditionals. | 67 | |
| Method 'setShortLabel' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter shortLabel should be final. | 70 | |
| 'shortLabel' hides a field. | 70 | |
| Line has trailing spaces. | 78 | |
| Method 'getElementLabel' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'setElementLabel' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter elementLabel should be final. | 90 | |
| 'elementLabel' hides a field. | 90 | |
| Expected @param tag for 'elementLabel'. | 90 | |
| Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter summary should be final. | 102 | |
| 'summary' hides a field. | 102 | |
| Expected @param tag for 'summary'. | 102 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter description should be final. | 114 | |
| 'description' hides a field. | 114 | |
| Expected @param tag for 'description'. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter rootBusinessObjectClass should be final. | 124 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 124 | |
| Parameter otherBusinessObjectClass should be final. | 124 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Expected an @return tag. | 134 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.datadictionary.exception.CompletionException. | 38 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| First sentence should end with a period. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| First sentence should end with a period. | 67 | |
| 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 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 78 | |
| Method 'getConfigFileLocations' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'setConfigFileLocations' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter configFileLocations should be final. | 82 | |
| 'configFileLocations' hides a field. | 82 | |
| Line has trailing spaces. | 85 | |
| Method 'addConfigFileLocation' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '(' is followed by whitespace. | 86 | |
| Parameter location should be final. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| First sentence should end with a period. | 90 | |
| Method 'setDataDictionaryMapper' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter mapper should be final. | 94 | |
| Line contains a tab character. | 95 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter sourceName should be final. | 98 | |
| ')' is preceded with whitespace. | 103 | |
| Line is longer than 80 characters. | 109 | |
| '(' is followed by whitespace. | 112 | |
| ')' is preceded with whitespace. | 112 | |
| '!' is followed by whitespace. | 116 | |
| Line has trailing spaces. | 117 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 119 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| Line has trailing spaces. | 122 | |
| Missing a Javadoc comment. | 124 | |
| Parameter sourceName should be final. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Missing a Javadoc comment. | 129 | |
| Parameter dir should be final. | 129 | |
| ')' is preceded with whitespace. | 133 | |
| '(' is followed by whitespace. | 134 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Method 'parseDataDictionaryConfigurationFiles' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| '(' is followed by whitespace. | 143 | |
| Parameter allowConcurrentValidation should be final. | 143 | |
| ')' is preceded with whitespace. | 143 | |
| '(' is followed by whitespace. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| '(' is followed by whitespace. | 148 | |
| ')' is preceded with whitespace. | 148 | |
| Line is longer than 80 characters. | 149 | |
| '(' is followed by whitespace. | 151 | |
| ')' is preceded with whitespace. | 151 | |
| Line is longer than 80 characters. | 154 | |
| '(' is followed by whitespace. | 156 | |
| ')' is preceded with whitespace. | 156 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Line has trailing spaces. | 164 | |
| Line contains a tab character. | 164 | |
| Missing a Javadoc comment. | 165 | |
| Variable 'validateEBOs' must be private and have accessor methods. | 165 | |
| Line has trailing spaces. | 166 | |
| Method 'validateDD' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| '(' is followed by whitespace. | 167 | |
| Parameter validateEbos should be final. | 167 | |
| ')' is preceded with whitespace. | 167 | |
| Line contains a tab character. | 168 | |
| Line is longer than 80 characters. | 169 | |
| ',' is not followed by whitespace. | 169 | |
| '(' is followed by whitespace. | 170 | |
| ')' is preceded with whitespace. | 170 | |
| Line is longer than 80 characters. | 173 | |
| ',' is not followed by whitespace. | 173 | |
| '(' is followed by whitespace. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| Line has trailing spaces. | 178 | |
| Method 'validateDD' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Line contains a tab character. | 180 | |
| Line is longer than 80 characters. | 181 | |
| ',' is not followed by whitespace. | 181 | |
| '(' is followed by whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| Line is longer than 80 characters. | 185 | |
| ',' is not followed by whitespace. | 185 | |
| '(' is followed by whitespace. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Method 'getBusinessObjectEntry' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Parameter className should be final. | 195 | |
| Expected @param tag for 'className'. | 195 | |
| ')' is preceded with whitespace. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| First sentence should end with a period. | 199 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line has trailing spaces. | 201 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Expected an @return tag. | 205 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Method 'getBusinessObjectEntryForConcreteClass' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Parameter className should be final. | 205 | |
| Expected @param tag for 'className'. | 205 | |
| '{' is not preceded with whitespace. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line has trailing spaces. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Method 'getBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Method 'getBusinessObjectEntries' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Method 'getDictionaryObjectEntry' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter className should be final. | 228 | |
| Expected @param tag for 'className'. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line contains a tab character. | 233 | |
| Line is longer than 80 characters. | 234 | |
| 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. | 238 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line has trailing spaces. | 243 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Method 'getDocumentEntry' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter documentTypeDDKey should be final. | 247 | |
| ')' is preceded with whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line has trailing spaces. | 253 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line has trailing spaces. | 256 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| Method 'getMaintenanceDocumentEntryForBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Parameter businessObjectClass should be final. | 261 | |
| Expected @param tag for 'businessObjectClass'. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 265 | |
| Method 'getDocumentEntries' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Unused @throws tag for 'CompletionException'. | 273 | |
| Parameter targetClass should be final. | 275 | |
| Expected @param tag for 'targetClass'. | 275 | |
| Parameter propertyName should be final. | 275 | |
| Expected @param tag for 'propertyName'. | 275 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Unused @throws tag for 'CompletionException'. | 293 | |
| Line is longer than 80 characters. | 295 | |
| Parameter targetClass should be final. | 295 | |
| Expected @param tag for 'targetClass'. | 295 | |
| Parameter propertyName should be final. | 295 | |
| Expected @param tag for 'propertyName'. | 295 | |
| Line is longer than 80 characters. | 298 | |
| Missing a Javadoc comment. | 310 | |
| Variable 'persistenceStructureService' must be private and have accessor methods. | 310 | |
| Line has trailing spaces. | 311 | |
| '(' is followed by whitespace. | 316 | |
| ')' is preceded with whitespace. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line has trailing spaces. | 321 | |
| Line is longer than 80 characters. | 323 | |
| Line has trailing spaces. | 325 | |
| Unused @param tag for 'rootClass'. | 326 | |
| Line is longer than 80 characters. | 328 | |
| Parameter boClass should be final. | 330 | |
| Expected @param tag for 'boClass'. | 330 | |
| Parameter attributeName should be final. | 330 | |
| Line is longer than 80 characters. | 334 | |
| Line contains a tab character. | 337 | |
| Line has trailing spaces. | 338 | |
| Line is longer than 80 characters. | 339 | |
| 'if' construct must use '{}'s. | 340 | |
| 'if' is not followed by whitespace. | 340 | |
| Line is longer than 80 characters. | 341 | |
| Line contains a tab character. | 341 | |
| 'else' construct must use '{}'s. | 342 | |
| Line has trailing spaces. | 343 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| First sentence should end with a period. | 347 | |
| Line has trailing spaces. | 348 | |
| Line is longer than 80 characters. | 349 | |
| Line has trailing spaces. | 350 | |
| Expected an @return tag. | 355 | |
| Line is longer than 80 characters. | 355 | |
| Parameter boClass should be final. | 355 | |
| Expected @param tag for 'boClass'. | 355 | |
| Parameter attributeName should be final. | 355 | |
| Expected @param tag for 'attributeName'. | 355 | |
| '{' is not preceded with whitespace. | 355 | |
| Line contains a tab character. | 356 | |
| Line is longer than 80 characters. | 360 | |
| Line contains a tab character. | 360 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 367 | |
| First sentence should end with a period. | 371 | |
| Line has trailing spaces. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line has trailing spaces. | 374 | |
| Line has trailing spaces. | 375 | |
| Line is longer than 80 characters. | 375 | |
| Line has trailing spaces. | 376 | |
| Expected an @return tag. | 381 | |
| Line is longer than 80 characters. | 381 | |
| Parameter boClass should be final. | 381 | |
| Expected @param tag for 'boClass'. | 381 | |
| Parameter attributeName should be final. | 381 | |
| Expected @param tag for 'attributeName'. | 381 | |
| '{' is not preceded with whitespace. | 381 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 403 | |
| '(' is followed by whitespace. | 403 | |
| '(' is followed by whitespace. | 403 | |
| ')' is preceded with whitespace. | 403 | |
| ')' is preceded with whitespace. | 403 | |
| Line has trailing spaces. | 404 | |
| Line is longer than 80 characters. | 404 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| Comment matches to-do format 'TODO:'. | 407 | |
| Line is longer than 80 characters. | 407 | |
| Line contains a tab character. | 407 | |
| Line is longer than 80 characters. | 408 | |
| Line contains a tab character. | 408 | |
| '}' should be on the same line. | 409 | |
| '}' should be on the same line. | 413 | |
| Line is longer than 80 characters. | 415 | |
| Line contains a tab character. | 415 | |
| Line has trailing spaces. | 420 | |
| Line is longer than 80 characters. | 422 | |
| Line has trailing spaces. | 423 | |
| Line is longer than 80 characters. | 425 | |
| Expected an @return tag. | 428 | |
| Line is longer than 80 characters. | 428 | |
| Parameter boClass should be final. | 428 | |
| Parameter collectionName should be final. | 428 | |
| Line is longer than 80 characters. | 433 | |
| '<' is not followed by whitespace. | 441 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 452 | |
| Line is longer than 80 characters. | 454 | |
| Line is longer than 80 characters. | 455 | |
| Line is longer than 80 characters. | 456 | |
| '}' should be on the same line. | 458 | |
| Line is longer than 80 characters. | 460 | |
| '}' should be on the same line. | 463 | |
| Line is longer than 80 characters. | 475 | |
| Missing a Javadoc comment. | 475 | |
| 'private' modifier out of order with the JLS suggestions. | 475 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 482 | |
| Parameter propertyClass should be final. | 482 | |
| Expected @param tag for 'propertyClass'. | 482 | |
| Parameter propertyName should be final. | 482 | |
| Expected @param tag for 'propertyName'. | 482 | |
| Line is longer than 80 characters. | 499 | |
| Line is longer than 80 characters. | 506 | |
| '(' is followed by whitespace. | 506 | |
| '(' is followed by whitespace. | 506 | |
| ')' is preceded with whitespace. | 506 | |
| ')' is preceded with whitespace. | 506 | |
| Line has trailing spaces. | 507 | |
| Line is longer than 80 characters. | 507 | |
| '(' is followed by whitespace. | 507 | |
| ')' is preceded with whitespace. | 507 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 515 | |
| '}' should be on the same line. | 517 | |
| Line is longer than 80 characters. | 520 | |
| '}' should be on the same line. | 524 | |
| Line is longer than 80 characters. | 543 | |
| Line is longer than 80 characters. | 545 | |
| Parameter propertyClass should be final. | 545 | |
| Expected @param tag for 'propertyClass'. | 545 | |
| Parameter propertyName should be final. | 545 | |
| Expected @param tag for 'propertyName'. | 545 | |
| Line is longer than 80 characters. | 555 | |
| Line is longer than 80 characters. | 571 | |
| '}' should be on the same line. | 573 | |
| Line is longer than 80 characters. | 577 | |
| '}' should be on the same line. | 579 | |
| Must have at least one statement. | 580 | |
| Line is longer than 80 characters. | 602 | |
| Method 'getAllInactivationBlockingMetadatas' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| Missing a Javadoc comment. | 602 | |
| Parameter blockedClass should be final. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line contains a tab character. | 603 | |
| Line has trailing spaces. | 605 | |
| Line is longer than 80 characters. | 607 | |
| Method 'performBeanOverrides' is not designed for extension - needs to be abstract, final or empty. | 610 | |
| '{' should be on the previous line. | 611 | |
| Line is longer than 80 characters. | 612 | |
| Line contains a tab character. | 612 | |
| Line has trailing spaces. | 613 | |
| Line contains a tab character. | 613 | |
| Line contains a tab character. | 614 | |
| '{' is not preceded with whitespace. | 614 | |
| Line is longer than 80 characters. | 615 | |
| Line contains a tab character. | 615 | |
| Line contains a tab character. | 616 | |
| Line contains a tab character. | 617 | |
| Line has trailing spaces. | 618 | |
| Line contains a tab character. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Line is longer than 80 characters. | 621 | |
| Line contains a tab character. | 621 | |
| Line contains a tab character. | 622 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Unused @throws tag for 'org.kuali.rice.kns.datadictionary.exception.CompletionException'. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 28 | |
| 'public' modifier out of order with the JLS suggestions. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'id' must be private and have accessor methods. | 31 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter id should be final. | 43 | |
| 'id' hides a field. | 43 | |
| Expected @param tag for 'id'. | 43 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Expected @throws tag for 'Exception'. | 50 | |
| '{' is not followed by whitespace. | 50 | |
| '}' is not preceded with whitespace. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 56 | |
| Redundant 'public' modifier. | 58 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Unused @throws tag for 'org.kuali.rice.kns.datadictionary.exception.CompletionException'. | 63 | |
| Redundant 'public' modifier. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Redundant 'public' modifier. | 71 | |
| Expected @param tag for 'attributeName'. | 71 | |
| Expected an @return tag. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Redundant 'public' modifier. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 34 | |
| 'public' modifier out of order with the JLS suggestions. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'attributes' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'collections' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'relationships' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'attributeMap' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'collectionMap' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'relationshipMap' must be private and have accessor methods. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 49 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Method 'getAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter attributeName should be final. | 59 | |
| Expected @param tag for 'attributeName'. | 59 | |
| Line is longer than 80 characters. | 67 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 75 | |
| Method 'getCollectionDefinition' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter collectionName should be final. | 77 | |
| Expected @param tag for 'collectionName'. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 85 | |
| Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Method 'getRelationshipDefinition' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter relationshipName should be final. | 95 | |
| Expected @param tag for 'relationshipName'. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 103 | |
| Method 'getRelationships' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line is longer than 80 characters. | 111 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Line has trailing spaces. | 114 | |
| '(' is followed by whitespace. | 115 | |
| ')' is preceded with whitespace. | 115 | |
| '(' is followed by whitespace. | 119 | |
| ')' is preceded with whitespace. | 119 | |
| '(' is followed by whitespace. | 123 | |
| ')' is preceded with whitespace. | 123 | |
| Line has trailing spaces. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 153 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Parameter attributes should be final. | 177 | |
| 'attributes' hides a field. | 177 | |
| Expected @param tag for 'attributes'. | 177 | |
| '(' is followed by whitespace. | 179 | |
| ')' is preceded with whitespace. | 179 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 191 | |
| Line has trailing spaces. | 194 | |
| Line is longer than 80 characters. | 204 | |
| Method 'setCollections' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Parameter collections should be final. | 227 | |
| 'collections' hides a field. | 227 | |
| Expected @param tag for 'collections'. | 227 | |
| '(' is followed by whitespace. | 229 | |
| ')' is preceded with whitespace. | 229 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 241 | |
| Line has trailing spaces. | 245 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 273 | |
| Line has trailing spaces. | 279 | |
| Method 'setRelationships' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Parameter relationships should be final. | 281 | |
| 'relationships' hides a field. | 281 | |
| Expected @param tag for 'relationships'. | 281 | |
| Method 'getCollectionNames' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Line has trailing spaces. | 288 | |
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Method 'getRelationshipNames' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Missing a Javadoc comment. | 293 | |
| Line has trailing spaces. | 296 | |
| Line has trailing spaces. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Expected @throws tag for 'Exception'. | 302 | |
| Line contains a tab character. | 303 | |
| '(' is followed by whitespace. | 303 | |
| ')' is preceded with whitespace. | 303 | |
| Line has trailing spaces. | 305 | |
| Line is longer than 80 characters. | 305 | |
| '(' is followed by whitespace. | 305 | |
| ')' is preceded with whitespace. | 305 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 311 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 25 | |
| Parameter t should be final. | 25 | |
| Line contains a tab character. | 26 | |
| Line has trailing spaces. | 28 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| Parameter message should be final. | 39 | |
| Expected @param tag for 'message'. | 39 | |
| Parameter t should be final. | 39 | |
| Expected @param tag for 't'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 28 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 35 | |
| 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 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter ddBeans should be final. | 51 | |
| 'ddBeans' hides a field. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'getBusinessObjectEntries' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Method 'getDocumentEntries' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Method 'getDocumentEntriesByBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Method 'getDocumentEntriesByMaintainableClass' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Method 'getEntriesByJstlKey' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Method 'getInactivationBlockersForClass' 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 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line has trailing spaces. | 88 | |
| Line is longer than 80 characters. | 90 | |
| ',' is not followed by whitespace. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters. | 94 | |
| 'cast' is not followed by whitespace. | 94 | |
| Line is longer than 80 characters. | 95 | |
| 'cast' is not followed by whitespace. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 107 | |
| ',' is not followed by whitespace. | 107 | |
| '(' is followed by whitespace. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| Line has trailing spaces. | 111 | |
| Line has trailing spaces. | 112 | |
| Line is longer than 80 characters. | 113 | |
| 'cast' is not followed by whitespace. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 118 | |
| 'cast' is not followed by whitespace. | 118 | |
| Line is longer than 80 characters. | 120 | |
| 'cast' is not followed by whitespace. | 120 | |
| Line is longer than 80 characters. | 121 | |
| 'cast' is not followed by whitespace. | 121 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 152 | |
| ',' is not followed by whitespace. | 152 | |
| '(' is followed by whitespace. | 153 | |
| ')' is preceded with whitespace. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter inactivationBlockingDefinition should be final. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 169 | |
| '!' is followed by whitespace. | 169 | |
| Line is longer than 80 characters. | 171 | |
| Line has trailing spaces. | 174 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| '(' is followed by whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| '(' is followed by whitespace. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| '(' is followed by whitespace. | 184 | |
| ')' is preceded with whitespace. | 184 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 29 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 39 | |
| Expected an @return tag. | 41 | |
| Line is longer than 80 characters. | 41 | |
| Method 'getAllInactivationBlockingMetadatas' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter index should be final. | 41 | |
| Expected @param tag for 'index'. | 41 | |
| Parameter blockedClass should be final. | 41 | |
| Expected @param tag for 'blockedClass'. | 41 | |
| Line is longer than 80 characters. | 46 | |
| Expected an @return tag. | 48 | |
| Method 'getBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter index should be final. | 48 | |
| Expected @param tag for 'index'. | 48 | |
| Line is longer than 80 characters. | 56 | |
| Expected an @return tag. | 58 | |
| Line is longer than 80 characters. | 58 | |
| Method 'getBusinessObjectEntries' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter index should be final. | 58 | |
| Expected @param tag for 'index'. | 58 | |
| Line is longer than 80 characters. | 63 | |
| Expected an @return tag. | 65 | |
| Line is longer than 80 characters. | 65 | |
| Method 'getBusinessObjectEntryForConcreteClass' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter ddIndex should be final. | 65 | |
| Expected @param tag for 'ddIndex'. | 65 | |
| Parameter className should be final. | 65 | |
| Expected @param tag for 'className'. | 65 | |
| Line is longer than 80 characters. | 80 | |
| Expected an @return tag. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Method 'getDictionaryObjectEntry' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter ddIndex should be final. | 82 | |
| Expected @param tag for 'ddIndex'. | 82 | |
| Parameter className should be final. | 82 | |
| Expected @param tag for 'className'. | 82 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getBusinessObjectEntry' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter index should be final. | 107 | |
| Parameter className should be final. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Must have at least one statement. | 117 | |
| Line is longer than 80 characters. | 126 | |
| Expected an @return tag. | 128 | |
| Line is longer than 80 characters. | 128 | |
| Method 'getDocumentEntries' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter index should be final. | 128 | |
| Expected @param tag for 'index'. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Expected an @return tag. | 135 | |
| Line is longer than 80 characters. | 135 | |
| Method 'getDocumentEntry' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter index should be final. | 135 | |
| Expected @param tag for 'index'. | 135 | |
| Parameter documentTypeDDKey should be final. | 135 | |
| Expected @param tag for 'documentTypeDDKey'. | 135 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 162 | |
| Expected an @return tag. | 164 | |
| Method 'getDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter index should be final. | 164 | |
| Expected @param tag for 'index'. | 164 | |
| Parameter documentTypeName should be final. | 165 | |
| Expected @param tag for 'documentTypeName'. | 165 | |
| Line is longer than 80 characters. | 171 | |
| Expected an @return tag. | 173 | |
| Line is longer than 80 characters. | 173 | |
| Method 'getMaintenanceDocumentEntryForBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Parameter index should be final. | 173 | |
| Expected @param tag for 'index'. | 173 | |
| Parameter businessObjectClass should be final. | 173 | |
| Expected @param tag for 'businessObjectClass'. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 181 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 27 | |
| First sentence should end with a period. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Expected an @return tag. | 38 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Expected @param tag for 'index'. | 38 | |
| Expected @param tag for 'className'. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Redundant 'public' modifier. | 43 | |
| Expected @param tag for 'index'. | 43 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Expected @param tag for 'index'. | 49 | |
| Expected @param tag for 'className'. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| 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 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'index'. | 54 | |
| Line has trailing spaces. | 55 | |
| 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. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Redundant 'public' modifier. | 61 | |
| Expected @param tag for 'index'. | 61 | |
| Expected @param tag for 'className'. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| 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 is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 74 | |
| 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 is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Redundant 'public' modifier. | 78 | |
| Expected @param tag for 'index'. | 78 | |
| 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 | |
| Line contains a tab character. | 84 | |
| Line has trailing spaces. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Redundant 'public' modifier. | 90 | |
| Expected @param tag for 'index'. | 90 | |
| Expected @param tag for 'businessObjectClass'. | 90 | |
| Line has trailing spaces. | 91 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Redundant 'public' modifier. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Redundant 'public' modifier. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Redundant 'public' modifier. | 102 | |
| Expected @param tag for 'index'. | 102 | |
| Expected @param tag for 'documentTypeName'. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| '{' is not preceded with whitespace. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Method 'getDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 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. | 42 | |
| Method 'getNestedCollection' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Unused @param tag for 'documentValues'. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Method 'setDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter paths should be final. | 48 | |
| 'paths' hides a field. | 48 | |
| Expected @param tag for 'paths'. | 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 | |
| Method 'setNestedCollection' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Parameter documentCollectionPath should be final. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter rootBusinessObjectClass should be final. | 63 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 63 | |
| Line contains a tab character. | 64 | |
| Parameter otherBusinessObjectClass should be final. | 64 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| 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 'getCollectionPath' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Method 'setCollectionPath' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter collectionPath should be final. | 77 | |
| 'collectionPath' hides a field. | 77 | |
| Line contains a tab character. | 78 | |
| Line has trailing spaces. | 79 | |
| Line contains a tab character. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| 'public' modifier out of order with the JLS suggestions. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'documentClass' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'baseDocumentClass' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'businessRulesClass' must be private and have accessor methods. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'promptBeforeValidationClass' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'derivedValuesSetterClass' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'documentTypeName' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'allowsNoteAttachments' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'allowsNoteFYI' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'attachmentTypesValuesFinderClass' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'displayTopicFieldInNotes' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'usePessimisticLocking' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'useWorkflowPessimisticLocking' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'encryptDocumentDataInPersistentSessionStorage' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'webScriptFiles' must be private and have accessor methods. | 61 | |
| '3' is a magic number. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'documentAuthorizerClass' must be private and have accessor methods. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'headerNavigationList' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'allowsCopy' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'workflowProperties' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'workflowAttributes' must be private and have accessor methods. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'defaultExistenceChecks' must be private and have accessor methods. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'defaultExistenceCheckMap' must be private and have accessor methods. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'sessionDocument' must be private and have accessor methods. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'documentPresentationControllerClass' must be private and have accessor methods. | 74 | |
| Expected an @return tag. | 80 | |
| Method 'getJstlKey' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'setDocumentClass' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter documentClass should be final. | 88 | |
| 'documentClass' hides a field. | 88 | |
| Expected @param tag for 'documentClass'. | 88 | |
| Method 'getDocumentClass' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 105 | |
| Method 'setBaseDocumentClass' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter baseDocumentClass should be final. | 105 | |
| 'baseDocumentClass' hides a field. | 105 | |
| Expected @param tag for 'baseDocumentClass'. | 105 | |
| Method 'getBaseDocumentClass' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 117 | |
| Method 'setBusinessRulesClass' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter businessRulesClass should be final. | 117 | |
| 'businessRulesClass' hides a field. | 117 | |
| Expected @param tag for 'businessRulesClass'. | 117 | |
| Method 'getBusinessRulesClass' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 130 | |
| Method 'setDocumentAuthorizerClass' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter documentAuthorizerClass should be final. | 130 | |
| 'documentAuthorizerClass' hides a field. | 130 | |
| Expected @param tag for 'documentAuthorizerClass'. | 130 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Method 'getDocumentAuthorizerClass' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Line is longer than 80 characters. | 148 | |
| Method 'getPromptBeforeValidationClass' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Method 'setPromptBeforeValidationClass' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter preRulesCheckClass should be final. | 158 | |
| Expected @param tag for 'preRulesCheckClass'. | 158 | |
| Method 'setDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter documentTypeName should be final. | 167 | |
| 'documentTypeName' hides a field. | 167 | |
| Expected @param tag for 'documentTypeName'. | 167 | |
| Line is longer than 80 characters. | 169 | |
| Method 'getDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Line is longer than 80 characters. | 181 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 187 | |
| '+' should be on a new line. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 197 | |
| Expected an @return tag. | 199 | |
| Method 'getFullClassName' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Line is longer than 80 characters. | 210 | |
| Expected an @return tag. | 212 | |
| Method 'getEntryClass' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| First sentence should end with a period. | 220 | |
| Method 'getDisplayTopicFieldInNotes' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Line is longer than 80 characters. | 231 | |
| Method 'setDisplayTopicFieldInNotes' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Parameter displayTopicFieldInNotes should be final. | 233 | |
| 'displayTopicFieldInNotes' hides a field. | 233 | |
| Expected @param tag for 'displayTopicFieldInNotes'. | 233 | |
| First sentence should end with a period. | 237 | |
| Method 'getUsePessimisticLocking' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Method 'setUsePessimisticLocking' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Parameter usePessimisticLocking should be final. | 249 | |
| 'usePessimisticLocking' hides a field. | 249 | |
| Expected @param tag for 'usePessimisticLocking'. | 249 | |
| Line is longer than 80 characters. | 251 | |
| First sentence should end with a period. | 257 | |
| Method 'getUseWorkflowPessimisticLocking' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Line is longer than 80 characters. | 269 | |
| Method 'setUseWorkflowPessimisticLocking' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Parameter useWorkflowPessimisticLocking should be final. | 269 | |
| 'useWorkflowPessimisticLocking' hides a field. | 269 | |
| Expected @param tag for 'useWorkflowPessimisticLocking'. | 269 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 282 | |
| Method 'setAttachmentTypesValuesFinderClass' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Parameter attachmentTypesValuesFinderClass should be final. | 282 | |
| 'attachmentTypesValuesFinderClass' hides a field. | 282 | |
| Expected @param tag for 'attachmentTypesValuesFinderClass'. | 282 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 291 | |
| Expected an @return tag. | 293 | |
| Line is longer than 80 characters. | 293 | |
| Method 'getAttachmentTypesValuesFinderClass' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Method 'setAllowsCopy' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Parameter allowsCopy should be final. | 302 | |
| 'allowsCopy' hides a field. | 302 | |
| Expected @param tag for 'allowsCopy'. | 302 | |
| Method 'getAllowsCopy' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Method 'getHeaderNavigationList' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Method 'getWebScriptFiles' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 | |
| Method 'setWebScriptFiles' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Parameter webScriptFiles should be final. | 323 | |
| 'webScriptFiles' hides a field. | 323 | |
| Expected @param tag for 'webScriptFiles'. | 323 | |
| Method 'getAllowsNoteAttachments' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Line is longer than 80 characters. | 336 | |
| Method 'setAllowsNoteAttachments' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Parameter allowsNoteAttachments should be final. | 339 | |
| 'allowsNoteAttachments' hides a field. | 339 | |
| Expected @param tag for 'allowsNoteAttachments'. | 339 | |
| Method 'getAllowsNoteFYI' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| Line is longer than 80 characters. | 351 | |
| Method 'setAllowsNoteFYI' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| Parameter allowsNoteFYI should be final. | 353 | |
| 'allowsNoteFYI' hides a field. | 353 | |
| Expected @param tag for 'allowsNoteFYI'. | 353 | |
| Method 'getWorkflowProperties' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Missing a Javadoc comment. | 357 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 363 | |
| Method 'setWorkflowProperties' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Parameter workflowProperties should be final. | 366 | |
| 'workflowProperties' hides a field. | 366 | |
| Expected @param tag for 'workflowProperties'. | 366 | |
| Method 'getWorkflowAttributes' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Missing a Javadoc comment. | 370 | |
| Method 'setWorkflowAttributes' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter workflowAttributes should be final. | 374 | |
| 'workflowAttributes' hides a field. | 374 | |
| Line is longer than 80 characters. | 382 | |
| Method 'setHeaderNavigationList' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Parameter headerNavigationList should be final. | 382 | |
| 'headerNavigationList' hides a field. | 382 | |
| Expected @param tag for 'headerNavigationList'. | 382 | |
| Line is longer than 80 characters. | 387 | |
| Method 'getDefaultExistenceChecks' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Line is longer than 80 characters. | 397 | |
| Line is longer than 80 characters. | 403 | |
| Method 'setDefaultExistenceChecks' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Missing a Javadoc comment. | 403 | |
| Parameter defaultExistenceChecks should be final. | 403 | |
| 'defaultExistenceChecks' hides a field. | 403 | |
| Line is longer than 80 characters. | 408 | |
| Method 'getDefaultExistenceCheckFieldNames' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Method 'isSessionDocument' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| Missing a Javadoc comment. | 419 | |
| Method 'setSessionDocument' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| Missing a Javadoc comment. | 423 | |
| Parameter sessionDocument should be final. | 423 | |
| 'sessionDocument' hides a field. | 423 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 434 | |
| Method 'getDocumentPresentationControllerClass' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Method 'setDocumentPresentationControllerClass' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Parameter documentPresentationControllerClass should be final. | 443 | |
| 'documentPresentationControllerClass' hides a field. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Method 'getDerivedValuesSetterClass' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| Method 'setDerivedValuesSetterClass' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Parameter derivedValuesSetter should be final. | 458 | |
| Method 'isEncryptDocumentDataInPersistentSessionStorage' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Missing a Javadoc comment. | 462 | |
| Method 'setEncryptDocumentDataInPersistentSessionStorage' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Missing a Javadoc comment. | 466 | |
| Parameter encryptDocumentDataInPersistentSessionStorage should be final. | 467 | |
| 'encryptDocumentDataInPersistentSessionStorage' hides a field. | 467 | |
| Line is longer than 80 characters. | 468 | |
| Line is longer than 80 characters. | 474 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| Expected @throws tag for 'Exception'. | 477 | |
| Line is longer than 80 characters. | 483 | |
| Line is longer than 80 characters. | 486 | |
| Avoid inline conditionals. | 486 | |
| Line is longer than 80 characters. | 488 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| '{' is not preceded with whitespace. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Method 'getDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 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. | 42 | |
| Method 'getDocumentCollectionPath' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Unused @param tag for 'documentValues'. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Method 'setDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter paths should be final. | 48 | |
| 'paths' hides a field. | 48 | |
| Expected @param tag for 'paths'. | 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 | |
| Method 'setDocumentCollectionPath' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Parameter documentCollectionPath should be final. | 55 | |
| 'documentCollectionPath' hides a field. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter rootBusinessObjectClass should be final. | 63 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 63 | |
| Line contains a tab character. | 64 | |
| Parameter otherBusinessObjectClass should be final. | 64 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| First sentence should end with a period. | 50 | |
| 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. | 55 | |
| Line contains a tab character. | 57 | |
| Method 'setSourceExternalizableBusinessObjectInterface' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line contains a tab character. | 58 | |
| Parameter sourceClassName should be final. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 67 | |
| Method 'getSourceExternalizableBusinessObjectInterface' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Method 'setSourceAttributeName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter sourceAttributeName should be final. | 71 | |
| 'sourceAttributeName' hides a field. | 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 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 80 | |
| Method 'getSourceAttributeName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| 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 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| 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 is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| ',' is not followed by whitespace. | 101 | |
| Line contains a tab character. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| 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 is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| 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. | 120 | |
| Line contains a tab character. | 121 | |
| First sentence should end with a period. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line has trailing spaces. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter delegate should be final. | 128 | |
| 'delegate' hides a field. | 128 | |
| Expected @param tag for 'delegate'. | 128 | |
| Line contains a tab character. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line has trailing spaces. | 139 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Expected an @return tag. | 142 | |
| Line contains a tab character. | 142 | |
| Method 'getForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Expected an @return tag. | 156 | |
| Line contains a tab character. | 156 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 166 | |
| Line has trailing spaces. | 167 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Expected an @return tag. | 170 | |
| Line contains a tab character. | 170 | |
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line has trailing spaces. | 183 | |
| Line contains a tab character. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Expected an @return tag. | 186 | |
| Line contains a tab character. | 186 | |
| Method 'getShortLabel' is not designed for extension - needs to be abstract, final or empty. | 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. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line has trailing spaces. | 198 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Expected an @return tag. | 201 | |
| Line contains a tab character. | 201 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Line contains a tab character. | 211 | |
| Line has trailing spaces. | 212 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Method 'hasValidationPattern' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line has trailing spaces. | 222 | |
| Line contains a tab character. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Expected an @return tag. | 225 | |
| Line contains a tab character. | 225 | |
| Method 'getValidationPattern' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line has trailing spaces. | 236 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Expected an @return tag. | 239 | |
| Line contains a tab character. | 239 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 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. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| Line has trailing spaces. | 250 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Expected an @return tag. | 253 | |
| Line contains a tab character. | 253 | |
| Method 'getControl' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line contains a tab character. | 263 | |
| Line has trailing spaces. | 264 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Expected an @return tag. | 267 | |
| Line contains a tab character. | 267 | |
| Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line has trailing spaces. | 279 | |
| Line contains a tab character. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Expected an @return tag. | 282 | |
| Line contains a tab character. | 282 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 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. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line has trailing spaces. | 293 | |
| Line contains a tab character. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Method 'hasFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line has trailing spaces. | 303 | |
| Line contains a tab character. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Expected an @return tag. | 306 | |
| Line contains a tab character. | 306 | |
| Method 'getFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Expected an @return tag. | 318 | |
| Line contains a tab character. | 318 | |
| Method 'getDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line is longer than 80 characters. | 329 | |
| Line contains a tab character. | 329 | |
| Line has trailing spaces. | 330 | |
| Line contains a tab character. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Line contains a tab character. | 333 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Line contains a tab character. | 334 | |
| Parameter rootObjectClass should be final. | 334 | |
| Expected @param tag for 'rootObjectClass'. | 334 | |
| Parameter otherObjectClass should be final. | 334 | |
| Expected @param tag for 'otherObjectClass'. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line contains a tab character. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line contains a tab character. | 342 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 345 | |
| '(' is followed by whitespace. | 345 | |
| ')' is preceded with whitespace. | 345 | |
| Line contains a tab character. | 346 | |
| Line is longer than 80 characters. | 347 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Expected an @return tag. | 354 | |
| Line contains a tab character. | 354 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Line contains a tab character. | 355 | |
| Line contains a tab character. | 357 | |
| Line is longer than 80 characters. | 358 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 361 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'attributeName' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'required' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'forceInquiry' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'noInquiry' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'noDirectInquiry' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'forceLookup' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'noLookup' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'useShortLabel' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'defaultValue' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'defaultValueFinderClass' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'quickfinderParameterString' must be private and have accessor methods. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'quickfinderParameterStringBuilderClass' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'maxLength' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'displayEditMode' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'displayMask' must be private and have accessor methods. | 52 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'hidden' must be private and have accessor methods. | 54 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'readOnly' must be private and have accessor methods. | 55 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'treatWildcardsAndOperatorsAsLiteral' must be private and have accessor methods. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'alternateDisplayAttributeName' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'additionalDisplayAttributeName' must be private and have accessor methods. | 60 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'triggerOnChange' must be private and have accessor methods. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'total' must be private and have accessor methods. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Unused @throws tag for 'IllegalArgumentException'. | 80 | |
| Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter attributeName should be final. | 82 | |
| 'attributeName' hides a field. | 82 | |
| Expected @param tag for 'attributeName'. | 82 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| First sentence should end with a period. | 98 | |
| Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter required should be final. | 102 | |
| 'required' hides a field. | 102 | |
| Expected @param tag for 'required'. | 102 | |
| Method 'isForceInquiry' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 117 | |
| Method 'setForceInquiry' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter forceInquiry should be final. | 119 | |
| 'forceInquiry' hides a field. | 119 | |
| Expected @param tag for 'forceInquiry'. | 119 | |
| Method 'isForceLookup' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| First sentence should end with a period. | 130 | |
| Method 'setForceLookup' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter forceLookup should be final. | 133 | |
| 'forceLookup' hides a field. | 133 | |
| Expected @param tag for 'forceLookup'. | 133 | |
| Method 'isNoInquiry' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Method 'isNoDirectInquiry' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| '{' should be on the previous line. | 149 | |
| Line is longer than 80 characters. | 154 | |
| Method 'setNoInquiry' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter noInquiry should be final. | 156 | |
| 'noInquiry' hides a field. | 156 | |
| Expected @param tag for 'noInquiry'. | 156 | |
| Unused @param tag for 'noInquiry'. | 161 | |
| Line contains a tab character. | 162 | |
| Method 'setNoDirectInquiry' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter noDirectInquiry should be final. | 164 | |
| 'noDirectInquiry' hides a field. | 164 | |
| Expected @param tag for 'noDirectInquiry'. | 164 | |
| Method 'isNoLookup' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Line is longer than 80 characters. | 176 | |
| Method 'setNoLookup' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Parameter noLookup should be final. | 178 | |
| 'noLookup' hides a field. | 178 | |
| Expected @param tag for 'noLookup'. | 178 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Method 'isUseShortLabel' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Method 'setUseShortLabel' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Parameter useShortLabel should be final. | 194 | |
| 'useShortLabel' hides a field. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 199 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter defaultValue should be final. | 211 | |
| 'defaultValue' hides a field. | 211 | |
| Expected @param tag for 'defaultValue'. | 211 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Method 'getQuickfinderParameterString' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line contains a tab character. | 229 | |
| Method 'setQuickfinderParameterString' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Parameter quickfinderParameterString should be final. | 229 | |
| 'quickfinderParameterString' hides a field. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line contains a tab character. | 242 | |
| Method 'getQuickfinderParameterStringBuilderClass' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| First sentence should end with a period. | 246 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 250 | |
| Method 'setQuickfinderParameterStringBuilderClass' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Line contains a tab character. | 251 | |
| Parameter quickfinderParameterStringBuilderClass should be final. | 251 | |
| 'quickfinderParameterStringBuilderClass' hides a field. | 251 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 263 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Parameter rootBusinessObjectClass should be final. | 263 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 263 | |
| Parameter otherBusinessObjectClass should be final. | 263 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line contains a tab character. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line has trailing spaces. | 275 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 286 | |
| Expression can be simplified. | 288 | |
| Expression can be simplified. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Expression can be simplified. | 291 | |
| Expression can be simplified. | 291 | |
| Line is longer than 80 characters. | 292 | |
| First sentence should end with a period. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Parameter rootBusinessObjectClass should be final. | 303 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 303 | |
| Line contains a tab character. | 304 | |
| Parameter boMetadataService should be final. | 304 | |
| Expected @param tag for 'boMetadataService'. | 304 | |
| Line is longer than 80 characters. | 305 | |
| Line contains a tab character. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Line contains a tab character. | 313 | |
| Line is longer than 80 characters. | 314 | |
| Line contains a tab character. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line contains a tab character. | 317 | |
| '+' is not preceded with whitespace. | 317 | |
| '+' is not followed by whitespace. | 317 | |
| '+' is not preceded with whitespace. | 317 | |
| '+' is not followed by whitespace. | 317 | |
| Line contains a tab character. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Line contains a tab character. | 319 | |
| '+' is not preceded with whitespace. | 319 | |
| '+' is not followed by whitespace. | 319 | |
| '+' is not preceded with whitespace. | 319 | |
| '+' is not followed by whitespace. | 319 | |
| Line contains a tab character. | 320 | |
| Line is longer than 80 characters. | 324 | |
| Line contains a tab character. | 324 | |
| Line is longer than 80 characters. | 325 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line contains a tab character. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Line contains a tab character. | 328 | |
| Line is longer than 80 characters. | 329 | |
| Line contains a tab character. | 329 | |
| Line is longer than 80 characters. | 331 | |
| Line contains a tab character. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line contains a tab character. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line contains a tab character. | 333 | |
| '+' is not preceded with whitespace. | 333 | |
| '+' is not followed by whitespace. | 333 | |
| '+' is not preceded with whitespace. | 333 | |
| '+' should be on a new line. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Line contains a tab character. | 334 | |
| '+' is not preceded with whitespace. | 334 | |
| '+' is not followed by whitespace. | 334 | |
| '+' is not preceded with whitespace. | 334 | |
| '+' is not followed by whitespace. | 334 | |
| '+' is not preceded with whitespace. | 334 | |
| '+' is not followed by whitespace. | 334 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| '+' is not preceded with whitespace. | 338 | |
| '+' is not followed by whitespace. | 338 | |
| '+' is not preceded with whitespace. | 338 | |
| '+' should be on a new line. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line contains a tab character. | 339 | |
| '+' is not preceded with whitespace. | 339 | |
| '+' is not followed by whitespace. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 343 | |
| Expected an @return tag. | 349 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Missing a Javadoc comment. | 354 | |
| Method 'getDisplayEditMode' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Missing a Javadoc comment. | 359 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Method 'setDisplayEditMode' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Missing a Javadoc comment. | 376 | |
| Parameter displayEditMode should be final. | 376 | |
| 'displayEditMode' hides a field. | 376 | |
| Method 'getDisplayMask' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Missing a Javadoc comment. | 381 | |
| Method 'setDisplayMask' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Parameter displayMask should be final. | 390 | |
| 'displayMask' hides a field. | 390 | |
| Expected @param tag for 'displayMask'. | 390 | |
| Method 'isReadOnlyAfterAdd' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| Missing a Javadoc comment. | 396 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Line is longer than 80 characters. | 411 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| Parameter maxLength should be final. | 414 | |
| 'maxLength' hides a field. | 414 | |
| Expected @param tag for 'maxLength'. | 414 | |
| Method 'getDefaultValueFinderClass' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Line is longer than 80 characters. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 430 | |
| Method 'setDefaultValueFinderClass' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| Parameter defaultValueFinderClass should be final. | 430 | |
| 'defaultValueFinderClass' hides a field. | 430 | |
| Expected @param tag for 'defaultValueFinderClass'. | 430 | |
| Line is longer than 80 characters. | 432 | |
| Line has trailing spaces. | 436 | |
| Line contains a tab character. | 437 | |
| Line contains a tab character. | 438 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| Line contains a tab character. | 444 | |
| Line contains a tab character. | 445 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 452 | |
| Line contains a tab character. | 455 | |
| Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Parameter hidden should be final. | 455 | |
| 'hidden' hides a field. | 455 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 457 | |
| Line has trailing spaces. | 458 | |
| Line contains a tab character. | 458 | |
| Line contains a tab character. | 459 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| Line has trailing spaces. | 465 | |
| Line contains a tab character. | 465 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 469 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| Parameter readOnly should be final. | 469 | |
| 'readOnly' hides a field. | 469 | |
| Line contains a tab character. | 470 | |
| Line contains a tab character. | 471 | |
| Line has trailing spaces. | 472 | |
| Line contains a tab character. | 472 | |
| Line contains a tab character. | 473 | |
| Method 'isTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| Missing a Javadoc comment. | 473 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| Line contains a tab character. | 477 | |
| Method 'setTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| Missing a Javadoc comment. | 477 | |
| Parameter triggerOnChange should be final. | 477 | |
| 'triggerOnChange' hides a field. | 477 | |
| Line contains a tab character. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 | |
| Method 'isTreatWildcardsAndOperatorsAsLiteral' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Line contains a tab character. | 485 | |
| Line contains a tab character. | 486 | |
| Line contains a tab character. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line contains a tab character. | 490 | |
| Line contains a tab character. | 491 | |
| Line contains a tab character. | 492 | |
| Method 'setTreatWildcardsAndOperatorsAsLiteral' is not designed for extension - needs to be abstract, final or empty. | 492 | |
| Line contains a tab character. | 493 | |
| Parameter treatWildcardsAndOperatorsAsLiteralOnLookups should be final. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line contains a tab character. | 494 | |
| Line contains a tab character. | 495 | |
| Line contains a tab character. | 498 | |
| Method 'getAlternateDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| Missing a Javadoc comment. | 498 | |
| Line contains a tab character. | 499 | |
| Line contains a tab character. | 500 | |
| Line is longer than 80 characters. | 503 | |
| Line contains a tab character. | 503 | |
| Method 'setAlternateDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| Missing a Javadoc comment. | 503 | |
| Parameter alternateDisplayAttributeName should be final. | 503 | |
| 'alternateDisplayAttributeName' hides a field. | 503 | |
| Line is longer than 80 characters. | 504 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 | |
| Line contains a tab character. | 508 | |
| Method 'getAdditionalDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| Missing a Javadoc comment. | 508 | |
| Line contains a tab character. | 509 | |
| Line contains a tab character. | 510 | |
| Line is longer than 80 characters. | 513 | |
| Line contains a tab character. | 513 | |
| Method 'setAdditionalDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| Missing a Javadoc comment. | 513 | |
| Parameter additionalDisplayAttributeName should be final. | 513 | |
| 'additionalDisplayAttributeName' hides a field. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 515 | |
| Line contains a tab character. | 518 | |
| Method 'isTotal' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| Missing a Javadoc comment. | 518 | |
| Line contains a tab character. | 519 | |
| Line contains a tab character. | 520 | |
| Line contains a tab character. | 523 | |
| Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Missing a Javadoc comment. | 523 | |
| Parameter total should be final. | 523 | |
| 'total' hides a field. | 523 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line has trailing spaces. | 526 | |
| Line contains a tab character. | 526 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 25 | |
| Expected an @return tag. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line has trailing spaces. | 32 | |
| Expected an @return tag. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Expected @param tag for 'bean'. | 37 | |
| Expected @param tag for 'property'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'headerTabMethodToCall' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'headerTabNavigateTo' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'headerTabDisplayName' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'helpDefinition' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'disabled' must be private and have accessor methods. | 36 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '{' is not followed by whitespace. | 38 | |
| '}' is not preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter headerTabNavigateTo should be final. | 40 | |
| 'headerTabNavigateTo' hides a field. | 40 | |
| Parameter headerTabDisplayName should be final. | 40 | |
| 'headerTabDisplayName' hides a field. | 40 | |
| Line has trailing spaces. | 47 | |
| Method 'getHeaderTabMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line has trailing spaces. | 56 | |
| Method 'setHeaderTabMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter navigationKey should be final. | 59 | |
| Line has trailing spaces. | 65 | |
| Method 'getHeaderTabDisplayName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'setHeaderTabDisplayName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter headerTabDisplayName should be final. | 75 | |
| 'headerTabDisplayName' hides a field. | 75 | |
| Expected @param tag for 'headerTabDisplayName'. | 75 | |
| Line has trailing spaces. | 81 | |
| Method 'getHeaderTabNavigateTo' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Line has trailing spaces. | 87 | |
| Method 'getHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Method 'setHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter helpDefinition should be final. | 104 | |
| 'helpDefinition' hides a field. | 104 | |
| Expected @param tag for 'helpDefinition'. | 104 | |
| Method 'setHeaderTabNavigateTo' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter suffix should be final. | 111 | |
| Expected @param tag for 'suffix'. | 111 | |
| Method 'isDisabled' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Method 'setDisabled' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter disabled should be final. | 119 | |
| 'disabled' hides a field. | 119 | |
| Line has trailing spaces. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Parameter rootBusinessObjectClass should be final. | 126 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 126 | |
| Parameter otherBusinessObjectClass should be final. | 126 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 126 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'parameterNamespace' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'parameterDetailType' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'parameterName' must be private and have accessor methods. | 40 | |
| '{' is not followed by whitespace. | 45 | |
| '}' is not preceded with whitespace. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Parameter rootBusinessObjectClass should be final. | 50 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 50 | |
| Parameter otherBusinessObjectClass should be final. | 50 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 50 | |
| Expected an @return tag. | 58 | |
| Method 'getParameterName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| First sentence should end with a period. | 62 | |
| Method 'setParameterName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter parameterName should be final. | 65 | |
| 'parameterName' hides a field. | 65 | |
| Expected @param tag for 'parameterName'. | 65 | |
| Expected an @return tag. | 75 | |
| Method 'getParameterNamespace' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| First sentence should end with a period. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Method 'setParameterNamespace' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter parameterNamespace should be final. | 82 | |
| 'parameterNamespace' hides a field. | 82 | |
| Expected @param tag for 'parameterNamespace'. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 89 | |
| Method 'getParameterDetailType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| First sentence should end with a period. | 93 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Method 'setParameterDetailType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter parameterDetailType should be final. | 96 | |
| 'parameterDetailType' hides a field. | 96 | |
| Expected @param tag for 'parameterDetailType'. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'blockingReferenceBusinessObjectClass' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'blockedReferencePropertyName' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'blockedBusinessObjectClass' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'inactivationBlockingDetectionServiceBeanName' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'relationshipLabel' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Parameter rootBusinessObjectClass should be final. | 47 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 47 | |
| Parameter otherBusinessObjectClass should be final. | 47 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 47 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| '+' should be on a new line. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| '+' should be on a new line. | 56 | |
| Line contains a tab character. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '+' should be on a new line. | 60 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters. | 61 | |
| '+' should be on a new line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Expected an @return tag. | 71 | |
| Method 'getBlockedReferencePropertyName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Method 'setBlockedReferencePropertyName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter blockedReferencePropertyName should be final. | 75 | |
| 'blockedReferencePropertyName' hides a field. | 75 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Expected an @return tag. | 84 | |
| Method 'getBlockedBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Line is longer than 80 characters. | 88 | |
| Method 'setBlockedBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter blockedBusinessObjectClass should be final. | 88 | |
| 'blockedBusinessObjectClass' hides a field. | 88 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Expected an @return tag. | 97 | |
| Method 'getInactivationBlockingDetectionServiceBeanName' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Line is longer than 80 characters. | 101 | |
| Method 'setInactivationBlockingDetectionServiceBeanName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter inactivationBlockingDetectionServiceImpl should be final. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Expected an @return tag. | 110 | |
| Line is longer than 80 characters. | 110 | |
| Method 'getBlockingReferenceBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 114 | |
| Method 'setBlockingReferenceBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter blockingReferenceBusinessObjectClass should be final. | 114 | |
| 'blockingReferenceBusinessObjectClass' hides a field. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 118 | |
| Method 'getRelationshipLabel' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 122 | |
| Method 'setRelationshipLabel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter relationshipLabel should be final. | 122 | |
| 'relationshipLabel' hides a field. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 126 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter businessObjectClass should be final. | 130 | |
| 'businessObjectClass' hides a field. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Line contains a tab character. | 135 | |
| Line has trailing spaces. | 136 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 21 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 30 | |
| Redundant 'public' modifier. | 30 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| Expected an @return tag. | 37 | |
| Redundant 'public' modifier. | 37 | |
| First sentence should end with a period. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 41 | |
| Expected an @return tag. | 43 | |
| Redundant 'public' modifier. | 43 | |
| First sentence should end with a period. | 45 | |
| Expected an @return tag. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Line has trailing spaces. | 49 | |
| First sentence should end with a period. | 50 | |
| Line has trailing spaces. | 52 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'numberOfColumns' must be private and have accessor methods. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| Variable 'inquiryFieldMap' must be private and have accessor methods. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| ',' is not followed by whitespace. | 52 | |
| Variable 'inquiryCollectionMap' must be private and have accessor methods. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| ',' is not followed by whitespace. | 53 | |
| Variable 'summaryFieldMap' must be private and have accessor methods. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'inquiryFields' must be private and have accessor methods. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'inquiryCollections' must be private and have accessor methods. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'summaryFields' must be private and have accessor methods. | 56 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'summaryTitle' must be private and have accessor methods. | 58 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' is not followed by whitespace. | 61 | |
| '}' is not preceded with whitespace. | 61 | |
| Line contains a tab character. | 63 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter businessObjectClass should be final. | 71 | |
| 'businessObjectClass' hides a field. | 71 | |
| Expected @param tag for 'businessObjectClass'. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 75 | |
| Method 'getNumberOfColumns' 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 | |
| Line contains a tab character. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Method 'setNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter numberOfColumns should be final. | 87 | |
| 'numberOfColumns' hides a field. | 87 | |
| Expected @param tag for 'numberOfColumns'. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 91 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 99 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Method 'getIncludeAddLine' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 107 | |
| Method 'isAlwaysAllowCollectionDeletion' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Method 'hasSummaryField' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter key should be final. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Method 'setSummaryTitle' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter summaryTitle should be final. | 119 | |
| 'summaryTitle' hides a field. | 119 | |
| Expected @param tag for 'summaryTitle'. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 123 | |
| Method 'getSummaryTitle' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Method 'getInquiryFields' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Method 'setInquiryFields' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter inquiryFields should be final. | 170 | |
| 'inquiryFields' hides a field. | 170 | |
| Expected @param tag for 'inquiryFields'. | 170 | |
| '(' is followed by whitespace. | 172 | |
| ')' is preceded with whitespace. | 172 | |
| Line is longer than 80 characters. | 174 | |
| Line has trailing spaces. | 176 | |
| Line has trailing spaces. | 182 | |
| Method 'getInquiryCollections' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Line is longer than 80 characters. | 197 | |
| Method 'setInquiryCollections' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter inquiryCollections should be final. | 197 | |
| 'inquiryCollections' hides a field. | 197 | |
| Expected @param tag for 'inquiryCollections'. | 197 | |
| Line is longer than 80 characters. | 199 | |
| '(' is followed by whitespace. | 199 | |
| ')' is preceded with whitespace. | 199 | |
| Line is longer than 80 characters. | 208 | |
| Method 'getSummaryFields' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Method 'setSummaryFields' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Parameter summaryFields should be final. | 231 | |
| 'summaryFields' hides a field. | 231 | |
| Expected @param tag for 'summaryFields'. | 231 | |
| '(' is followed by whitespace. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| Line is longer than 80 characters. | 235 | |
| Line has trailing spaces. | 237 | |
| Line has trailing spaces. | 243 | |
| Line has trailing spaces. | 248 | |
| Line contains a tab character. | 248 | |
| Line has trailing spaces. | 249 | |
| Line contains a tab character. | 249 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'title' must be private and have accessor methods. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'inquirySections' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'inquirableClass' must be private and have accessor methods. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'presentationControllerClass' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'authorizerClass' must be private and have accessor methods. | 43 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'translateCodes' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Unused @throws tag for 'IllegalArgumentException'. | 58 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter title should be final. | 60 | |
| 'title' hides a field. | 60 | |
| Expected @param tag for 'title'. | 60 | |
| Line is longer than 80 characters. | 69 | |
| Method 'getInquirySections' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line has trailing spaces. | 75 | |
| First sentence should end with a period. | 76 | |
| Expected an @return tag. | 81 | |
| Method 'getFieldDefinition' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter fieldName should be final. | 81 | |
| Expected @param tag for 'fieldName'. | 81 | |
| ')' is preceded with whitespace. | 82 | |
| ')' is preceded with whitespace. | 83 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 94 | |
| Line has trailing spaces. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter rootBusinessObjectClass should be final. | 98 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 98 | |
| Parameter otherBusinessObjectClass should be final. | 98 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 98 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| Method 'getInquirySection' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| '(' is followed by whitespace. | 104 | |
| Parameter sectionTitle should be final. | 104 | |
| ')' is preceded with whitespace. | 104 | |
| '(' is followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 113 | |
| Expected an @return tag. | 117 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'getInquirableClass' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 132 | |
| Extra HTML tag found: </inquirableClass> | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 136 | |
| Method 'setInquirableClass' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter inquirableClass should be final. | 136 | |
| 'inquirableClass' hides a field. | 136 | |
| Expected @param tag for 'inquirableClass'. | 136 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Method 'setInquirySections' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter inquirySections should be final. | 144 | |
| 'inquirySections' hides a field. | 144 | |
| Expected @param tag for 'inquirySections'. | 144 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Method 'getPresentationControllerClass' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 154 | |
| Method 'setPresentationControllerClass' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Parameter presentationControllerClass should be final. | 155 | |
| 'presentationControllerClass' hides a field. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 160 | |
| Method 'getAuthorizerClass' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 165 | |
| Method 'setAuthorizerClass' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Line contains a tab character. | 166 | |
| Parameter authorizerClass should be final. | 166 | |
| 'authorizerClass' hides a field. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 171 | |
| Method 'isTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 176 | |
| Method 'setTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter translateCodes should be final. | 176 | |
| 'translateCodes' hides a field. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line has trailing spaces. | 179 | |
| Line contains a tab character. | 179 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.apache.commons.lang.StringUtils. | 24 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'title' must be private and have accessor methods. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'inquiryFields' must be private and have accessor methods. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'inquiryFieldMap' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'inquiryCollections' must be private and have accessor methods. | 48 | |
| Line has trailing spaces. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'numberOfColumns' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'defaultOpen' must be private and have accessor methods. | 51 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| '{' is not followed by whitespace. | 53 | |
| '}' is not preceded with whitespace. | 53 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line has trailing spaces. | 65 | |
| Unused @throws tag for 'IllegalArgumentException'. | 67 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter title should be final. | 69 | |
| 'title' hides a field. | 69 | |
| Expected @param tag for 'title'. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Method 'getInquiryFieldNames' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 85 | |
| Method 'getInquiryFields' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line is longer than 80 characters. | 93 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter rootBusinessObjectClass should be final. | 97 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 97 | |
| Parameter otherBusinessObjectClass should be final. | 97 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 97 | |
| ')' is preceded with whitespace. | 98 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Method 'getInquiryCollections' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 120 | |
| Method 'setInquiryCollections' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter inquiryCollections should be final. | 129 | |
| 'inquiryCollections' hides a field. | 129 | |
| Expected @param tag for 'inquiryCollections'. | 129 | |
| Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Method 'setNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter numberOfColumns should be final. | 145 | |
| 'numberOfColumns' hides a field. | 145 | |
| Expected @param tag for 'numberOfColumns'. | 145 | |
| 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. | 169 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Method 'setInquiryFields' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Parameter inquiryFields should be final. | 187 | |
| 'inquiryFields' hides a field. | 187 | |
| Expected @param tag for 'inquiryFields'. | 187 | |
| ')' is preceded with whitespace. | 189 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 196 | |
| Line has trailing spaces. | 199 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Method 'isDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Method 'setDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter defaultOpen should be final. | 216 | |
| 'defaultOpen' hides a field. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 33 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Parameter rootBusinessObjectClass should be final. | 38 | |
| Parameter otherBusinessObjectClass should be final. | 38 | |
| Line has trailing spaces. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'sortCode' must be private and have accessor methods. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'kimAttrDefnId' must be private and have accessor methods. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'kimTypeId' must be private and have accessor methods. | 29 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Method 'getSortCode' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| 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. | 42 | |
| Method 'setSortCode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter sortCode should be final. | 42 | |
| 'sortCode' hides a field. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Method 'getKimAttrDefnId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Method 'setKimAttrDefnId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter kimAttrDefnId should be final. | 50 | |
| 'kimAttrDefnId' hides a field. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'isHasLookupBoDefinition' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line contains a tab character. | 62 | |
| 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 | |
| Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter kimTypeId should be final. | 68 | |
| 'kimTypeId' hides a field. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'mask' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'lookupInputPropertyConversions' must be private and have accessor methods. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'lookupReturnPropertyConversions' must be private and have accessor methods. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'lookupBoClass' must be private and have accessor methods. | 36 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Method 'getLookupInputPropertyConversions' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| 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 is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Method 'setLookupInputPropertyConversions' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter lookupInputPropertyConversions should be final. | 55 | |
| 'lookupInputPropertyConversions' hides a field. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Method 'getLookupReturnPropertyConversions' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| 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 is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Method 'setLookupReturnPropertyConversions' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter lookupReturnPropertyConversions should be final. | 70 | |
| 'lookupReturnPropertyConversions' hides a field. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Expected an @return tag. | 77 | |
| Line contains a tab character. | 77 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line contains a tab character. | 78 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| Line contains a tab character. | 81 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line contains a tab character. | 82 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| Method 'getLookupBoClass' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 92 | |
| Method 'setLookupBoClass' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter lookupBoClass should be final. | 92 | |
| 'lookupBoClass' hides a field. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Method 'isHasLookupBoDefinition' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Line contains a tab character. | 102 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Parameter rootObjectClass should be final. | 104 | |
| Parameter otherObjectClass should be final. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 118 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'lookupableID' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'title' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'menubar' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'defaultSort' must be private and have accessor methods. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'lookupFields' must be private and have accessor methods. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'lookupFieldMap' must be private and have accessor methods. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'resultFields' must be private and have accessor methods. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'resultFieldMap' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'resultSetLimit' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'extraButtonSource' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'extraButtonParams' must be private and have accessor methods. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'searchIconOverride' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'numOfColumns' must be private and have accessor methods. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'helpDefinition' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'helpUrl' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'translateCodes' must be private and have accessor methods. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'disableSearchButtons' must be private and have accessor methods. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Method 'setLookupableID' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter lookupableID should be final. | 95 | |
| 'lookupableID' hides a field. | 95 | |
| Expected @param tag for 'lookupableID'. | 95 | |
| Method 'getLookupableID' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Unused @throws tag for 'IllegalArgumentException'. | 121 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Parameter title should be final. | 123 | |
| 'title' hides a field. | 123 | |
| Expected @param tag for 'title'. | 123 | |
| Method 'hasMenubar' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Method 'getMenubar' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Unused @throws tag for 'IllegalArgumentException'. | 151 | |
| Method 'setMenubar' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter menubar should be final. | 153 | |
| 'menubar' hides a field. | 153 | |
| Expected @param tag for 'menubar'. | 153 | |
| Comment matches to-do format 'TODO:'. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Method 'hasDefaultSort' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Method 'getDefaultSort' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 191 | |
| Unused @throws tag for 'IllegalArgumentException'. | 196 | |
| Method 'setDefaultSort' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Parameter defaultSort should be final. | 198 | |
| 'defaultSort' hides a field. | 198 | |
| Expected @param tag for 'defaultSort'. | 198 | |
| Line is longer than 80 characters. | 206 | |
| Method 'getLookupFieldNames' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Line is longer than 80 characters. | 217 | |
| Method 'getLookupFields' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Line is longer than 80 characters. | 226 | |
| Method 'getLookupField' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter attributeName should be final. | 228 | |
| Expected @param tag for 'attributeName'. | 228 | |
| Line is longer than 80 characters. | 233 | |
| Method 'getResultFieldNames' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Line is longer than 80 characters. | 244 | |
| Method 'getResultFields' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Line is longer than 80 characters. | 254 | |
| Method 'getResultField' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Parameter attributeName should be final. | 256 | |
| Expected @param tag for 'attributeName'. | 256 | |
| Line is longer than 80 characters. | 261 | |
| Method 'setResultSetLimit' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter resultSetLimit should be final. | 264 | |
| 'resultSetLimit' hides a field. | 264 | |
| Expected @param tag for 'resultSetLimit'. | 264 | |
| Method 'hasResultSetLimit' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Line is longer than 80 characters. | 277 | |
| Expected an @return tag. | 280 | |
| Method 'getResultSetLimit' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Parameter rootBusinessObjectClass should be final. | 289 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 289 | |
| Parameter otherBusinessObjectClass should be final. | 289 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 289 | |
| Method 'hasExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Method 'getExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Unused @throws tag for 'IllegalArgumentException'. | 326 | |
| Method 'setExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Parameter extraButtonSource should be final. | 328 | |
| 'extraButtonSource' hides a field. | 328 | |
| Expected @param tag for 'extraButtonSource'. | 328 | |
| Method 'hasExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| Method 'getExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Method 'setExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Parameter extraButtonParams should be final. | 358 | |
| 'extraButtonParams' hides a field. | 358 | |
| Expected @param tag for 'extraButtonParams'. | 358 | |
| Line is longer than 80 characters. | 364 | |
| Method 'hasSearchIconOverride' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Method 'getSearchIconOverride' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| Unused @throws tag for 'IllegalArgumentException'. | 382 | |
| Method 'setSearchIconOverride' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Parameter searchIconOverride should be final. | 384 | |
| 'searchIconOverride' hides a field. | 384 | |
| Expected @param tag for 'searchIconOverride'. | 384 | |
| Line is longer than 80 characters. | 386 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| Missing a Javadoc comment. | 392 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 427 | |
| Method 'setLookupFields' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| Parameter lookupFields should be final. | 429 | |
| 'lookupFields' hides a field. | 429 | |
| Expected @param tag for 'lookupFields'. | 429 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 449 | |
| Method 'setResultFields' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Parameter resultFields should be final. | 463 | |
| 'resultFields' hides a field. | 463 | |
| Expected @param tag for 'resultFields'. | 463 | |
| Line is longer than 80 characters. | 467 | |
| Line is longer than 80 characters. | 472 | |
| Method 'getNumOfColumns' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Method 'setNumOfColumns' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| Parameter numOfColumns should be final. | 490 | |
| 'numOfColumns' hides a field. | 490 | |
| Method 'getHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| Method 'setHelpDefinition' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| Parameter helpDefinition should be final. | 504 | |
| 'helpDefinition' hides a field. | 504 | |
| Method 'getHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Method 'setHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| Parameter helpUrl should be final. | 518 | |
| 'helpUrl' hides a field. | 518 | |
| Method 'isTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| Missing a Javadoc comment. | 522 | |
| Method 'setTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| Missing a Javadoc comment. | 526 | |
| Parameter translateCodes should be final. | 526 | |
| 'translateCodes' hides a field. | 526 | |
| Method 'isDisableSearchButtons' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Missing a Javadoc comment. | 530 | |
| Method 'setDisableSearchButtons' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| Missing a Javadoc comment. | 534 | |
| Parameter disableSearchButtons should be final. | 534 | |
| 'disableSearchButtons' hides a field. | 534 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 53 | |
| '{' is not preceded with whitespace. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'sourceClassName' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'summaryTitle' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'attributeToHighlightOnDuplicateKey' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'includeAddLine' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'includeMultipleLookupLine' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Missing a Javadoc comment. | 69 | |
| ',' is not followed by whitespace. | 69 | |
| Variable 'maintainableFieldMap' must be private and have accessor methods. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| ',' is not followed by whitespace. | 70 | |
| Variable 'maintainableCollectionMap' must be private and have accessor methods. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| ',' is not followed by whitespace. | 71 | |
| Variable 'summaryFieldMap' must be private and have accessor methods. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| ',' is not followed by whitespace. | 72 | |
| Variable 'duplicateIdentificationFieldMap' must be private and have accessor methods. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'maintainableFields' must be private and have accessor methods. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'maintainableCollections' must be private and have accessor methods. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'summaryFields' must be private and have accessor methods. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'duplicateIdentificationFields' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 78 | |
| '{' is not followed by whitespace. | 78 | |
| '}' is not preceded with whitespace. | 78 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Line is longer than 80 characters. | 92 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter businessObjectClass should be final. | 92 | |
| 'businessObjectClass' hides a field. | 92 | |
| Expected @param tag for 'businessObjectClass'. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getMaintainableFields' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Line is longer than 80 characters. | 113 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter rootBusinessObjectClass should be final. | 117 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 117 | |
| Parameter otherBusinessObjectClass should be final. | 117 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 127 | |
| Line is longer than 80 characters. | 128 | |
| ')' is preceded with whitespace. | 128 | |
| Line is longer than 80 characters. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 137 | |
| Line has trailing spaces. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Expected an @return tag. | 149 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Method 'getSourceClassName' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 161 | |
| Method 'setSourceClassName' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Parameter sourceClass should be final. | 161 | |
| Expected @param tag for 'sourceClass'. | 161 | |
| Method 'getIncludeAddLine' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Line is longer than 80 characters. | 170 | |
| Method 'setIncludeAddLine' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter includeAddLine should be final. | 171 | |
| 'includeAddLine' hides a field. | 171 | |
| Expected @param tag for 'includeAddLine'. | 171 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Method 'getMaintainableCollections' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Line has trailing spaces. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Method 'getSummaryFields' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Method 'hasSummaryField' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter key should be final. | 196 | |
| Method 'isIncludeMultipleLookupLine' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Method 'setIncludeMultipleLookupLine' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Parameter includeMultipleLookupLine should be final. | 205 | |
| 'includeMultipleLookupLine' hides a field. | 205 | |
| Expected @param tag for 'includeMultipleLookupLine'. | 205 | |
| Method 'getSummaryTitle' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| First sentence should end with a period. | 213 | |
| Method 'setSummaryTitle' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter overrideSummaryName should be final. | 216 | |
| Expected @param tag for 'overrideSummaryName'. | 216 | |
| Method 'getAttributeToHighlightOnDuplicateKey' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 230 | |
| Method 'setAttributeToHighlightOnDuplicateKey' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Parameter attributeToHighlightOnDuplicate should be final. | 230 | |
| Expected @param tag for 'attributeToHighlightOnDuplicate'. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Method 'dissallowDuplicateKey' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Line is longer than 80 characters. | 238 | |
| Method 'getDuplicateIdentificationFields' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Line is longer than 80 characters. | 243 | |
| Method 'setMaintainableFields' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Parameter maintainableFields should be final. | 243 | |
| 'maintainableFields' hides a field. | 243 | |
| Expected @param tag for 'maintainableFields'. | 243 | |
| Line is longer than 80 characters. | 245 | |
| '(' is followed by whitespace. | 245 | |
| ')' is preceded with whitespace. | 245 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 261 | |
| Method 'setMaintainableCollections' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Parameter maintainableCollections should be final. | 261 | |
| 'maintainableCollections' hides a field. | 261 | |
| Expected @param tag for 'maintainableCollections'. | 261 | |
| Line is longer than 80 characters. | 263 | |
| ')' is preceded with whitespace. | 263 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 283 | |
| Method 'setSummaryFields' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Parameter summaryFields should be final. | 283 | |
| 'summaryFields' hides a field. | 283 | |
| Expected @param tag for 'summaryFields'. | 283 | |
| ')' is preceded with whitespace. | 285 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 292 | |
| Line is longer than 80 characters. | 305 | |
| Method 'setDuplicateIdentificationFields' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Parameter duplicateIdentificationFields should be final. | 305 | |
| 'duplicateIdentificationFields' hides a field. | 305 | |
| Expected @param tag for 'duplicateIdentificationFields'. | 305 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 314 | |
| Line has trailing spaces. | 317 | |
| Line is longer than 80 characters. | 317 | |
| Line contains a tab character. | 324 | |
| Method 'isAlwaysAllowCollectionDeletion' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Missing a Javadoc comment. | 324 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 326 | |
| Line contains a tab character. | 330 | |
| Method 'setAlwaysAllowCollectionDeletion' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Missing a Javadoc comment. | 330 | |
| Line contains a tab character. | 331 | |
| Parameter alwaysAllowCollectionDeletion should be final. | 331 | |
| 'alwaysAllowCollectionDeletion' hides a field. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line contains a tab character. | 332 | |
| Line contains a tab character. | 333 | |
| Line has trailing spaces. | 334 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| '{' is not preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'required' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'unconditionallyReadOnly' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'readOnlyAfterAdd' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'noLookup' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'lookupReadOnly' must be private and have accessor methods. | 65 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'defaultValue' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'template' must be private and have accessor methods. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'defaultValueFinderClass' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'webUILeaveFieldFunction' must be private and have accessor methods. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'webUILeaveFieldCallbackFunction' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'webUILeaveFieldFunctionParameters' must be private and have accessor methods. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'overrideLookupClass' must be private and have accessor methods. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'overrideFieldConversions' must be private and have accessor methods. | 76 | |
| Line has trailing spaces. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Variable 'alternateDisplayAttributeName' must be private and have accessor methods. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'additionalDisplayAttributeName' must be private and have accessor methods. | 79 | |
| Line has trailing spaces. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'triggerOnChange' must be private and have accessor methods. | 81 | |
| Line has trailing spaces. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'showFieldLevelHelp' must be private and have accessor methods. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Variable 'fieldLevelHelpUrl' must be private and have accessor methods. | 84 | |
| Line has trailing spaces. | 85 | |
| Missing a Javadoc comment. | 86 | |
| '{' is not followed by whitespace. | 86 | |
| '}' is not preceded with whitespace. | 86 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| First sentence should end with a period. | 95 | |
| Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter required should be final. | 98 | |
| 'required' hides a field. | 98 | |
| Expected @param tag for 'required'. | 98 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter defaultValue should be final. | 115 | |
| 'defaultValue' hides a field. | 115 | |
| Expected @param tag for 'defaultValue'. | 115 | |
| Method 'getDefaultValueFinderClass' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Method 'isUnconditionallyReadOnly' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 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 | |
| Method 'setUnconditionallyReadOnly' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter unconditionallyReadOnly should be final. | 137 | |
| 'unconditionallyReadOnly' hides a field. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line has trailing spaces. | 142 | |
| Method 'getOverrideFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Method 'setOverrideFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Parameter overrideFieldConversions should be final. | 166 | |
| 'overrideFieldConversions' hides a field. | 166 | |
| Expected @param tag for 'overrideFieldConversions'. | 166 | |
| Line has trailing spaces. | 172 | |
| Method 'getOverrideLookupClass' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 187 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Parameter rootBusinessObjectClass should be final. | 187 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 187 | |
| Parameter otherBusinessObjectClass should be final. | 187 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line has trailing spaces. | 197 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 205 | |
| Expected an @return tag. | 212 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Method 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Parameter template should be final. | 237 | |
| 'template' hides a field. | 237 | |
| Expected @param tag for 'template'. | 237 | |
| Method 'getWebUILeaveFieldCallbackFunction' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 251 | |
| Method 'setWebUILeaveFieldCallbackFunction' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Parameter webUILeaveFieldCallbackFunction should be final. | 251 | |
| 'webUILeaveFieldCallbackFunction' hides a field. | 251 | |
| Expected @param tag for 'webUILeaveFieldCallbackFunction'. | 251 | |
| Method 'getWebUILeaveFieldFunction' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Line is longer than 80 characters. | 262 | |
| Method 'setWebUILeaveFieldFunction' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Parameter webUILeaveFieldFunction should be final. | 265 | |
| 'webUILeaveFieldFunction' hides a field. | 265 | |
| Expected @param tag for 'webUILeaveFieldFunction'. | 265 | |
| Method 'isReadOnlyAfterAdd' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Line is longer than 80 characters. | 276 | |
| Method 'setReadOnlyAfterAdd' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Parameter readOnlyAfterAdd should be final. | 279 | |
| 'readOnlyAfterAdd' hides a field. | 279 | |
| Expected @param tag for 'readOnlyAfterAdd'. | 279 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Method 'setDefaultValueFinderClass' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Parameter defaultValueFinderClass should be final. | 289 | |
| 'defaultValueFinderClass' hides a field. | 289 | |
| Expected @param tag for 'defaultValueFinderClass'. | 289 | |
| Line is longer than 80 characters. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 300 | |
| Method 'setOverrideLookupClass' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Parameter overrideLookupClass should be final. | 300 | |
| 'overrideLookupClass' hides a field. | 300 | |
| Expected @param tag for 'overrideLookupClass'. | 300 | |
| Line has trailing spaces. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Method 'isNoLookup' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Method 'setNoLookup' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Parameter noLookup should be final. | 314 | |
| 'noLookup' hides a field. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Line has trailing spaces. | 317 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Method 'isLookupReadOnly' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Missing a Javadoc comment. | 318 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line has trailing spaces. | 321 | |
| Line contains a tab character. | 322 | |
| Method 'setLookupReadOnly' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter lookupReadOnly should be final. | 322 | |
| 'lookupReadOnly' hides a field. | 322 | |
| Line contains a tab character. | 323 | |
| Line has trailing spaces. | 325 | |
| Line contains a tab character. | 325 | |
| Method 'isShowFieldLevelHelp' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Method 'setShowFieldLevelHelp' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Missing a Javadoc comment. | 330 | |
| Parameter showFieldLevelHelp should be final. | 330 | |
| 'showFieldLevelHelp' hides a field. | 330 | |
| Method 'getFieldLevelHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Method 'setFieldLevelHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| Missing a Javadoc comment. | 338 | |
| Parameter fieldLevelHelpUrl should be final. | 338 | |
| 'fieldLevelHelpUrl' hides a field. | 338 | |
| Line has trailing spaces. | 341 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 345 | |
| Expected an @return tag. | 346 | |
| Method 'getAlternateDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line is longer than 80 characters. | 350 | |
| Line contains a tab character. | 350 | |
| Method 'setAlternateDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Missing a Javadoc comment. | 350 | |
| Parameter alternateDisplayAttributeName should be final. | 350 | |
| 'alternateDisplayAttributeName' hides a field. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line contains a tab character. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 357 | |
| Expected an @return tag. | 358 | |
| Line contains a tab character. | 358 | |
| Method 'getAdditionalDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Line contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Line contains a tab character. | 362 | |
| Method 'setAdditionalDisplayAttributeName' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Missing a Javadoc comment. | 362 | |
| Parameter additionalDisplayAttributeName should be final. | 362 | |
| 'additionalDisplayAttributeName' hides a field. | 362 | |
| Line is longer than 80 characters. | 363 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line has trailing spaces. | 365 | |
| Line contains a tab character. | 365 | |
| Line contains a tab character. | 366 | |
| Method 'isTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Missing a Javadoc comment. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 370 | |
| Method 'setTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Missing a Javadoc comment. | 370 | |
| Parameter triggerOnChange should be final. | 370 | |
| 'triggerOnChange' hides a field. | 370 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 372 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Method 'getWebUILeaveFieldFunctionParameters' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line contains a tab character. | 382 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| Method 'setWebUILeaveFieldFunctionParameters' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Line contains a tab character. | 385 | |
| Parameter webUILeaveFieldFunctionParameters should be final. | 385 | |
| 'webUILeaveFieldFunctionParameters' hides a field. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line contains a tab character. | 386 | |
| Line contains a tab character. | 387 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line has trailing spaces. | 41 | |
| Unused @throws tag for 'IllegalArgumentException'. | 43 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter name should be final. | 45 | |
| 'name' hides a field. | 45 | |
| Expected @param tag for 'name'. | 45 | |
| Expected an @return tag. | 56 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'title' must be private and have accessor methods. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'maintainableItems' must be private and have accessor methods. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'hidden' must be private and have accessor methods. | 43 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'defaultOpen' must be private and have accessor methods. | 45 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'helpUrl' must be private and have accessor methods. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| '{' is not followed by whitespace. | 49 | |
| '}' is not preceded with whitespace. | 49 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Expected an @return tag. | 63 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line contains a tab character. | 66 | |
| Line has trailing spaces. | 74 | |
| Unused @throws tag for 'IllegalArgumentException'. | 75 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter title should be final. | 77 | |
| 'title' hides a field. | 77 | |
| Expected @param tag for 'title'. | 77 | |
| Line is longer than 80 characters. | 86 | |
| Method 'getMaintainableItems' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Line is longer than 80 characters. | 95 | |
| Line has trailing spaces. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter rootBusinessObjectClass should be final. | 99 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 99 | |
| Parameter otherBusinessObjectClass should be final. | 99 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 99 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| '+' should be on a new line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| '+' should be on a new line. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| '(' is followed by whitespace. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter hidden should be final. | 124 | |
| 'hidden' hides a field. | 124 | |
| Expected @param tag for 'hidden'. | 124 | |
| Line is longer than 80 characters. | 165 | |
| Method 'setMaintainableItems' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Parameter maintainableItems should be final. | 165 | |
| 'maintainableItems' hides a field. | 165 | |
| Expected @param tag for 'maintainableItems'. | 165 | |
| Line is longer than 80 characters. | 166 | |
| '(' is followed by whitespace. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| Line is longer than 80 characters. | 168 | |
| Line has trailing spaces. | 171 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Method 'isDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Method 'setDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Parameter defaultOpen should be final. | 185 | |
| 'defaultOpen' hides a field. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 189 | |
| Method 'getHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 193 | |
| Method 'setHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter helpUrl should be final. | 193 | |
| 'helpUrl' hides a field. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line has trailing spaces. | 196 | |
| Line contains a tab character. | 196 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| '{' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Parameter rootBusinessObjectClass should be final. | 35 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 35 | |
| Parameter otherBusinessObjectClass should be final. | 35 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'maintainableClass' must be private and have accessor methods. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'maintainableSections' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'lockingKeys' must be private and have accessor methods. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| ',' is not followed by whitespace. | 45 | |
| Variable 'maintainableSectionMap' must be private and have accessor methods. | 45 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'allowsNewOrCopy' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'additionalSectionsFile' must be private and have accessor methods. | 49 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'preserveLockingKeysOnCopy' must be private and have accessor methods. | 52 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'allowsRecordDeletion' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'translateCodes' must be private and have accessor methods. | 57 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'getStandardDocumentBaseClass' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 72 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter businessObjectClass should be final. | 72 | |
| 'businessObjectClass' hides a field. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Expected an @return tag. | 87 | |
| Method 'getEntryClass' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 99 | |
| Method 'setMaintainableClass' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter maintainableClass should be final. | 99 | |
| 'maintainableClass' hides a field. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line has trailing spaces. | 104 | |
| Method 'getMaintainableClass' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Method 'getMaintainableSections' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Line is longer than 80 characters. | 118 | |
| Method 'getLockingKeyFieldNames' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line has trailing spaces. | 125 | |
| Method 'getAllowsNewOrCopy' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Method 'setAllowsNewOrCopy' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter allowsNewOrCopy should be final. | 138 | |
| 'allowsNewOrCopy' hides a field. | 138 | |
| Expected @param tag for 'allowsNewOrCopy'. | 138 | |
| Line is longer than 80 characters. | 144 | |
| Line has trailing spaces. | 145 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 151 | |
| '(' is followed by whitespace. | 151 | |
| ')' is preceded with whitespace. | 151 | |
| Line is longer than 80 characters. | 152 | |
| '(' is followed by whitespace. | 155 | |
| ')' is preceded with whitespace. | 155 | |
| Line is longer than 80 characters. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| '(' is followed by whitespace. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Expected an @return tag. | 174 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Method 'getAdditionalSectionsFile' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Line is longer than 80 characters. | 185 | |
| Method 'setAdditionalSectionsFile' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter additionalSectionsFile should be final. | 190 | |
| 'additionalSectionsFile' hides a field. | 190 | |
| Method 'getLockingKeys' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Method 'setLockingKeys' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter lockingKeys should be final. | 205 | |
| 'lockingKeys' hides a field. | 205 | |
| '(' is followed by whitespace. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 228 | |
| Method 'setMaintainableSections' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter maintainableSections should be final. | 228 | |
| 'maintainableSections' hides a field. | 228 | |
| Expected @param tag for 'maintainableSections'. | 228 | |
| Line is longer than 80 characters. | 230 | |
| '(' is followed by whitespace. | 230 | |
| ')' is preceded with whitespace. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 237 | |
| Line has trailing spaces. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line has trailing spaces. | 246 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Method 'getPreserveLockingKeysOnCopy' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| Method 'setPreserveLockingKeysOnCopy' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter preserveLockingKeysOnCopy should be final. | 257 | |
| 'preserveLockingKeysOnCopy' hides a field. | 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. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Method 'getAllowsRecordDeletion' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Method 'setAllowsRecordDeletion' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Parameter allowsRecordDeletion should be final. | 271 | |
| 'allowsRecordDeletion' hides a field. | 271 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 275 | |
| Method 'isTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 279 | |
| Method 'setTranslateCodes' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter translateCodes should be final. | 279 | |
| 'translateCodes' hides a field. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'sourceName' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'targetName' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '{' is not followed by whitespace. | 43 | |
| '}' is not preceded with whitespace. | 43 | |
| Method 'getSourceName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| First sentence should end with a period. | 53 | |
| Line has trailing spaces. | 55 | |
| Unused @throws tag for 'IllegalArgumentException'. | 56 | |
| Method 'setSourceName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter sourceName should be final. | 58 | |
| 'sourceName' hides a field. | 58 | |
| Expected @param tag for 'sourceName'. | 58 | |
| Method 'getTargetName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| First sentence should end with a period. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line has trailing spaces. | 76 | |
| Unused @throws tag for 'IllegalArgumentException'. | 77 | |
| Method 'setTargetName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter targetName should be final. | 79 | |
| 'targetName' hides a field. | 79 | |
| Expected @param tag for 'targetName'. | 79 | |
| Line has trailing spaces. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter rootBusinessObjectClass should be final. | 93 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 93 | |
| Parameter otherBusinessObjectClass should be final. | 93 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 103 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Expected an @return tag. | 120 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line is longer than 80 characters. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' is not followed by whitespace. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' is not followed by whitespace. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' is not followed by whitespace. | 122 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'attributeName' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'attributeToHighlightOnFail' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'displayFieldName' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'collection' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'collectionBusinessObjectClass' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 46 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| '{' is not followed by whitespace. | 48 | |
| '}' is not preceded with whitespace. | 48 | |
| Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Line has trailing spaces. | 62 | |
| Unused @throws tag for 'IllegalArgumentException'. | 63 | |
| Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter attributeName should be final. | 65 | |
| 'attributeName' hides a field. | 65 | |
| Expected @param tag for 'attributeName'. | 65 | |
| Line has trailing spaces. | 74 | |
| Method 'getAttributeToHighlightOnFail' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 86 | |
| Method 'setAttributeToHighlightOnFail' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter attributeToHighlightOnFail should be final. | 86 | |
| 'attributeToHighlightOnFail' hides a field. | 86 | |
| Expected @param tag for 'attributeToHighlightOnFail'. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line has trailing spaces. | 95 | |
| Method 'getDisplayFieldName' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Method 'setDisplayFieldName' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter displayFieldName should be final. | 106 | |
| 'displayFieldName' hides a field. | 106 | |
| Expected @param tag for 'displayFieldName'. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Line has trailing spaces. | 113 | |
| Expected an @return tag. | 116 | |
| Method 'isDisplayFieldNameSet' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| First sentence should end with a period. | 124 | |
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter collection should be final. | 127 | |
| 'collection' hides a field. | 127 | |
| Expected @param tag for 'collection'. | 127 | |
| Method 'isCollectionReference' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Method 'getCollectionBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| 'if' is not followed by whitespace. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| '{' is not preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '=' is not preceded with whitespace. | 137 | |
| '=' is not followed by whitespace. | 137 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Method 'setCollectionBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter collectionBusinessObjectClass should be final. | 146 | |
| 'collectionBusinessObjectClass' hides a field. | 146 | |
| Expected @param tag for 'collectionBusinessObjectClass'. | 146 | |
| Line has trailing spaces. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 155 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Parameter rootBusinessObjectClass should be final. | 155 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 155 | |
| Parameter otherBusinessObjectClass should be final. | 155 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 155 | |
| Line is longer than 80 characters. | 159 | |
| Avoid inline conditionals. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 163 | |
| '(' is followed by whitespace. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| '}' should be on the same line. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Expected an @return tag. | 186 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Line is longer than 80 characters. | 194 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter businessObjectClass should be final. | 194 | |
| 'businessObjectClass' hides a field. | 194 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'objectAttributeName' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'sourceClass' must be private and have accessor methods. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Variable 'targetClass' must be private and have accessor methods. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'primitiveAttributes' must be private and have accessor methods. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'supportAttributes' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 63 | |
| '{' is not followed by whitespace. | 63 | |
| '}' is not preceded with whitespace. | 63 | |
| Method 'getObjectAttributeName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getSourceClass' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| First sentence should end with a period. | 73 | |
| Line has trailing spaces. | 75 | |
| Expected an @return tag. | 78 | |
| Method 'getTargetClass' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| First sentence should end with a period. | 94 | |
| Line has trailing spaces. | 96 | |
| Method 'setTargetClass' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter targetClass should be final. | 99 | |
| 'targetClass' hides a field. | 99 | |
| Expected @param tag for 'targetClass'. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 104 | |
| Method 'setObjectAttributeName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter objectAttributeName should be final. | 107 | |
| 'objectAttributeName' hides a field. | 107 | |
| Expected @param tag for 'objectAttributeName'. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Method 'getPrimitiveAttributes' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Line has trailing spaces. | 117 | |
| Method 'getSupportAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Method 'hasIdentifier' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '(' is followed by whitespace. | 125 | |
| ')' is preceded with whitespace. | 125 | |
| Line has trailing spaces. | 131 | |
| Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Line is longer than 80 characters. | 133 | |
| '(' is followed by whitespace. | 134 | |
| ')' is preceded with whitespace. | 134 | |
| Line has trailing spaces. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Line has trailing spaces. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter rootBusinessObjectClass should be final. | 146 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 146 | |
| Parameter otherBusinessObjectClass should be final. | 146 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 146 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Expected an @return tag. | 166 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Line is longer than 80 characters. | 168 | |
| Line has trailing spaces. | 172 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Method 'setPrimitiveAttributes' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Parameter primitiveAttributes should be final. | 187 | |
| 'primitiveAttributes' hides a field. | 187 | |
| Expected @param tag for 'primitiveAttributes'. | 187 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 205 | |
| Method 'setSupportAttributes' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Parameter supportAttributes should be final. | 205 | |
| 'supportAttributes' hides a field. | 205 | |
| Expected @param tag for 'supportAttributes'. | 205 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 212 | |
| Method 'setSourceClass' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Parameter sourceClass should be final. | 212 | |
| 'sourceClass' hides a field. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 30 | |
| Method 'getQualificationAttributeName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Method 'setQualificationAttributeName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter qualificationAttributeName should be final. | 34 | |
| 'qualificationAttributeName' hides a field. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Method 'getRoutingAttributes' is not designed for extension - needs to be abstract, final or empty. | 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. | 42 | |
| Method 'getDocumentValuePathGroups' is not designed for extension - needs to be abstract, final or empty. | 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. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Method 'setRoutingAttributes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter routingAttributes should be final. | 48 | |
| 'routingAttributes' hides a field. | 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 | |
| Method 'setDocumentValuePathGroups' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Parameter documentValuePathGroups should be final. | 55 | |
| 'documentValuePathGroups' hides a field. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter rootBusinessObjectClass should be final. | 63 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 63 | |
| Line contains a tab character. | 64 | |
| Parameter otherBusinessObjectClass should be final. | 64 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Method 'getBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 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. | 42 | |
| Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 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. | 47 | |
| Line contains a tab character. | 48 | |
| Method 'setBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter businessObjectClassName should be final. | 48 | |
| 'businessObjectClassName' hides a field. | 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 | |
| Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Parameter attributeName should be final. | 54 | |
| 'attributeName' hides a field. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| First sentence should end with a period. | 57 | |
| Line contains a tab character. | 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 | |
| Method 'isShowAttributeInSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| First sentence should end with a period. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Method 'setShowAttributeInSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Line contains a tab character. | 69 | |
| Parameter showAttributeInSearchCriteria should be final. | 69 | |
| 'showAttributeInSearchCriteria' hides a field. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| First sentence should end with a period. | 72 | |
| Line contains a tab character. | 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 | |
| Method 'isShowAttributeInResultSet' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| First sentence should end with a period. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Method 'setShowAttributeInResultSet' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter showAttributeInResultSet should be final. | 83 | |
| 'showAttributeInResultSet' hides a field. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Method 'getSearchingAttribute' is not designed for extension - needs to be abstract, final or empty. | 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. | 42 | |
| Method 'getDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 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. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Method 'setSearchingAttribute' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter searchingAttribute should be final. | 48 | |
| 'searchingAttribute' hides a field. | 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 | |
| Unused @param tag for 'documentValues'. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'setDocumentValues' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Parameter paths should be final. | 54 | |
| 'paths' hides a field. | 54 | |
| Expected @param tag for 'paths'. | 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 has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Parameter rootBusinessObjectClass should be final. | 62 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter otherBusinessObjectClass should be final. | 63 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'sortAscending' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'attributeNames' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| '{' is not followed by whitespace. | 46 | |
| '}' is not preceded with whitespace. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 61 | |
| Unused @throws tag for 'IllegalArgumentException'. | 63 | |
| Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter attributeName should be final. | 65 | |
| Expected @param tag for 'attributeName'. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Method 'getSortAscending' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'setSortAscending' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter sortAscending should be final. | 91 | |
| 'sortAscending' hides a field. | 91 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter rootBusinessObjectClass should be final. | 101 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 101 | |
| Parameter otherBusinessObjectClass should be final. | 101 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 101 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line has trailing spaces. | 105 | |
| Expected an @return tag. | 113 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'setAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter attributeNames should be final. | 137 | |
| 'attributeNames' hides a field. | 137 | |
| Expected @param tag for 'attributeNames'. | 137 | |
| Line has trailing spaces. | 140 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'identifier' must be private and have accessor methods. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 40 | |
| '{' is not followed by whitespace. | 40 | |
| '}' is not preceded with whitespace. | 40 | |
| Method 'isIdentifier' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 45 | |
| First sentence should end with a period. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter identifier should be final. | 50 | |
| 'identifier' hides a field. | 50 | |
| Expected @param tag for 'identifier'. | 50 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter rootBusinessObjectClass should be final. | 59 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 59 | |
| Parameter otherBusinessObjectClass should be final. | 59 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line has trailing spaces. | 68 | |
| Expected an @return tag. | 72 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line is longer than 80 characters. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| Line has trailing spaces. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 25 | |
| '{' is not followed by whitespace. | 25 | |
| '}' is not preceded with whitespace. | 25 | |
| Line contains a tab character. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| '(' is followed by whitespace. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Line is longer than 80 characters. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 19 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Parameter rootBusinessObjectClass should be final. | 32 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 32 | |
| Line contains a tab character. | 33 | |
| Parameter otherBusinessObjectClass should be final. | 33 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 33 | |
| Line contains a tab character. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Empty statement. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 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 | |
| Method 'getSearchingTypeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Method 'setSearchingTypeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Parameter searchingTypeDefinitions should be final. | 53 | |
| 'searchingTypeDefinitions' hides a field. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Method 'getRoutingTypeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Method 'setRoutingTypeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Parameter routingTypeDefinitions should be final. | 62 | |
| 'routingTypeDefinitions' hides a field. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line has trailing spaces. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter rootBusinessObjectClass should be final. | 71 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 71 | |
| Line contains a tab character. | 72 | |
| Parameter otherBusinessObjectClass should be final. | 72 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 72 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'workflowPropertyGroups' must be private and have accessor methods. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| First sentence should end with a period. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Method 'getWorkflowPropertyGroups' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Method 'setWorkflowPropertyGroups' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter workflowPropertyGroups should be final. | 48 | |
| 'workflowPropertyGroups' hides a field. | 48 | |
| Expected @param tag for 'workflowPropertyGroups'. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 18 | |
| Unused import - org.kuali.rice.kns.util.documentserializer.PropertySerializabilityEvaluator. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'path' must be private and have accessor methods. | 26 | |
| Line has trailing spaces. | 27 | |
| First sentence should end with a period. | 28 | |
| Line has trailing spaces. | 30 | |
| '{' is not followed by whitespace. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| First sentence should end with a period. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 36 | |
| Expected an @return tag. | 39 | |
| Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| First sentence should end with a period. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 45 | |
| Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter path should be final. | 48 | |
| 'path' hides a field. | 48 | |
| Expected @param tag for 'path'. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.document.Document. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'basePath' must be private and have accessor methods. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'workflowProperties' must be private and have accessor methods. | 39 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getWorkflowProperties' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 54 | |
| Method 'getBasePath' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 68 | |
| Method 'setBasePath' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter basePath should be final. | 71 | |
| 'basePath' hides a field. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Method 'setWorkflowProperties' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter workflowProperties should be final. | 75 | |
| 'workflowProperties' hides a field. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'imageSrc' must be private and have accessor methods. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'styleClass' must be private and have accessor methods. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Expected an @return tag. | 36 | |
| Method 'isButton' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Expected an @return tag. | 43 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Method 'getImageSrc' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Unused @param tag for 'mageSrc'. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Method 'setImageSrc' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter imageSrc should be final. | 57 | |
| 'imageSrc' hides a field. | 57 | |
| Expected @param tag for 'imageSrc'. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| 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 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter styleClass should be final. | 71 | |
| 'styleClass' hides a field. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Expected an @return tag. | 35 | |
| Method 'isCheckbox' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Expected an @return tag. | 42 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Redundant 'public' modifier. | 36 | |
| Line is longer than 80 characters. | 39 | |
| Redundant 'public' modifier. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Redundant 'public' modifier. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Redundant 'public' modifier. | 51 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Redundant 'public' modifier. | 56 | |
| Line is longer than 80 characters. | 59 | |
| Redundant 'public' modifier. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Redundant 'public' modifier. | 66 | |
| Redundant 'public' modifier. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Redundant 'public' modifier. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Redundant 'public' modifier. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Redundant 'public' modifier. | 88 | |
| Line is longer than 80 characters. | 91 | |
| Redundant 'public' modifier. | 93 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Redundant 'public' modifier. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Redundant 'public' modifier. | 103 | |
| Line has trailing spaces. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Redundant 'public' modifier. | 108 | |
| Line has trailing spaces. | 109 | |
| Redundant 'public' modifier. | 113 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Line has trailing spaces. | 117 | |
| Redundant 'public' modifier. | 118 | |
| Line has trailing spaces. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Redundant 'public' modifier. | 125 | |
| Expected @param tag for 'valuesFinderClass'. | 125 | |
| Line is longer than 80 characters. | 128 | |
| Redundant 'public' modifier. | 132 | |
| Expected @param tag for 'businessObjectClass'. | 132 | |
| Redundant 'public' modifier. | 140 | |
| Expected @param tag for 'keyAttribute'. | 140 | |
| Line is longer than 80 characters. | 143 | |
| Redundant 'public' modifier. | 147 | |
| Expected @param tag for 'labelAttribute'. | 147 | |
| Missing a Javadoc comment. | 149 | |
| Redundant 'public' modifier. | 149 | |
| Line has trailing spaces. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Redundant 'public' modifier. | 154 | |
| First sentence should end with a period. | 156 | |
| Redundant 'public' modifier. | 161 | |
| Expected @param tag for 'script'. | 161 | |
| Line is longer than 80 characters. | 164 | |
| Redundant 'public' modifier. | 166 | |
| Line is longer than 80 characters. | 169 | |
| Redundant 'public' modifier. | 171 | |
| Redundant 'public' modifier. | 176 | |
| Redundant 'public' modifier. | 181 | |
| Missing a Javadoc comment. | 183 | |
| Redundant 'public' modifier. | 183 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 186 | |
| Expected an @return tag. | 190 | |
| Redundant 'public' modifier. | 190 | |
| Redundant 'public' modifier. | 197 | |
| Expected @param tag for 'size'. | 197 | |
| Redundant 'public' modifier. | 202 | |
| Redundant 'public' modifier. | 209 | |
| Expected @param tag for 'rows'. | 209 | |
| Redundant 'public' modifier. | 214 | |
| Redundant 'public' modifier. | 221 | |
| Expected @param tag for 'cols'. | 221 | |
| Redundant 'public' modifier. | 226 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'datePicker' must be private and have accessor methods. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'expandedTextArea' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'script' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'valuesFinderClass' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'keyAttribute' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'labelAttribute' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'includeBlankRow' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'includeKeyInLabel' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'size' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'rows' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'cols' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'ranged' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'isDatePicker' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setDatePicker' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter datePicker should be final. | 66 | |
| 'datePicker' hides a field. | 66 | |
| Expected @param tag for 'datePicker'. | 66 | |
| '=' is not preceded with whitespace. | 67 | |
| '=' is not followed by whitespace. | 67 | |
| Line has trailing spaces. | 69 | |
| Method 'isExpandedTextArea' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Method 'setExpandedTextArea' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter eTextArea should be final. | 79 | |
| Expected @param tag for 'eTextArea'. | 79 | |
| '=' is not preceded with whitespace. | 80 | |
| '=' is not followed by whitespace. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Expected an @return tag. | 86 | |
| Method 'isCheckbox' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Expected an @return tag. | 93 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Line is longer than 80 characters. | 98 | |
| Expected an @return tag. | 100 | |
| Method 'isRadio' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Line is longer than 80 characters. | 105 | |
| Expected an @return tag. | 107 | |
| Method 'isSelect' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Line has trailing spaces. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Expected an @return tag. | 114 | |
| Method 'isMultiselect' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Expected an @return tag. | 121 | |
| Method 'isText' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Line is longer than 80 characters. | 126 | |
| Expected an @return tag. | 128 | |
| Method 'isTextarea' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Expected an @return tag. | 135 | |
| Method 'isCurrency' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Line is longer than 80 characters. | 141 | |
| Expected an @return tag. | 143 | |
| Method 'isKualiUser' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Line is longer than 80 characters. | 148 | |
| Expected an @return tag. | 150 | |
| Method 'isWorkflowWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Expected an @return tag. | 157 | |
| Method 'isFile' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Expected an @return tag. | 164 | |
| Method 'isLookupHidden' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Line is longer than 80 characters. | 169 | |
| Expected an @return tag. | 171 | |
| Method 'isLookupReadonly' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Line has trailing spaces. | 174 | |
| Line is longer than 80 characters. | 176 | |
| Expected an @return tag. | 178 | |
| Method 'isButton' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Line has trailing spaces. | 181 | |
| Expected an @return tag. | 185 | |
| Method 'isLink' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line has trailing spaces. | 188 | |
| Line is longer than 80 characters. | 191 | |
| Method 'setValuesFinderClass' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter valuesFinderClass should be final. | 193 | |
| 'valuesFinderClass' hides a field. | 193 | |
| Expected @param tag for 'valuesFinderClass'. | 193 | |
| Line is longer than 80 characters. | 195 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Line is longer than 80 characters. | 209 | |
| Line has trailing spaces. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 213 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter businessObjectClass should be final. | 216 | |
| 'businessObjectClass' hides a field. | 216 | |
| Line is longer than 80 characters. | 218 | |
| Method 'getIncludeBlankRow' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Unused Javadoc tag. | 232 | |
| Method 'setIncludeBlankRow' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter includeBlankRow should be final. | 234 | |
| 'includeBlankRow' hides a field. | 234 | |
| Expected @param tag for 'includeBlankRow'. | 234 | |
| Method 'getIncludeKeyInLabel' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Line is longer than 80 characters. | 246 | |
| Method 'setIncludeKeyInLabel' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter includeKeyInLabel should be final. | 248 | |
| 'includeKeyInLabel' hides a field. | 248 | |
| Expected @param tag for 'includeKeyInLabel'. | 248 | |
| Method 'getKeyAttribute' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Line has trailing spaces. | 260 | |
| Line is longer than 80 characters. | 260 | |
| Line has trailing spaces. | 261 | |
| Method 'setKeyAttribute' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Parameter keyAttribute should be final. | 263 | |
| 'keyAttribute' hides a field. | 263 | |
| Expected @param tag for 'keyAttribute'. | 263 | |
| Method 'getLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Line has trailing spaces. | 275 | |
| Line is longer than 80 characters. | 275 | |
| Line has trailing spaces. | 276 | |
| Method 'setLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Parameter labelAttribute should be final. | 278 | |
| 'labelAttribute' hides a field. | 278 | |
| Expected @param tag for 'labelAttribute'. | 278 | |
| Line is longer than 80 characters. | 283 | |
| Expected an @return tag. | 285 | |
| Method 'getValuesFinderClass' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Line has trailing spaces. | 291 | |
| Line is longer than 80 characters. | 292 | |
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter size should be final. | 294 | |
| 'size' hides a field. | 294 | |
| Expected @param tag for 'size'. | 294 | |
| Line is longer than 80 characters. | 299 | |
| Expected an @return tag. | 301 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Line is longer than 80 characters. | 306 | |
| Expected an @return tag. | 308 | |
| Method 'hasScript' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Line has trailing spaces. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| Parameter rows should be final. | 317 | |
| 'rows' hides a field. | 317 | |
| Expected @param tag for 'rows'. | 317 | |
| Line is longer than 80 characters. | 322 | |
| Expected an @return tag. | 324 | |
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Line has trailing spaces. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Method 'setCols' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Parameter cols should be final. | 333 | |
| 'cols' hides a field. | 333 | |
| Expected @param tag for 'cols'. | 333 | |
| Line is longer than 80 characters. | 338 | |
| Expected an @return tag. | 340 | |
| Method 'getCols' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Line is longer than 80 characters. | 347 | |
| Line is longer than 80 characters. | 349 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Parameter rootBusinessObjectClass should be final. | 349 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 349 | |
| Parameter otherBusinessObjectClass should be final. | 349 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 349 | |
| Line is longer than 80 characters. | 350 | |
| '&&' is not preceded with whitespace. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line contains a tab character. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line contains a tab character. | 356 | |
| Line is longer than 80 characters. | 357 | |
| Line contains a tab character. | 357 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 361 | |
| Line contains a tab character. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line contains a tab character. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line contains a tab character. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line contains a tab character. | 370 | |
| Line contains a tab character. | 371 | |
| Line is longer than 80 characters. | 376 | |
| Expected an @return tag. | 378 | |
| Method 'getScript' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Line has trailing spaces. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Method 'setScript' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| Parameter script should be final. | 387 | |
| 'script' hides a field. | 387 | |
| Expected @param tag for 'script'. | 387 | |
| Line has trailing spaces. | 390 | |
| Line is longer than 80 characters. | 392 | |
| Expected an @return tag. | 394 | |
| Method 'isRanged' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 396 | |
| First sentence should end with a period. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Line has trailing spaces. | 400 | |
| Line is longer than 80 characters. | 401 | |
| Line contains a tab character. | 403 | |
| Method 'setRanged' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Parameter ranged should be final. | 403 | |
| 'ranged' hides a field. | 403 | |
| Line contains a tab character. | 404 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 407 | |
| Expected an @return tag. | 410 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 410 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Parameter object should be final. | 410 | |
| Expected @param tag for 'object'. | 410 | |
| Line contains a tab character. | 411 | |
| '(' is followed by whitespace. | 411 | |
| ')' is preceded with whitespace. | 411 | |
| Line contains a tab character. | 412 | |
| Line contains a tab character. | 413 | |
| Line contains a tab character. | 414 | |
| 'cast' is not followed by whitespace. | 414 | |
| Line contains a tab character. | 415 | |
| Line contains a tab character. | 416 | |
| '(' is followed by whitespace. | 416 | |
| ')' is preceded with whitespace. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line contains a tab character. | 417 | |
| '(' is followed by whitespace. | 417 | |
| ')' is preceded with whitespace. | 417 | |
| Line contains a tab character. | 418 | |
| '(' is followed by whitespace. | 418 | |
| ')' is preceded with whitespace. | 418 | |
| Line contains a tab character. | 419 | |
| '(' is followed by whitespace. | 419 | |
| ')' is preceded with whitespace. | 419 | |
| Line contains a tab character. | 420 | |
| '(' is followed by whitespace. | 420 | |
| ')' is preceded with whitespace. | 420 | |
| Line contains a tab character. | 421 | |
| '(' is followed by whitespace. | 421 | |
| ')' is preceded with whitespace. | 421 | |
| Line contains a tab character. | 422 | |
| '(' is followed by whitespace. | 422 | |
| ')' is preceded with whitespace. | 422 | |
| Line contains a tab character. | 423 | |
| '(' is followed by whitespace. | 423 | |
| ')' is preceded with whitespace. | 423 | |
| Line contains a tab character. | 424 | |
| '(' is followed by whitespace. | 424 | |
| ',' is not followed by whitespace. | 424 | |
| ')' is preceded with whitespace. | 424 | |
| Line contains a tab character. | 425 | |
| '(' is followed by whitespace. | 425 | |
| ')' is preceded with whitespace. | 425 | |
| Line contains a tab character. | 426 | |
| '(' is followed by whitespace. | 426 | |
| ')' is preceded with whitespace. | 426 | |
| Line contains a tab character. | 427 | |
| Line has trailing spaces. | 429 | |
| Line has trailing spaces. | 430 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Variable 'formattedMaxLength' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Expected an @return tag. | 44 | |
| Method 'isCurrency' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Expected an @return tag. | 51 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'getFormattedMaxLength' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setFormattedMaxLength' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter formattedMaxLength should be final. | 66 | |
| 'formattedMaxLength' hides a field. | 66 | |
| Expected @param tag for 'formattedMaxLength'. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Expected an @return tag. | 40 | |
| Method 'isFile' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Expected an @return tag. | 47 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Expected an @return tag. | 33 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Expected an @return tag. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'universalIdAttributeName' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'userIdAttributeName' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'personNameAttributeName' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Expected an @return tag. | 55 | |
| Method 'isKualiUser' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line has trailing spaces. | 60 | |
| Expected an @return tag. | 63 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line has trailing spaces. | 69 | |
| Method 'getPersonNameAttributeName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Line is longer than 80 characters. | 78 | |
| Method 'setPersonNameAttributeName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter personNameAttributeName should be final. | 80 | |
| 'personNameAttributeName' hides a field. | 80 | |
| Expected @param tag for 'personNameAttributeName'. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 89 | |
| Method 'getUniversalIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Method 'setUniversalIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter universalIdAttributeName should be final. | 100 | |
| 'universalIdAttributeName' hides a field. | 100 | |
| Expected @param tag for 'universalIdAttributeName'. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 109 | |
| Method 'getUserIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Line is longer than 80 characters. | 118 | |
| Method 'setUserIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter userIdAttributeName should be final. | 120 | |
| 'userIdAttributeName' hides a field. | 120 | |
| Expected @param tag for 'userIdAttributeName'. | 120 | |
| Line is longer than 80 characters. | 122 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.HashMap. | 19 | |
| Unused import - java.util.List. | 20 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'styleClass' must be private and have accessor methods. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'target' must be private and have accessor methods. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'hrefText' must be private and have accessor methods. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Expected an @return tag. | 40 | |
| Method 'isLink' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Expected an @return tag. | 47 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Line has trailing spaces. | 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 | |
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter styleClass should be final. | 61 | |
| 'styleClass' hides a field. | 61 | |
| Line contains a tab character. | 62 | |
| 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 | |
| Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter target should be final. | 75 | |
| 'target' hides a field. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| 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 | |
| Method 'getHrefText' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Method 'setHrefText' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter hrefText should be final. | 89 | |
| 'hrefText' hides a field. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line has trailing spaces. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Expected an @return tag. | 34 | |
| Method 'isLookupHidden' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Expected an @return tag. | 41 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Expected an @return tag. | 34 | |
| Method 'isLookupReadonly' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Expected an @return tag. | 41 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 18 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Expected an @return tag. | 33 | |
| Method 'isMultiselect' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Expected an @return tag. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter rootBusinessObjectClass should be final. | 30 | |
| Expected @param tag for 'rootBusinessObjectClass'. | 30 | |
| Parameter otherBusinessObjectClass should be final. | 30 | |
| Expected @param tag for 'otherBusinessObjectClass'. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Expected an @return tag. | 34 | |
| Method 'isRadio' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Line contains a tab character. | 35 | |
| Expected an @return tag. | 42 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line contains a tab character. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Method 'isSelect' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Line contains a tab character. | 39 | |
| Expected an @return tag. | 46 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line contains a tab character. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Expected an @return tag. | 35 | |
| Method 'isText' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Expected an @return tag. | 42 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Expected an @return tag. | 33 | |
| Method 'isTextarea' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Expected an @return tag. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Method 'isWorkflowWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Expected an @return tag. | 46 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| Parameter message should be final. | 39 | |
| Expected @param tag for 'message'. | 39 | |
| Parameter t should be final. | 39 | |
| Expected @param tag for 't'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| Parameter message should be final. | 39 | |
| Expected @param tag for 'message'. | 39 | |
| Parameter t should be final. | 39 | |
| Expected @param tag for 't'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| Parameter message should be final. | 39 | |
| Expected @param tag for 'message'. | 39 | |
| Parameter t should be final. | 39 | |
| Expected @param tag for 't'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| Parameter message should be final. | 39 | |
| Expected @param tag for 'message'. | 39 | |
| Parameter t should be final. | 39 | |
| Expected @param tag for 't'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 25 | |
| First sentence should end with a period. | 27 | |
| Line has trailing spaces. | 29 | |
| Parameter message should be final. | 32 | |
| Expected @param tag for 'message'. | 32 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Parameter message should be final. | 42 | |
| Expected @param tag for 'message'. | 42 | |
| Parameter cause should be final. | 42 | |
| Expected @param tag for 'cause'. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 24 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 28 | |
| Parameter message should be final. | 31 | |
| Expected @param tag for 'message'. | 31 | |
| First sentence should end with a period. | 37 | |
| Line has trailing spaces. | 39 | |
| Parameter message should be final. | 43 | |
| Expected @param tag for 'message'. | 43 | |
| Parameter cause should be final. | 43 | |
| Expected @param tag for 'cause'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter exportKey should be final. | 31 | |
| 'exportKey' hides a field. | 31 | |
| Method 'getExportKey' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'getExportData' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| First sentence should end with a period. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 54 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter map should be final. | 58 | |
| Expected @param tag for 'map'. | 58 | |
| First sentence should end with a period. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 68 | |
| Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter map should be final. | 72 | |
| Expected @param tag for 'map'. | 72 | |
| First sentence should end with a period. | 78 | |
| Line has trailing spaces. | 80 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Parameter key should be final. | 84 | |
| Expected @param tag for 'key'. | 84 | |
| Parameter value should be final. | 84 | |
| Expected @param tag for 'value'. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Expected an @return tag. | 99 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 35 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter key should be final. | 39 | |
| Expected @param tag for 'key'. | 39 | |
| Parameter value should be final. | 39 | |
| Expected @param tag for 'value'. | 39 | |
| Line has trailing spaces. | 45 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter key should be final. | 49 | |
| Expected @param tag for 'key'. | 49 | |
| Parameter value should be final. | 49 | |
| Expected @param tag for 'value'. | 49 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Parameter key should be final. | 60 | |
| Expected @param tag for 'key'. | 60 | |
| Parameter value should be final. | 60 | |
| Expected @param tag for 'value'. | 60 | |
| First sentence should end with a period. | 76 | |
| Line has trailing spaces. | 78 | |
| Expected an @return tag. | 81 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter key should be final. | 81 | |
| Expected @param tag for 'key'. | 81 | |
| Parameter value should be final. | 81 | |
| Expected @param tag for 'value'. | 81 | |
| Line is longer than 80 characters. | 82 | |
| First sentence should end with a period. | 85 | |
| Line has trailing spaces. | 87 | |
| Method 'putAll' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter m should be final. | 90 | |
| Expected @param tag for 'm'. | 90 | |
| Line is longer than 80 characters. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'maskFormatter' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'maskFormatterClass' must be private and have accessor methods. | 29 | |
| First sentence should end with a period. | 31 | |
| Line has trailing spaces. | 34 | |
| Method 'maskValue' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Parameter value should be final. | 36 | |
| Line is longer than 80 characters. | 42 | |
| '}' should be on the same line. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 55 | |
| Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter maskFormatter should be final. | 66 | |
| 'maskFormatter' hides a field. | 66 | |
| Line has trailing spaces. | 72 | |
| Method 'getMaskFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Line is longer than 80 characters. | 84 | |
| Method 'setMaskFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Parameter maskFormatterClass should be final. | 84 | |
| 'maskFormatterClass' hides a field. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 29 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'literal' must be private and have accessor methods. | 24 | |
| Method 'maskValue' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter value should be final. | 26 | |
| Line has trailing spaces. | 32 | |
| Method 'getLiteral' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Method 'setLiteral' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter literal should be final. | 42 | |
| 'literal' hides a field. | 42 | |
| Expected @param tag for 'literal'. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'maskCharacter' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'maskLength' must be private and have accessor methods. | 27 | |
| Method 'maskValue' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter value should be final. | 29 | |
| Comment matches to-do format 'TODO:'. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 41 | |
| 'if' is not followed by whitespace. | 43 | |
| '>' is not followed by whitespace. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| 'else' is not preceded with whitespace. | 45 | |
| '}' is not followed by whitespace. | 45 | |
| 'else' is not followed by whitespace. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| Line has trailing spaces. | 52 | |
| Method 'getMaskCharacter' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'setMaskCharacter' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter maskCharacter should be final. | 64 | |
| 'maskCharacter' hides a field. | 64 | |
| Line has trailing spaces. | 70 | |
| Method 'getMaskLength' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Line has trailing spaces. | 79 | |
| Method 'setMaskLength' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter maskLength should be final. | 82 | |
| 'maskLength' hides a field. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 26 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter dataDictionaryService should be final. | 37 | |
| 'dataDictionaryService' hides a field. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| 'if' construct must use '{}'s. | 45 | |
| Line contains a tab character. | 45 | |
| 'if' is not followed by whitespace. | 45 | |
| '!=' is not preceded with whitespace. | 45 | |
| '!=' is not followed by whitespace. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| 'else' construct must use '{}'s. | 47 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'getDataDictionaryPackages' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Method 'setDataDictionaryPackages' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter dataDictionaryPackages should be final. | 55 | |
| 'dataDictionaryPackages' hides a field. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 28 | |
| 'public' modifier out of order with the JLS suggestions. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'regexPattern' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'maxLength' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'exactLength' must be private and have accessor methods. | 32 | |
| Line has trailing spaces. | 36 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter maxLength should be final. | 39 | |
| 'maxLength' hides a field. | 39 | |
| Expected @param tag for 'maxLength'. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line has trailing spaces. | 57 | |
| Method 'setExactLength' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter exactLength should be final. | 60 | |
| 'exactLength' hides a field. | 60 | |
| Expected @param tag for 'exactLength'. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getExactLength' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line is longer than 80 characters. | 77 | |
| 'public' modifier out of order with the JLS suggestions. | 79 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 85 | |
| '}' should be on the same line. | 88 | |
| '}' should be on the same line. | 91 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 105 | |
| Expected an @return tag. | 107 | |
| 'public' modifier out of order with the JLS suggestions. | 107 | |
| Parameter exportKey should be final. | 107 | |
| Expected @param tag for 'exportKey'. | 107 | |
| '}' should be on the same line. | 112 | |
| First sentence should end with a period. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line has trailing spaces. | 124 | |
| 'public' modifier out of order with the JLS suggestions. | 127 | |
| Expected @param tag for 'exportMap'. | 127 | |
| Line contains a tab character. | 129 | |
| Method 'getValidationErrorMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Parameter attributeLabel should be final. | 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 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 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 contains a tab character. | 141 | |
| Line has trailing spaces. | 142 | |
| Line contains a tab character. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Expected an @return tag. | 145 | |
| Line contains a tab character. | 145 | |
| Method 'getValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line is longer than 80 characters. | 148 | |
| 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. | 153 | |
| Line has trailing spaces. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Method 'getValidationErrorMessageKeyOptions' 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 contains a tab character. | 160 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| 'public' modifier out of order with the JLS suggestions. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'regexPattern' must be private and have accessor methods. | 30 | |
| Line has trailing spaces. | 31 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 43 | |
| 'protected' modifier out of order with the JLS suggestions. | 46 | |
| Line is longer than 80 characters. | 50 | |
| '(' is followed by whitespace. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 64 | |
| Expected an @return tag. | 66 | |
| Method 'buildExportMap' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter exportKey should be final. | 66 | |
| Expected @param tag for 'exportKey'. | 66 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Expected an @return tag. | 79 | |
| Line contains a tab character. | 79 | |
| Method 'getValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 88 | |
| 'public' modifier out of order with the JLS suggestions. | 90 | |
| Comment matches to-do format 'TODO:'. | 91 | |
| Line is longer than 80 characters. | 94 | |
| 'public' modifier out of order with the JLS suggestions. | 96 | |
| Line is longer than 80 characters. | 99 | |
| 'protected' modifier out of order with the JLS suggestions. | 102 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter input should be final. | 108 | |
| Expected @param tag for 'input'. | 108 | |
| 'public' modifier out of order with the JLS suggestions. | 119 | |
| Expected @param tag for 'exportKey'. | 119 | |
| Line has trailing spaces. | 120 | |
| Missing a Javadoc comment. | 121 | |
| 'public' modifier out of order with the JLS suggestions. | 121 | |
| Line has trailing spaces. | 122 | |
| Method 'getValidationErrorMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter attributeLabel should be final. | 123 | |
| Line has trailing spaces. | 126 | |
| First sentence should end with a period. | 127 | |
| Line has trailing spaces. | 129 | |
| Expected @throws tag for 'ValidationPatternException'. | 131 | |
| Redundant throws: 'ValidationPatternException' is unchecked exception. | 131 | |
| Line has trailing spaces. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line has trailing spaces. | 138 | |
| Missing a Javadoc comment. | 139 | |
| Parameter message should be final. | 139 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 147 | |
| Parameter message should be final. | 147 | |
| Parameter cause should be final. | 147 | |
| Missing a Javadoc comment. | 151 | |
| Parameter cause should be final. | 151 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'allowWhitespace' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'allowUnderscore' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'allowPeriod' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'allowParenthesis' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'allowDollar' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'allowForwardSlash' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'lowerCase' must be private and have accessor methods. | 34 | |
| Line has trailing spaces. | 35 | |
| Method 'getAllowPeriod' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'setAllowPeriod' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter allowPeriod should be final. | 46 | |
| 'allowPeriod' hides a field. | 46 | |
| Expected @param tag for 'allowPeriod'. | 46 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Method 'isAllowPeriod' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Method 'isAllowParenthesis' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line contains a tab character. | 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 | |
| Method 'setAllowParenthesis' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter allowParenthesis should be final. | 67 | |
| 'allowParenthesis' hides a field. | 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 contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'isAllowDollar' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Method 'setAllowDollar' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter allowDollar should be final. | 81 | |
| 'allowDollar' hides a field. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Method 'isAllowForwardSlash' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Unused @param tag for 'allowforwardSlash'. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Method 'setAllowForwardSlash' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter allowForwardSlash should be final. | 95 | |
| 'allowForwardSlash' hides a field. | 95 | |
| Expected @param tag for 'allowForwardSlash'. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line has trailing spaces. | 98 | |
| Method 'getAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'setAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter allowWhitespace should be final. | 109 | |
| 'allowWhitespace' hides a field. | 109 | |
| Expected @param tag for 'allowWhitespace'. | 109 | |
| Method 'getAllowUnderscore' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'setAllowUnderscore' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter allowUnderscore should be final. | 124 | |
| 'allowUnderscore' hides a field. | 124 | |
| Expected @param tag for 'allowUnderscore'. | 124 | |
| Line has trailing spaces. | 127 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Method 'isLowerCase' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Method 'setLowerCase' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter lowerCase should be final. | 138 | |
| 'lowerCase' hides a field. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line has trailing spaces. | 141 | |
| Line is longer than 80 characters. | 143 | |
| Expected an @return tag. | 145 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Line contains a tab character. | 146 | |
| Line has trailing spaces. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 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 | |
| 'if' is not followed by whitespace. | 151 | |
| '{' is not preceded with whitespace. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| 'if' is not followed by whitespace. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| 'if' is not followed by whitespace. | 168 | |
| Line contains a tab character. | 169 | |
| 'if' is not followed by whitespace. | 171 | |
| Line contains a tab character. | 172 | |
| Line is longer than 80 characters. | 181 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter exportMap should be final. | 183 | |
| Expected @param tag for 'exportMap'. | 183 | |
| Line contains a tab character. | 196 | |
| 'if' is not followed by whitespace. | 198 | |
| 'if' is not followed by whitespace. | 202 | |
| 'if' is not followed by whitespace. | 206 | |
| Line contains a tab character. | 212 | |
| Method 'getValidationErrorMessageKeyOptions' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| 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 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| 'if' is not followed by whitespace. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| 'if' is not followed by whitespace. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| 'if' is not followed by whitespace. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'allowWhitespace' must be private and have accessor methods. | 28 | |
| Method 'getAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'setAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter allowWhitespace should be final. | 41 | |
| 'allowWhitespace' hides a field. | 41 | |
| Expected @param tag for 'allowWhitespace'. | 41 | |
| Line is longer than 80 characters. | 47 | |
| Expected an @return tag. | 49 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 62 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter exportMap should be final. | 64 | |
| Expected @param tag for 'exportMap'. | 64 | |
| Line contains a tab character. | 72 | |
| Method 'getValidationErrorMessageKeyOptions' is not designed for extension - needs to be abstract, final or empty. | 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'allowWhitespace' must be private and have accessor methods. | 28 | |
| Method 'getAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'setAllowWhitespace' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter allowWhitespace should be final. | 41 | |
| 'allowWhitespace' hides a field. | 41 | |
| Expected @param tag for 'allowWhitespace'. | 41 | |
| Line is longer than 80 characters. | 47 | |
| Expected an @return tag. | 49 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 64 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter exportMap should be final. | 66 | |
| Expected @param tag for 'exportMap'. | 66 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'getValidationErrorMessageKeyOptions' is not designed for extension - needs to be abstract, final or empty. | 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| First sentence should end with a period. | 24 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'validChars' must be private and have accessor methods. | 30 | |
| Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter validChars should be final. | 42 | |
| 'validChars' hides a field. | 42 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Expected an @return tag. | 56 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 77 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter exportMap should be final. | 79 | |
| Expected @param tag for 'exportMap'. | 79 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Expected an @return tag. | 90 | |
| Line contains a tab character. | 90 | |
| Method 'getValidationErrorMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Parameter attributeLabel should be final. | 91 | |
| Expected @param tag for 'attributeLabel'. | 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 contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Parameter exportMap should be final. | 37 | |
| Expected @param tag for 'exportMap'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Method 'extendExportMap' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line contains a tab character. | 45 | |
| Parameter exportMap should be final. | 45 | |
| Expected @param tag for 'exportMap'. | 45 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| '==' is not preceded with whitespace. | 48 | |
| '==' is not followed by whitespace. | 48 | |
| '?' is not preceded with whitespace. | 48 | |
| Avoid inline conditionals. | 48 | |
| '?' is not followed by whitespace. | 48 | |
| ':' is not preceded with whitespace. | 48 | |
| ':' is not followed by whitespace. | 48 | |
| Line has trailing spaces. | 51 | |
| '=' is not preceded with whitespace. | 58 | |
| '=' is not followed by whitespace. | 58 | |
| '==' is not preceded with whitespace. | 59 | |
| '==' is not followed by whitespace. | 59 | |
| '?' is not preceded with whitespace. | 59 | |
| Avoid inline conditionals. | 59 | |
| '?' is not followed by whitespace. | 59 | |
| ':' is not preceded with whitespace. | 59 | |
| ':' is not followed by whitespace. | 59 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 70 | |
| Method 'getPatternXml' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| '=' is not preceded with whitespace. | 72 | |
| '=' is not followed by whitespace. | 72 | |
| Line has trailing spaces. | 75 | |
| '=' is not preceded with whitespace. | 81 | |
| '=' is not followed by whitespace. | 81 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Line has trailing spaces. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Expected an @return tag. | 94 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line contains a tab character. | 95 | |
| '=' is not preceded with whitespace. | 97 | |
| '=' is not followed by whitespace. | 97 | |
| '==' is not preceded with whitespace. | 98 | |
| '==' is not followed by whitespace. | 98 | |
| '?' is not preceded with whitespace. | 98 | |
| Avoid inline conditionals. | 98 | |
| '?' is not followed by whitespace. | 98 | |
| ':' is not preceded with whitespace. | 98 | |
| ':' is not followed by whitespace. | 98 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 103 | |
| '+' is not preceded with whitespace. | 103 | |
| '+' is not followed by whitespace. | 103 | |
| '=' is not preceded with whitespace. | 107 | |
| '=' is not followed by whitespace. | 107 | |
| Line has trailing spaces. | 110 | |
| Parameter pattern should be final. | 124 | |
| 'pattern' hides a field. | 124 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Method 'getValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| 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 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Method 'setValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter validationErrorMessageKey should be final. | 140 | |
| 'validationErrorMessageKey' hides a field. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.RuntimeException: Unable to get class information for ValidationPatternException. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'allowNegative' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'precision' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'scale' must be private and have accessor methods. | 32 | |
| Method 'getPrecision' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Method 'setPrecision' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter precision should be final. | 44 | |
| 'precision' hides a field. | 44 | |
| Method 'getScale' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'setScale' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter scale should be final. | 58 | |
| 'scale' hides a field. | 58 | |
| Method 'getAllowNegative' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'setAllowNegative' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter allowNegative should be final. | 72 | |
| 'allowNegative' hides a field. | 72 | |
| Expected @param tag for 'allowNegative'. | 72 | |
| First sentence should end with a period. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Expected an @return tag. | 81 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 99 | |
| Expected an @return tag. | 101 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 108 | |
| Expected an @return tag. | 110 | |
| Method 'buildExportMap' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line contains a tab character. | 111 | |
| Parameter exportKey should be final. | 111 | |
| Expected @param tag for 'exportKey'. | 111 | |
| Line contains a tab character. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Expected an @return tag. | 126 | |
| Line contains a tab character. | 126 | |
| Method 'getValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 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 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 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 138 | |
| Line contains a tab character. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Expected an @return tag. | 141 | |
| Line contains a tab character. | 141 | |
| Method 'getValidationErrorMessageParameters' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Parameter attributeLabel should be final. | 142 | |
| Expected @param tag for 'attributeLabel'. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line has trailing spaces. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Method 'completeValidation' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line has trailing spaces. | 149 | |
| 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. | 153 | |
| Line has trailing spaces. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'allowNegative' must be private and have accessor methods. | 27 | |
| Method 'getAllowNegative' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Method 'setAllowNegative' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter allowNegative should be final. | 39 | |
| 'allowNegative' hides a field. | 39 | |
| Expected @param tag for 'allowNegative'. | 39 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Expected an @return tag. | 48 | |
| Method 'getRegexString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 62 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 70 | |
| Method 'buildExportMap' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter exportKey should be final. | 70 | |
| Expected @param tag for 'exportKey'. | 70 | |
| Line has trailing spaces. | 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. | 82 | |
| Expected an @return tag. | 83 | |
| Line contains a tab character. | 83 | |
| Method 'getValidationErrorMessageKey' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 29 | |
| Expected an @return tag. | 31 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Expected an @return tag. | 29 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Expected an @return tag. | 29 | |
| Method 'getPatternTypeName' is not designed for extension - needs to be abstract, final or empty. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Redundant 'public' modifier. | 27 | |
| Expected @throws tag for 'WorkflowException'. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.Map. | 19 | |
| Unused import - org.kuali.rice.kns.exception.ValidationException. | 31 | |
| Unused import - org.kuali.rice.kns.service.DocumentSerializerService. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Unused import - org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase. | 36 | |
| Unused import - org.kuali.rice.kns.workflow.KualiDocumentXmlMaterializer. | 37 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 49 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 56 | |
| Redundant 'public' modifier. | 59 | |
| Expected @param tag for 'documentHeader'. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 64 | |
| Redundant 'public' modifier. | 67 | |
| First sentence should end with a period. | 69 | |
| Line has trailing spaces. | 71 | |
| Redundant 'public' modifier. | 74 | |
| Expected @param tag for 'documentHeaderId'. | 74 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Redundant 'public' modifier. | 81 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 86 | |
| Redundant 'public' modifier. | 89 | |
| Line has trailing spaces. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Expected an @return tag. | 95 | |
| Redundant 'public' modifier. | 95 | |
| Line has trailing spaces. | 96 | |
| First sentence should end with a period. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Redundant 'public' modifier. | 100 | |
| Expected @param tag for 'levelChangeEvent'. | 100 | |
| Line has trailing spaces. | 101 | |
| First sentence should end with a period. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Redundant 'public' modifier. | 105 | |
| Expected @param tag for 'event'. | 105 | |
| Line has trailing spaces. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line has trailing spaces. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Redundant 'public' modifier. | 112 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Redundant 'public' modifier. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 120 | |
| Expected an @return tag. | 122 | |
| Redundant 'public' modifier. | 122 | |
| Line is longer than 80 characters. | 125 | |
| Expected an @return tag. | 127 | |
| Redundant 'public' modifier. | 127 | |
| First sentence should end with a period. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Expected an @return tag. | 134 | |
| Redundant 'public' modifier. | 134 | |
| First sentence should end with a period. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Expected an @return tag. | 141 | |
| Redundant 'public' modifier. | 141 | |
| First sentence should end with a period. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 147 | |
| Redundant 'public' modifier. | 150 | |
| Expected @param tag for 'adHocRoutePersons'. | 150 | |
| First sentence should end with a period. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line has trailing spaces. | 156 | |
| Line is longer than 80 characters. | 159 | |
| Redundant 'public' modifier. | 159 | |
| Expected @param tag for 'adHocRouteWorkgroups'. | 159 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Redundant 'public' modifier. | 168 | |
| Line has trailing spaces. | 172 | |
| Unused @param tag for 'document'. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Unused @throws tag for 'ValidationException'. | 175 | |
| Redundant 'public' modifier. | 177 | |
| Line has trailing spaces. | 178 | |
| Line is longer than 80 characters. | 180 | |
| Line has trailing spaces. | 181 | |
| Redundant 'public' modifier. | 184 | |
| Line has trailing spaces. | 185 | |
| Line has trailing spaces. | 188 | |
| Redundant 'public' modifier. | 191 | |
| Line has trailing spaces. | 192 | |
| Line is longer than 80 characters. | 194 | |
| Redundant 'public' modifier. | 197 | |
| Line has trailing spaces. | 201 | |
| Redundant 'public' modifier. | 204 | |
| Line has trailing spaces. | 205 | |
| First sentence should end with a period. | 206 | |
| Line has trailing spaces. | 208 | |
| Redundant 'public' modifier. | 211 | |
| Line has trailing spaces. | 212 | |
| First sentence should end with a period. | 213 | |
| Line has trailing spaces. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Redundant 'public' modifier. | 217 | |
| Expected @param tag for 'statusChangeEvent'. | 217 | |
| Line has trailing spaces. | 218 | |
| Line is longer than 80 characters. | 220 | |
| Line has trailing spaces. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Redundant 'public' modifier. | 225 | |
| Line has trailing spaces. | 226 | |
| Line is longer than 80 characters. | 228 | |
| Line has trailing spaces. | 229 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Line has trailing spaces. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line has trailing spaces. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Redundant 'public' modifier. | 239 | |
| Line has trailing spaces. | 240 | |
| Line has trailing spaces. | 243 | |
| Redundant 'public' modifier. | 246 | |
| Line has trailing spaces. | 247 | |
| Line has trailing spaces. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Redundant 'public' modifier. | 253 | |
| Line has trailing spaces. | 254 | |
| Line contains a tab character. | 256 | |
| Line has trailing spaces. | 257 | |
| Line contains a tab character. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Redundant 'public' modifier. | 260 | |
| Line has trailing spaces. | 261 | |
| Line has trailing spaces. | 264 | |
| Unused @throws tag for 'IndexOutOfBoundsException'. | 267 | |
| Redundant 'public' modifier. | 269 | |
| Line has trailing spaces. | 270 | |
| Line has trailing spaces. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Redundant 'public' modifier. | 277 | |
| Line has trailing spaces. | 278 | |
| First sentence should end with a period. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line has trailing spaces. | 281 | |
| Expected an @return tag. | 283 | |
| Redundant 'public' modifier. | 283 | |
| Line has trailing spaces. | 284 | |
| First sentence should end with a period. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Redundant 'public' modifier. | 289 | |
| Line has trailing spaces. | 290 | |
| First sentence should end with a period. | 291 | |
| Line has trailing spaces. | 293 | |
| Line has trailing spaces. | 295 | |
| Redundant 'public' modifier. | 298 | |
| Line has trailing spaces. | 299 | |
| First sentence should end with a period. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line has trailing spaces. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Redundant 'public' modifier. | 306 | |
| Line is longer than 80 characters. | 308 | |
| Line has trailing spaces. | 310 | |
| Line is longer than 80 characters. | 311 | |
| Line has trailing spaces. | 312 | |
| Line has trailing spaces. | 316 | |
| Redundant 'public' modifier. | 317 | |
| Line has trailing spaces. | 318 | |
| Line is longer than 80 characters. | 320 | |
| Line has trailing spaces. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line has trailing spaces. | 324 | |
| Line is longer than 80 characters. | 328 | |
| Redundant 'public' modifier. | 328 | |
| Line has trailing spaces. | 329 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line has trailing spaces. | 333 | |
| Line has trailing spaces. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Redundant 'public' modifier. | 339 | |
| Line has trailing spaces. | 340 | |
| Line is longer than 80 characters. | 342 | |
| Line has trailing spaces. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Redundant 'public' modifier. | 347 | |
| Line has trailing spaces. | 348 | |
| Line is longer than 80 characters. | 350 | |
| Line has trailing spaces. | 351 | |
| Redundant 'public' modifier. | 358 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.LinkedHashMap. | 20 | |
| Unused import - org.kuali.rice.core.util.type.TypeUtils. | 36 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Line has trailing spaces. | 84 | |
| Missing a Javadoc comment. | 85 | |
| '=' is not preceded with whitespace. | 86 | |
| '=' is not followed by whitespace. | 86 | |
| Variable 'documentNumber' must be private and have accessor methods. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Missing a Javadoc comment. | 88 | |
| '=' is not preceded with whitespace. | 88 | |
| '=' is not followed by whitespace. | 88 | |
| '=' is not preceded with whitespace. | 88 | |
| '=' is not followed by whitespace. | 88 | |
| '}' is not preceded with whitespace. | 88 | |
| Line contains a tab character. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| '=' is not preceded with whitespace. | 89 | |
| '=' is not followed by whitespace. | 89 | |
| Line has trailing spaces. | 90 | |
| Variable 'documentHeader' must be private and have accessor methods. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '=' is not preceded with whitespace. | 92 | |
| '=' is not followed by whitespace. | 92 | |
| '=' is not preceded with whitespace. | 92 | |
| '=' is not followed by whitespace. | 92 | |
| '}' is not preceded with whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| '=' is not preceded with whitespace. | 93 | |
| '=' is not followed by whitespace. | 93 | |
| '=' is not preceded with whitespace. | 93 | |
| '=' is not followed by whitespace. | 93 | |
| '=' is not preceded with whitespace. | 93 | |
| '=' is not followed by whitespace. | 93 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Line has trailing spaces. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Line is longer than 80 characters. | 112 | |
| '}' should be on the same line. | 118 | |
| '}' should be on the same line. | 121 | |
| Expected an @return tag. | 130 | |
| Method 'getAllowsCopy' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Expected an @return tag. | 142 | |
| Method 'getDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Line has trailing spaces. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line has trailing spaces. | 153 | |
| '}' should be on the same line. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Line is longer than 80 characters. | 172 | |
| Method 'refreshIfEmpty' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| '}' should be on the same line. | 179 | |
| Line is longer than 80 characters. | 188 | |
| Method 'refreshReferenceObject' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Parameter referenceObjectName should be final. | 191 | |
| Expected @param tag for 'referenceObjectName'. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line contains a tab character. | 206 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 215 | |
| Parameter levelChangeEvent should be final. | 215 | |
| Expected @param tag for 'levelChangeEvent'. | 215 | |
| Line has trailing spaces. | 218 | |
| Line is longer than 80 characters. | 220 | |
| Method 'doActionTaken' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter event should be final. | 222 | |
| Expected @param tag for 'event'. | 222 | |
| Line is longer than 80 characters. | 223 | |
| '(' is followed by whitespace. | 223 | |
| ')' is preceded with whitespace. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Line has trailing spaces. | 229 | |
| Method 'getNonLockingActionTakenCodes' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 242 | |
| Line has trailing spaces. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Method 'afterWorkflowEngineProcess' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter successfullyProcessed should be final. | 247 | |
| Expected @param tag for 'successfullyProcessed'. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line is longer than 80 characters. | 258 | |
| Line has trailing spaces. | 260 | |
| Line has trailing spaces. | 266 | |
| Line has trailing spaces. | 267 | |
| Line is longer than 80 characters. | 270 | |
| Line has trailing spaces. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Expected an @return tag. | 274 | |
| Method 'getWorkflowEngineDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 278 | |
| Method 'toCopy' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Expected @throws tag for 'WorkflowException'. | 281 | |
| Expected @throws tag for 'IllegalStateException'. | 281 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line has trailing spaces. | 287 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 294 | |
| Line has trailing spaces. | 295 | |
| Method 'setNewDocumentHeader' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Expected @throws tag for 'WorkflowException'. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 304 | |
| '}' should be on the same line. | 305 | |
| Line is longer than 80 characters. | 307 | |
| ',' is not followed by whitespace. | 307 | |
| Line is longer than 80 characters. | 308 | |
| ',' is not followed by whitespace. | 308 | |
| Line is longer than 80 characters. | 316 | |
| Line has trailing spaces. | 317 | |
| Method 'addCopyErrorDocumentNote' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Parameter noteText should be final. | 320 | |
| Line is longer than 80 characters. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| '}' should be on the same line. | 324 | |
| ',' is not followed by whitespace. | 327 | |
| Expected an @return tag. | 335 | |
| Method 'getXmlForRouteReport' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Line contains a tab character. | 336 | |
| Line contains a tab character. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| Method 'populateDocumentForRouting' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Line has trailing spaces. | 347 | |
| Expected an @return tag. | 351 | |
| Method 'serializeDocumentToXml' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| First sentence should end with a period. | 357 | |
| Line is longer than 80 characters. | 358 | |
| Line has trailing spaces. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Expected an @return tag. | 362 | |
| Line is longer than 80 characters. | 362 | |
| Method 'wrapDocumentWithMetadataForXmlSerialization' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Line is longer than 80 characters. | 363 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 369 | |
| Line has trailing spaces. | 376 | |
| Line is longer than 80 characters. | 376 | |
| Line has trailing spaces. | 377 | |
| Line is longer than 80 characters. | 377 | |
| Line has trailing spaces. | 379 | |
| Line is longer than 80 characters. | 380 | |
| Expected an @return tag. | 382 | |
| Line is longer than 80 characters. | 382 | |
| Method 'getDocumentPropertySerizabilityEvaluator' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 387 | |
| Line has trailing spaces. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Method 'createPropertySerializabilityEvaluator' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Missing a Javadoc comment. | 390 | |
| Parameter workflowProperties should be final. | 390 | |
| Parameter workflowAttributes should be final. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| Line contains a tab character. | 399 | |
| Line has trailing spaces. | 401 | |
| First sentence should end with a period. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line has trailing spaces. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Expected an @return tag. | 407 | |
| Method 'getBasePathToDocumentDuringSerialization' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Line has trailing spaces. | 410 | |
| Line has trailing spaces. | 411 | |
| Expected an @return tag. | 415 | |
| Method 'getDocumentHeader' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| Line is longer than 80 characters. | 420 | |
| Method 'setDocumentHeader' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| Parameter documentHeader should be final. | 422 | |
| 'documentHeader' hides a field. | 422 | |
| Expected @param tag for 'documentHeader'. | 422 | |
| Expected an @return tag. | 429 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| Line is longer than 80 characters. | 434 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Parameter documentNumber should be final. | 436 | |
| 'documentNumber' hides a field. | 436 | |
| Expected @param tag for 'documentNumber'. | 436 | |
| Expected an @return tag. | 443 | |
| Method 'getAdHocRoutePersons' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| Line is longer than 80 characters. | 448 | |
| Method 'setAdHocRoutePersons' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| Parameter adHocRoutePersons should be final. | 450 | |
| 'adHocRoutePersons' hides a field. | 450 | |
| Expected @param tag for 'adHocRoutePersons'. | 450 | |
| Expected an @return tag. | 456 | |
| Method 'getAdHocRouteWorkgroups' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| Line is longer than 80 characters. | 461 | |
| Line is longer than 80 characters. | 463 | |
| Method 'setAdHocRouteWorkgroups' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Parameter adHocRouteWorkgroups should be final. | 463 | |
| 'adHocRouteWorkgroups' hides a field. | 463 | |
| Expected @param tag for 'adHocRouteWorkgroups'. | 463 | |
| Missing a Javadoc comment. | 467 | |
| Parameter event should be final. | 467 | |
| Line contains a tab character. | 470 | |
| First sentence should end with a period. | 472 | |
| Line has trailing spaces. | 474 | |
| Line is longer than 80 characters. | 475 | |
| Parameter event should be final. | 477 | |
| Expected @param tag for 'event'. | 477 | |
| Line contains a tab character. | 478 | |
| Method 'validateBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| Missing a Javadoc comment. | 481 | |
| Parameter event should be final. | 481 | |
| Line is longer than 80 characters. | 484 | |
| Comment matches to-do format 'TODO:'. | 495 | |
| Line is longer than 80 characters. | 495 | |
| '}' should be on the same line. | 498 | |
| Line is longer than 80 characters. | 501 | |
| Method 'logErrors' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| Line contains a tab character. | 511 | |
| '(' is followed by whitespace. | 511 | |
| ')' is preceded with whitespace. | 511 | |
| Line contains a tab character. | 512 | |
| Line has trailing spaces. | 513 | |
| Line contains a tab character. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line contains a tab character. | 514 | |
| Line is longer than 80 characters. | 515 | |
| Line contains a tab character. | 515 | |
| Line has trailing spaces. | 516 | |
| Line contains a tab character. | 516 | |
| Line contains a tab character. | 517 | |
| Line contains a tab character. | 518 | |
| Line contains a tab character. | 519 | |
| Line has trailing spaces. | 520 | |
| Line contains a tab character. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line contains a tab character. | 521 | |
| Line is longer than 80 characters. | 522 | |
| Line contains a tab character. | 522 | |
| Line contains a tab character. | 523 | |
| Line has trailing spaces. | 524 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 526 | |
| Line contains a tab character. | 527 | |
| '}' should be on the same line. | 527 | |
| Line contains a tab character. | 528 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| Line contains a tab character. | 531 | |
| Line contains a tab character. | 532 | |
| Line has trailing spaces. | 533 | |
| Line contains a tab character. | 533 | |
| Line contains a tab character. | 534 | |
| Line contains a tab character. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 537 | |
| First sentence should end with a period. | 540 | |
| Line has trailing spaces. | 542 | |
| Expected an @return tag. | 545 | |
| Method 'generateSaveEvents' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 552 | |
| Parameter statusChangeEvent should be final. | 552 | |
| Expected @param tag for 'statusChangeEvent'. | 552 | |
| Line has trailing spaces. | 555 | |
| Line is longer than 80 characters. | 557 | |
| Line is longer than 80 characters. | 558 | |
| Line has trailing spaces. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line is longer than 80 characters. | 561 | |
| Line has trailing spaces. | 563 | |
| Method 'getNoteTarget' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| Line has trailing spaces. | 570 | |
| Line is longer than 80 characters. | 572 | |
| Line contains a tab character. | 572 | |
| Line is longer than 80 characters. | 573 | |
| Line contains a tab character. | 573 | |
| Line contains a tab character. | 574 | |
| Line has trailing spaces. | 575 | |
| Line contains a tab character. | 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 | |
| Line has trailing spaces. | 580 | |
| Line contains a tab character. | 580 | |
| Line contains a tab character. | 581 | |
| Line contains a tab character. | 582 | |
| Line contains a tab character. | 583 | |
| Method 'getNoteType' is not designed for extension - needs to be abstract, final or empty. | 583 | |
| Line contains a tab character. | 584 | |
| Line contains a tab character. | 585 | |
| Line contains a tab character. | 586 | |
| Line contains a tab character. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Line contains a tab character. | 589 | |
| Line contains a tab character. | 590 | |
| Method 'addNote' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| Line contains a tab character. | 592 | |
| Parameter note should be final. | 592 | |
| Expected @param tag for 'note'. | 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 contains a tab character. | 597 | |
| Line is longer than 80 characters. | 600 | |
| Expected an @return tag. | 602 | |
| Line contains a tab character. | 602 | |
| Method 'removeNote' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| Line contains a tab character. | 603 | |
| Parameter note should be final. | 603 | |
| Expected @param tag for 'note'. | 603 | |
| Line contains a tab character. | 604 | |
| Line contains a tab character. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 610 | |
| Line contains a tab character. | 611 | |
| Line contains a tab character. | 612 | |
| Expected an @return tag. | 613 | |
| Line contains a tab character. | 613 | |
| Method 'getNote' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| Line contains a tab character. | 614 | |
| Parameter index should be final. | 614 | |
| Expected @param tag for 'index'. | 614 | |
| Line contains a tab character. | 615 | |
| Line contains a tab character. | 616 | |
| Line contains a tab character. | 618 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Expected an @return tag. | 621 | |
| Line contains a tab character. | 621 | |
| Method 'getNotes' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| Line contains a tab character. | 622 | |
| Line contains a tab character. | 623 | |
| Line contains a tab character. | 624 | |
| Line has trailing spaces. | 625 | |
| Line contains a tab character. | 625 | |
| Line contains a tab character. | 626 | |
| Line contains a tab character. | 627 | |
| Line contains a tab character. | 628 | |
| Line contains a tab character. | 629 | |
| Method 'setNotes' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| Line contains a tab character. | 630 | |
| Parameter notes should be final. | 630 | |
| 'notes' hides a field. | 630 | |
| Expected @param tag for 'notes'. | 630 | |
| Line contains a tab character. | 631 | |
| Line is longer than 80 characters. | 632 | |
| Line contains a tab character. | 632 | |
| Line contains a tab character. | 633 | |
| Line contains a tab character. | 634 | |
| Line contains a tab character. | 635 | |
| Expected an @return tag. | 640 | |
| Method 'getPessimisticLocks' is not designed for extension - needs to be abstract, final or empty. | 640 | |
| Line has trailing spaces. | 643 | |
| Line has trailing spaces. | 649 | |
| Method 'refreshPessimisticLocks' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| Line is longer than 80 characters. | 652 | |
| Method 'setPessimisticLocks' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| Parameter pessimisticLocks should be final. | 658 | |
| 'pessimisticLocks' hides a field. | 658 | |
| Line has trailing spaces. | 661 | |
| Line is longer than 80 characters. | 663 | |
| Method 'addPessimisticLock' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| Parameter lock should be final. | 665 | |
| Expected @param tag for 'lock'. | 665 | |
| Line has trailing spaces. | 668 | |
| Expected an @return tag. | 672 | |
| Method 'getLockClearningMethodNames' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 685 | |
| Line has trailing spaces. | 686 | |
| Expected an @return tag. | 689 | |
| Method 'useCustomLockDescriptors' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| Line contains a tab character. | 690 | |
| Line is longer than 80 characters. | 694 | |
| Line has trailing spaces. | 696 | |
| Line is longer than 80 characters. | 697 | |
| Expected an @return tag. | 699 | |
| Method 'getCustomLockDescriptor' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| Parameter user should be final. | 699 | |
| Expected @param tag for 'user'. | 699 | |
| Line is longer than 80 characters. | 700 | |
| Line contains a tab character. | 700 | |
| '+' should be on a new line. | 700 | |
| Line is longer than 80 characters. | 701 | |
| Line contains a tab character. | 701 | |
| Line has trailing spaces. | 703 | |
| Method 'getAttachmentService' is not designed for extension - needs to be abstract, final or empty. | 704 | |
| Missing a Javadoc comment. | 704 | |
| Line contains a tab character. | 705 | |
| '(' is followed by whitespace. | 705 | |
| ')' is preceded with whitespace. | 705 | |
| Line is longer than 80 characters. | 706 | |
| Line contains a tab character. | 706 | |
| Line contains a tab character. | 707 | |
| Line contains a tab character. | 708 | |
| Line contains a tab character. | 709 | |
| Line has trailing spaces. | 710 | |
| Method 'getNoteService' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| Missing a Javadoc comment. | 711 | |
| Line contains a tab character. | 712 | |
| '(' is followed by whitespace. | 712 | |
| ')' is preceded with whitespace. | 712 | |
| Line contains a tab character. | 713 | |
| Line contains a tab character. | 714 | |
| Line contains a tab character. | 715 | |
| Line contains a tab character. | 716 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Redundant 'public' modifier. | 30 | |
| Redundant 'public' modifier. | 35 | |
| Redundant 'public' modifier. | 40 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Redundant 'public' modifier. | 47 | |
| Redundant 'public' modifier. | 52 | |
| Unused @param tag for 'newMaintainableObject'. | 55 | |
| Redundant 'public' modifier. | 57 | |
| Expected @param tag for 'oldMaintainableObject'. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Redundant 'public' modifier. | 67 | |
| Line is longer than 80 characters. | 70 | |
| Redundant 'public' modifier. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Redundant 'public' modifier. | 77 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line has trailing spaces. | 82 | |
| Expected an @return tag. | 84 | |
| Redundant 'public' modifier. | 84 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line has trailing spaces. | 89 | |
| Expected an @return tag. | 91 | |
| Redundant 'public' modifier. | 91 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line has trailing spaces. | 97 | |
| Expected an @return tag. | 99 | |
| Redundant 'public' modifier. | 99 | |
| Line has trailing spaces. | 100 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line has trailing spaces. | 105 | |
| Line has trailing spaces. | 107 | |
| Redundant 'public' modifier. | 109 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 114 | |
| Unused @param tag for 'fieldsClearedOnCopy'. | 115 | |
| Line has trailing spaces. | 116 | |
| Redundant 'public' modifier. | 118 | |
| Expected @param tag for 'keysClearedOnCopy'. | 118 | |
| Line has trailing spaces. | 121 | |
| Expected an @return tag. | 125 | |
| Redundant 'public' modifier. | 125 | |
| Line has trailing spaces. | 128 | |
| Redundant 'public' modifier. | 131 | |
| Expected @param tag for 'displayTopicFieldInNotes'. | 131 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.LinkedHashMap. | 23 | |
| Unused import - org.kuali.rice.kns.bo.DocumentHeader. | 46 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.service.*. | 59 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Extra HTML tag found: </oldMaintainableObject> <newMaintainableObject>... </newMai | 76 | |
| Extra HTML tag found: </newMaintainableObject> | 76 | |
| Extra HTML tag found: </maintainableDocumentContents> Maintenance Document | 77 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 91 | |
| 'private' modifier out of order with the JLS suggestions. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Line is longer than 80 characters. | 93 | |
| 'private' modifier out of order with the JLS suggestions. | 93 | |
| Missing a Javadoc comment. | 94 | |
| 'private' modifier out of order with the JLS suggestions. | 95 | |
| Missing a Javadoc comment. | 96 | |
| 'private' modifier out of order with the JLS suggestions. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Variable 'oldMaintainableObject' must be private and have accessor methods. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'newMaintainableObject' must be private and have accessor methods. | 102 | |
| Missing a Javadoc comment. | 104 | |
| '4096' is a magic number. | 104 | |
| Variable 'xmlDocumentContents' must be private and have accessor methods. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Variable 'fieldsClearedOnCopy' must be private and have accessor methods. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Variable 'displayTopicFieldInNotes' must be private and have accessor methods. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Variable 'fileAttachment' must be private and have accessor methods. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Variable 'attachmentPropertyName' must be private and have accessor methods. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '}' is not preceded with whitespace. | 116 | |
| Variable 'attachment' must be private and have accessor methods. | 118 | |
| Method 'getFileAttachment' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setFileAttachment' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter fileAttachment should be final. | 124 | |
| 'fileAttachment' hides a field. | 124 | |
| Method 'getAttachmentPropertyName' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Method 'setAttachmentPropertyName' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter attachmentPropertyName should be final. | 132 | |
| 'attachmentPropertyName' hides a field. | 132 | |
| Missing a Javadoc comment. | 136 | |
| Parameter documentTypeName should be final. | 144 | |
| Expected @param tag for 'documentTypeName'. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 167 | |
| Expected an @return tag. | 170 | |
| Method 'getDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 190 | |
| Expected an @return tag. | 198 | |
| Method 'isOldMaintainableInDocument' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Parameter xmlDocument should be final. | 198 | |
| Expected @param tag for 'xmlDocument'. | 198 | |
| Line is longer than 80 characters. | 200 | |
| First sentence should end with a period. | 207 | |
| Expected an @return tag. | 210 | |
| Method 'isOldBusinessObjectInDocument' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 221 | |
| Expected an @return tag. | 224 | |
| Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 229 | |
| Expected an @return tag. | 232 | |
| Method 'isEdit' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Conditional logic can be removed. | 233 | |
| Method 'isNewWithExisting' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Conditional logic can be removed. | 242 | |
| Method 'populateMaintainablesFromXmlDocumentContents' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 296 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 311 | |
| Line is longer than 80 characters. | 314 | |
| Method 'getMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Parameter xmlDocument should be final. | 314 | |
| Expected @param tag for 'xmlDocument'. | 314 | |
| Parameter oldOrNewElementName should be final. | 314 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 328 | |
| Line is longer than 80 characters. | 329 | |
| Missing a Javadoc comment. | 337 | |
| Parameter notesTagName should be final. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 342 | |
| Line is longer than 80 characters. | 350 | |
| Expected an @return tag. | 353 | |
| Line is longer than 80 characters. | 353 | |
| Method 'getBusinessObjectFromXML' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| Parameter maintainableTagName should be final. | 353 | |
| Expected @param tag for 'maintainableTagName'. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 362 | |
| Method 'populateXmlDocumentContentsFromMaintainables' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 368 | |
| Line is longer than 80 characters. | 371 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 382 | |
| Comment matches to-do format 'TODO:'. | 383 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 394 | |
| Line is longer than 80 characters. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 416 | |
| Method 'doRouteStatusChange' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Parameter statusChangeEvent should be final. | 419 | |
| Expected @param tag for 'statusChangeEvent'. | 419 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 424 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 441 | |
| 'if' construct must use '{}'s. | 447 | |
| Line is longer than 80 characters. | 447 | |
| '&&' should be on a new line. | 447 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 453 | |
| Line is longer than 80 characters. | 454 | |
| Method 'getWorkflowEngineDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Line is longer than 80 characters. | 464 | |
| Method 'prepareForSave' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| Method 'processAfterRetrieve' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Line has trailing spaces. | 492 | |
| Line contains a tab character. | 492 | |
| Line has trailing spaces. | 504 | |
| Method 'getNewMaintainableObject' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Method 'setNewMaintainableObject' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| Parameter newMaintainableObject should be final. | 518 | |
| 'newMaintainableObject' hides a field. | 518 | |
| Method 'getOldMaintainableObject' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| Method 'setOldMaintainableObject' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Parameter oldMaintainableObject should be final. | 532 | |
| 'oldMaintainableObject' hides a field. | 532 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| Parameter documentNumber should be final. | 537 | |
| Parameter fieldsClearedOnCopy should be final. | 560 | |
| 'fieldsClearedOnCopy' hides a field. | 560 | |
| Method 'getXmlDocumentContents' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| Method 'setXmlDocumentContents' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| Parameter xmlDocumentContents should be final. | 578 | |
| 'xmlDocumentContents' hides a field. | 578 | |
| Expected an @return tag. | 585 | |
| Method 'getAllowsCopy' is not designed for extension - needs to be abstract, final or empty. | 585 | |
| Line is longer than 80 characters. | 590 | |
| Expected an @return tag. | 592 | |
| Method 'getDisplayTopicFieldInNotes' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| Line is longer than 80 characters. | 597 | |
| Method 'setDisplayTopicFieldInNotes' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| Parameter displayTopicFieldInNotes should be final. | 599 | |
| 'displayTopicFieldInNotes' hides a field. | 599 | |
| Expected @param tag for 'displayTopicFieldInNotes'. | 599 | |
| Method 'serializeDocumentToXml' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| Line is longer than 80 characters. | 605 | |
| Method 'prepareForSave' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| Parameter event should be final. | 616 | |
| Line is longer than 80 characters. | 624 | |
| Line is longer than 80 characters. | 625 | |
| Line is longer than 80 characters. | 626 | |
| Method 'refreshAttachment' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| Line is longer than 80 characters. | 632 | |
| Method 'populateAttachmentForBO' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| Missing a Javadoc comment. | 639 | |
| Line is longer than 80 characters. | 642 | |
| Method 'populateDocumentAttachment' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| Missing a Javadoc comment. | 656 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 671 | |
| Line is longer than 80 characters. | 676 | |
| Line is longer than 80 characters. | 679 | |
| Line is longer than 80 characters. | 684 | |
| Method 'deleteDocumentAttachment' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| Missing a Javadoc comment. | 689 | |
| Line is longer than 80 characters. | 695 | |
| Line is longer than 80 characters. | 698 | |
| Method 'validateBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 700 | |
| Parameter event should be final. | 700 | |
| Expected @param tag for 'event'. | 700 | |
| Line is longer than 80 characters. | 703 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 713 | |
| Line is longer than 80 characters. | 714 | |
| Line is longer than 80 characters. | 715 | |
| Avoid inline conditionals. | 715 | |
| Line is longer than 80 characters. | 716 | |
| Line is longer than 80 characters. | 717 | |
| Line is longer than 80 characters. | 718 | |
| Line is longer than 80 characters. | 719 | |
| Line is longer than 80 characters. | 726 | |
| Comment matches to-do format 'TODO:'. | 734 | |
| Line is longer than 80 characters. | 734 | |
| Must have at least one statement. | 739 | |
| Line is longer than 80 characters. | 740 | |
| Line is longer than 80 characters. | 741 | |
| Line is longer than 80 characters. | 742 | |
| Line is longer than 80 characters. | 744 | |
| Line is longer than 80 characters. | 747 | |
| Method 'checkForLockingDocument' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| Missing a Javadoc comment. | 755 | |
| Parameter throwExceptionIfLocked should be final. | 755 | |
| First sentence should end with a period. | 759 | |
| Line is longer than 80 characters. | 760 | |
| Line is longer than 80 characters. | 763 | |
| Method 'postProcessSave' is not designed for extension - needs to be abstract, final or empty. | 765 | |
| Parameter event should be final. | 766 | |
| Expected @param tag for 'event'. | 766 | |
| Line is longer than 80 characters. | 767 | |
| Line is longer than 80 characters. | 771 | |
| Line is longer than 80 characters. | 772 | |
| Line is longer than 80 characters. | 773 | |
| Line is longer than 80 characters. | 774 | |
| Line is longer than 80 characters. | 775 | |
| Line is longer than 80 characters. | 776 | |
| Line is longer than 80 characters. | 777 | |
| Expected an @return tag. | 784 | |
| Method 'getDocumentBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 784 | |
| Line is longer than 80 characters. | 790 | |
| Line is longer than 80 characters. | 791 | |
| Line is longer than 80 characters. | 792 | |
| Line is longer than 80 characters. | 795 | |
| Line is longer than 80 characters. | 796 | |
| Expected an @return tag. | 802 | |
| Method 'getNoteTarget' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| Line is longer than 80 characters. | 805 | |
| Line is longer than 80 characters. | 814 | |
| Line is longer than 80 characters. | 815 | |
| Line is longer than 80 characters. | 816 | |
| Line is longer than 80 characters. | 819 | |
| Expected an @return tag. | 826 | |
| Method 'getNoteType' is not designed for extension - needs to be abstract, final or empty. | 826 | |
| Method 'getDocumentPropertySerizabilityEvaluator' is not designed for extension - needs to be abstract, final or empty. | 834 | |
| Line is longer than 80 characters. | 835 | |
| Line is longer than 80 characters. | 838 | |
| Line is longer than 80 characters. | 839 | |
| Line is longer than 80 characters. | 840 | |
| Line is longer than 80 characters. | 842 | |
| Line is longer than 80 characters. | 843 | |
| Line is longer than 80 characters. | 847 | |
| Line is longer than 80 characters. | 849 | |
| Line is longer than 80 characters. | 850 | |
| Line is longer than 80 characters. | 851 | |
| Line is longer than 80 characters. | 853 | |
| Line is longer than 80 characters. | 856 | |
| Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| Missing a Javadoc comment. | 862 | |
| Method 'setAttachment' is not designed for extension - needs to be abstract, final or empty. | 866 | |
| Missing a Javadoc comment. | 866 | |
| Parameter attachment should be final. | 866 | |
| 'attachment' hides a field. | 866 | |
| First sentence should end with a period. | 871 | |
| Line is longer than 80 characters. | 872 | |
| Method 'postRemove' is not designed for extension - needs to be abstract, final or empty. | 876 | |
| First sentence should end with a period. | 882 | |
| Line is longer than 80 characters. | 883 | |
| Method 'postLoad' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| Line is longer than 80 characters. | 890 | |
| First sentence should end with a period. | 893 | |
| Line is longer than 80 characters. | 894 | |
| Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 898 | |
| First sentence should end with a period. | 904 | |
| Line is longer than 80 characters. | 905 | |
| Method 'preUpdate' is not designed for extension - needs to be abstract, final or empty. | 909 | |
| First sentence should end with a period. | 915 | |
| Line is longer than 80 characters. | 916 | |
| Expected an @return tag. | 920 | |
| Method 'isSessionDocument' is not designed for extension - needs to be abstract, final or empty. | 920 | |
| Line is longer than 80 characters. | 925 | |
| Line is longer than 80 characters. | 928 | |
| Expected an @return tag. | 930 | |
| Method 'useCustomLockDescriptors' is not designed for extension - needs to be abstract, final or empty. | 930 | |
| Line is longer than 80 characters. | 932 | |
| Line is longer than 80 characters. | 936 | |
| Line is longer than 80 characters. | 939 | |
| Line is longer than 80 characters. | 940 | |
| Expected an @return tag. | 942 | |
| Method 'getCustomLockDescriptor' is not designed for extension - needs to be abstract, final or empty. | 942 | |
| Parameter user should be final. | 943 | |
| Expected @param tag for 'user'. | 943 | |
| Line is longer than 80 characters. | 945 | |
| '+' should be on a new line. | 945 | |
| Line is longer than 80 characters. | 946 | |
| Line is longer than 80 characters. | 951 | |
| Method 'getMaintenanceDocumentDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| Missing a Javadoc comment. | 951 | |
| Line is longer than 80 characters. | 953 | |
| Method 'getMaintenanceDocumentService' is not designed for extension - needs to be abstract, final or empty. | 958 | |
| Missing a Javadoc comment. | 958 | |
| Line is longer than 80 characters. | 960 | |
| Method 'getDocumentHeaderService' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| Missing a Javadoc comment. | 965 | |
| Line is longer than 80 characters. | 967 | |
| Method 'getDocumentService' is not designed for extension - needs to be abstract, final or empty. | 972 | |
| Missing a Javadoc comment. | 972 | |
| Method 'checkAllowsRecordDeletion' is not designed for extension - needs to be abstract, final or empty. | 980 | |
| Missing a Javadoc comment. | 980 | |
| Line is longer than 80 characters. | 981 | |
| Method 'checkMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 990 | |
| Missing a Javadoc comment. | 990 | |
| Line is longer than 80 characters. | 991 | |
| Method 'checkDeletePermission' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| Missing a Javadoc comment. | 995 | |
| Parameter businessObject should be final. | 995 | |
| Line is longer than 80 characters. | 999 | |
| Line is longer than 80 characters. | 1002 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 32 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| ',' is not followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '=' is not preceded with whitespace. | 40 | |
| '=' is not followed by whitespace. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '=' is not preceded with whitespace. | 42 | |
| '=' is not followed by whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Method 'getLockId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'setLockId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter lockId should be final. | 51 | |
| 'lockId' hides a field. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'getLockingRepresentation' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setLockingRepresentation' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter lockingRepresentation should be final. | 59 | |
| 'lockingRepresentation' hides a field. | 59 | |
| Line has trailing spaces. | 62 | |
| Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter documentNumber should be final. | 67 | |
| 'documentNumber' hides a field. | 67 | |
| First sentence should end with a period. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Method 'customPrePersist' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line has trailing spaces. | 80 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 20 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 18 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| Line is longer than 80 characters. | 39 | |
| Expected an @return tag. | 42 | |
| Method 'getAllowsCopy' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line is longer than 80 characters. | 43 | |
| First sentence should end with a period. | 46 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 49 | |
| Expected an @return tag. | 52 | |
| Method 'isSessionDocument' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line has trailing spaces. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Line contains a tab character. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kim.util.KIMPropertyConstants. | 30 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 35 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| Variable 'LOG' must be private and have accessor methods. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Expected an @return tag. | 58 | |
| Line contains a tab character. | 58 | |
| Method 'getDocumentActions' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter document should be final. | 58 | |
| Expected @param tag for 'document'. | 58 | |
| Parameter user should be final. | 58 | |
| Expected @param tag for 'user'. | 58 | |
| Line contains a tab character. | 59 | |
| Parameter documentActions should be final. | 59 | |
| Expected @param tag for 'documentActions'. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| 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 is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| 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 is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| 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 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| '&&' should be on a new line. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 125 | |
| 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 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| '(' is followed by whitespace. | 132 | |
| ')' is preceded with whitespace. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line has trailing spaces. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| 'if' is not followed by whitespace. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| '{' is not preceded with whitespace. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line has trailing spaces. | 143 | |
| Line contains a tab character. | 143 | |
| Line is longer than 80 characters. | 144 | |
| 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 is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| 'if' is not followed by whitespace. | 149 | |
| Line contains a tab character. | 150 | |
| '&&' is not followed by whitespace. | 150 | |
| '{' is not preceded with whitespace. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter documentTypeName should be final. | 156 | |
| Parameter user should be final. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line is longer than 80 characters. | 163 | |
| 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 | |
| Parameter document should be final. | 167 | |
| Parameter user should be final. | 167 | |
| Line contains a tab character. | 168 | |
| Parameter actionRequestCode should be final. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line contains a tab character. | 169 | |
| ',' is not followed by whitespace. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter document should be final. | 177 | |
| Parameter user should be final. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter document should be final. | 183 | |
| Line contains a tab character. | 184 | |
| Parameter attachmentTypeCode should be final. | 184 | |
| Parameter user should be final. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter document should be final. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Parameter attachmentTypeCode should be final. | 196 | |
| Parameter createdBySelfOnly should be final. | 196 | |
| Parameter user should be final. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Parameter document should be final. | 209 | |
| Line contains a tab character. | 210 | |
| Parameter attachmentTypeCode should be final. | 210 | |
| Parameter user should be final. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line has trailing spaces. | 220 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter document should be final. | 221 | |
| Line contains a tab character. | 222 | |
| Parameter actionRequestCd should be final. | 222 | |
| Parameter user should be final. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line contains a tab character. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line contains a tab character. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line has trailing spaces. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Method 'canEditDocumentOverview' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Parameter document should be final. | 233 | |
| Parameter user should be final. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line contains a tab character. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line has trailing spaces. | 239 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Missing a Javadoc comment. | 240 | |
| Parameter document should be final. | 240 | |
| Parameter user should be final. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| 'if' is not followed by whitespace. | 241 | |
| Line contains a tab character. | 242 | |
| Line is longer than 80 characters. | 243 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line contains a tab character. | 256 | |
| 'else' is not preceded with whitespace. | 256 | |
| '}' is not followed by whitespace. | 256 | |
| 'if' is not followed by whitespace. | 256 | |
| '{' is not preceded with whitespace. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 262 | |
| Method 'canTakeRequestedAction' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Parameter document should be final. | 262 | |
| Line contains a tab character. | 263 | |
| Parameter actionRequestCode should be final. | 263 | |
| Parameter user should be final. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line contains a tab character. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 272 | |
| Method 'addPermissionDetails' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Line contains a tab character. | 273 | |
| Parameter businessObject should be final. | 273 | |
| Line contains a tab character. | 274 | |
| Parameter attributes should be final. | 274 | |
| Line contains a tab character. | 275 | |
| 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. | 281 | |
| Method 'addRoleQualification' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Line contains a tab character. | 282 | |
| Parameter businessObject should be final. | 282 | |
| Line contains a tab character. | 283 | |
| Parameter attributes should be final. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 290 | |
| Method 'addStandardAttributes' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Parameter document should be final. | 290 | |
| Line contains a tab character. | 291 | |
| Parameter attributes should be final. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line is longer than 80 characters. | 296 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line has trailing spaces. | 307 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Method 'isDocumentInitiator' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Missing a Javadoc comment. | 308 | |
| Parameter document should be final. | 308 | |
| Parameter user should be final. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 310 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Method 'canInitiate' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter documentTypeName should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Method 'canEdit' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter document should be final. | 44 | |
| Expected @param tag for 'document'. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 56 | |
| Method 'canAnnotate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter document should be final. | 60 | |
| Expected @param tag for 'document'. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 66 | |
| Method 'canReload' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter document should be final. | 70 | |
| Expected @param tag for 'document'. | 70 | |
| '{' is not preceded with whitespace. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| ';' is preceded with whitespace. | 72 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 78 | |
| Method 'canClose' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter document should be final. | 82 | |
| Expected @param tag for 'document'. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 86 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 89 | |
| Method 'canSave' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter document should be final. | 93 | |
| Expected @param tag for 'document'. | 93 | |
| '{' is not preceded with whitespace. | 93 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 99 | |
| Method 'canRoute' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter document should be final. | 103 | |
| Expected @param tag for 'document'. | 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 is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 111 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 114 | |
| Method 'canCancel' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter document should be final. | 118 | |
| Expected @param tag for 'document'. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 121 | |
| Line has trailing spaces. | 122 | |
| Line has trailing spaces. | 124 | |
| Method 'canCopy' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter document should be final. | 128 | |
| Expected @param tag for 'document'. | 128 | |
| '{' is not preceded with whitespace. | 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 contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line has trailing spaces. | 135 | |
| Line has trailing spaces. | 136 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 139 | |
| Method 'canPerformRouteReport' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter document should be final. | 143 | |
| Expected @param tag for 'document'. | 143 | |
| '{' is not preceded with whitespace. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line has trailing spaces. | 146 | |
| Line has trailing spaces. | 147 | |
| Line has trailing spaces. | 149 | |
| Method 'canAddAdhocRequests' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter document should be final. | 153 | |
| Expected @param tag for 'document'. | 153 | |
| '{' is not preceded with whitespace. | 153 | |
| Line contains a tab character. | 154 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 157 | |
| Line has trailing spaces. | 160 | |
| Method 'canBlanketApprove' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter document should be final. | 164 | |
| Expected @param tag for 'document'. | 164 | |
| '{' is not preceded with whitespace. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line contains a tab character. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line contains a tab character. | 168 | |
| '(' is followed by whitespace. | 168 | |
| ')' is preceded with whitespace. | 168 | |
| 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 is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| '(' is followed by whitespace. | 174 | |
| '(' is followed by whitespace. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| ')' is preceded with whitespace. | 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 | |
| '(' is followed by whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line has trailing spaces. | 181 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line has trailing spaces. | 184 | |
| Method 'canApprove' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Parameter document should be final. | 185 | |
| Line contains a tab character. | 186 | |
| Method 'canDisapprove' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter document should be final. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line has trailing spaces. | 193 | |
| Method 'canSendAdhocRequests' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter document should be final. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Line has trailing spaces. | 198 | |
| Method 'canSendNoteFyi' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Parameter document should be final. | 199 | |
| Line contains a tab character. | 200 | |
| Line has trailing spaces. | 202 | |
| Method 'canEditDocumentOverview' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Parameter document should be final. | 203 | |
| '{' is not preceded with whitespace. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Method 'canFyi' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter document should be final. | 208 | |
| Line contains a tab character. | 209 | |
| Line has trailing spaces. | 211 | |
| Method 'canAcknowledge' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter document should be final. | 212 | |
| Line contains a tab character. | 213 | |
| Line has trailing spaces. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Expected an @return tag. | 219 | |
| Method 'getDocumentActions' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Parameter document should be final. | 219 | |
| Expected @param tag for 'document'. | 219 | |
| '{' is not preceded with whitespace. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| '{' is not preceded with whitespace. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line has trailing spaces. | 224 | |
| 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 has trailing spaces. | 228 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| 'if' is not followed by whitespace. | 229 | |
| '{' is not preceded with whitespace. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line has trailing spaces. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| 'if' is not followed by whitespace. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| 'if' is not followed by whitespace. | 236 | |
| '{' is not preceded with whitespace. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line has trailing spaces. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| 'if' is not followed by whitespace. | 240 | |
| '{' is not preceded with whitespace. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line has trailing spaces. | 243 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| 'if' is not followed by whitespace. | 244 | |
| '{' is not preceded with whitespace. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| 'if' is not followed by whitespace. | 247 | |
| '{' is not preceded with whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| 'if' is not followed by whitespace. | 250 | |
| '{' is not preceded with whitespace. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line has trailing spaces. | 253 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| 'if' is not followed by whitespace. | 254 | |
| '{' is not preceded with whitespace. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line has trailing spaces. | 257 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| 'if' is not followed by whitespace. | 258 | |
| '{' is not preceded with whitespace. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| 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 contains a tab character. | 266 | |
| Line contains a tab character. | 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 | |
| 'if' is not followed by whitespace. | 270 | |
| '{' is not preceded with whitespace. | 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 | |
| 'if' is not followed by whitespace. | 273 | |
| '{' is not preceded with whitespace. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 285 | |
| Method 'getParameterService' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Line contains a tab character. | 286 | |
| '(' is followed by whitespace. | 286 | |
| ')' is preceded with whitespace. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Redundant import from the same package - org.kuali.rice.kns.document.authorization.DocumentAuthorizer. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 20 | |
| Redundant import from the same package - org.kuali.rice.kns.document.authorization.DocumentPresentationController. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.document.Document. | 22 | |
| Unused import - org.kuali.rice.kns.workflow.service.KualiWorkflowDocument. | 26 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'maintenanceDocumentDictionaryService' must be private and have accessor methods. | 37 | |
| Line contains a tab character. | 39 | |
| Method 'canCreate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter boClass should be final. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Method 'getConditionallyHiddenPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Parameter businessObject should be final. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Method 'getConditionallyHiddenSectionIds' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter businessObject should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'getConditionallyReadOnlyPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Parameter document should be final. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Method 'getConditionallyReadOnlySectionIds' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line contains a tab character. | 61 | |
| Parameter document should be final. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Method 'getConditionallyRequiredPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line contains a tab character. | 66 | |
| Parameter document should be final. | 66 | |
| Line contains a tab character. | 67 | |
| Line has trailing spaces. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.Map. | 18 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Expected @param tag for 'document'. | 33 | |
| Expected @param tag for 'user'. | 33 | |
| Expected @param tag for 'editModes'. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter document should be final. | 33 | |
| Parameter user should be final. | 33 | |
| Line contains a tab character. | 34 | |
| Parameter editModes should be final. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 38 | |
| 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 is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.List. | 18 | |
| Unused import - java.util.Map. | 19 | |
| First sentence should end with a period. | 24 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 30 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'document'. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.ArrayList. | 18 | |
| Unused import - java.util.List. | 20 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Expected an @return tag. | 37 | |
| Method 'getEditModes' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Parameter document should be final. | 37 | |
| Expected @param tag for 'document'. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| First sentence should end with a period. | 33 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Parameter message should be final. | 38 | |
| Expected @param tag for 'message'. | 38 | |
| Parameter actionForm should be final. | 38 | |
| 'actionForm' hides a field. | 38 | |
| Expected @param tag for 'actionForm'. | 38 | |
| Parameter actionMapping should be final. | 38 | |
| 'actionMapping' hides a field. | 38 | |
| Expected @param tag for 'actionMapping'. | 38 | |
| First sentence should end with a period. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 46 | |
| Parameter message should be final. | 50 | |
| Expected @param tag for 'message'. | 50 | |
| Parameter cause should be final. | 50 | |
| Expected @param tag for 'cause'. | 50 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Method 'getActionForm' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'getActionMapping' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| First sentence should end with a period. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Redundant 'public' modifier. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| First sentence should end with a period. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Redundant 'public' modifier. | 38 | |
| First sentence should end with a period. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Redundant 'public' modifier. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| First sentence should end with a period. | 44 | |
| Redundant 'public' modifier. | 48 | |
| '=' is not preceded with whitespace. | 48 | |
| '=' is not followed by whitespace. | 48 | |
| First sentence should end with a period. | 49 | |
| Redundant 'public' modifier. | 53 | |
| '=' is not preceded with whitespace. | 53 | |
| '=' is not followed by whitespace. | 53 | |
| First sentence should end with a period. | 54 | |
| Redundant 'public' modifier. | 58 | |
| '=' is not preceded with whitespace. | 58 | |
| '=' is not followed by whitespace. | 58 | |
| Line has trailing spaces. | 63 | |
| Redundant 'public' modifier. | 63 | |
| '=' is not preceded with whitespace. | 63 | |
| '=' is not followed by whitespace. | 63 | |
| First sentence should end with a period. | 64 | |
| Redundant 'public' modifier. | 68 | |
| '=' is not preceded with whitespace. | 68 | |
| '=' is not followed by whitespace. | 68 | |
| First sentence should end with a period. | 69 | |
| Redundant 'public' modifier. | 73 | |
| '=' is not preceded with whitespace. | 73 | |
| '=' is not followed by whitespace. | 73 | |
| First sentence should end with a period. | 74 | |
| Redundant 'public' modifier. | 78 | |
| '=' is not preceded with whitespace. | 78 | |
| '=' is not followed by whitespace. | 78 | |
| First sentence should end with a period. | 79 | |
| Redundant 'public' modifier. | 83 | |
| '=' is not preceded with whitespace. | 83 | |
| '=' is not followed by whitespace. | 83 | |
| First sentence should end with a period. | 84 | |
| Redundant 'public' modifier. | 88 | |
| '=' is not preceded with whitespace. | 88 | |
| '=' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 105 | |
| Redundant 'public' modifier. | 107 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line has trailing spaces. | 113 | |
| Unused @param tag for 'The'. | 114 | |
| Expected an @return tag. | 117 | |
| Redundant 'public' modifier. | 117 | |
| Expected @param tag for 'exception'. | 117 | |
| Line has trailing spaces. | 121 | |
| Redundant 'public' modifier. | 125 | |
| Expected @param tag for 'key'. | 125 | |
| Line has trailing spaces. | 126 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Redundant 'public' modifier. | 46 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Expected an @return tag. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'public' modifier. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.Set. | 18 | |
| Unused import - org.kuali.rice.kim.bo.Person. | 20 | |
| Unused import - org.kuali.rice.kns.bo.BusinessObject. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.Set. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Unused import - org.kuali.rice.kns.bo.BusinessObject. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 18 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'lookupService' must be private and have accessor methods. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'businessObjectDictionaryService' must be private and have accessor methods. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'businessObjectMetaDataService' must be private and have accessor methods. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'persistenceStructureService' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'dataDictionaryService' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Variable 'encryptionService' must be private and have accessor methods. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'kualiConfigurationService' must be private and have accessor methods. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'businessObjectService' must be private and have accessor methods. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Variable 'inactiveRecordDisplay' must be private and have accessor methods. | 84 | |
| First sentence should end with a period. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 91 | |
| Name 'SUPER_CLASS_TRANSLATOR_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| Variable 'SUPER_CLASS_TRANSLATOR_LIST' must be private and have accessor methods. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| First sentence should end with a period. | 94 | |
| Line is longer than 80 characters. | 102 | |
| Expected an @return tag. | 105 | |
| Method 'getBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter fieldValues should be final. | 105 | |
| Expected @param tag for 'fieldValues'. | 105 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| 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 | |
| 'if' is not followed by whitespace. | 116 | |
| '!=' is not preceded with whitespace. | 116 | |
| '!=' is not followed by whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| '(' is followed by whitespace. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| Line contains a tab character. | 118 | |
| '(' is followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| 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 is longer than 80 characters. | 134 | |
| Expected an @return tag. | 136 | |
| Method 'getSections' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter bo should be final. | 136 | |
| Expected @param tag for 'bo'. | 136 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Unused @param tag for 'bo'. | 161 | |
| Unused @param tag for 'propertyName'. | 162 | |
| Line is longer than 80 characters. | 165 | |
| Method 'getInquiryUrl' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method length is 190 lines (max allowed is 150). | 165 | |
| Parameter businessObject should be final. | 165 | |
| Expected @param tag for 'businessObject'. | 165 | |
| Parameter attributeName should be final. | 165 | |
| Expected @param tag for 'attributeName'. | 165 | |
| Parameter forceInquiry should be final. | 165 | |
| Expected @param tag for 'forceInquiry'. | 165 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 177 | |
| 'businessObjectClass' hides a field. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 179 | |
| '}' should be on the same line. | 181 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| '}' should be on the same line. | 203 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| '}' should be on the same line. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line contains a tab character. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| '}' should be on the same line. | 219 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 254 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 264 | |
| 'if' is not followed by whitespace. | 269 | |
| '{' is not preceded with whitespace. | 269 | |
| Line contains a tab character. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line is longer than 80 characters. | 274 | |
| 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 | |
| ',' is not followed by whitespace. | 283 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 294 | |
| Line is longer than 80 characters. | 295 | |
| '}' should be on the same line. | 296 | |
| Line is longer than 80 characters. | 298 | |
| '}' should be on the same line. | 300 | |
| '}' should be on the same line. | 304 | |
| Line is longer than 80 characters. | 306 | |
| Line contains a tab character. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line contains a tab character. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line contains a tab character. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line contains a tab character. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| 'cast' is not followed by whitespace. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 339 | |
| 'if' is not followed by whitespace. | 339 | |
| '{' is not preceded with whitespace. | 339 | |
| Line contains a tab character. | 340 | |
| '}' should be on the same line. | 342 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 356 | |
| Method 'getHyperLink' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Parameter inquiryClass should be final. | 356 | |
| Parameter fieldList should be final. | 356 | |
| ',' is not followed by whitespace. | 356 | |
| Parameter inquiryUrl should be final. | 356 | |
| '{' is not preceded with whitespace. | 356 | |
| Line is longer than 80 characters. | 357 | |
| Line contains a tab character. | 357 | |
| Line is longer than 80 characters. | 358 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line has trailing spaces. | 361 | |
| First sentence should end with a period. | 362 | |
| Line has trailing spaces. | 364 | |
| Method 'createTitleText' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Parameter boClass should be final. | 368 | |
| Line contains a tab character. | 369 | |
| Line has trailing spaces. | 370 | |
| Line contains a tab character. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 373 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line has trailing spaces. | 376 | |
| Line contains a tab character. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| Line has trailing spaces. | 381 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 382 | |
| Missing a Javadoc comment. | 385 | |
| Parameter columns should be final. | 385 | |
| Parameter bo should be final. | 385 | |
| Expected an @return tag. | 391 | |
| Method 'getHtmlMenuBar' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Comment matches to-do format 'TODO:'. | 392 | |
| Line is longer than 80 characters. | 393 | |
| Expected an @return tag. | 399 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| Parameter businessObjectClass should be final. | 413 | |
| 'businessObjectClass' hides a field. | 413 | |
| Expected an @return tag. | 420 | |
| Method 'getInactiveRecordDisplay' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| Line contains a tab character. | 421 | |
| Line is longer than 80 characters. | 424 | |
| Expected an @return tag. | 426 | |
| Method 'getShowInactiveRecords' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Parameter collectionName should be final. | 426 | |
| Expected @param tag for 'collectionName'. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line contains a tab character. | 427 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 433 | |
| Method 'setShowInactiveRecords' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| Parameter collectionName should be final. | 433 | |
| Expected @param tag for 'collectionName'. | 433 | |
| Parameter showInactive should be final. | 433 | |
| Expected @param tag for 'showInactive'. | 433 | |
| Line is longer than 80 characters. | 434 | |
| Line contains a tab character. | 434 | |
| Method 'getLookupService' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Missing a Javadoc comment. | 437 | |
| Line contains a tab character. | 438 | |
| '(' is followed by whitespace. | 438 | |
| ')' is preceded with whitespace. | 438 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Method 'setLookupService' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Missing a Javadoc comment. | 444 | |
| Parameter lookupService should be final. | 444 | |
| 'lookupService' hides a field. | 444 | |
| Line is longer than 80 characters. | 448 | |
| Method 'getBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| Missing a Javadoc comment. | 448 | |
| Line contains a tab character. | 449 | |
| '(' is followed by whitespace. | 449 | |
| ')' is preceded with whitespace. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line contains a tab character. | 450 | |
| Line contains a tab character. | 451 | |
| Line is longer than 80 characters. | 455 | |
| Method 'setBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Missing a Javadoc comment. | 455 | |
| Parameter businessObjectDictionaryService should be final. | 455 | |
| 'businessObjectDictionaryService' hides a field. | 455 | |
| Method 'getPersistenceStructureService' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| Missing a Javadoc comment. | 459 | |
| Line contains a tab character. | 460 | |
| '(' is followed by whitespace. | 460 | |
| ')' is preceded with whitespace. | 460 | |
| Line is longer than 80 characters. | 461 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Line is longer than 80 characters. | 466 | |
| Method 'setPersistenceStructureService' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Missing a Javadoc comment. | 466 | |
| Parameter persistenceStructureService should be final. | 466 | |
| 'persistenceStructureService' hides a field. | 466 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Missing a Javadoc comment. | 470 | |
| Line contains a tab character. | 471 | |
| '(' is followed by whitespace. | 471 | |
| ')' is preceded with whitespace. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line contains a tab character. | 472 | |
| Line contains a tab character. | 473 | |
| Line is longer than 80 characters. | 477 | |
| Method 'setDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| Missing a Javadoc comment. | 477 | |
| Parameter dataDictionaryService should be final. | 477 | |
| 'dataDictionaryService' hides a field. | 477 | |
| Method 'getEncryptionService' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| Missing a Javadoc comment. | 481 | |
| Line contains a tab character. | 482 | |
| '(' is followed by whitespace. | 482 | |
| ')' is preceded with whitespace. | 482 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 | |
| Method 'setEncryptionService' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Missing a Javadoc comment. | 488 | |
| Parameter encryptionService should be final. | 488 | |
| 'encryptionService' hides a field. | 488 | |
| Line is longer than 80 characters. | 493 | |
| Expected an @return tag. | 498 | |
| Method 'getKualiConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| Line contains a tab character. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line contains a tab character. | 500 | |
| Line contains a tab character. | 501 | |
| Line is longer than 80 characters. | 505 | |
| Method 'setKualiConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| Missing a Javadoc comment. | 505 | |
| Parameter kualiConfigurationService should be final. | 505 | |
| 'kualiConfigurationService' hides a field. | 505 | |
| Line is longer than 80 characters. | 509 | |
| Line contains a tab character. | 509 | |
| Method 'getBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| Missing a Javadoc comment. | 509 | |
| Line contains a tab character. | 510 | |
| Line is longer than 80 characters. | 511 | |
| Line contains a tab character. | 511 | |
| Line contains a tab character. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 516 | |
| Method 'setBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Missing a Javadoc comment. | 516 | |
| Line is longer than 80 characters. | 517 | |
| Line contains a tab character. | 517 | |
| Parameter businessObjectMetaDataService should be final. | 517 | |
| 'businessObjectMetaDataService' hides a field. | 517 | |
| Line is longer than 80 characters. | 518 | |
| Line contains a tab character. | 518 | |
| Line contains a tab character. | 519 | |
| Line contains a tab character. | 521 | |
| Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| Missing a Javadoc comment. | 521 | |
| Line contains a tab character. | 522 | |
| ')' is preceded with whitespace. | 522 | |
| Line is longer than 80 characters. | 523 | |
| Line contains a tab character. | 523 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 526 | |
| Method 'getInquiryUrlForPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| Missing a Javadoc comment. | 528 | |
| Line is longer than 80 characters. | 529 | |
| Line contains a tab character. | 529 | |
| Parameter clazz should be final. | 529 | |
| Parameter businessObject should be final. | 529 | |
| Parameter primaryKeys should be final. | 529 | |
| Parameter displayText should be final. | 529 | |
| '{' is not preceded with whitespace. | 529 | |
| 'if' construct must use '{}'s. | 530 | |
| Line contains a tab character. | 530 | |
| 'if' is not followed by whitespace. | 530 | |
| '==' is not preceded with whitespace. | 530 | |
| '==' is not followed by whitespace. | 530 | |
| Line is longer than 80 characters. | 531 | |
| Line contains a tab character. | 531 | |
| Line is longer than 80 characters. | 534 | |
| Line is longer than 80 characters. | 535 | |
| 'for' is not followed by whitespace. | 539 | |
| ':' is not preceded with whitespace. | 539 | |
| '{' is not preceded with whitespace. | 539 | |
| Line is longer than 80 characters. | 540 | |
| Line contains a tab character. | 540 | |
| 'cast' is not followed by whitespace. | 540 | |
| 'if' construct must use '{}'s. | 544 | |
| 'if' is not followed by whitespace. | 544 | |
| Line is longer than 80 characters. | 545 | |
| Line contains a tab character. | 545 | |
| 'else' construct must use '{}'s. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Line contains a tab character. | 547 | |
| Line is longer than 80 characters. | 551 | |
| Method 'getHyperLink' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| Missing a Javadoc comment. | 551 | |
| Parameter inquiryClass should be final. | 551 | |
| Parameter fieldList should be final. | 551 | |
| ',' is not followed by whitespace. | 551 | |
| Parameter inquiryUrl should be final. | 551 | |
| Parameter displayText should be final. | 551 | |
| '{' is not preceded with whitespace. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| '+' should be on a new line. | 555 | |
| Line is longer than 80 characters. | 556 | |
| '+' is not preceded with whitespace. | 556 | |
| '+' should be on a new line. | 556 | |
| Line contains a tab character. | 558 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Variable 'parameters' must be private and have accessor methods. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Variable 'businessObjectDictionaryService' must be private and have accessor methods. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Variable 'businessObjectMetaDataService' must be private and have accessor methods. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Variable 'dataDictionaryService' must be private and have accessor methods. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Variable 'persistenceStructureService' must be private and have accessor methods. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Variable 'encryptionService' must be private and have accessor methods. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Variable 'readOnlyFieldsList' must be private and have accessor methods. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'backLocation' must be private and have accessor methods. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Variable 'docFormKey' must be private and have accessor methods. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Variable 'fieldConversions' must be private and have accessor methods. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Variable 'lookupService' must be private and have accessor methods. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Variable 'rows' must be private and have accessor methods. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Variable 'referencesToRefresh' must be private and have accessor methods. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Variable 'sequenceAccessorService' must be private and have accessor methods. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Variable 'businessObjectService' must be private and have accessor methods. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Variable 'lookupResultsService' must be private and have accessor methods. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Variable 'docNum' must be private and have accessor methods. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Variable 'configurationService' must be private and have accessor methods. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Variable 'parameterService' must be private and have accessor methods. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Variable 'businessObjectAuthorizationService' must be private and have accessor methods. | 113 | |
| Method 'getDocNum' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setDocNum' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter docNum should be final. | 125 | |
| 'docNum' hides a field. | 125 | |
| Missing a Javadoc comment. | 129 | |
| Line is longer than 80 characters. | 136 | |
| Expected an @return tag. | 138 | |
| Method 'checkForAdditionalFields' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter fieldValues should be final. | 138 | |
| Expected @param tag for 'fieldValues'. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Expected an @return tag. | 145 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Line is longer than 80 characters. | 150 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter businessObjectClass should be final. | 152 | |
| 'businessObjectClass' hides a field. | 152 | |
| Expected @param tag for 'businessObjectClass'. | 152 | |
| Expected an @return tag. | 160 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Line is longer than 80 characters. | 165 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter parameters should be final. | 167 | |
| 'parameters' hides a field. | 167 | |
| Expected @param tag for 'parameters'. | 167 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Avoid inline conditionals. | 177 | |
| Line is longer than 80 characters. | 185 | |
| Method 'setDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Parameter dataDictionaryService should be final. | 185 | |
| 'dataDictionaryService' hides a field. | 185 | |
| Line is longer than 80 characters. | 194 | |
| Method 'getBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Avoid inline conditionals. | 195 | |
| Line is longer than 80 characters. | 204 | |
| Method 'setBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Parameter businessObjectDictionaryService should be final. | 204 | |
| 'businessObjectDictionaryService' hides a field. | 204 | |
| Method 'getBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Avoid inline conditionals. | 214 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 222 | |
| Method 'setBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter businessObjectMetaDataService should be final. | 222 | |
| 'businessObjectMetaDataService' hides a field. | 222 | |
| Method 'getPersistenceStructureService' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Avoid inline conditionals. | 232 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 240 | |
| Method 'setPersistenceStructureService' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Parameter persistenceStructureService should be final. | 240 | |
| 'persistenceStructureService' hides a field. | 240 | |
| Method 'getEncryptionService' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Avoid inline conditionals. | 250 | |
| Method 'setEncryptionService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Parameter encryptionService should be final. | 258 | |
| 'encryptionService' hides a field. | 258 | |
| Line is longer than 80 characters. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Variable 'maintenanceDocumentDictionaryService' must be private and have accessor methods. | 262 | |
| Line is longer than 80 characters. | 264 | |
| Method 'getMaintenanceDocumentDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Missing a Javadoc comment. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 272 | |
| Method 'getBusinessObjectAuthorizationService' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Line is longer than 80 characters. | 274 | |
| Missing a Javadoc comment. | 279 | |
| Variable 'kualiInquirable' must be private and have accessor methods. | 279 | |
| Method 'getKualiInquirable' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Line is longer than 80 characters. | 288 | |
| Method 'setMaintenanceDocumentDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Missing a Javadoc comment. | 288 | |
| Parameter maintenanceDocumentDictionaryService should be final. | 288 | |
| 'maintenanceDocumentDictionaryService' hides a field. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Method 'setKualiInquirable' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Missing a Javadoc comment. | 292 | |
| Parameter kualiInquirable should be final. | 292 | |
| 'kualiInquirable' hides a field. | 292 | |
| Method 'getKualiConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Missing a Javadoc comment. | 297 | |
| Line is longer than 80 characters. | 299 | |
| Method 'setParameterService' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Missing a Javadoc comment. | 304 | |
| Parameter configurationService should be final. | 304 | |
| 'configurationService' hides a field. | 304 | |
| Method 'getParameterService' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Missing a Javadoc comment. | 309 | |
| Line is longer than 80 characters. | 311 | |
| Method 'setParameterService' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Parameter parameterService should be final. | 316 | |
| 'parameterService' hides a field. | 316 | |
| Line is longer than 80 characters. | 321 | |
| Method 'allowsMaintenanceNewOrCopyAction' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 337 | |
| Method 'allowsMaintenanceEditAction' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Missing a Javadoc comment. | 337 | |
| Parameter businessObject should be final. | 337 | |
| Line is longer than 80 characters. | 343 | |
| Unused @param tag for 'bo'. | 352 | |
| Unused @param tag for 'methodToCall'. | 353 | |
| Expected an @return tag. | 356 | |
| Line is longer than 80 characters. | 356 | |
| 'public' modifier out of order with the JLS suggestions. | 356 | |
| Parameter businessObject should be final. | 356 | |
| Expected @param tag for 'businessObject'. | 356 | |
| Parameter htmlData should be final. | 356 | |
| Expected @param tag for 'htmlData'. | 356 | |
| Parameter pkNames should be final. | 356 | |
| Expected @param tag for 'pkNames'. | 356 | |
| Parameter businessObjectRestrictions should be final. | 356 | |
| Expected @param tag for 'businessObjectRestrictions'. | 356 | |
| Line is longer than 80 characters. | 357 | |
| Line is longer than 80 characters. | 363 | |
| Line is longer than 80 characters. | 366 | |
| Expected an @return tag. | 368 | |
| Line is longer than 80 characters. | 368 | |
| 'public' modifier out of order with the JLS suggestions. | 368 | |
| Parameter businessObject should be final. | 368 | |
| Expected @param tag for 'businessObject'. | 368 | |
| Parameter pkNames should be final. | 368 | |
| Expected @param tag for 'pkNames'. | 368 | |
| Parameter businessObjectRestrictions should be final. | 368 | |
| Expected @param tag for 'businessObjectRestrictions'. | 368 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 377 | |
| 'if' construct must use '{}'s. | 380 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 381 | |
| 'if' construct must use '{}'s. | 387 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 393 | |
| Line is longer than 80 characters. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Line is longer than 80 characters. | 398 | |
| Expected an @return tag. | 400 | |
| Line is longer than 80 characters. | 400 | |
| Method 'getCustomActionUrls' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Parameter businessObject should be final. | 400 | |
| Expected @param tag for 'businessObject'. | 400 | |
| Parameter pkNames should be final. | 400 | |
| Expected @param tag for 'pkNames'. | 400 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 409 | |
| Expected an @return tag. | 420 | |
| Line is longer than 80 characters. | 420 | |
| Method 'allowsMaintenanceDeleteAction' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| Parameter businessObject should be final. | 420 | |
| Expected @param tag for 'businessObject'. | 420 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 438 | |
| Expected an @return tag. | 447 | |
| Line is longer than 80 characters. | 447 | |
| Method 'getUrlData' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| Parameter businessObject should be final. | 447 | |
| Expected @param tag for 'businessObject'. | 447 | |
| Parameter methodToCall should be final. | 447 | |
| Expected @param tag for 'methodToCall'. | 447 | |
| Parameter displayText should be final. | 447 | |
| Expected @param tag for 'displayText'. | 447 | |
| Parameter pkNames should be final. | 447 | |
| Expected @param tag for 'pkNames'. | 447 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 451 | |
| First sentence should end with a period. | 455 | |
| Expected an @return tag. | 463 | |
| Line is longer than 80 characters. | 463 | |
| Method 'getUrlData' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Parameter businessObject should be final. | 463 | |
| Expected @param tag for 'businessObject'. | 463 | |
| Parameter methodToCall should be final. | 463 | |
| Expected @param tag for 'methodToCall'. | 463 | |
| Parameter pkNames should be final. | 463 | |
| Expected @param tag for 'pkNames'. | 463 | |
| Expected an @return tag. | 472 | |
| Method 'getEmptyActionUrls' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| Method 'getEmptyAnchorHtmlData' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| Missing a Javadoc comment. | 476 | |
| Line is longer than 80 characters. | 482 | |
| Expected an @return tag. | 490 | |
| Line is longer than 80 characters. | 490 | |
| Method 'getActionUrlHref' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| Parameter businessObject should be final. | 490 | |
| Expected @param tag for 'businessObject'. | 490 | |
| Parameter methodToCall should be final. | 490 | |
| Expected @param tag for 'methodToCall'. | 490 | |
| Parameter pkNames should be final. | 490 | |
| Expected @param tag for 'pkNames'. | 490 | |
| 'parameters' hides a field. | 491 | |
| Comment matches to-do format 'TODO:'. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line is longer than 80 characters. | 497 | |
| Line is longer than 80 characters. | 499 | |
| Line is longer than 80 characters. | 502 | |
| Method 'getParametersFromPrimaryKey' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| Missing a Javadoc comment. | 502 | |
| Parameter businessObject should be final. | 502 | |
| Parameter pkNames should be final. | 502 | |
| 'parameters' hides a field. | 503 | |
| Line is longer than 80 characters. | 507 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 521 | |
| Line is longer than 80 characters. | 523 | |
| Line is longer than 80 characters. | 525 | |
| Line is longer than 80 characters. | 538 | |
| Expected an @return tag. | 546 | |
| Line is longer than 80 characters. | 546 | |
| Method 'getActionUrlTitleText' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| Parameter businessObject should be final. | 546 | |
| Expected @param tag for 'businessObject'. | 546 | |
| Parameter displayText should be final. | 546 | |
| Expected @param tag for 'displayText'. | 546 | |
| Parameter pkNames should be final. | 546 | |
| Expected @param tag for 'pkNames'. | 546 | |
| Parameter businessObjectRestrictions should be final. | 546 | |
| Expected @param tag for 'businessObjectRestrictions'. | 546 | |
| Line is longer than 80 characters. | 548 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 551 | |
| Line is longer than 80 characters. | 555 | |
| Method 'getMaintenanceDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Method 'getReadOnlyFieldsList' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| Method 'setReadOnlyFieldsList' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| Parameter readOnlyFieldsList should be final. | 581 | |
| 'readOnlyFieldsList' hides a field. | 581 | |
| Line is longer than 80 characters. | 585 | |
| Missing a Javadoc comment. | 585 | |
| Variable 'noLookupResultFieldInquiryCache' must be private and have accessor methods. | 585 | |
| Line is longer than 80 characters. | 586 | |
| Missing a Javadoc comment. | 586 | |
| Variable 'inquirableClassCache' must be private and have accessor methods. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Missing a Javadoc comment. | 587 | |
| Variable 'forceLookupResultFieldInquiryCache' must be private and have accessor methods. | 587 | |
| Method 'getInquiryUrl' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| Parameter bo should be final. | 596 | |
| Parameter propertyName should be final. | 596 | |
| Line is longer than 80 characters. | 600 | |
| Line is longer than 80 characters. | 602 | |
| Line is longer than 80 characters. | 606 | |
| Line is longer than 80 characters. | 610 | |
| Line is longer than 80 characters. | 612 | |
| Line is longer than 80 characters. | 622 | |
| Line is longer than 80 characters. | 625 | |
| Line is longer than 80 characters. | 627 | |
| Line is longer than 80 characters. | 631 | |
| Line is longer than 80 characters. | 633 | |
| Missing a Javadoc comment. | 642 | |
| Variable 'resultColumns' must be private and have accessor methods. | 642 | |
| Line is longer than 80 characters. | 645 | |
| Expected an @return tag. | 647 | |
| Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 653 | |
| Line is longer than 80 characters. | 654 | |
| Line is longer than 80 characters. | 656 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 666 | |
| Line is longer than 80 characters. | 669 | |
| Line is longer than 80 characters. | 672 | |
| Line is longer than 80 characters. | 677 | |
| Line is longer than 80 characters. | 678 | |
| Line is longer than 80 characters. | 680 | |
| Line is longer than 80 characters. | 683 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 690 | |
| Line is longer than 80 characters. | 694 | |
| Missing a Javadoc comment. | 704 | |
| Name 'RESULTS_DEFAULT_MAX_COLUMN_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 704 | |
| Variable 'RESULTS_DEFAULT_MAX_COLUMN_LENGTH' must be private and have accessor methods. | 704 | |
| Method 'getColumnMaxLength' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| Missing a Javadoc comment. | 706 | |
| Parameter attributeName should be final. | 706 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 713 | |
| Method 'getBackLocation' is not designed for extension - needs to be abstract, final or empty. | 724 | |
| Method 'setBackLocation' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| Parameter backLocation should be final. | 731 | |
| 'backLocation' hides a field. | 731 | |
| Line is longer than 80 characters. | 736 | |
| Expected an @return tag. | 738 | |
| Method 'getReturnLocation' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| First sentence should end with a period. | 742 | |
| Line is longer than 80 characters. | 745 | |
| Expected an @return tag. | 747 | |
| Line is longer than 80 characters. | 747 | |
| 'public' modifier out of order with the JLS suggestions. | 747 | |
| Parameter businessObject should be final. | 747 | |
| Expected @param tag for 'businessObject'. | 747 | |
| Parameter fieldConversions should be final. | 747 | |
| 'fieldConversions' hides a field. | 747 | |
| Expected @param tag for 'fieldConversions'. | 747 | |
| Parameter lookupImpl should be final. | 747 | |
| Expected @param tag for 'lookupImpl'. | 747 | |
| Parameter returnKeys should be final. | 747 | |
| Expected @param tag for 'returnKeys'. | 747 | |
| Parameter businessObjectRestrictions should be final. | 747 | |
| Expected @param tag for 'businessObjectRestrictions'. | 747 | |
| Line is longer than 80 characters. | 748 | |
| Line is longer than 80 characters. | 750 | |
| Line is longer than 80 characters. | 751 | |
| First sentence should end with a period. | 756 | |
| Expected an @return tag. | 765 | |
| Line is longer than 80 characters. | 765 | |
| 'protected' modifier out of order with the JLS suggestions. | 765 | |
| Parameter businessObject should be final. | 765 | |
| Expected @param tag for 'businessObject'. | 765 | |
| Parameter fieldConversions should be final. | 765 | |
| 'fieldConversions' hides a field. | 765 | |
| Expected @param tag for 'fieldConversions'. | 765 | |
| Parameter lookupImpl should be final. | 765 | |
| Expected @param tag for 'lookupImpl'. | 765 | |
| Parameter returnKeys should be final. | 765 | |
| Expected @param tag for 'returnKeys'. | 765 | |
| Line is longer than 80 characters. | 774 | |
| Expected an @return tag. | 776 | |
| Line is longer than 80 characters. | 776 | |
| Method 'getReturnUrl' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| Parameter businessObject should be final. | 776 | |
| Expected @param tag for 'businessObject'. | 776 | |
| Parameter lookupForm should be final. | 776 | |
| Expected @param tag for 'lookupForm'. | 776 | |
| Parameter returnKeys should be final. | 776 | |
| Expected @param tag for 'returnKeys'. | 776 | |
| Parameter businessObjectRestrictions should be final. | 776 | |
| Expected @param tag for 'businessObjectRestrictions'. | 776 | |
| 'parameters' hides a field. | 777 | |
| Line is longer than 80 characters. | 778 | |
| 'if' construct must use '{}'s. | 779 | |
| Line is longer than 80 characters. | 779 | |
| Line is longer than 80 characters. | 780 | |
| 'else' construct must use '{}'s. | 781 | |
| Line is longer than 80 characters. | 782 | |
| Line is longer than 80 characters. | 785 | |
| Method 'getReturnInputHtmlData' is not designed for extension - needs to be abstract, final or empty. | 785 | |
| Missing a Javadoc comment. | 785 | |
| Parameter businessObject should be final. | 785 | |
| Parameter parameters should be final. | 785 | |
| 'parameters' hides a field. | 785 | |
| Parameter lookupForm should be final. | 785 | |
| Parameter returnKeys should be final. | 785 | |
| Parameter businessObjectRestrictions should be final. | 785 | |
| Line is longer than 80 characters. | 787 | |
| Line is longer than 80 characters. | 788 | |
| Line is longer than 80 characters. | 789 | |
| Line is longer than 80 characters. | 790 | |
| Line is longer than 80 characters. | 791 | |
| '||' should be on a new line. | 791 | |
| Line is longer than 80 characters. | 792 | |
| Line is longer than 80 characters. | 793 | |
| Line is longer than 80 characters. | 802 | |
| Method 'getReturnAnchorHtmlData' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| Missing a Javadoc comment. | 802 | |
| Parameter businessObject should be final. | 802 | |
| Parameter parameters should be final. | 802 | |
| 'parameters' hides a field. | 802 | |
| Parameter lookupForm should be final. | 802 | |
| Parameter returnKeys should be final. | 802 | |
| Parameter businessObjectRestrictions should be final. | 802 | |
| Line is longer than 80 characters. | 804 | |
| Line is longer than 80 characters. | 807 | |
| Line is longer than 80 characters. | 812 | |
| Method 'getReturnHref' is not designed for extension - needs to be abstract, final or empty. | 812 | |
| Missing a Javadoc comment. | 812 | |
| Parameter parameters should be final. | 812 | |
| 'parameters' hides a field. | 812 | |
| Parameter lookupForm should be final. | 812 | |
| Parameter returnKeys should be final. | 812 | |
| Method 'addToReturnHref' is not designed for extension - needs to be abstract, final or empty. | 820 | |
| Missing a Javadoc comment. | 820 | |
| Parameter href should be final. | 820 | |
| Parameter lookupForm should be final. | 820 | |
| Line is longer than 80 characters. | 825 | |
| Avoid inline conditionals. | 825 | |
| Line is longer than 80 characters. | 829 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 829 | |
| Missing a Javadoc comment. | 829 | |
| Parameter bo should be final. | 829 | |
| Parameter fieldConversions should be final. | 829 | |
| 'fieldConversions' hides a field. | 829 | |
| Parameter lookupImpl should be final. | 829 | |
| Parameter returnKeys should be final. | 829 | |
| 'parameters' hides a field. | 830 | |
| Line is longer than 80 characters. | 831 | |
| Line is longer than 80 characters. | 843 | |
| Line is longer than 80 characters. | 855 | |
| Line is longer than 80 characters. | 857 | |
| Line is longer than 80 characters. | 859 | |
| Line is longer than 80 characters. | 882 | |
| Method 'getReturnKeys' is not designed for extension - needs to be abstract, final or empty. | 884 | |
| Line is longer than 80 characters. | 889 | |
| Method 'getDocFormKey' is not designed for extension - needs to be abstract, final or empty. | 900 | |
| Method 'setDocFormKey' is not designed for extension - needs to be abstract, final or empty. | 909 | |
| Parameter docFormKey should be final. | 909 | |
| 'docFormKey' hides a field. | 909 | |
| Line is longer than 80 characters. | 914 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 916 | |
| Parameter fieldConversions should be final. | 916 | |
| 'fieldConversions' hides a field. | 916 | |
| Expected @param tag for 'fieldConversions'. | 916 | |
| Method 'getLookupService' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| Line is longer than 80 characters. | 926 | |
| Avoid inline conditionals. | 926 | |
| Method 'setLookupService' is not designed for extension - needs to be abstract, final or empty. | 934 | |
| Parameter lookupService should be final. | 934 | |
| 'lookupService' hides a field. | 934 | |
| Method 'getDefaultSortColumns' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| Line is longer than 80 characters. | 944 | |
| Line is longer than 80 characters. | 950 | |
| Method 'validateSearchParameters' is not designed for extension - needs to be abstract, final or empty. | 952 | |
| Parameter fieldValues should be final. | 952 | |
| Expected @param tag for 'fieldValues'. | 952 | |
| Line is longer than 80 characters. | 954 | |
| Line is longer than 80 characters. | 955 | |
| Line is longer than 80 characters. | 958 | |
| Line is longer than 80 characters. | 960 | |
| Line is longer than 80 characters. | 964 | |
| Line is longer than 80 characters. | 970 | |
| Line is longer than 80 characters. | 971 | |
| Line is longer than 80 characters. | 974 | |
| Line is longer than 80 characters. | 983 | |
| Method 'validateSearchParameterWildcardAndOperators' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| Missing a Javadoc comment. | 983 | |
| Parameter attributeName should be final. | 983 | |
| Parameter attributeValue should be final. | 983 | |
| 'if' construct must use '{}'s. | 984 | |
| 'if' construct must use '{}'s. | 996 | |
| Line is longer than 80 characters. | 999 | |
| Line is longer than 80 characters. | 1000 | |
| Line is longer than 80 characters. | 1005 | |
| Line is longer than 80 characters. | 1006 | |
| Line is longer than 80 characters. | 1009 | |
| Line is longer than 80 characters. | 1010 | |
| Line is longer than 80 characters. | 1011 | |
| Line is longer than 80 characters. | 1014 | |
| Line is longer than 80 characters. | 1017 | |
| Line is longer than 80 characters. | 1018 | |
| Line is longer than 80 characters. | 1019 | |
| Line is longer than 80 characters. | 1021 | |
| Line is longer than 80 characters. | 1022 | |
| Line is longer than 80 characters. | 1024 | |
| Line is longer than 80 characters. | 1031 | |
| Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 1034 | |
| Line is longer than 80 characters. | 1036 | |
| Line is longer than 80 characters. | 1037 | |
| Line is longer than 80 characters. | 1041 | |
| Line is longer than 80 characters. | 1047 | |
| Line is longer than 80 characters. | 1050 | |
| Line is longer than 80 characters. | 1052 | |
| Line is longer than 80 characters. | 1055 | |
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 1060 | |
| Missing a Javadoc comment. | 1060 | |
| Line is longer than 80 characters. | 1064 | |
| Missing a Javadoc comment. | 1064 | |
| Line is longer than 80 characters. | 1067 | |
| Line is longer than 80 characters. | 1068 | |
| Line is longer than 80 characters. | 1071 | |
| Expected an @return tag. | 1073 | |
| Line is longer than 80 characters. | 1073 | |
| Method 'getSearchResultsUnbounded' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| Parameter fieldValues should be final. | 1073 | |
| Expected @param tag for 'fieldValues'. | 1073 | |
| Line is longer than 80 characters. | 1074 | |
| First sentence should end with a period. | 1077 | |
| Expected an @return tag. | 1085 | |
| Line is longer than 80 characters. | 1085 | |
| Method 'performLookup' is not designed for extension - needs to be abstract, final or empty. | 1085 | |
| Parameter lookupForm should be final. | 1085 | |
| Expected @param tag for 'lookupForm'. | 1085 | |
| Parameter resultTable should be final. | 1085 | |
| Expected @param tag for 'resultTable'. | 1085 | |
| Parameter bounded should be final. | 1085 | |
| Expected @param tag for 'bounded'. | 1085 | |
| Line is longer than 80 characters. | 1088 | |
| Line is longer than 80 characters. | 1089 | |
| Line is longer than 80 characters. | 1099 | |
| Line is longer than 80 characters. | 1105 | |
| Line is longer than 80 characters. | 1113 | |
| Line is longer than 80 characters. | 1118 | |
| Line is longer than 80 characters. | 1121 | |
| Line is longer than 80 characters. | 1122 | |
| Line is longer than 80 characters. | 1132 | |
| Line is longer than 80 characters. | 1133 | |
| Line is longer than 80 characters. | 1135 | |
| Line is longer than 80 characters. | 1136 | |
| Line is longer than 80 characters. | 1139 | |
| Line is longer than 80 characters. | 1143 | |
| Line is longer than 80 characters. | 1144 | |
| Line is longer than 80 characters. | 1145 | |
| Line is longer than 80 characters. | 1146 | |
| Line is longer than 80 characters. | 1151 | |
| Line is longer than 80 characters. | 1152 | |
| Line is longer than 80 characters. | 1154 | |
| Line is longer than 80 characters. | 1161 | |
| Line is longer than 80 characters. | 1166 | |
| Line is longer than 80 characters. | 1170 | |
| Line is longer than 80 characters. | 1178 | |
| First sentence should end with a period. | 1199 | |
| Line is longer than 80 characters. | 1207 | |
| Method 'getPropertyClass' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| Parameter element should be final. | 1207 | |
| Parameter propertyName should be final. | 1207 | |
| Line is longer than 80 characters. | 1211 | |
| Line is longer than 80 characters. | 1214 | |
| Line is longer than 80 characters. | 1215 | |
| First sentence should end with a period. | 1221 | |
| Line is longer than 80 characters. | 1222 | |
| Line is longer than 80 characters. | 1223 | |
| Expected an @return tag. | 1227 | |
| Method 'preprocessDateFields' is not designed for extension - needs to be abstract, final or empty. | 1227 | |
| Parameter lookupFormFields should be final. | 1227 | |
| Expected @param tag for 'lookupFormFields'. | 1227 | |
| Line is longer than 80 characters. | 1231 | |
| Line is longer than 80 characters. | 1233 | |
| Line is longer than 80 characters. | 1235 | |
| ';' is not followed by whitespace. | 1235 | |
| Line is longer than 80 characters. | 1236 | |
| Line is longer than 80 characters. | 1237 | |
| Line is longer than 80 characters. | 1238 | |
| Line is longer than 80 characters. | 1240 | |
| Line is longer than 80 characters. | 1255 | |
| Method 'maskValueIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 1255 | |
| Missing a Javadoc comment. | 1255 | |
| Parameter businessObjectClass should be final. | 1255 | |
| 'businessObjectClass' hides a field. | 1255 | |
| Parameter propertyName should be final. | 1255 | |
| Parameter propertyValue should be final. | 1255 | |
| Parameter businessObjectRestrictions should be final. | 1255 | |
| Line is longer than 80 characters. | 1258 | |
| Line is longer than 80 characters. | 1259 | |
| Line is longer than 80 characters. | 1260 | |
| Method 'setReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 1267 | |
| Missing a Javadoc comment. | 1267 | |
| Parameter referencesToRefresh should be final. | 1267 | |
| 'referencesToRefresh' hides a field. | 1267 | |
| Method 'getReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 1271 | |
| Missing a Javadoc comment. | 1271 | |
| Method 'getSequenceAccessorService' is not designed for extension - needs to be abstract, final or empty. | 1275 | |
| Missing a Javadoc comment. | 1275 | |
| Line is longer than 80 characters. | 1276 | |
| Avoid inline conditionals. | 1276 | |
| Line is longer than 80 characters. | 1279 | |
| Method 'setSequenceAccessorService' is not designed for extension - needs to be abstract, final or empty. | 1279 | |
| Missing a Javadoc comment. | 1279 | |
| Parameter sequenceAccessorService should be final. | 1279 | |
| 'sequenceAccessorService' hides a field. | 1279 | |
| Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 1283 | |
| Missing a Javadoc comment. | 1283 | |
| Line is longer than 80 characters. | 1284 | |
| Avoid inline conditionals. | 1284 | |
| Line is longer than 80 characters. | 1287 | |
| Method 'setBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 1287 | |
| Missing a Javadoc comment. | 1287 | |
| Parameter businessObjectService should be final. | 1287 | |
| 'businessObjectService' hides a field. | 1287 | |
| Method 'getLookupResultsService' is not designed for extension - needs to be abstract, final or empty. | 1291 | |
| Missing a Javadoc comment. | 1291 | |
| Line is longer than 80 characters. | 1292 | |
| Avoid inline conditionals. | 1292 | |
| Line is longer than 80 characters. | 1295 | |
| Method 'setLookupResultsService' is not designed for extension - needs to be abstract, final or empty. | 1295 | |
| Missing a Javadoc comment. | 1295 | |
| Parameter lookupResultsService should be final. | 1295 | |
| 'lookupResultsService' hides a field. | 1295 | |
| Line is longer than 80 characters. | 1301 | |
| Method 'isSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 1303 | |
| Line is longer than 80 characters. | 1304 | |
| First sentence should end with a period. | 1308 | |
| Line is longer than 80 characters. | 1312 | |
| Method 'getPrimaryKeyFieldLabels' is not designed for extension - needs to be abstract, final or empty. | 1314 | |
| Line is longer than 80 characters. | 1319 | |
| Expected an @return tag. | 1321 | |
| Method 'isResultReturnable' is not designed for extension - needs to be abstract, final or empty. | 1321 | |
| Parameter object should be final. | 1321 | |
| Expected @param tag for 'object'. | 1321 | |
| Method 'performClear' is not designed for extension - needs to be abstract, final or empty. | 1330 | |
| Parameter lookupForm should be final. | 1330 | |
| Expected @param tag for 'lookupForm'. | 1330 | |
| Line is longer than 80 characters. | 1333 | |
| Line is longer than 80 characters. | 1349 | |
| Expected an @return tag. | 1351 | |
| Method 'shouldDisplayHeaderNonMaintActions' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| Line is longer than 80 characters. | 1356 | |
| Expected an @return tag. | 1358 | |
| Method 'shouldDisplayLookupCriteria' is not designed for extension - needs to be abstract, final or empty. | 1358 | |
| Line is longer than 80 characters. | 1363 | |
| Expected an @return tag. | 1365 | |
| Method 'getSupplementalMenuBar' is not designed for extension - needs to be abstract, final or empty. | 1365 | |
| Expected an @return tag. | 1372 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 1372 | |
| Line is longer than 80 characters. | 1373 | |
| Line is longer than 80 characters. | 1377 | |
| Expected an @return tag. | 1379 | |
| Method 'performCustomAction' is not designed for extension - needs to be abstract, final or empty. | 1379 | |
| Parameter ignoreErrors should be final. | 1379 | |
| Expected @param tag for 'ignoreErrors'. | 1379 | |
| Expected an @return tag. | 1386 | |
| Method 'getExtraField' is not designed for extension - needs to be abstract, final or empty. | 1386 | |
| Method 'allowsNewOrCopyAction' is not designed for extension - needs to be abstract, final or empty. | 1390 | |
| Missing a Javadoc comment. | 1390 | |
| Parameter documentTypeName should be final. | 1390 | |
| Line is longer than 80 characters. | 1395 | |
| Line is longer than 80 characters. | 1397 | |
| Method 'applyFieldAuthorizationsFromNestedLookups' is not designed for extension - needs to be abstract, final or empty. | 1399 | |
| Parameter field should be final. | 1399 | |
| Expected @param tag for 'field'. | 1399 | |
| Line is longer than 80 characters. | 1400 | |
| Line is longer than 80 characters. | 1402 | |
| Line is longer than 80 characters. | 1403 | |
| Line is longer than 80 characters. | 1404 | |
| Line is longer than 80 characters. | 1408 | |
| Line is longer than 80 characters. | 1409 | |
| Line is longer than 80 characters. | 1411 | |
| Line is longer than 80 characters. | 1413 | |
| Line is longer than 80 characters. | 1414 | |
| Line is longer than 80 characters. | 1415 | |
| Line is longer than 80 characters. | 1417 | |
| Line is longer than 80 characters. | 1419 | |
| Line is longer than 80 characters. | 1420 | |
| Line is longer than 80 characters. | 1421 | |
| Line is longer than 80 characters. | 1423 | |
| Line is longer than 80 characters. | 1426 | |
| Line is longer than 80 characters. | 1429 | |
| '+' should be on a new line. | 1429 | |
| Line is longer than 80 characters. | 1430 | |
| Line is longer than 80 characters. | 1434 | |
| Line is longer than 80 characters. | 1435 | |
| Line is longer than 80 characters. | 1436 | |
| Line is longer than 80 characters. | 1442 | |
| Line is longer than 80 characters. | 1443 | |
| Line is longer than 80 characters. | 1444 | |
| Line is longer than 80 characters. | 1449 | |
| Method 'applyConditionalLogicForFieldDisplay' is not designed for extension - needs to be abstract, final or empty. | 1451 | |
| Line is longer than 80 characters. | 1458 | |
| Line is longer than 80 characters. | 1461 | |
| Line is longer than 80 characters. | 1465 | |
| Line is longer than 80 characters. | 1469 | |
| Line is longer than 80 characters. | 1477 | |
| Line is longer than 80 characters. | 1478 | |
| Method 'getConditionallyReadOnlyPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 1481 | |
| Line is longer than 80 characters. | 1486 | |
| Line is longer than 80 characters. | 1487 | |
| Method 'getConditionallyRequiredPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 1490 | |
| Line is longer than 80 characters. | 1495 | |
| Line is longer than 80 characters. | 1496 | |
| Method 'getConditionallyHiddenPropertyNames' is not designed for extension - needs to be abstract, final or empty. | 1499 | |
| Line is longer than 80 characters. | 1504 | |
| Method 'getCurrentSearchFieldValue' is not designed for extension - needs to be abstract, final or empty. | 1510 | |
| Parameter propertyName should be final. | 1510 | |
| Line is longer than 80 characters. | 1516 | |
| Line is longer than 80 characters. | 1519 | |
| Line is longer than 80 characters. | 1520 | |
| Line is longer than 80 characters. | 1521 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 38 | |
| Parameter collection should be final. | 38 | |
| Expected @param tag for 'collection'. | 38 | |
| Parameter actualSizeIfTruncated should be final. | 38 | |
| 'actualSizeIfTruncated' hides a field. | 38 | |
| Expected @param tag for 'actualSizeIfTruncated'. | 38 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter arg0 should be final. | 48 | |
| Expected @param tag for 'arg0'. | 48 | |
| Parameter arg1 should be final. | 48 | |
| Expected @param tag for 'arg1'. | 48 | |
| Expected an @return tag. | 56 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter arg0 should be final. | 56 | |
| Expected @param tag for 'arg0'. | 56 | |
| Expected an @return tag. | 65 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter arg0 should be final. | 65 | |
| Expected @param tag for 'arg0'. | 65 | |
| Parameter arg1 should be final. | 65 | |
| Expected @param tag for 'arg1'. | 65 | |
| Expected an @return tag. | 73 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter arg0 should be final. | 73 | |
| Expected @param tag for 'arg0'. | 73 | |
| Line has trailing spaces. | 78 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Expected an @return tag. | 88 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter arg0 should be final. | 88 | |
| Expected @param tag for 'arg0'. | 88 | |
| Expected an @return tag. | 96 | |
| Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter arg0 should be final. | 96 | |
| Expected @param tag for 'arg0'. | 96 | |
| Line has trailing spaces. | 102 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter arg0 should be final. | 105 | |
| Expected an @return tag. | 113 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter arg0 should be final. | 113 | |
| Expected @param tag for 'arg0'. | 113 | |
| Line has trailing spaces. | 119 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Expected an @return tag. | 130 | |
| Method 'indexOf' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter arg0 should be final. | 130 | |
| Expected @param tag for 'arg0'. | 130 | |
| Expected an @return tag. | 137 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Expected an @return tag. | 144 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Expected an @return tag. | 152 | |
| Method 'lastIndexOf' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter arg0 should be final. | 152 | |
| Expected @param tag for 'arg0'. | 152 | |
| Expected an @return tag. | 159 | |
| Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Expected an @return tag. | 167 | |
| Method 'listIterator' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter arg0 should be final. | 167 | |
| Expected @param tag for 'arg0'. | 167 | |
| Expected an @return tag. | 175 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Parameter arg0 should be final. | 175 | |
| Expected @param tag for 'arg0'. | 175 | |
| Expected an @return tag. | 183 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter arg0 should be final. | 183 | |
| Expected @param tag for 'arg0'. | 183 | |
| Expected an @return tag. | 191 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter arg0 should be final. | 191 | |
| Expected @param tag for 'arg0'. | 191 | |
| Expected an @return tag. | 199 | |
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Parameter arg0 should be final. | 199 | |
| Expected @param tag for 'arg0'. | 199 | |
| Expected an @return tag. | 208 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Parameter arg0 should be final. | 208 | |
| Expected @param tag for 'arg0'. | 208 | |
| Parameter arg1 should be final. | 208 | |
| Expected @param tag for 'arg1'. | 208 | |
| Expected an @return tag. | 215 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Expected an @return tag. | 224 | |
| Method 'subList' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Parameter arg0 should be final. | 224 | |
| Expected @param tag for 'arg0'. | 224 | |
| Parameter arg1 should be final. | 224 | |
| Expected @param tag for 'arg1'. | 224 | |
| Expected an @return tag. | 231 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Expected an @return tag. | 239 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Expected @param tag for '<T>'. | 239 | |
| Parameter arg0 should be final. | 239 | |
| Expected @param tag for 'arg0'. | 239 | |
| Line has trailing spaces. | 245 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Missing a Javadoc comment. | 248 | |
| Method 'getActualSizeIfTruncated' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Unused @param tag for 'actualSize'. | 260 | |
| Method 'setActualSizeIfTruncated' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Parameter actualSizeIfTruncated should be final. | 262 | |
| 'actualSizeIfTruncated' hides a field. | 262 | |
| Expected @param tag for 'actualSizeIfTruncated'. | 262 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'name' must be private and have accessor methods. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'title' must be private and have accessor methods. | 49 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'methodToCall' must be private and have accessor methods. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'displayText' must be private and have accessor methods. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'prependDisplayText' must be private and have accessor methods. | 52 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'appendDisplayText' must be private and have accessor methods. | 53 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'childUrlDataList' must be private and have accessor methods. | 54 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'maxLength' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Expected an @return tag. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Method 'getAppendDisplayText' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Method 'setAppendDisplayText' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter appendDisplayText should be final. | 76 | |
| 'appendDisplayText' hides a field. | 76 | |
| Line contains a tab character. | 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 | |
| Method 'getChildUrlDataList' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Method 'setChildUrlDataList' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter childUrlDataList should be final. | 90 | |
| 'childUrlDataList' hides a field. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Method 'getPrependDisplayText' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Method 'setPrependDisplayText' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter prependDisplayText should be final. | 104 | |
| 'prependDisplayText' hides a field. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter title should be final. | 118 | |
| 'title' hides a field. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Parameter name should be final. | 132 | |
| 'name' hides a field. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Method 'getDisplayText' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Method 'setDisplayText' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter displayText should be final. | 146 | |
| 'displayText' hides a field. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Method 'getMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Method 'setMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Parameter methodToCall should be final. | 160 | |
| 'methodToCall' hides a field. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 164 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter prependText should be final. | 164 | |
| Parameter bo should be final. | 164 | |
| Parameter keys should be final. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| First sentence should end with a period. | 168 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line has trailing spaces. | 170 | |
| Line contains a tab character. | 170 | |
| 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. | 177 | |
| Line contains a tab character. | 177 | |
| Parameter prependText should be final. | 177 | |
| Expected @param tag for 'prependText'. | 177 | |
| Parameter bo should be final. | 177 | |
| Expected @param tag for 'bo'. | 177 | |
| Parameter keys should be final. | 177 | |
| Expected @param tag for 'keys'. | 177 | |
| Parameter businessObjectRestrictions should be final. | 177 | |
| Expected @param tag for 'businessObjectRestrictions'. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| 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 is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| Line has trailing spaces. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| Line is longer than 80 characters. | 192 | |
| 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 is longer than 80 characters. | 197 | |
| 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 contains a tab character. | 203 | |
| Line has trailing spaces. | 204 | |
| Line contains a tab character. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter prependText should be final. | 213 | |
| Parameter element should be final. | 213 | |
| Parameter keyValueMap should be final. | 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 has trailing spaces. | 218 | |
| Line contains a tab character. | 218 | |
| Line is longer than 80 characters. | 219 | |
| 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. | 226 | |
| Line has trailing spaces. | 227 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line has trailing spaces. | 229 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line has trailing spaces. | 231 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Line contains a tab character. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Variable 'href' must be private and have accessor methods. | 235 | |
| Line contains a tab character. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Variable 'target' must be private and have accessor methods. | 236 | |
| First sentence should end with a period. | 238 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 244 | |
| Missing a Javadoc comment. | 244 | |
| Parameter href should be final. | 244 | |
| 'href' hides a field. | 244 | |
| Parameter title should be final. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Parameter href should be final. | 249 | |
| 'href' hides a field. | 249 | |
| Parameter methodToCall should be final. | 249 | |
| Line contains a tab character. | 250 | |
| Parameter displayText should be final. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Parameter href should be final. | 259 | |
| 'href' hides a field. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 263 | |
| Line has trailing spaces. | 264 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line has trailing spaces. | 266 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Expected an @return tag. | 269 | |
| Line contains a tab character. | 269 | |
| Method 'constructCompleteHtmlTag' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Line contains a tab character. | 270 | |
| 'if' construct must use '{}'s. | 271 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| 'else' construct must use '{}'s. | 273 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line contains a tab character. | 281 | |
| Avoid inline conditionals. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line contains a tab character. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Parameter target should be final. | 298 | |
| 'target' hides a field. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Method 'getMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 318 | |
| Line has trailing spaces. | 319 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line has trailing spaces. | 321 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line has trailing spaces. | 323 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Line contains a tab character. | 327 | |
| Missing a Javadoc comment. | 327 | |
| Line contains a tab character. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Variable 'inputType' must be private and have accessor methods. | 329 | |
| Line contains a tab character. | 330 | |
| Missing a Javadoc comment. | 330 | |
| Variable 'src' must be private and have accessor methods. | 330 | |
| Line contains a tab character. | 331 | |
| Missing a Javadoc comment. | 331 | |
| Variable 'styleClass' must be private and have accessor methods. | 331 | |
| Line contains a tab character. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Variable 'border' must be private and have accessor methods. | 332 | |
| Line contains a tab character. | 333 | |
| Missing a Javadoc comment. | 333 | |
| Variable 'checked' must be private and have accessor methods. | 333 | |
| Line contains a tab character. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Variable 'value' must be private and have accessor methods. | 334 | |
| Line contains a tab character. | 336 | |
| Missing a Javadoc comment. | 336 | |
| Parameter name should be final. | 336 | |
| Parameter inputType should be final. | 336 | |
| 'inputType' hides a field. | 336 | |
| Line contains a tab character. | 337 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line is longer than 80 characters. | 341 | |
| Line contains a tab character. | 341 | |
| Missing a Javadoc comment. | 341 | |
| Parameter name should be final. | 341 | |
| Parameter inputType should be final. | 341 | |
| 'inputType' hides a field. | 341 | |
| Parameter src should be final. | 341 | |
| 'src' hides a field. | 341 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 345 | |
| Line is longer than 80 characters. | 347 | |
| Line contains a tab character. | 347 | |
| Line has trailing spaces. | 348 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line has trailing spaces. | 350 | |
| Line contains a tab character. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Expected an @return tag. | 353 | |
| Line contains a tab character. | 353 | |
| Method 'constructCompleteHtmlTag' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| Line contains a tab character. | 354 | |
| 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 contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 361 | |
| Avoid inline conditionals. | 361 | |
| Line is longer than 80 characters. | 362 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line contains a tab character. | 365 | |
| Line contains a tab character. | 366 | |
| Avoid inline conditionals. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Avoid inline conditionals. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Line contains a tab character. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line contains a tab character. | 370 | |
| Avoid inline conditionals. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line contains a tab character. | 371 | |
| Line is longer than 80 characters. | 372 | |
| Line contains a tab character. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line contains a tab character. | 373 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Method 'getInputType' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Line contains a tab character. | 380 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Method 'getBorder' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| Line contains a tab character. | 399 | |
| Line contains a tab character. | 400 | |
| Line contains a tab character. | 401 | |
| Method 'setBorder' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| Parameter border should be final. | 401 | |
| 'border' hides a field. | 401 | |
| Line contains a tab character. | 402 | |
| Line contains a tab character. | 403 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| Line contains a tab character. | 408 | |
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| Line contains a tab character. | 409 | |
| Line contains a tab character. | 410 | |
| Line contains a tab character. | 412 | |
| Line contains a tab character. | 413 | |
| Line contains a tab character. | 414 | |
| Line contains a tab character. | 415 | |
| Line contains a tab character. | 416 | |
| Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Parameter styleClass should be final. | 416 | |
| 'styleClass' hides a field. | 416 | |
| Line contains a tab character. | 417 | |
| Line contains a tab character. | 418 | |
| Line contains a tab character. | 420 | |
| Line contains a tab character. | 421 | |
| Line contains a tab character. | 422 | |
| Line contains a tab character. | 423 | |
| Method 'setChecked' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| Parameter checked should be final. | 423 | |
| 'checked' hides a field. | 423 | |
| Line contains a tab character. | 424 | |
| Line contains a tab character. | 425 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Line contains a tab character. | 429 | |
| Line contains a tab character. | 430 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| Parameter value should be final. | 430 | |
| 'value' hides a field. | 430 | |
| Line contains a tab character. | 431 | |
| Line contains a tab character. | 432 | |
| Line contains a tab character. | 434 | |
| Missing a Javadoc comment. | 436 | |
| Line contains a tab character. | 436 | |
| Line contains a tab character. | 437 | |
| Missing a Javadoc comment. | 437 | |
| Variable 'anchorHtmlData' must be private and have accessor methods. | 437 | |
| Line contains a tab character. | 438 | |
| Missing a Javadoc comment. | 438 | |
| Line has trailing spaces. | 439 | |
| Line contains a tab character. | 439 | |
| First sentence should end with a period. | 440 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Line contains a tab character. | 443 | |
| Parameter anchorHtmlData should be final. | 443 | |
| 'anchorHtmlData' hides a field. | 443 | |
| Expected @param tag for 'anchorHtmlData'. | 443 | |
| Line contains a tab character. | 444 | |
| Line contains a tab character. | 445 | |
| Line has trailing spaces. | 446 | |
| Line contains a tab character. | 446 | |
| Line contains a tab character. | 447 | |
| Line has trailing spaces. | 448 | |
| Line contains a tab character. | 448 | |
| Line contains a tab character. | 449 | |
| Line has trailing spaces. | 450 | |
| Line contains a tab character. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line contains a tab character. | 451 | |
| Line contains a tab character. | 452 | |
| Expected an @return tag. | 453 | |
| Line contains a tab character. | 453 | |
| Method 'constructCompleteHtmlTag' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| 'for' is not followed by whitespace. | 455 | |
| ':' is not preceded with whitespace. | 455 | |
| '{' is not preceded with whitespace. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line contains a tab character. | 456 | |
| '+' is not preceded with whitespace. | 456 | |
| '+' is not followed by whitespace. | 456 | |
| Line contains a tab character. | 457 | |
| 'if' construct must use '{}'s. | 458 | |
| Line contains a tab character. | 458 | |
| 'if' is not followed by whitespace. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line contains a tab character. | 459 | |
| '-' is not preceded with whitespace. | 459 | |
| '-' is not followed by whitespace. | 459 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| Line contains a tab character. | 465 | |
| Line contains a tab character. | 466 | |
| Method 'getAnchorHtmlData' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 470 | |
| Line contains a tab character. | 472 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Line contains a tab character. | 476 | |
| 'try' is not followed by whitespace. | 476 | |
| '{' is not preceded with whitespace. | 476 | |
| Line contains a tab character. | 477 | |
| Line contains a tab character. | 478 | |
| 'catch' is not followed by whitespace. | 478 | |
| '{' is not preceded with whitespace. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 | |
| Line contains a tab character. | 485 | |
| Line contains a tab character. | 486 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| Parameter maxLength should be final. | 486 | |
| 'maxLength' hides a field. | 486 | |
| Line contains a tab character. | 487 | |
| Line contains a tab character. | 488 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'searchUsingOnlyPrimaryKeyValues' must be private and have accessor methods. | 47 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Method 'getSearchResults' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter fieldValues should be final. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Method 'getSearchResultsUnbounded' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter fieldValues should be final. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Comment matches to-do format 'TODO:'. | 75 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Expected an @return tag. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Method 'isExternalBusinessObjectProperty' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter sampleBo should be final. | 82 | |
| Expected @param tag for 'sampleBo'. | 82 | |
| Parameter propertyName should be final. | 82 | |
| Expected @param tag for 'propertyName'. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| '(' is followed by whitespace. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| '(' is followed by whitespace. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| '(' is followed by whitespace. | 91 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 106 | |
| Expected an @return tag. | 108 | |
| Line is longer than 80 characters. | 108 | |
| Method 'getExternalBusinessObjectProperty' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter sampleBo should be final. | 108 | |
| Expected @param tag for 'sampleBo'. | 108 | |
| Parameter propertyName should be final. | 108 | |
| Expected @param tag for 'propertyName'. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| '(' is followed by whitespace. | 109 | |
| '(' is followed by whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| '(' is followed by whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| Line contains a tab character. | 110 | |
| '(' is followed by whitespace. | 110 | |
| ')' is preceded with whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line is longer than 80 characters. | 116 | |
| Expected an @return tag. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Method 'hasExternalBusinessObjectProperty' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter boClass should be final. | 118 | |
| Expected @param tag for 'boClass'. | 118 | |
| Parameter fieldValues should be final. | 118 | |
| ',' is not followed by whitespace. | 118 | |
| Expected @param tag for 'fieldValues'. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| '(' is followed by whitespace. | 121 | |
| ')' is preceded with whitespace. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| '(' is followed by whitespace. | 122 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| '(' is followed by whitespace. | 126 | |
| ')' is preceded with whitespace. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| ')' is preceded with whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Expected an @return tag. | 136 | |
| Line is longer than 80 characters. | 136 | |
| Method 'removeExternalizableBusinessObjectFieldValues' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| ',' is not followed by whitespace. | 136 | |
| Parameter boClass should be final. | 136 | |
| Expected @param tag for 'boClass'. | 136 | |
| Parameter fieldValues should be final. | 136 | |
| ',' is not followed by whitespace. | 136 | |
| Expected @param tag for 'fieldValues'. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line contains a tab character. | 137 | |
| ',' is not followed by whitespace. | 137 | |
| ',' is not followed by whitespace. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| '(' is followed by whitespace. | 141 | |
| '(' is followed by whitespace. | 141 | |
| ')' is preceded with whitespace. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| '(' is followed by whitespace. | 142 | |
| '(' is followed by whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| '(' is followed by whitespace. | 145 | |
| ')' is preceded with whitespace. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line is longer than 80 characters. | 152 | |
| Expected an @return tag. | 155 | |
| Line is longer than 80 characters. | 155 | |
| Method 'getExternalizableBusinessObjectFieldValues' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| ',' is not followed by whitespace. | 155 | |
| Parameter eboPropertyName should be final. | 155 | |
| Expected @param tag for 'eboPropertyName'. | 155 | |
| Parameter fieldValues should be final. | 155 | |
| ',' is not followed by whitespace. | 155 | |
| Expected @param tag for 'fieldValues'. | 155 | |
| ')' is preceded with whitespace. | 155 | |
| Line contains a tab character. | 156 | |
| ',' is not followed by whitespace. | 156 | |
| ',' is not followed by whitespace. | 156 | |
| Line contains a tab character. | 157 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| '(' is followed by whitespace. | 158 | |
| '(' is followed by whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| '(' is followed by whitespace. | 159 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 168 | |
| Expected an @return tag. | 170 | |
| Line is longer than 80 characters. | 170 | |
| Method 'getExternalizableBusinessObjectProperties' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter boClass should be final. | 170 | |
| Expected @param tag for 'boClass'. | 170 | |
| Parameter fieldValues should be final. | 170 | |
| ',' is not followed by whitespace. | 170 | |
| Expected @param tag for 'fieldValues'. | 170 | |
| ')' is preceded with whitespace. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| '(' is followed by whitespace. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line contains a tab character. | 175 | |
| '(' is followed by whitespace. | 175 | |
| '(' is followed by whitespace. | 175 | |
| ')' is preceded with whitespace. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line contains a tab character. | 176 | |
| '(' is followed by whitespace. | 176 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| '(' is followed by whitespace. | 179 | |
| ')' is preceded with whitespace. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line contains a tab character. | 180 | |
| ')' is preceded with whitespace. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Expected an @return tag. | 193 | |
| Line is longer than 80 characters. | 193 | |
| Method 'getExternalizableBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter boClass should be final. | 193 | |
| Expected @param tag for 'boClass'. | 193 | |
| Parameter propertyName should be final. | 193 | |
| Expected @param tag for 'propertyName'. | 193 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| '(' is followed by whitespace. | 196 | |
| ')' is preceded with whitespace. | 196 | |
| ')' is preceded with whitespace. | 196 | |
| Line is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| ')' is preceded with whitespace. | 198 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 215 | |
| Method 'getSearchResultsHelper' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method length is 157 lines (max allowed is 150). | 215 | |
| Parameter fieldValues should be final. | 215 | |
| Parameter unbounded should be final. | 215 | |
| Line is longer than 80 characters. | 217 | |
| '(' is followed by whitespace. | 217 | |
| ')' is preceded with whitespace. | 217 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 223 | |
| Line contains a tab character. | 225 | |
| ',' is not followed by whitespace. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| ')' is preceded with whitespace. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line contains a tab character. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| '}' should be on the same line. | 233 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 244 | |
| '(' is followed by whitespace. | 244 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| '(' is followed by whitespace. | 245 | |
| ')' is preceded with whitespace. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line contains a tab character. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line contains a tab character. | 247 | |
| ',' is not followed by whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line contains a tab character. | 253 | |
| 'cast' is not followed by whitespace. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| '(' is followed by whitespace. | 255 | |
| '(' is followed by whitespace. | 255 | |
| ')' is preceded with whitespace. | 255 | |
| ')' is preceded with whitespace. | 255 | |
| Line contains a tab character. | 256 | |
| '(' is followed by whitespace. | 256 | |
| ')' is preceded with whitespace. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| '(' is followed by whitespace. | 257 | |
| ')' is preceded with whitespace. | 257 | |
| Line contains a tab character. | 258 | |
| '(' is followed by whitespace. | 258 | |
| ')' is preceded with whitespace. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| '(' is followed by whitespace. | 261 | |
| ')' is preceded with whitespace. | 261 | |
| Line contains a tab character. | 262 | |
| '(' is followed by whitespace. | 262 | |
| ')' is preceded with whitespace. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line contains a tab character. | 263 | |
| '(' is followed by whitespace. | 263 | |
| ')' is preceded with whitespace. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| '(' is followed by whitespace. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| Line contains a tab character. | 267 | |
| '(' is followed by whitespace. | 267 | |
| ')' is preceded with whitespace. | 267 | |
| Line contains a tab character. | 268 | |
| '(' is followed by whitespace. | 268 | |
| ')' is preceded with whitespace. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| '(' is followed by whitespace. | 271 | |
| ')' is preceded with whitespace. | 271 | |
| Line contains a tab character. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line contains a tab character. | 273 | |
| ',' is not followed by whitespace. | 273 | |
| '(' is followed by whitespace. | 273 | |
| ')' is preceded with whitespace. | 273 | |
| Line contains a tab character. | 274 | |
| '(' is followed by whitespace. | 274 | |
| ')' is preceded with whitespace. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line contains a tab character. | 275 | |
| '(' is followed by whitespace. | 275 | |
| ')' is preceded with whitespace. | 275 | |
| Line contains a tab character. | 276 | |
| '(' is followed by whitespace. | 276 | |
| ')' is preceded with whitespace. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| '(' is followed by whitespace. | 279 | |
| '(' is followed by whitespace. | 279 | |
| ')' is preceded with whitespace. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line has trailing spaces. | 282 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| '{' should be on the previous line. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line contains a tab character. | 284 | |
| '(' is followed by whitespace. | 284 | |
| '(' is followed by whitespace. | 284 | |
| 'cast' is not followed by whitespace. | 284 | |
| Line contains a tab character. | 285 | |
| '}' should be on the same line. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| '{' should be on the previous line. | 287 | |
| Line is longer than 80 characters. | 288 | |
| Line contains a tab character. | 288 | |
| '(' is followed by whitespace. | 288 | |
| ')' is preceded with whitespace. | 288 | |
| Line contains a tab character. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line is longer than 80 characters. | 296 | |
| Line contains a tab character. | 296 | |
| '(' is followed by whitespace. | 296 | |
| '(' is followed by whitespace. | 296 | |
| ')' is preceded with whitespace. | 296 | |
| ')' is preceded with whitespace. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line contains a tab character. | 297 | |
| '(' is followed by whitespace. | 297 | |
| ')' is preceded with whitespace. | 297 | |
| Line contains a tab character. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Line contains a tab character. | 299 | |
| '(' is followed by whitespace. | 299 | |
| ')' is preceded with whitespace. | 299 | |
| Line contains a tab character. | 300 | |
| '(' is followed by whitespace. | 300 | |
| ')' is preceded with whitespace. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| '(' is followed by whitespace. | 301 | |
| ')' is preceded with whitespace. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| '(' is followed by whitespace. | 307 | |
| ')' is preceded with whitespace. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line contains a tab character. | 308 | |
| '(' is followed by whitespace. | 308 | |
| ')' is preceded with whitespace. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line contains a tab character. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line contains a tab character. | 313 | |
| '(' is followed by whitespace. | 313 | |
| ')' is preceded with whitespace. | 313 | |
| Line contains a tab character. | 314 | |
| '(' is followed by whitespace. | 314 | |
| ')' is preceded with whitespace. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| '(' is followed by whitespace. | 315 | |
| ')' is preceded with whitespace. | 315 | |
| Line contains a tab character. | 316 | |
| '(' is followed by whitespace. | 316 | |
| ')' is preceded with whitespace. | 316 | |
| Line contains a tab character. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Line contains a tab character. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line contains a tab character. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line contains a tab character. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| '(' is followed by whitespace. | 323 | |
| Line contains a tab character. | 324 | |
| '(' is followed by whitespace. | 324 | |
| ')' is preceded with whitespace. | 324 | |
| Line is longer than 80 characters. | 325 | |
| Line contains a tab character. | 325 | |
| '(' is followed by whitespace. | 325 | |
| ')' is preceded with whitespace. | 325 | |
| Line contains a tab character. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line contains a tab character. | 327 | |
| '(' is followed by whitespace. | 327 | |
| ')' is preceded with whitespace. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Line contains a tab character. | 328 | |
| '(' is followed by whitespace. | 328 | |
| ')' is preceded with whitespace. | 328 | |
| Line is longer than 80 characters. | 329 | |
| Line contains a tab character. | 329 | |
| Line is longer than 80 characters. | 330 | |
| Line contains a tab character. | 330 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| '(' is followed by whitespace. | 332 | |
| ')' is preceded with whitespace. | 332 | |
| Line contains a tab character. | 333 | |
| '(' is followed by whitespace. | 333 | |
| ')' is preceded with whitespace. | 333 | |
| Line contains a tab character. | 334 | |
| '(' is followed by whitespace. | 334 | |
| ')' is preceded with whitespace. | 334 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line contains a tab character. | 337 | |
| '(' is followed by whitespace. | 337 | |
| '(' is followed by whitespace. | 337 | |
| ')' is preceded with whitespace. | 337 | |
| ')' is preceded with whitespace. | 337 | |
| Line contains a tab character. | 338 | |
| '(' is followed by whitespace. | 338 | |
| ')' is preceded with whitespace. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line contains a tab character. | 339 | |
| '(' is followed by whitespace. | 339 | |
| ')' is preceded with whitespace. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| '(' is followed by whitespace. | 342 | |
| ')' is preceded with whitespace. | 342 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line contains a tab character. | 344 | |
| '(' is followed by whitespace. | 344 | |
| ')' is preceded with whitespace. | 344 | |
| Line contains a tab character. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line contains a tab character. | 346 | |
| Line is longer than 80 characters. | 347 | |
| Line contains a tab character. | 347 | |
| '(' is followed by whitespace. | 347 | |
| ')' is preceded with whitespace. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| '(' is followed by whitespace. | 351 | |
| ')' is preceded with whitespace. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line contains a tab character. | 352 | |
| '(' is followed by whitespace. | 352 | |
| ')' is preceded with whitespace. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line contains a tab character. | 356 | |
| Line is longer than 80 characters. | 358 | |
| Line has trailing spaces. | 360 | |
| Line contains a tab character. | 362 | |
| Line is longer than 80 characters. | 368 | |
| Expected an @return tag. | 377 | |
| Method 'isSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| First sentence should end with a period. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 388 | |
| Method 'getPrimaryKeyFieldLabels' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| Line is longer than 80 characters. | 395 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 404 | |
| Avoid inline conditionals. | 404 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' is followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'businessObjectClass' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'lookupableHelperService' must be private and have accessor methods. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'extraOnLoad' must be private and have accessor methods. | 44 | |
| First sentence should end with a period. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter boClass should be final. | 57 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter parameters should be final. | 73 | |
| Expected @param tag for 'parameters'. | 73 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Expected an @return tag. | 87 | |
| Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line is longer than 80 characters. | 94 | |
| Method 'validateSearchParameters' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter fieldValues should be final. | 96 | |
| Expected @param tag for 'fieldValues'. | 96 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getSearchResultsUnbounded' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter fieldValues should be final. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 118 | |
| Method 'getSearchResults' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter fieldValues should be final. | 118 | |
| Line is longer than 80 characters. | 125 | |
| Method 'getReturnUrl' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter bo should be final. | 125 | |
| Expected @param tag for 'bo'. | 125 | |
| Parameter fieldConversions should be final. | 125 | |
| Expected @param tag for 'fieldConversions'. | 125 | |
| Parameter lookupImpl should be final. | 125 | |
| Expected @param tag for 'lookupImpl'. | 125 | |
| Parameter businessObjectRestrictions should be final. | 125 | |
| Expected @param tag for 'businessObjectRestrictions'. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Expected an @return tag. | 132 | |
| Method 'getCreateNewUrl' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Expected an @return tag. | 151 | |
| Method 'getHtmlMenuBar' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Expected an @return tag. | 158 | |
| Line contains a tab character. | 158 | |
| Method 'getSupplementalMenuBar' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Expected an @return tag. | 165 | |
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Expected an @return tag. | 172 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Expected an @return tag. | 179 | |
| Method 'getReturnLocation' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Line is longer than 80 characters. | 191 | |
| Method 'getReturnKeys' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Expected an @return tag. | 201 | |
| Method 'getExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Expected an @return tag. | 208 | |
| Method 'getExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Method 'getDefaultSortColumns' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Line is longer than 80 characters. | 220 | |
| Expected an @return tag. | 222 | |
| Method 'checkForAdditionalFields' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter fieldValues should be final. | 222 | |
| Expected @param tag for 'fieldValues'. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Method 'getBackLocation' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Method 'setBackLocation' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter backLocation should be final. | 236 | |
| Method 'getDocFormKey' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| First sentence should end with a period. | 247 | |
| Method 'setDocFormKey' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Parameter docFormKey should be final. | 251 | |
| Line is longer than 80 characters. | 258 | |
| Method 'getBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 263 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Parameter fieldConversions should be final. | 265 | |
| Expected @param tag for 'fieldConversions'. | 265 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Method 'setReadOnlyFieldsList' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Parameter readOnlyFieldsList should be final. | 282 | |
| Method 'getLookupableHelperService' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Line is longer than 80 characters. | 296 | |
| Method 'setLookupableHelperService' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Parameter lookupableHelperService should be final. | 296 | |
| 'lookupableHelperService' hides a field. | 296 | |
| Line is longer than 80 characters. | 302 | |
| Expected an @return tag. | 304 | |
| Line is longer than 80 characters. | 304 | |
| Method 'performLookup' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Parameter lookupForm should be final. | 304 | |
| Expected @param tag for 'lookupForm'. | 304 | |
| Parameter resultTable should be final. | 304 | |
| Expected @param tag for 'resultTable'. | 304 | |
| Parameter bounded should be final. | 304 | |
| Expected @param tag for 'bounded'. | 304 | |
| Line is longer than 80 characters. | 305 | |
| Method 'isSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Missing a Javadoc comment. | 309 | |
| Method 'getPrimaryKeyFieldLabels' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 | |
| First sentence should end with a period. | 318 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Method 'performClear' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Parameter lookupForm should be final. | 323 | |
| Expected @param tag for 'lookupForm'. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 325 | |
| First sentence should end with a period. | 327 | |
| Line contains a tab character. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Line is longer than 80 characters. | 330 | |
| Line contains a tab character. | 330 | |
| Line contains a tab character. | 331 | |
| Expected an @return tag. | 332 | |
| Line contains a tab character. | 332 | |
| Method 'shouldDisplayHeaderNonMaintActions' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line contains a tab character. | 333 | |
| Line contains a tab character. | 334 | |
| First sentence should end with a period. | 336 | |
| Line contains a tab character. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line contains a tab character. | 337 | |
| Line contains a tab character. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 340 | |
| Expected an @return tag. | 341 | |
| Line contains a tab character. | 341 | |
| Method 'shouldDisplayLookupCriteria' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 345 | |
| Method 'getCreateNewUrl' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Parameter url should be final. | 345 | |
| '{' is not preceded with whitespace. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Expected an @return tag. | 352 | |
| Line contains a tab character. | 352 | |
| Method 'performCustomAction' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Parameter ignoreErrors should be final. | 352 | |
| Expected @param tag for 'ignoreErrors'. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 357 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Expected an @return tag. | 361 | |
| Line contains a tab character. | 361 | |
| Method 'getExtraField' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 365 | |
| Line contains a tab character. | 366 | |
| Line contains a tab character. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Line contains a tab character. | 370 | |
| Method 'applyFieldAuthorizationsFromNestedLookups' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Parameter field should be final. | 370 | |
| Expected @param tag for 'field'. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 372 | |
| Line contains a tab character. | 374 | |
| Line has trailing spaces. | 375 | |
| Line contains a tab character. | 375 | |
| Line is longer than 80 characters. | 376 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| Expected an @return tag. | 381 | |
| Line contains a tab character. | 381 | |
| Method 'getExtraOnLoad' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Line contains a tab character. | 382 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| Method 'setExtraOnLoad' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Parameter extraOnLoad should be final. | 388 | |
| 'extraOnLoad' hides a field. | 388 | |
| Line contains a tab character. | 389 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 392 | |
| Line is longer than 80 characters. | 393 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Method 'applyConditionalLogicForFieldDisplay' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line contains a tab character. | 396 | |
| Line contains a tab character. | 397 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.bo.SelectedObjectIds. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Expected @throws tag for 'Exception'. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 43 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Expected @throws tag for 'Exception'. | 52 | |
| Line has trailing spaces. | 53 | |
| First sentence should end with a period. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line has trailing spaces. | 58 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Expected an @return tag. | 63 | |
| Line is longer than 80 characters. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Redundant 'public' modifier. | 78 | |
| Expected @param tag for '<T>'. | 78 | |
| Line has trailing spaces. | 79 | |
| First sentence should end with a period. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Redundant 'public' modifier. | 87 | |
| Line has trailing spaces. | 88 | |
| First sentence should end with a period. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line has trailing spaces. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Redundant 'public' modifier. | 96 | |
| Line has trailing spaces. | 97 | |
| First sentence should end with a period. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line has trailing spaces. | 100 | |
| Line is longer than 80 characters. | 104 | |
| Redundant 'public' modifier. | 104 | |
| Expected @param tag for 'lookupResultsSequenceNumber'. | 104 | |
| Expected @throws tag for 'Exception'. | 104 | |
| Line has trailing spaces. | 105 | |
| First sentence should end with a period. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 112 | |
| Redundant 'public' modifier. | 112 | |
| Expected @param tag for 'lookupResultsSequenceNumber'. | 112 | |
| Expected @throws tag for 'Exception'. | 112 | |
| Line has trailing spaces. | 113 | |
| First sentence should end with a period. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Redundant 'public' modifier. | 121 | |
| Line has trailing spaces. | 122 | |
| First sentence should end with a period. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 126 | |
| Line has trailing spaces. | 127 | |
| Line is longer than 80 characters. | 127 | |
| Redundant 'public' modifier. | 130 | |
| Line has trailing spaces. | 131 | |
| First sentence should end with a period. | 132 | |
| Line has trailing spaces. | 134 | |
| Redundant 'public' modifier. | 138 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Method 'setBusinessObjectDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter businessObjectDictionaryService should be final. | 75 | |
| 'businessObjectDictionaryService' hides a field. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Method 'setDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter ddService should be final. | 79 | |
| Line is longer than 80 characters. | 83 | |
| Method 'setPersistenceStructureService' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter persistenceStructureService should be final. | 83 | |
| 'persistenceStructureService' hides a field. | 83 | |
| Method 'setDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter dateTimeService should be final. | 87 | |
| 'dateTimeService' hides a field. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Method 'setBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter businessObjectMetaDataService should be final. | 95 | |
| 'businessObjectMetaDataService' hides a field. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Parameter boClass should be final. | 110 | |
| Parameter fieldName should be final. | 110 | |
| Parameter fieldValue should be final. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 119 | |
| '}' should be on the same line. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 135 | |
| '}' should be on the same line. | 136 | |
| Must have at least one statement. | 137 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 156 | |
| Parameter boClass should be final. | 156 | |
| Parameter fieldValues should be final. | 156 | |
| Line is longer than 80 characters. | 158 | |
| '}' should be on the same line. | 159 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 168 | |
| First sentence should end with a period. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 180 | |
| Parameter businessObjectClass should be final. | 180 | |
| Parameter criteria should be final. | 180 | |
| Parameter platform should be final. | 180 | |
| First sentence should end with a period. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 193 | |
| Parameter businessObjectClass should be final. | 193 | |
| Parameter criteria should be final. | 193 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 205 | |
| Parameter businessObjectClass should be final. | 209 | |
| Expected an @return tag. | 223 | |
| Line is longer than 80 characters. | 224 | |
| First sentence should end with a period. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 237 | |
| Parameter businessObjectClass should be final. | 237 | |
| Expected @param tag for 'businessObjectClass'. | 237 | |
| Line is longer than 80 characters. | 238 | |
| First sentence should end with a period. | 241 | |
| Line is longer than 80 characters. | 244 | |
| Expected an @return tag. | 247 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 261 | |
| Parameter readOnlyFieldsString should be final. | 261 | |
| Expected @param tag for 'readOnlyFieldsString'. | 261 | |
| Line is longer than 80 characters. | 265 | |
| '}' should be on the same line. | 270 | |
| Line is longer than 80 characters. | 279 | |
| Parameter fieldConversionsString should be final. | 284 | |
| Expected @param tag for 'fieldConversionsString'. | 284 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 291 | |
| '}' should be on the same line. | 293 | |
| Line is longer than 80 characters. | 295 | |
| Missing a Javadoc comment. | 301 | |
| Parameter businessObject should be final. | 301 | |
| Parameter attributeName should be final. | 302 | |
| Parameter field should be final. | 302 | |
| Parameter displayedFieldNames should be final. | 302 | |
| Line is longer than 80 characters. | 303 | |
| '(' is followed by whitespace. | 303 | |
| 'cast' is not followed by whitespace. | 303 | |
| ')' is preceded with whitespace. | 303 | |
| Missing a Javadoc comment. | 306 | |
| Parameter businessObject should be final. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Parameter attributeName should be final. | 307 | |
| Parameter field should be final. | 307 | |
| Parameter displayedFieldNames should be final. | 307 | |
| Parameter srr should be final. | 307 | |
| Line is longer than 80 characters. | 308 | |
| '(' is followed by whitespace. | 308 | |
| 'cast' is not followed by whitespace. | 308 | |
| ')' is preceded with whitespace. | 308 | |
| Expected an @return tag. | 314 | |
| Line is longer than 80 characters. | 314 | |
| More than 7 parameters. | 314 | |
| Parameter businessObject should be final. | 314 | |
| Expected @param tag for 'businessObject'. | 314 | |
| Parameter collectionName should be final. | 314 | |
| Expected @param tag for 'collectionName'. | 314 | |
| Parameter addLine should be final. | 314 | |
| Expected @param tag for 'addLine'. | 314 | |
| Parameter index should be final. | 314 | |
| Expected @param tag for 'index'. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Parameter attributeName should be final. | 315 | |
| Expected @param tag for 'attributeName'. | 315 | |
| Parameter field should be final. | 315 | |
| Expected @param tag for 'field'. | 315 | |
| Parameter displayedFieldNames should be final. | 315 | |
| Expected @param tag for 'displayedFieldNames'. | 315 | |
| Parameter srr should be final. | 315 | |
| Expected @param tag for 'srr'. | 315 | |
| Line is longer than 80 characters. | 316 | |
| '(' is followed by whitespace. | 319 | |
| ')' is preceded with whitespace. | 319 | |
| Line is longer than 80 characters. | 321 | |
| '}' should be on the same line. | 322 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Expected an @return tag. | 336 | |
| Line is longer than 80 characters. | 336 | |
| Parameter businessObject should be final. | 336 | |
| Expected @param tag for 'businessObject'. | 336 | |
| Parameter collectionName should be final. | 336 | |
| Expected @param tag for 'collectionName'. | 336 | |
| Parameter addLine should be final. | 336 | |
| Expected @param tag for 'addLine'. | 336 | |
| Parameter index should be final. | 336 | |
| Expected @param tag for 'index'. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Parameter attributeName should be final. | 337 | |
| Expected @param tag for 'attributeName'. | 337 | |
| Parameter field should be final. | 337 | |
| Expected @param tag for 'field'. | 337 | |
| Parameter displayedFieldNames should be final. | 337 | |
| Expected @param tag for 'displayedFieldNames'. | 337 | |
| Line is longer than 80 characters. | 343 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 352 | |
| Missing a Javadoc comment. | 352 | |
| More than 7 parameters. | 352 | |
| Parameter businessObject should be final. | 352 | |
| Parameter collectionName should be final. | 352 | |
| Parameter addLine should be final. | 352 | |
| Parameter index should be final. | 352 | |
| Parameter attributeName should be final. | 352 | |
| Parameter field should be final. | 352 | |
| Parameter displayedFieldNames should be final. | 352 | |
| Parameter noLookupField should be final. | 352 | |
| '(' is followed by whitespace. | 362 | |
| ')' is preceded with whitespace. | 362 | |
| Line is longer than 80 characters. | 363 | |
| '(' is followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| '+' is not preceded with whitespace. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| ')' is preceded with whitespace. | 363 | |
| Line is longer than 80 characters. | 366 | |
| '(' is followed by whitespace. | 369 | |
| ')' is preceded with whitespace. | 369 | |
| Line is longer than 80 characters. | 371 | |
| '}' should be on the same line. | 372 | |
| Line is longer than 80 characters. | 379 | |
| 'if' is not followed by whitespace. | 381 | |
| '!=' is not preceded with whitespace. | 381 | |
| '!=' is not followed by whitespace. | 381 | |
| Line is longer than 80 characters. | 383 | |
| '(' is followed by whitespace. | 383 | |
| ')' is preceded with whitespace. | 383 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 387 | |
| 'if' is not followed by whitespace. | 388 | |
| '!=' is not preceded with whitespace. | 388 | |
| '!=' is not followed by whitespace. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 390 | |
| '(' is followed by whitespace. | 390 | |
| Line is longer than 80 characters. | 391 | |
| '(' is followed by whitespace. | 391 | |
| Line is longer than 80 characters. | 393 | |
| Line is longer than 80 characters. | 401 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 404 | |
| '(' is followed by whitespace. | 404 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| Line is longer than 80 characters. | 405 | |
| '(' is followed by whitespace. | 405 | |
| '(' is followed by whitespace. | 405 | |
| ')' is preceded with whitespace. | 405 | |
| ')' is preceded with whitespace. | 405 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 409 | |
| '(' is followed by whitespace. | 409 | |
| '(' is followed by whitespace. | 409 | |
| ')' is preceded with whitespace. | 409 | |
| ')' is preceded with whitespace. | 409 | |
| Line is longer than 80 characters. | 410 | |
| '(' is followed by whitespace. | 410 | |
| '(' is followed by whitespace. | 410 | |
| ')' is preceded with whitespace. | 410 | |
| ')' is preceded with whitespace. | 410 | |
| Line is longer than 80 characters. | 413 | |
| Missing a Javadoc comment. | 418 | |
| Name 'BASE_LOOKUP_ACTION_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 418 | |
| Missing a Javadoc comment. | 419 | |
| Name 'BASE_MULTIPLE_VALUE_LOOKUP_ACTION_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 419 | |
| Missing a Javadoc comment. | 420 | |
| Name 'BASE_INQUIRY_ACTION_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 420 | |
| Line has trailing spaces. | 421 | |
| Missing a Javadoc comment. | 422 | |
| Parameter isMultipleValue should be final. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line contains a tab character. | 424 | |
| '(' is followed by whitespace. | 424 | |
| ')' is preceded with whitespace. | 424 | |
| Line contains a tab character. | 425 | |
| '(' is followed by whitespace. | 425 | |
| ')' is preceded with whitespace. | 425 | |
| Line is longer than 80 characters. | 426 | |
| Line contains a tab character. | 426 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Line contains a tab character. | 429 | |
| Line is longer than 80 characters. | 430 | |
| Line contains a tab character. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Line contains a tab character. | 431 | |
| Line contains a tab character. | 432 | |
| Line contains a tab character. | 433 | |
| Line contains a tab character. | 434 | |
| Line contains a tab character. | 435 | |
| '(' is followed by whitespace. | 435 | |
| ')' is preceded with whitespace. | 435 | |
| Line is longer than 80 characters. | 436 | |
| Line contains a tab character. | 436 | |
| Line contains a tab character. | 437 | |
| Line contains a tab character. | 438 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| Line contains a tab character. | 443 | |
| Line contains a tab character. | 444 | |
| Missing a Javadoc comment. | 447 | |
| Line contains a tab character. | 448 | |
| '(' is followed by whitespace. | 448 | |
| ')' is preceded with whitespace. | 448 | |
| Line has trailing spaces. | 449 | |
| Line contains a tab character. | 449 | |
| '(' is followed by whitespace. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line contains a tab character. | 450 | |
| ')' is preceded with whitespace. | 450 | |
| Line contains a tab character. | 451 | |
| '-' is not preceded with whitespace. | 451 | |
| '-' is not followed by whitespace. | 451 | |
| ')' is preceded with whitespace. | 451 | |
| Line contains a tab character. | 452 | |
| '(' is followed by whitespace. | 452 | |
| ')' is preceded with whitespace. | 452 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| '(' is followed by whitespace. | 455 | |
| ')' is preceded with whitespace. | 455 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 457 | |
| Line contains a tab character. | 458 | |
| Missing a Javadoc comment. | 461 | |
| Parameter lookupUrl should be final. | 461 | |
| Line is longer than 80 characters. | 462 | |
| Line contains a tab character. | 462 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 467 | |
| Line is longer than 80 characters. | 470 | |
| Comment matches to-do format 'TODO:'. | 471 | |
| Line is longer than 80 characters. | 471 | |
| Parameter field should be final. | 476 | |
| Expected @param tag for 'field'. | 476 | |
| Line is longer than 80 characters. | 478 | |
| Line is longer than 80 characters. | 483 | |
| Line is longer than 80 characters. | 487 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 491 | |
| Line is longer than 80 characters. | 494 | |
| '}' should be on the same line. | 502 | |
| Line is longer than 80 characters. | 513 | |
| Parameter businessObject should be final. | 513 | |
| Expected @param tag for 'businessObject'. | 513 | |
| Parameter attributeName should be final. | 513 | |
| Expected @param tag for 'attributeName'. | 513 | |
| Parameter field should be final. | 513 | |
| Expected @param tag for 'field'. | 513 | |
| Line contains a tab character. | 515 | |
| Line contains a tab character. | 516 | |
| '{' should be on the previous line. | 516 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line is longer than 80 characters. | 522 | |
| Line is longer than 80 characters. | 531 | |
| Missing a Javadoc comment. | 531 | |
| ',' is not followed by whitespace. | 531 | |
| ',' is not followed by whitespace. | 531 | |
| ',' is not followed by whitespace. | 531 | |
| Line is longer than 80 characters. | 533 | |
| Missing a Javadoc comment. | 533 | |
| Parameter businessObject should be final. | 533 | |
| Parameter attributeName should be final. | 533 | |
| Line is longer than 80 characters. | 540 | |
| Line is longer than 80 characters. | 541 | |
| ',' is not followed by whitespace. | 541 | |
| '(' is followed by whitespace. | 542 | |
| ')' is preceded with whitespace. | 542 | |
| '(' is followed by whitespace. | 546 | |
| ')' is preceded with whitespace. | 546 | |
| '(' is followed by whitespace. | 547 | |
| ')' is preceded with whitespace. | 547 | |
| Line is longer than 80 characters. | 549 | |
| Line contains a tab character. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Line contains a tab character. | 550 | |
| Line contains a tab character. | 551 | |
| 'if' is not followed by whitespace. | 551 | |
| '==' is not preceded with whitespace. | 551 | |
| '==' is not followed by whitespace. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| '(' is followed by whitespace. | 552 | |
| ')' is preceded with whitespace. | 552 | |
| Line is longer than 80 characters. | 553 | |
| Line contains a tab character. | 553 | |
| Line contains a tab character. | 554 | |
| Line contains a tab character. | 555 | |
| '(' is followed by whitespace. | 558 | |
| ')' is preceded with whitespace. | 558 | |
| Line is longer than 80 characters. | 560 | |
| ',' is not followed by whitespace. | 560 | |
| Line is longer than 80 characters. | 564 | |
| Line is longer than 80 characters. | 570 | |
| Line is longer than 80 characters. | 574 | |
| Line is longer than 80 characters. | 577 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 594 | |
| Avoid inline conditionals. | 594 | |
| First sentence should end with a period. | 597 | |
| Line is longer than 80 characters. | 599 | |
| Expected an @return tag. | 605 | |
| Line is longer than 80 characters. | 605 | |
| Parameter bo should be final. | 605 | |
| Expected @param tag for 'bo'. | 605 | |
| Parameter attributeName should be final. | 605 | |
| Expected @param tag for 'attributeName'. | 605 | |
| Line is longer than 80 characters. | 614 | |
| Line is longer than 80 characters. | 615 | |
| Line is longer than 80 characters. | 620 | |
| Line is longer than 80 characters. | 622 | |
| '(' is followed by whitespace. | 622 | |
| ')' is preceded with whitespace. | 622 | |
| Line is longer than 80 characters. | 624 | |
| Line is longer than 80 characters. | 626 | |
| Line contains a tab character. | 626 | |
| '}' should be on the same line. | 627 | |
| Line is longer than 80 characters. | 637 | |
| Missing a Javadoc comment. | 637 | |
| Parameter businessObject should be final. | 637 | |
| Parameter attributeName should be final. | 637 | |
| Line is longer than 80 characters. | 638 | |
| Avoid inline conditionals. | 639 | |
| Line is longer than 80 characters. | 642 | |
| Missing a Javadoc comment. | 642 | |
| Parameter businessObject should be final. | 642 | |
| Parameter collectionName should be final. | 642 | |
| Parameter relationship should be final. | 642 | |
| Parameter propertyPrefix should be final. | 642 | |
| Parameter displayedFieldNames should be final. | 642 | |
| Parameter nestedObjectPrefix should be final. | 642 | |
| '(' is followed by whitespace. | 645 | |
| ')' is preceded with whitespace. | 645 | |
| Line is longer than 80 characters. | 646 | |
| '(' is followed by whitespace. | 646 | |
| ')' is preceded with whitespace. | 646 | |
| Line is longer than 80 characters. | 650 | |
| '(' is followed by whitespace. | 650 | |
| ',' is not followed by whitespace. | 650 | |
| ')' is preceded with whitespace. | 650 | |
| Line is longer than 80 characters. | 656 | |
| '(' is followed by whitespace. | 663 | |
| '(' is followed by whitespace. | 663 | |
| ')' is preceded with whitespace. | 663 | |
| ')' is preceded with whitespace. | 663 | |
| '(' is followed by whitespace. | 667 | |
| '(' is followed by whitespace. | 667 | |
| ')' is preceded with whitespace. | 667 | |
| ')' is preceded with whitespace. | 667 | |
| Line is longer than 80 characters. | 677 | |
| Missing a Javadoc comment. | 677 | |
| Parameter businessObject should be final. | 677 | |
| Parameter collectionName should be final. | 677 | |
| Parameter relationship should be final. | 677 | |
| Parameter propertyPrefix should be final. | 677 | |
| Parameter displayedFieldNames should be final. | 677 | |
| Parameter nestedObjectPrefix should be final. | 677 | |
| Line is longer than 80 characters. | 681 | |
| Line is longer than 80 characters. | 682 | |
| '(' is followed by whitespace. | 682 | |
| ',' is not followed by whitespace. | 682 | |
| ')' is preceded with whitespace. | 682 | |
| Line is longer than 80 characters. | 686 | |
| '(' is followed by whitespace. | 686 | |
| '(' is followed by whitespace. | 686 | |
| ')' is preceded with whitespace. | 686 | |
| ')' is preceded with whitespace. | 686 | |
| Line is longer than 80 characters. | 689 | |
| Line is longer than 80 characters. | 693 | |
| Line is longer than 80 characters. | 694 | |
| '(' is followed by whitespace. | 705 | |
| '(' is followed by whitespace. | 705 | |
| ')' is preceded with whitespace. | 705 | |
| ')' is preceded with whitespace. | 705 | |
| Line has trailing spaces. | 717 | |
| Line is longer than 80 characters. | 717 | |
| Missing a Javadoc comment. | 717 | |
| Parameter businessObjectClass should be final. | 717 | |
| Parameter fieldName should be final. | 717 | |
| Parameter displayedFieldNames should be final. | 717 | |
| '(' is followed by whitespace. | 718 | |
| ')' is preceded with whitespace. | 718 | |
| Line is longer than 80 characters. | 719 | |
| Line is longer than 80 characters. | 723 | |
| Line is longer than 80 characters. | 728 | |
| Line is longer than 80 characters. | 731 | |
| Line is longer than 80 characters. | 741 | |
| Missing a Javadoc comment. | 741 | |
| Parameter referencesToRefresh should be final. | 741 | |
| Line is longer than 80 characters. | 744 | |
| Line is longer than 80 characters. | 748 | |
| Missing a Javadoc comment. | 753 | |
| Parameter objectIds should be final. | 753 | |
| Line is longer than 80 characters. | 759 | |
| Line is longer than 80 characters. | 760 | |
| Line is longer than 80 characters. | 762 | |
| Line is longer than 80 characters. | 765 | |
| Line is longer than 80 characters. | 770 | |
| Missing a Javadoc comment. | 770 | |
| Parameter objectIdsString should be final. | 770 | |
| Line is longer than 80 characters. | 774 | |
| First sentence should end with a period. | 782 | |
| Line is longer than 80 characters. | 783 | |
| Line is longer than 80 characters. | 785 | |
| Line is longer than 80 characters. | 786 | |
| Expected an @return tag. | 792 | |
| Line is longer than 80 characters. | 792 | |
| Parameter resultTable should be final. | 792 | |
| Expected @param tag for 'resultTable'. | 792 | |
| Parameter column should be final. | 792 | |
| Expected @param tag for 'column'. | 792 | |
| Line is longer than 80 characters. | 796 | |
| Line is longer than 80 characters. | 797 | |
| Line is longer than 80 characters. | 805 | |
| Line is longer than 80 characters. | 806 | |
| Line is longer than 80 characters. | 809 | |
| Expected an @return tag. | 815 | |
| Line is longer than 80 characters. | 815 | |
| Parameter previouslySelectedObjectIds should be final. | 815 | |
| Expected @param tag for 'previouslySelectedObjectIds'. | 815 | |
| Parameter displayedObjectIds should be final. | 815 | |
| Expected @param tag for 'displayedObjectIds'. | 815 | |
| Parameter selectedObjectIds should be final. | 815 | |
| Expected @param tag for 'selectedObjectIds'. | 815 | |
| Line is longer than 80 characters. | 819 | |
| Line is longer than 80 characters. | 826 | |
| Line is longer than 80 characters. | 838 | |
| Line is longer than 80 characters. | 839 | |
| Line is longer than 80 characters. | 843 | |
| '(' is followed by whitespace. | 843 | |
| Parameter businessObjectClass should be final. | 843 | |
| Expected @param tag for 'businessObjectClass'. | 843 | |
| Parameter fieldValues should be final. | 843 | |
| Expected @param tag for 'fieldValues'. | 843 | |
| ')' is preceded with whitespace. | 843 | |
| Line is longer than 80 characters. | 844 | |
| Line is longer than 80 characters. | 846 | |
| Line is longer than 80 characters. | 849 | |
| ')' is preceded with whitespace. | 850 | |
| Line contains a tab character. | 856 | |
| Line is longer than 80 characters. | 859 | |
| Line is longer than 80 characters. | 862 | |
| Line is longer than 80 characters. | 863 | |
| Line is longer than 80 characters. | 865 | |
| Line has trailing spaces. | 867 | |
| Line is longer than 80 characters. | 871 | |
| Line contains a tab character. | 871 | |
| Parameter searchValues should be final. | 871 | |
| Line contains a tab character. | 872 | |
| Line contains a tab character. | 873 | |
| Line is longer than 80 characters. | 874 | |
| Line contains a tab character. | 874 | |
| Line is longer than 80 characters. | 875 | |
| Line contains a tab character. | 875 | |
| Line contains a tab character. | 876 | |
| Line contains a tab character. | 877 | |
| Line is longer than 80 characters. | 878 | |
| Line contains a tab character. | 878 | |
| Line contains a tab character. | 879 | |
| Line contains a tab character. | 880 | |
| Line contains a tab character. | 881 | |
| Line is longer than 80 characters. | 882 | |
| Line contains a tab character. | 882 | |
| Line contains a tab character. | 883 | |
| Line is longer than 80 characters. | 884 | |
| Line contains a tab character. | 884 | |
| Line contains a tab character. | 885 | |
| Line contains a tab character. | 886 | |
| Line contains a tab character. | 887 | |
| Line contains a tab character. | 888 | |
| Line is longer than 80 characters. | 890 | |
| Line contains a tab character. | 890 | |
| Line contains a tab character. | 891 | |
| Line contains a tab character. | 892 | |
| Line contains a tab character. | 893 | |
| Line contains a tab character. | 894 | |
| Line is longer than 80 characters. | 895 | |
| Line contains a tab character. | 895 | |
| Line is longer than 80 characters. | 896 | |
| Line contains a tab character. | 896 | |
| Line is longer than 80 characters. | 898 | |
| Line contains a tab character. | 898 | |
| Line contains a tab character. | 899 | |
| Line contains a tab character. | 901 | |
| Line contains a tab character. | 902 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Redundant 'public' modifier. | 47 | |
| Expected @param tag for 'businessObjectClass'. | 47 | |
| Redundant 'public' modifier. | 54 | |
| Redundant 'public' modifier. | 61 | |
| Expected @param tag for 'parameters'. | 61 | |
| Redundant 'public' modifier. | 66 | |
| Redundant 'public' modifier. | 71 | |
| Redundant 'public' modifier. | 76 | |
| Redundant 'public' modifier. | 81 | |
| Redundant 'public' modifier. | 86 | |
| Redundant 'public' modifier. | 91 | |
| Redundant 'public' modifier. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Redundant 'public' modifier. | 103 | |
| First sentence should end with a period. | 105 | |
| Line is longer than 80 characters. | 113 | |
| Redundant 'public' modifier. | 113 | |
| Expected @param tag for 'lookupForm'. | 113 | |
| Expected @param tag for 'resultTable'. | 113 | |
| Expected @param tag for 'bounded'. | 113 | |
| Line is longer than 80 characters. | 122 | |
| Redundant 'public' modifier. | 122 | |
| First sentence should end with a period. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Expected an @return tag. | 130 | |
| Line is longer than 80 characters. | 130 | |
| Redundant 'public' modifier. | 130 | |
| Expected @param tag for 'fieldValues'. | 130 | |
| Redundant 'public' modifier. | 135 | |
| Redundant 'public' modifier. | 140 | |
| Line is longer than 80 characters. | 143 | |
| Redundant 'public' modifier. | 148 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 158 | |
| Redundant 'public' modifier. | 158 | |
| Expected @param tag for 'businessObjectRestrictions'. | 158 | |
| First sentence should end with a period. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Redundant 'public' modifier. | 165 | |
| First sentence should end with a period. | 167 | |
| Redundant 'public' modifier. | 172 | |
| Expected @param tag for 'fieldConversions'. | 172 | |
| First sentence should end with a period. | 174 | |
| Redundant 'public' modifier. | 179 | |
| Expected @param tag for 'readOnlyFieldsList'. | 179 | |
| First sentence should end with a period. | 181 | |
| Redundant 'public' modifier. | 185 | |
| First sentence should end with a period. | 187 | |
| Expected an @return tag. | 191 | |
| Redundant 'public' modifier. | 191 | |
| First sentence should end with a period. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Expected an @return tag. | 198 | |
| Redundant 'public' modifier. | 198 | |
| First sentence should end with a period. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Expected an @return tag. | 205 | |
| Redundant 'public' modifier. | 205 | |
| Line is longer than 80 characters. | 208 | |
| Expected an @return tag. | 213 | |
| Redundant 'public' modifier. | 213 | |
| First sentence should end with a period. | 215 | |
| Redundant 'public' modifier. | 220 | |
| Expected @param tag for 'lookupForm'. | 220 | |
| First sentence should end with a period. | 222 | |
| Expected an @return tag. | 227 | |
| Redundant 'public' modifier. | 227 | |
| First sentence should end with a period. | 229 | |
| Expected an @return tag. | 234 | |
| Redundant 'public' modifier. | 234 | |
| First sentence should end with a period. | 236 | |
| Expected an @return tag. | 241 | |
| Redundant 'public' modifier. | 241 | |
| Expected @param tag for 'ignoreErrors'. | 241 | |
| First sentence should end with a period. | 243 | |
| Expected an @return tag. | 249 | |
| Redundant 'public' modifier. | 249 | |
| Line has trailing spaces. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Expected an @return tag. | 256 | |
| Redundant 'public' modifier. | 256 | |
| Line has trailing spaces. | 257 | |
| Missing a Javadoc comment. | 258 | |
| Redundant 'public' modifier. | 258 | |
| Missing a Javadoc comment. | 259 | |
| Redundant 'public' modifier. | 259 | |
| Line has trailing spaces. | 260 | |
| Line is longer than 80 characters. | 262 | |
| Redundant 'public' modifier. | 265 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| First sentence should end with a period. | 35 | |
| Redundant 'public' modifier. | 40 | |
| Expected @param tag for 'businessObjectClass'. | 40 | |
| Redundant 'public' modifier. | 47 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'parameters'. | 54 | |
| Redundant 'public' modifier. | 59 | |
| Redundant 'public' modifier. | 64 | |
| Redundant 'public' modifier. | 69 | |
| Line is longer than 80 characters. | 72 | |
| Redundant 'public' modifier. | 76 | |
| Redundant 'public' modifier. | 85 | |
| First sentence should end with a period. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Expected an @return tag. | 93 | |
| Redundant 'public' modifier. | 93 | |
| Expected @param tag for 'fieldValues'. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Redundant 'public' modifier. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 112 | |
| Redundant 'public' modifier. | 112 | |
| Expected @param tag for 'businessObjectRestrictions'. | 112 | |
| First sentence should end with a period. | 114 | |
| Line has trailing spaces. | 116 | |
| Expected an @return tag. | 122 | |
| Line is longer than 80 characters. | 122 | |
| Redundant 'public' modifier. | 122 | |
| Expected @param tag for 'businessObject'. | 122 | |
| Expected @param tag for 'lookupForm'. | 122 | |
| Expected @param tag for 'returnKeys'. | 122 | |
| Expected @param tag for 'businessObjectRestrictions'. | 122 | |
| Line has trailing spaces. | 123 | |
| First sentence should end with a period. | 124 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 131 | |
| Redundant 'public' modifier. | 131 | |
| Expected @param tag for 'businessObjectRestrictions'. | 131 | |
| Line has trailing spaces. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line has trailing spaces. | 136 | |
| Expected an @return tag. | 141 | |
| Line is longer than 80 characters. | 141 | |
| Redundant 'public' modifier. | 141 | |
| Expected @param tag for 'businessObject'. | 141 | |
| Expected @param tag for 'pkNames'. | 141 | |
| First sentence should end with a period. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Redundant 'public' modifier. | 150 | |
| First sentence should end with a period. | 152 | |
| Redundant 'public' modifier. | 157 | |
| Expected @param tag for 'fieldConversions'. | 157 | |
| Redundant 'public' modifier. | 163 | |
| First sentence should end with a period. | 165 | |
| Redundant 'public' modifier. | 170 | |
| Expected @param tag for 'readOnlyFieldsList'. | 170 | |
| Line is longer than 80 characters. | 175 | |
| Redundant 'public' modifier. | 177 | |
| Missing a Javadoc comment. | 179 | |
| Redundant 'public' modifier. | 179 | |
| Missing a Javadoc comment. | 181 | |
| Redundant 'public' modifier. | 181 | |
| Missing a Javadoc comment. | 183 | |
| Redundant 'public' modifier. | 183 | |
| Missing a Javadoc comment. | 185 | |
| Redundant 'public' modifier. | 185 | |
| Line has trailing spaces. | 188 | |
| Line has trailing spaces. | 190 | |
| Expected an @return tag. | 196 | |
| Line is longer than 80 characters. | 196 | |
| Redundant 'public' modifier. | 196 | |
| Expected @param tag for 'businessObject'. | 196 | |
| Expected @param tag for 'htmlData'. | 196 | |
| Expected @param tag for 'pkNames'. | 196 | |
| Expected @param tag for 'businessObjectRestrictions'. | 196 | |
| Line is longer than 80 characters. | 199 | |
| Redundant 'public' modifier. | 203 | |
| Line is longer than 80 characters. | 206 | |
| Redundant 'public' modifier. | 210 | |
| Expected @param tag for 'documentTypeName'. | 210 | |
| First sentence should end with a period. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 215 | |
| Expected an @return tag. | 218 | |
| Redundant 'public' modifier. | 218 | |
| Line is longer than 80 characters. | 221 | |
| Expected an @return tag. | 226 | |
| Redundant 'public' modifier. | 226 | |
| Line is longer than 80 characters. | 229 | |
| Expected an @return tag. | 234 | |
| Redundant 'public' modifier. | 234 | |
| Missing a Javadoc comment. | 236 | |
| Redundant 'public' modifier. | 236 | |
| Missing a Javadoc comment. | 238 | |
| Redundant 'public' modifier. | 238 | |
| First sentence should end with a period. | 240 | |
| Line is longer than 80 characters. | 248 | |
| Redundant 'public' modifier. | 248 | |
| Expected @param tag for 'lookupForm'. | 248 | |
| Expected @param tag for 'resultTable'. | 248 | |
| Expected @param tag for 'bounded'. | 248 | |
| Line is longer than 80 characters. | 251 | |
| Expected an @return tag. | 256 | |
| Redundant 'public' modifier. | 256 | |
| First sentence should end with a period. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Expected an @return tag. | 264 | |
| Redundant 'public' modifier. | 264 | |
| First sentence should end with a period. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Expected an @return tag. | 272 | |
| Redundant 'public' modifier. | 272 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Expected an @return tag. | 285 | |
| Redundant 'public' modifier. | 285 | |
| Line has trailing spaces. | 286 | |
| First sentence should end with a period. | 287 | |
| Line has trailing spaces. | 288 | |
| Redundant 'public' modifier. | 292 | |
| Expected @param tag for 'lookupForm'. | 292 | |
| Line has trailing spaces. | 293 | |
| Missing a Javadoc comment. | 294 | |
| Redundant 'public' modifier. | 294 | |
| Line has trailing spaces. | 295 | |
| Missing a Javadoc comment. | 296 | |
| Redundant 'public' modifier. | 296 | |
| First sentence should end with a period. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line has trailing spaces. | 300 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Redundant 'public' modifier. | 303 | |
| Line has trailing spaces. | 304 | |
| Redundant 'public' modifier. | 308 | |
| Line has trailing spaces. | 309 | |
| Line has trailing spaces. | 311 | |
| Line has trailing spaces. | 313 | |
| Redundant 'public' modifier. | 317 | |
| Expected @param tag for 'ignoreErrors'. | 317 | |
| Line has trailing spaces. | 318 | |
| First sentence should end with a period. | 319 | |
| Expected an @return tag. | 323 | |
| Redundant 'public' modifier. | 323 | |
| Line has trailing spaces. | 324 | |
| Missing a Javadoc comment. | 325 | |
| Redundant 'public' modifier. | 325 | |
| Line has trailing spaces. | 326 | |
| Line is longer than 80 characters. | 328 | |
| Redundant 'public' modifier. | 331 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Expected @param tag for 'baseBO'. | 41 | |
| Expected @param tag for 'collectionPrefix'. | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line contains a tab character. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kim.service.KIMServiceLocator. | 25 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'kimTypeId' must be private and have accessor methods. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'kimAttributeName' must be private and have accessor methods. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Expected an @return tag. | 42 | |
| Line contains a tab character. | 42 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| '(' is followed by whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| ',' is not followed by whitespace. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| '(' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Method 'getKimAttributeName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line contains a tab character. | 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 | |
| Method 'setKimAttributeName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter kimAttributeName should be final. | 67 | |
| 'kimAttributeName' hides a field. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter kimTypeId should be final. | 81 | |
| 'kimTypeId' hides a field. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocatorWeb. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Type Javadoc comment is missing an @param <T> tag. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| 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 | |
| Expected an @return tag. | 57 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| 'if' is not followed by whitespace. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| 'cast' is not followed by whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 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 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 79 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 87 | |
| Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter businessObjectClass should be final. | 102 | |
| 'businessObjectClass' hides a field. | 102 | |
| Method 'isIncludeKeyInDescription' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'setIncludeKeyInDescription' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Parameter includeKeyInDescription should be final. | 116 | |
| 'includeKeyInDescription' hides a field. | 116 | |
| Method 'getKeyAttributeName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Method 'setKeyAttributeName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter keyAttributeName should be final. | 130 | |
| 'keyAttributeName' hides a field. | 130 | |
| Method 'getLabelAttributeName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Method 'setLabelAttributeName' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter labelAttributeName should be final. | 144 | |
| 'labelAttributeName' hides a field. | 144 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Method 'isIncludeBlankRow' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Method 'setIncludeBlankRow' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter includeBlankRow should be final. | 158 | |
| 'includeBlankRow' hides a field. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.datadictionary.*. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.service.*. | 39 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.util.*. | 40 | |
| Using the '.*' form of import should be avoided - java.util.*. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'documentNumber' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'businessObject' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'boClass' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'maintenanceAction' must be private and have accessor methods. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'newCollectionLines' must be private and have accessor methods. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'inactiveRecordDisplay' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'docTypeName' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'persistenceStructureService' must be private and have accessor methods. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'maintenanceDocumentDictionaryService' must be private and have accessor methods. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'dataDictionaryService' must be private and have accessor methods. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'businessObjectService' must be private and have accessor methods. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Variable 'businessObjectDictionaryService' must be private and have accessor methods. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'encryptionService' must be private and have accessor methods. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'personService' must be private and have accessor methods. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'businessObjectMetaDataService' must be private and have accessor methods. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'businessObjectAuthorizationService' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Variable 'maintenanceDocumentService' must be private and have accessor methods. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'documentHelperService' must be private and have accessor methods. | 79 | |
| First sentence should end with a period. | 81 | |
| Parameter businessObject should be final. | 92 | |
| 'businessObject' hides a field. | 92 | |
| Expected @param tag for 'businessObject'. | 92 | |
| Line is longer than 80 characters. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter document should be final. | 97 | |
| Parameter parameters should be final. | 97 | |
| Line is longer than 80 characters. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter document should be final. | 101 | |
| Parameter parameters should be final. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Method 'getDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter document should be final. | 110 | |
| Expected @param tag for 'document'. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Method 'generateMaintenanceLocks' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 165 | |
| Expected an @return tag. | 167 | |
| Method 'populateBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Parameter fieldValues should be final. | 168 | |
| Expected @param tag for 'fieldValues'. | 168 | |
| Parameter maintenanceDocument should be final. | 168 | |
| Expected @param tag for 'maintenanceDocument'. | 168 | |
| Parameter methodToCall should be final. | 168 | |
| Expected @param tag for 'methodToCall'. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 187 | |
| Method 'decryptEncryptedData' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Parameter fieldValues should be final. | 187 | |
| Parameter maintenanceDocument should be final. | 187 | |
| Expected @param tag for 'maintenanceDocument'. | 187 | |
| Parameter methodToCall should be final. | 187 | |
| Expected @param tag for 'methodToCall'. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| 'else' construct must use '{}'s. | 203 | |
| Line is longer than 80 characters. | 205 | |
| 'if' construct must use '{}'s. | 206 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Expected an @return tag. | 231 | |
| Line is longer than 80 characters. | 231 | |
| Method 'shouldFieldBeEncrypted' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Parameter maintenanceDocument should be final. | 231 | |
| Expected @param tag for 'maintenanceDocument'. | 231 | |
| Parameter fieldName should be final. | 231 | |
| Expected @param tag for 'fieldName'. | 231 | |
| Parameter auths should be final. | 231 | |
| Expected @param tag for 'auths'. | 231 | |
| Parameter methodToCall should be final. | 231 | |
| Expected @param tag for 'methodToCall'. | 231 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 249 | |
| Method 'getSections' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Parameter document should be final. | 249 | |
| Expected @param tag for 'document'. | 249 | |
| Parameter oldMaintainable should be final. | 249 | |
| Expected @param tag for 'oldMaintainable'. | 249 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 264 | |
| Method 'getCoreSections' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter document should be final. | 264 | |
| Expected @param tag for 'document'. | 264 | |
| Parameter oldMaintainable should be final. | 264 | |
| Expected @param tag for 'oldMaintainable'. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 268 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Method 'saveBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| First sentence should end with a period. | 317 | |
| Expected an @return tag. | 320 | |
| Method 'getMaintainableTitle' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Line is longer than 80 characters. | 321 | |
| First sentence should end with a period. | 324 | |
| Expected an @return tag. | 327 | |
| Method 'isBoNotesEnabled' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 335 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Parameter refreshCaller should be final. | 335 | |
| Expected @param tag for 'refreshCaller'. | 335 | |
| Parameter fieldValues should be final. | 335 | |
| Expected @param tag for 'fieldValues'. | 335 | |
| Parameter document should be final. | 335 | |
| Expected @param tag for 'document'. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Method 'refreshReferences' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Missing a Javadoc comment. | 341 | |
| Parameter referencesToRefresh should be final. | 341 | |
| Line is longer than 80 characters. | 342 | |
| 'persistenceStructureService' hides a field. | 342 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 357 | |
| Line is longer than 80 characters. | 359 | |
| '||' should be on a new line. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Line is longer than 80 characters. | 363 | |
| Line is longer than 80 characters. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 375 | |
| Must have at least one statement. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line has trailing spaces. | 378 | |
| Line is longer than 80 characters. | 378 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 381 | |
| '||' should be on a new line. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 391 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 397 | |
| Line is longer than 80 characters. | 403 | |
| '||' should be on a new line. | 403 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 409 | |
| Line is longer than 80 characters. | 411 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Must have at least one statement. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line has trailing spaces. | 415 | |
| Line is longer than 80 characters. | 415 | |
| Line is longer than 80 characters. | 417 | |
| '+' should be on a new line. | 417 | |
| Line is longer than 80 characters. | 418 | |
| '+' should be on a new line. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 431 | |
| Method 'addMultipleValueLookupResults' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| Missing a Javadoc comment. | 431 | |
| Parameter document should be final. | 431 | |
| Parameter collectionName should be final. | 431 | |
| Parameter rawValues should be final. | 431 | |
| Parameter needsBlank should be final. | 431 | |
| Parameter bo should be final. | 431 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| 'docTypeName' hides a field. | 433 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 439 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 442 | |
| Line is longer than 80 characters. | 447 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 451 | |
| 'if' construct must use '{}'s. | 452 | |
| Line is longer than 80 characters. | 452 | |
| Line is longer than 80 characters. | 453 | |
| 'else' construct must use '{}'s. | 454 | |
| Line is longer than 80 characters. | 455 | |
| Line is longer than 80 characters. | 457 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 462 | |
| Line is longer than 80 characters. | 464 | |
| Line is longer than 80 characters. | 468 | |
| Line is longer than 80 characters. | 474 | |
| Line is longer than 80 characters. | 475 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 481 | |
| Line is longer than 80 characters. | 482 | |
| Expected an @return tag. | 488 | |
| Line is longer than 80 characters. | 488 | |
| Method 'getDuplicateIdentifierFieldsFromDataDictionary' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Parameter docTypeName should be final. | 488 | |
| 'docTypeName' hides a field. | 488 | |
| Expected @param tag for 'docTypeName'. | 488 | |
| Parameter collectionName should be final. | 488 | |
| Expected @param tag for 'collectionName'. | 488 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 491 | |
| Line is longer than 80 characters. | 499 | |
| Method 'getMultiValueIdentifierList' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| Missing a Javadoc comment. | 499 | |
| Parameter maintCollection should be final. | 499 | |
| Parameter duplicateIdentifierFields should be final. | 499 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 504 | |
| Line is longer than 80 characters. | 513 | |
| Method 'hasBusinessObjectExisted' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| Missing a Javadoc comment. | 513 | |
| Parameter bo should be final. | 513 | |
| Parameter existingIdentifierList should be final. | 513 | |
| Parameter duplicateIdentifierFields should be final. | 513 | |
| Line is longer than 80 characters. | 516 | |
| Conditional logic can be removed. | 518 | |
| Line is longer than 80 characters. | 525 | |
| Missing a Javadoc comment. | 525 | |
| Parameter collectionName should be final. | 525 | |
| Parameter bo should be final. | 525 | |
| First sentence should end with a period. | 541 | |
| Line is longer than 80 characters. | 542 | |
| Line is longer than 80 characters. | 544 | |
| Line is longer than 80 characters. | 546 | |
| Method 'processAfterCopy' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| Parameter document should be final. | 546 | |
| Expected @param tag for 'document'. | 546 | |
| Parameter parameters should be final. | 546 | |
| Expected @param tag for 'parameters'. | 546 | |
| Line is longer than 80 characters. | 548 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 551 | |
| Line is longer than 80 characters. | 556 | |
| Line is longer than 80 characters. | 558 | |
| Parameter document should be final. | 558 | |
| Expected @param tag for 'document'. | 558 | |
| Parameter parameters should be final. | 558 | |
| Expected @param tag for 'parameters'. | 558 | |
| Line is longer than 80 characters. | 562 | |
| Line is longer than 80 characters. | 564 | |
| Parameter document should be final. | 564 | |
| Expected @param tag for 'document'. | 564 | |
| Parameter parameters should be final. | 564 | |
| Expected @param tag for 'parameters'. | 564 | |
| First sentence should end with a period. | 567 | |
| Line is longer than 80 characters. | 568 | |
| Expected an @return tag. | 570 | |
| Method 'getDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 570 | |
| Line is longer than 80 characters. | 571 | |
| Method 'getBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| Line is longer than 80 characters. | 582 | |
| Method 'setBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| Parameter businessObject should be final. | 584 | |
| 'businessObject' hides a field. | 584 | |
| Method 'getBoClass' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| Method 'setBoClass' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| Parameter boClass should be final. | 600 | |
| 'boClass' hides a field. | 600 | |
| Method 'getMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 608 | |
| Method 'setMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| Parameter maintenanceAction should be final. | 615 | |
| 'maintenanceAction' hides a field. | 615 | |
| Line is longer than 80 characters. | 621 | |
| Method 'setGenerateDefaultValues' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| Parameter docTypeName should be final. | 623 | |
| 'docTypeName' hides a field. | 623 | |
| Expected @param tag for 'docTypeName'. | 623 | |
| Line is longer than 80 characters. | 624 | |
| Line is longer than 80 characters. | 629 | |
| Line is longer than 80 characters. | 631 | |
| Line is longer than 80 characters. | 633 | |
| Line is longer than 80 characters. | 634 | |
| Line is longer than 80 characters. | 637 | |
| Line is longer than 80 characters. | 639 | |
| Line is longer than 80 characters. | 648 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 662 | |
| Line is longer than 80 characters. | 669 | |
| Method 'setGenerateBlankRequiredValues' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| Parameter docTypeName should be final. | 671 | |
| 'docTypeName' hides a field. | 671 | |
| Expected @param tag for 'docTypeName'. | 671 | |
| Line is longer than 80 characters. | 673 | |
| Line is longer than 80 characters. | 676 | |
| Line is longer than 80 characters. | 677 | |
| Line is longer than 80 characters. | 679 | |
| Line is longer than 80 characters. | 681 | |
| Line is longer than 80 characters. | 682 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 690 | |
| Line is longer than 80 characters. | 698 | |
| Line is longer than 80 characters. | 700 | |
| Line is longer than 80 characters. | 701 | |
| Parameter documentNumber should be final. | 711 | |
| 'documentNumber' hides a field. | 711 | |
| Missing a Javadoc comment. | 715 | |
| Parameter colName should be final. | 716 | |
| Parameter colClass should be final. | 716 | |
| Line is longer than 80 characters. | 720 | |
| Line is longer than 80 characters. | 722 | |
| Parameter colName should be final. | 722 | |
| Expected @param tag for 'colName'. | 722 | |
| Parameter colClass should be final. | 722 | |
| Expected @param tag for 'colClass'. | 722 | |
| Parameter addBO should be final. | 722 | |
| Expected @param tag for 'addBO'. | 722 | |
| Line is longer than 80 characters. | 726 | |
| Expected an @return tag. | 728 | |
| Method 'getShowInactiveRecords' is not designed for extension - needs to be abstract, final or empty. | 728 | |
| Parameter collectionName should be final. | 728 | |
| Expected @param tag for 'collectionName'. | 728 | |
| Line is longer than 80 characters. | 729 | |
| Line is longer than 80 characters. | 733 | |
| Line is longer than 80 characters. | 735 | |
| Method 'setShowInactiveRecords' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| Parameter collectionName should be final. | 735 | |
| Expected @param tag for 'collectionName'. | 735 | |
| Parameter showInactive should be final. | 735 | |
| Expected @param tag for 'showInactive'. | 735 | |
| Line is longer than 80 characters. | 736 | |
| Method 'getInactiveRecordDisplay' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| Method 'addNewLineToCollection' is not designed for extension - needs to be abstract, final or empty. | 746 | |
| Missing a Javadoc comment. | 746 | |
| Parameter collectionName should be final. | 746 | |
| Line is longer than 80 characters. | 752 | |
| Line is longer than 80 characters. | 754 | |
| Line is longer than 80 characters. | 757 | |
| Line is longer than 80 characters. | 760 | |
| Line is longer than 80 characters. | 763 | |
| Line is longer than 80 characters. | 765 | |
| Line is longer than 80 characters. | 767 | |
| Line is longer than 80 characters. | 776 | |
| Method 'getNewCollectionLine' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| Missing a Javadoc comment. | 776 | |
| Parameter collectionName should be final. | 776 | |
| Line is longer than 80 characters. | 778 | |
| Line is longer than 80 characters. | 781 | |
| Line is longer than 80 characters. | 788 | |
| Method 'initNewCollectionLine' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| Missing a Javadoc comment. | 788 | |
| Parameter collectionName should be final. | 788 | |
| Line is longer than 80 characters. | 798 | |
| Line is longer than 80 characters. | 801 | |
| Line is longer than 80 characters. | 813 | |
| Expected an @return tag. | 815 | |
| Line is longer than 80 characters. | 815 | |
| Method 'populateNewCollectionLines' is not designed for extension - needs to be abstract, final or empty. | 815 | |
| Parameter fieldValues should be final. | 815 | |
| Expected @param tag for 'fieldValues'. | 815 | |
| Parameter maintenanceDocument should be final. | 815 | |
| Expected @param tag for 'maintenanceDocument'. | 815 | |
| Parameter methodToCall should be final. | 815 | |
| Expected @param tag for 'methodToCall'. | 815 | |
| Line is longer than 80 characters. | 819 | |
| Line is longer than 80 characters. | 825 | |
| Line is longer than 80 characters. | 834 | |
| Line is longer than 80 characters. | 835 | |
| Line is longer than 80 characters. | 836 | |
| Line is longer than 80 characters. | 841 | |
| Line is longer than 80 characters. | 857 | |
| Line is longer than 80 characters. | 858 | |
| Line is longer than 80 characters. | 860 | |
| Line has trailing spaces. | 867 | |
| Line is longer than 80 characters. | 868 | |
| Line is longer than 80 characters. | 871 | |
| Method 'populateNewSubCollectionLines' is not designed for extension - needs to be abstract, final or empty. | 871 | |
| Missing a Javadoc comment. | 871 | |
| Parameter parentCollection should be final. | 871 | |
| Parameter fieldValues should be final. | 871 | |
| Line is longer than 80 characters. | 877 | |
| Line is longer than 80 characters. | 896 | |
| Line is longer than 80 characters. | 897 | |
| Line is longer than 80 characters. | 901 | |
| Line is longer than 80 characters. | 902 | |
| Line is longer than 80 characters. | 909 | |
| Line is longer than 80 characters. | 910 | |
| Line is longer than 80 characters. | 911 | |
| Line is longer than 80 characters. | 912 | |
| Line is longer than 80 characters. | 915 | |
| Line is longer than 80 characters. | 922 | |
| Method 'getAffectedReferencesFromLookup' is not designed for extension - needs to be abstract, final or empty. | 922 | |
| Missing a Javadoc comment. | 922 | |
| Parameter baseBO should be final. | 922 | |
| Parameter attributeName should be final. | 922 | |
| Parameter collectionPrefix should be final. | 922 | |
| Line is longer than 80 characters. | 926 | |
| Line is longer than 80 characters. | 927 | |
| Line has trailing spaces. | 929 | |
| Line is longer than 80 characters. | 929 | |
| Line is longer than 80 characters. | 930 | |
| Line is longer than 80 characters. | 931 | |
| Line is longer than 80 characters. | 942 | |
| Line is longer than 80 characters. | 949 | |
| Line is longer than 80 characters. | 951 | |
| Line is longer than 80 characters. | 954 | |
| 'businessObjectMetaDataService' hides a field. | 954 | |
| Line is longer than 80 characters. | 955 | |
| Line is longer than 80 characters. | 960 | |
| Line is longer than 80 characters. | 962 | |
| Line is longer than 80 characters. | 964 | |
| Line is longer than 80 characters. | 970 | |
| Method 'isRelationshipRefreshable' is not designed for extension - needs to be abstract, final or empty. | 970 | |
| Missing a Javadoc comment. | 970 | |
| Parameter boClass should be final. | 970 | |
| 'boClass' hides a field. | 970 | |
| Parameter relationshipName should be final. | 970 | |
| Line is longer than 80 characters. | 972 | |
| Line is longer than 80 characters. | 973 | |
| Line is longer than 80 characters. | 974 | |
| Line is longer than 80 characters. | 975 | |
| Method 'generateAllAffectedReferences' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| Missing a Javadoc comment. | 983 | |
| Parameter boClass should be final. | 983 | |
| 'boClass' hides a field. | 983 | |
| Line is longer than 80 characters. | 984 | |
| Parameter fkToPkMappings should be final. | 984 | |
| Parameter nestedBOPrefix should be final. | 984 | |
| Parameter collectionPrefix should be final. | 984 | |
| Line is longer than 80 characters. | 986 | |
| 'dataDictionaryService' hides a field. | 986 | |
| Line is longer than 80 characters. | 989 | |
| Avoid inline conditionals. | 989 | |
| Line is longer than 80 characters. | 991 | |
| Line is longer than 80 characters. | 992 | |
| Line is longer than 80 characters. | 994 | |
| Line is longer than 80 characters. | 995 | |
| Line is longer than 80 characters. | 999 | |
| Line is longer than 80 characters. | 1002 | |
| Line is longer than 80 characters. | 1004 | |
| Line is longer than 80 characters. | 1011 | |
| Line is longer than 80 characters. | 1013 | |
| Line is longer than 80 characters. | 1014 | |
| Line is longer than 80 characters. | 1015 | |
| Line is longer than 80 characters. | 1017 | |
| Line is longer than 80 characters. | 1019 | |
| Line is longer than 80 characters. | 1027 | |
| Line is longer than 80 characters. | 1030 | |
| Line is longer than 80 characters. | 1032 | |
| Line is longer than 80 characters. | 1034 | |
| Line is longer than 80 characters. | 1035 | |
| Line is longer than 80 characters. | 1039 | |
| Method 'getAllRefreshableReferences' is not designed for extension - needs to be abstract, final or empty. | 1049 | |
| Missing a Javadoc comment. | 1049 | |
| Parameter boClass should be final. | 1049 | |
| 'boClass' hides a field. | 1049 | |
| Line is longer than 80 characters. | 1051 | |
| Line is longer than 80 characters. | 1056 | |
| Line is longer than 80 characters. | 1061 | |
| Line is longer than 80 characters. | 1069 | |
| Method 'setNewCollectionLineDefaultValues' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| Missing a Javadoc comment. | 1069 | |
| Parameter collectionName should be final. | 1069 | |
| Parameter addLine should be final. | 1069 | |
| Line is longer than 80 characters. | 1070 | |
| Line is longer than 80 characters. | 1076 | |
| Line is longer than 80 characters. | 1080 | |
| Line is longer than 80 characters. | 1082 | |
| Missing a Javadoc comment. | 1094 | |
| Parameter documentHeader should be final. | 1094 | |
| Method 'getWorkflowEngineDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty. | 1097 | |
| Missing a Javadoc comment. | 1097 | |
| Missing a Javadoc comment. | 1101 | |
| Line is longer than 80 characters. | 1103 | |
| Line is longer than 80 characters. | 1108 | |
| Missing a Javadoc comment. | 1108 | |
| Line is longer than 80 characters. | 1110 | |
| Missing a Javadoc comment. | 1115 | |
| Line is longer than 80 characters. | 1117 | |
| Missing a Javadoc comment. | 1122 | |
| Line is longer than 80 characters. | 1124 | |
| Line is longer than 80 characters. | 1129 | |
| Missing a Javadoc comment. | 1129 | |
| Line is longer than 80 characters. | 1131 | |
| Missing a Javadoc comment. | 1136 | |
| Missing a Javadoc comment. | 1143 | |
| Line is longer than 80 characters. | 1150 | |
| Missing a Javadoc comment. | 1150 | |
| Line is longer than 80 characters. | 1152 | |
| Line is longer than 80 characters. | 1157 | |
| Missing a Javadoc comment. | 1157 | |
| Line is longer than 80 characters. | 1159 | |
| Missing a Javadoc comment. | 1164 | |
| Line is longer than 80 characters. | 1166 | |
| Missing a Javadoc comment. | 1171 | |
| Line is longer than 80 characters. | 1173 | |
| Line is longer than 80 characters. | 1179 | |
| Line is longer than 80 characters. | 1181 | |
| Method 'clearBusinessObjectOfRestrictedValues' is not designed for extension - needs to be abstract, final or empty. | 1181 | |
| Parameter maintenanceDocumentRestrictions should be final. | 1181 | |
| Expected @param tag for 'maintenanceDocumentRestrictions'. | 1181 | |
| Line is longer than 80 characters. | 1182 | |
| Line is longer than 80 characters. | 1184 | |
| Line is longer than 80 characters. | 1186 | |
| Line is longer than 80 characters. | 1187 | |
| Line is longer than 80 characters. | 1188 | |
| Line is longer than 80 characters. | 1194 | |
| Method 'clearCollectionRestrictedValues' is not designed for extension - needs to be abstract, final or empty. | 1194 | |
| Missing a Javadoc comment. | 1194 | |
| Parameter fieldNamePrefix should be final. | 1194 | |
| Parameter businessObject should be final. | 1194 | |
| 'businessObject' hides a field. | 1194 | |
| Parameter collectionDefinition should be final. | 1194 | |
| Parameter maintenanceDocumentRestrictions should be final. | 1194 | |
| Line is longer than 80 characters. | 1195 | |
| Line is longer than 80 characters. | 1196 | |
| Line is longer than 80 characters. | 1200 | |
| Line is longer than 80 characters. | 1202 | |
| Line is longer than 80 characters. | 1203 | |
| Line is longer than 80 characters. | 1204 | |
| Line is longer than 80 characters. | 1206 | |
| Line is longer than 80 characters. | 1207 | |
| Line is longer than 80 characters. | 1214 | |
| Method 'clearFieldRestrictedValues' is not designed for extension - needs to be abstract, final or empty. | 1214 | |
| Missing a Javadoc comment. | 1214 | |
| Parameter fieldNamePrefix should be final. | 1214 | |
| Parameter businessObject should be final. | 1214 | |
| 'businessObject' hides a field. | 1214 | |
| Parameter fieldDefinition should be final. | 1214 | |
| Parameter maintenanceDocumentRestrictions should be final. | 1214 | |
| Line is longer than 80 characters. | 1217 | |
| Line is longer than 80 characters. | 1224 | |
| Line is longer than 80 characters. | 1227 | |
| Line is longer than 80 characters. | 1231 | |
| Line is longer than 80 characters. | 1233 | |
| Line is longer than 80 characters. | 1234 | |
| Line is longer than 80 characters. | 1235 | |
| Method 'performForceUpperCase' is not designed for extension - needs to be abstract, final or empty. | 1240 | |
| Missing a Javadoc comment. | 1240 | |
| Parameter fieldValues should be final. | 1240 | |
| Line is longer than 80 characters. | 1241 | |
| Line is longer than 80 characters. | 1243 | |
| Line is longer than 80 characters. | 1245 | |
| Line is longer than 80 characters. | 1246 | |
| Line is longer than 80 characters. | 1247 | |
| Line is longer than 80 characters. | 1254 | |
| Method 'performFieldForceUpperCase' is not designed for extension - needs to be abstract, final or empty. | 1254 | |
| Missing a Javadoc comment. | 1254 | |
| Parameter fieldNamePrefix should be final. | 1254 | |
| Parameter bo should be final. | 1254 | |
| Parameter fieldDefinition should be final. | 1254 | |
| Parameter fieldValues should be final. | 1254 | |
| Line is longer than 80 characters. | 1259 | |
| Line is longer than 80 characters. | 1267 | |
| Line is longer than 80 characters. | 1273 | |
| Line is longer than 80 characters. | 1278 | |
| Line is longer than 80 characters. | 1280 | |
| Line is longer than 80 characters. | 1282 | |
| Line is longer than 80 characters. | 1285 | |
| Line is longer than 80 characters. | 1288 | |
| Line is longer than 80 characters. | 1295 | |
| Method 'performCollectionForceUpperCase' is not designed for extension - needs to be abstract, final or empty. | 1295 | |
| Missing a Javadoc comment. | 1295 | |
| Parameter fieldNamePrefix should be final. | 1295 | |
| Parameter bo should be final. | 1295 | |
| Parameter collectionDefinition should be final. | 1295 | |
| Parameter fieldValues should be final. | 1295 | |
| Line is longer than 80 characters. | 1296 | |
| Line is longer than 80 characters. | 1297 | |
| Line is longer than 80 characters. | 1300 | |
| Line is longer than 80 characters. | 1302 | |
| Line is longer than 80 characters. | 1304 | |
| Line is longer than 80 characters. | 1305 | |
| Line is longer than 80 characters. | 1307 | |
| Line is longer than 80 characters. | 1308 | |
| Line is longer than 80 characters. | 1315 | |
| Method 'performFieldForceUpperCase' is not designed for extension - needs to be abstract, final or empty. | 1315 | |
| Missing a Javadoc comment. | 1315 | |
| Parameter bo should be final. | 1315 | |
| Parameter fieldValues should be final. | 1315 | |
| Line is longer than 80 characters. | 1319 | |
| Line is longer than 80 characters. | 1322 | |
| Line is longer than 80 characters. | 1323 | |
| Line is longer than 80 characters. | 1324 | |
| Line is longer than 80 characters. | 1326 | |
| Line is longer than 80 characters. | 1331 | |
| Line is longer than 80 characters. | 1342 | |
| Line is longer than 80 characters. | 1344 | |
| First sentence should end with a period. | 1362 | |
| Line is longer than 80 characters. | 1365 | |
| Expected an @return tag. | 1367 | |
| Method 'isExternalBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| Line is longer than 80 characters. | 1372 | |
| Parameter businessObject should be final. | 1374 | |
| 'businessObject' hides a field. | 1374 | |
| Expected @param tag for 'businessObject'. | 1374 | |
| Expected an @return tag. | 1381 | |
| Method 'getLockingDocumentId' is not designed for extension - needs to be abstract, final or empty. | 1381 | |
| Line is longer than 80 characters. | 1382 | |
| Line is longer than 80 characters. | 1386 | |
| Line is longer than 80 characters. | 1387 | |
| Line is longer than 80 characters. | 1389 | |
| Expected an @return tag. | 1391 | |
| Method 'useCustomLockDescriptors' is not designed for extension - needs to be abstract, final or empty. | 1391 | |
| Line is longer than 80 characters. | 1396 | |
| Line is longer than 80 characters. | 1399 | |
| Expected an @return tag. | 1401 | |
| Method 'getCustomLockDescriptor' is not designed for extension - needs to be abstract, final or empty. | 1401 | |
| Parameter user should be final. | 1401 | |
| Expected @param tag for 'user'. | 1401 | |
| Line is longer than 80 characters. | 1402 | |
| '+' should be on a new line. | 1402 | |
| Line is longer than 80 characters. | 1403 | |
| Method 'deleteBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 1407 | |
| Missing a Javadoc comment. | 1407 | |
| 'if' construct must use '{}'s. | 1408 | |
| Method 'isOldBusinessObjectInDocument' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| Missing a Javadoc comment. | 1415 | |
| Line is longer than 80 characters. | 1420 | |
| Line is longer than 80 characters. | 1421 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 38 | |
| Redundant 'public' modifier. | 41 | |
| Expected @param tag for 'document'. | 41 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 47 | |
| Redundant 'public' modifier. | 49 | |
| Expected an @return tag. | 54 | |
| Redundant 'public' modifier. | 54 | |
| Line is longer than 80 characters. | 58 | |
| Redundant 'public' modifier. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Expected an @return tag. | 66 | |
| Redundant 'public' modifier. | 66 | |
| First sentence should end with a period. | 68 | |
| Expected an @return tag. | 71 | |
| Redundant 'public' modifier. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Expected an @return tag. | 79 | |
| Line is longer than 80 characters. | 79 | |
| Redundant 'public' modifier. | 79 | |
| Expected @param tag for 'maintenanceDocument'. | 79 | |
| Line has trailing spaces. | 84 | |
| Expected an @return tag. | 89 | |
| Line is longer than 80 characters. | 89 | |
| Redundant 'public' modifier. | 89 | |
| Expected @param tag for 'fieldValues'. | 89 | |
| Expected @param tag for 'maintenanceDocument'. | 89 | |
| Expected @param tag for 'methodToCall'. | 89 | |
| Line is longer than 80 characters. | 95 | |
| Redundant 'public' modifier. | 95 | |
| Expected @param tag for 'refreshCaller'. | 95 | |
| Expected @param tag for 'fieldValues'. | 95 | |
| Expected @param tag for 'document'. | 95 | |
| Redundant 'public' modifier. | 101 | |
| Expected @param tag for 'object'. | 101 | |
| First sentence should end with a period. | 103 | |
| Redundant 'public' modifier. | 106 | |
| Expected @param tag for 'maintenanceAction'. | 106 | |
| First sentence should end with a period. | 108 | |
| Expected an @return tag. | 111 | |
| Redundant 'public' modifier. | 111 | |
| Redundant 'public' modifier. | 118 | |
| Expected @param tag for 'docTypeName'. | 118 | |
| Line has trailing spaces. | 124 | |
| Redundant 'public' modifier. | 126 | |
| Expected @param tag for 'docTypeName'. | 126 | |
| Missing a Javadoc comment. | 129 | |
| Redundant 'public' modifier. | 129 | |
| Missing a Javadoc comment. | 131 | |
| Redundant 'public' modifier. | 131 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 136 | |
| Redundant 'public' modifier. | 138 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 143 | |
| Redundant 'public' modifier. | 145 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Redundant 'public' modifier. | 152 | |
| '(' is followed by whitespace. | 152 | |
| Expected @param tag for 'document'. | 152 | |
| ',' is not followed by whitespace. | 152 | |
| Expected @param tag for 'parameters'. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| Line has trailing spaces. | 153 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Redundant 'public' modifier. | 158 | |
| '(' is followed by whitespace. | 158 | |
| Expected @param tag for 'document'. | 158 | |
| ',' is not followed by whitespace. | 158 | |
| Expected @param tag for 'parameters'. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line has trailing spaces. | 161 | |
| Line has trailing spaces. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Redundant 'public' modifier. | 165 | |
| '(' is followed by whitespace. | 165 | |
| Expected @param tag for 'document'. | 165 | |
| ',' is not followed by whitespace. | 165 | |
| Expected @param tag for 'parameters'. | 165 | |
| ')' is preceded with whitespace. | 165 | |
| First sentence should end with a period. | 167 | |
| Line has trailing spaces. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line has trailing spaces. | 170 | |
| Line is longer than 80 characters. | 175 | |
| Redundant 'public' modifier. | 175 | |
| Expected @param tag for 'colName'. | 175 | |
| Expected @param tag for 'colClass'. | 175 | |
| Expected @param tag for 'addBO'. | 175 | |
| Line has trailing spaces. | 176 | |
| Line has trailing spaces. | 178 | |
| Line has trailing spaces. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Redundant 'public' modifier. | 182 | |
| '(' is followed by whitespace. | 182 | |
| Expected @param tag for 'document'. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| Expected @param tag for 'parameters'. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| Line has trailing spaces. | 183 | |
| Line has trailing spaces. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line has trailing spaces. | 188 | |
| Redundant 'public' modifier. | 190 | |
| Line has trailing spaces. | 194 | |
| Expected an @return tag. | 198 | |
| Line is longer than 80 characters. | 198 | |
| Redundant 'public' modifier. | 198 | |
| '(' is followed by whitespace. | 198 | |
| Expected @param tag for 'fieldValues'. | 198 | |
| Expected @param tag for 'maintenanceDocument'. | 198 | |
| Expected @param tag for 'methodToCall'. | 198 | |
| ')' is preceded with whitespace. | 198 | |
| Line has trailing spaces. | 199 | |
| First sentence should end with a period. | 200 | |
| Line has trailing spaces. | 201 | |
| Line is longer than 80 characters. | 201 | |
| Line has trailing spaces. | 202 | |
| Expected an @return tag. | 206 | |
| Line is longer than 80 characters. | 206 | |
| Redundant 'public' modifier. | 206 | |
| '(' is followed by whitespace. | 206 | |
| Expected @param tag for 'collectionName'. | 206 | |
| ')' is preceded with whitespace. | 206 | |
| Line is longer than 80 characters. | 209 | |
| Line has trailing spaces. | 210 | |
| Redundant 'public' modifier. | 213 | |
| '(' is followed by whitespace. | 213 | |
| Expected @param tag for 'collectionName'. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| Line has trailing spaces. | 214 | |
| Line has trailing spaces. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 222 | |
| Redundant 'public' modifier. | 222 | |
| '(' is followed by whitespace. | 222 | |
| Expected @param tag for 'document'. | 222 | |
| ',' is not followed by whitespace. | 222 | |
| Expected @param tag for 'parameters'. | 222 | |
| ')' is preceded with whitespace. | 222 | |
| Line has trailing spaces. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Line has trailing spaces. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Redundant 'public' modifier. | 230 | |
| Line has trailing spaces. | 231 | |
| Line is longer than 80 characters. | 233 | |
| Expected an @return tag. | 236 | |
| Redundant 'public' modifier. | 236 | |
| Line has trailing spaces. | 237 | |
| Line is longer than 80 characters. | 239 | |
| Line has trailing spaces. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 244 | |
| Redundant 'public' modifier. | 244 | |
| Line has trailing spaces. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Redundant 'public' modifier. | 246 | |
| Line has trailing spaces. | 247 | |
| First sentence should end with a period. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Redundant 'public' modifier. | 251 | |
| Expected @param tag for 'documentHeader'. | 251 | |
| Line is longer than 80 characters. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Redundant 'public' modifier. | 253 | |
| Line has trailing spaces. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Redundant 'public' modifier. | 255 | |
| Line has trailing spaces. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Redundant 'public' modifier. | 257 | |
| Line is longer than 80 characters. | 260 | |
| Line has trailing spaces. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line has trailing spaces. | 263 | |
| Line is longer than 80 characters. | 266 | |
| Redundant 'public' modifier. | 266 | |
| Expected @param tag for 'maintenanceDocumentRestrictions'. | 266 | |
| Line has trailing spaces. | 267 | |
| First sentence should end with a period. | 268 | |
| Line has trailing spaces. | 269 | |
| Line is longer than 80 characters. | 269 | |
| Line has trailing spaces. | 270 | |
| Line has trailing spaces. | 271 | |
| Expected an @return tag. | 274 | |
| Redundant 'public' modifier. | 274 | |
| Line has trailing spaces. | 275 | |
| First sentence should end with a period. | 276 | |
| Line has trailing spaces. | 277 | |
| Line is longer than 80 characters. | 277 | |
| Line has trailing spaces. | 278 | |
| Line has trailing spaces. | 279 | |
| Redundant 'public' modifier. | 282 | |
| Expected @param tag for 'businessObject'. | 282 | |
| Line has trailing spaces. | 283 | |
| Line has trailing spaces. | 286 | |
| Expected an @return tag. | 289 | |
| Redundant 'public' modifier. | 289 | |
| Line has trailing spaces. | 290 | |
| Line has trailing spaces. | 292 | |
| Line is longer than 80 characters. | 292 | |
| Expected an @return tag. | 294 | |
| Redundant 'public' modifier. | 294 | |
| Line has trailing spaces. | 295 | |
| Line has trailing spaces. | 297 | |
| Missing a Javadoc comment. | 297 | |
| Redundant 'public' modifier. | 297 | |
| Line is longer than 80 characters. | 300 | |
| Line has trailing spaces. | 301 | |
| Line is longer than 80 characters. | 302 | |
| Redundant 'public' modifier. | 305 | |
| Line has trailing spaces. | 306 | |
| Line is longer than 80 characters. | 308 | |
| Line has trailing spaces. | 309 | |
| Redundant 'public' modifier. | 316 | |
| Line has trailing spaces. | 317 | |
| Missing a Javadoc comment. | 318 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| Variable 'LOG' must be private and have accessor methods. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Variable 'persistenceStructureService' must be private and have accessor methods. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Variable 'persistenceService' must be private and have accessor methods. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'ddService' must be private and have accessor methods. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Variable 'documentHelperService' must be private and have accessor methods. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Variable 'boService' must be private and have accessor methods. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Variable 'boDictionaryService' must be private and have accessor methods. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Variable 'dictionaryValidationService' must be private and have accessor methods. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Variable 'configService' must be private and have accessor methods. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Variable 'maintDocDictionaryService' must be private and have accessor methods. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Variable 'workflowDocumentService' must be private and have accessor methods. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Variable 'personService' must be private and have accessor methods. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'roleService' must be private and have accessor methods. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Variable 'businessObjectAuthorizationService' must be private and have accessor methods. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Variable 'priorErrorPath' must be private and have accessor methods. | 108 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '(' is followed by whitespace. | 138 | |
| ')' is preceded with whitespace. | 138 | |
| Must have at least one statement. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 144 | |
| Expected an @return tag. | 146 | |
| Method 'processSaveDocument' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter document should be final. | 147 | |
| Expected @param tag for 'document'. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 181 | |
| Expected an @return tag. | 183 | |
| Method 'processRouteDocument' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter document should be final. | 184 | |
| Expected @param tag for 'document'. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| '{' is not preceded with whitespace. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| 'cast' is not followed by whitespace. | 208 | |
| Line contains a tab character. | 209 | |
| Expression can be simplified. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 223 | |
| First sentence should end with a period. | 230 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 236 | |
| Method 'isDocumentInactivatingBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter maintenanceDocument should be final. | 236 | |
| Expected @param tag for 'maintenanceDocument'. | 236 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 238 | |
| 'boClass' hides a field. | 238 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 244 | |
| First sentence should end with a period. | 250 | |
| Line is longer than 80 characters. | 256 | |
| Method 'processInactivationBlockChecking' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Parameter maintenanceDocument should be final. | 256 | |
| Expected @param tag for 'maintenanceDocument'. | 256 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| 'boClass' hides a field. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 266 | |
| First sentence should end with a period. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Method 'processInactivationBlockChecking' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Parameter maintenanceDocument should be final. | 283 | |
| Expected @param tag for 'maintenanceDocument'. | 283 | |
| Parameter inactivationBlockingMetadata should be final. | 283 | |
| Expected @param tag for 'inactivationBlockingMetadata'. | 283 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 294 | |
| First sentence should end with a period. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 306 | |
| Method 'putInactivationBlockingErrorOnPage' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter document should be final. | 306 | |
| Expected @param tag for 'document'. | 306 | |
| Parameter inactivationBlockingMetadata should be final. | 306 | |
| Expected @param tag for 'inactivationBlockingMetadata'. | 306 | |
| Line is longer than 80 characters. | 308 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 342 | |
| Line is longer than 80 characters. | 344 | |
| '}' should be on the same line. | 345 | |
| Line is longer than 80 characters. | 347 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 358 | |
| Line is longer than 80 characters. | 362 | |
| Expected an @return tag. | 364 | |
| Method 'processApproveDocument' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Parameter approveEvent should be final. | 365 | |
| Expected @param tag for 'approveEvent'. | 365 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 391 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 403 | |
| Method 'putGlobalError' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Parameter errorConstant should be final. | 406 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 417 | |
| Method 'putGlobalError' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Parameter errorConstant should be final. | 421 | |
| Parameter parameter should be final. | 421 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Method 'putGlobalError' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Parameter errorConstant should be final. | 436 | |
| Parameter parameters should be final. | 436 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 447 | |
| Line is longer than 80 characters. | 449 | |
| Method 'putFieldError' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| Parameter propertyName should be final. | 452 | |
| Parameter errorConstant should be final. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Line is longer than 80 characters. | 454 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 461 | |
| Line is longer than 80 characters. | 463 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 470 | |
| Method 'putFieldError' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Parameter propertyName should be final. | 470 | |
| Parameter errorConstant should be final. | 470 | |
| Parameter parameter should be final. | 470 | |
| Line is longer than 80 characters. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line is longer than 80 characters. | 478 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 481 | |
| Line is longer than 80 characters. | 483 | |
| Line is longer than 80 characters. | 484 | |
| Line is longer than 80 characters. | 488 | |
| Method 'putFieldError' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Parameter propertyName should be final. | 488 | |
| Parameter errorConstant should be final. | 488 | |
| Parameter parameters should be final. | 488 | |
| Line is longer than 80 characters. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 495 | |
| Line is longer than 80 characters. | 497 | |
| Line is longer than 80 characters. | 499 | |
| Line is longer than 80 characters. | 501 | |
| Method 'putFieldErrorWithShortLabel' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| Parameter propertyName should be final. | 501 | |
| Parameter errorConstant should be final. | 501 | |
| Line is longer than 80 characters. | 502 | |
| Line is longer than 80 characters. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 518 | |
| Method 'putDocumentError' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| Parameter propertyName should be final. | 518 | |
| Parameter errorConstant should be final. | 518 | |
| Parameter parameter should be final. | 518 | |
| Line is longer than 80 characters. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 526 | |
| Line is longer than 80 characters. | 527 | |
| Line is longer than 80 characters. | 529 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 532 | |
| Line is longer than 80 characters. | 536 | |
| Method 'putDocumentError' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| Parameter propertyName should be final. | 536 | |
| Parameter errorConstant should be final. | 536 | |
| Parameter parameters should be final. | 536 | |
| Line is longer than 80 characters. | 537 | |
| Line is longer than 80 characters. | 542 | |
| Line is longer than 80 characters. | 544 | |
| Line is longer than 80 characters. | 548 | |
| Line is longer than 80 characters. | 551 | |
| Method 'errorAlreadyExists' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| Parameter propertyName should be final. | 551 | |
| Parameter errorConstant should be final. | 551 | |
| Line is longer than 80 characters. | 553 | |
| Conditional logic can be removed. | 553 | |
| '}' should be on the same line. | 555 | |
| First sentence should end with a period. | 561 | |
| Line is longer than 80 characters. | 563 | |
| Method 'putGlobalsError' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| Parameter propertyName should be final. | 569 | |
| Expected @param tag for 'propertyName'. | 569 | |
| Parameter errorConstant should be final. | 569 | |
| Expected @param tag for 'errorConstant'. | 569 | |
| Line is longer than 80 characters. | 571 | |
| First sentence should end with a period. | 575 | |
| Line is longer than 80 characters. | 577 | |
| Line is longer than 80 characters. | 584 | |
| Method 'putGlobalsError' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| Parameter propertyName should be final. | 584 | |
| Expected @param tag for 'propertyName'. | 584 | |
| Parameter errorConstant should be final. | 584 | |
| Expected @param tag for 'errorConstant'. | 584 | |
| Parameter parameter should be final. | 584 | |
| Expected @param tag for 'parameter'. | 584 | |
| Line is longer than 80 characters. | 586 | |
| Line is longer than 80 characters. | 592 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 596 | |
| Method 'clearErrorPath' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| Line is longer than 80 characters. | 612 | |
| Line is longer than 80 characters. | 613 | |
| Line is longer than 80 characters. | 615 | |
| Method 'resumeErrorPath' is not designed for extension - needs to be abstract, final or empty. | 619 | |
| Method 'dataDictionaryValidate' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| Parameter document should be final. | 632 | |
| Expected @param tag for 'document'. | 632 | |
| Line is longer than 80 characters. | 636 | |
| Line is longer than 80 characters. | 637 | |
| Line is longer than 80 characters. | 642 | |
| Line is longer than 80 characters. | 643 | |
| Line is longer than 80 characters. | 647 | |
| Line is longer than 80 characters. | 649 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 657 | |
| Line is longer than 80 characters. | 660 | |
| Line is longer than 80 characters. | 661 | |
| Line contains a tab character. | 661 | |
| Line is longer than 80 characters. | 664 | |
| Line is longer than 80 characters. | 667 | |
| Line is longer than 80 characters. | 675 | |
| Line is longer than 80 characters. | 677 | |
| Line is longer than 80 characters. | 680 | |
| Method 'primaryKeyCheck' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| Parameter document should be final. | 689 | |
| 'boClass' hides a field. | 693 | |
| Line is longer than 80 characters. | 695 | |
| 'oldBo' hides a field. | 695 | |
| Line is longer than 80 characters. | 696 | |
| 'newBo' hides a field. | 696 | |
| Line is longer than 80 characters. | 698 | |
| Line is longer than 80 characters. | 699 | |
| Line is longer than 80 characters. | 700 | |
| Line is longer than 80 characters. | 701 | |
| Line is longer than 80 characters. | 710 | |
| Line is longer than 80 characters. | 713 | |
| '}' should be on the same line. | 716 | |
| Line is longer than 80 characters. | 718 | |
| Line is longer than 80 characters. | 723 | |
| Comment matches to-do format 'TODO:'. | 725 | |
| Line is longer than 80 characters. | 725 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 727 | |
| Line is longer than 80 characters. | 730 | |
| Line is longer than 80 characters. | 731 | |
| 'cast' is not followed by whitespace. | 731 | |
| Line is longer than 80 characters. | 733 | |
| Line is longer than 80 characters. | 736 | |
| Line is longer than 80 characters. | 745 | |
| Expected an @return tag. | 750 | |
| Method 'getHumanReadablePrimaryKeyFieldNames' is not designed for extension - needs to be abstract, final or empty. | 750 | |
| Parameter boClass should be final. | 750 | |
| 'boClass' hides a field. | 750 | |
| Expected @param tag for 'boClass'. | 750 | |
| Line is longer than 80 characters. | 760 | |
| Line is longer than 80 characters. | 761 | |
| Line is longer than 80 characters. | 776 | |
| Line is longer than 80 characters. | 779 | |
| Line is longer than 80 characters. | 785 | |
| Method 'processGlobalApproveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 785 | |
| Parameter document should be final. | 785 | |
| Line contains a tab character. | 786 | |
| Line is longer than 80 characters. | 791 | |
| Line is longer than 80 characters. | 794 | |
| Line is longer than 80 characters. | 800 | |
| Method 'processGlobalRouteDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 800 | |
| Parameter document should be final. | 800 | |
| Line is longer than 80 characters. | 805 | |
| Line is longer than 80 characters. | 812 | |
| Line is longer than 80 characters. | 815 | |
| Line is longer than 80 characters. | 818 | |
| Line is longer than 80 characters. | 819 | |
| Line is longer than 80 characters. | 825 | |
| Method 'processGlobalSaveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 825 | |
| Parameter document should be final. | 825 | |
| Line is longer than 80 characters. | 833 | |
| First sentence should end with a period. | 840 | |
| Line is longer than 80 characters. | 841 | |
| Line is longer than 80 characters. | 846 | |
| Method 'processCustomSaveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 846 | |
| Parameter document should be final. | 846 | |
| Expected @param tag for 'document'. | 846 | |
| First sentence should end with a period. | 850 | |
| Line is longer than 80 characters. | 852 | |
| Line is longer than 80 characters. | 857 | |
| Method 'processCustomRouteDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 857 | |
| Parameter document should be final. | 857 | |
| Expected @param tag for 'document'. | 857 | |
| Line is longer than 80 characters. | 862 | |
| Line is longer than 80 characters. | 867 | |
| Method 'processCustomApproveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 867 | |
| Parameter document should be final. | 867 | |
| Expected @param tag for 'document'. | 867 | |
| Line is longer than 80 characters. | 875 | |
| Line is longer than 80 characters. | 879 | |
| Line is longer than 80 characters. | 885 | |
| Method 'isDocumentValidForSave' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| Parameter maintenanceDocument should be final. | 885 | |
| Line is longer than 80 characters. | 898 | |
| Line is longer than 80 characters. | 900 | |
| Method 'validateDocumentStructure' is not designed for extension - needs to be abstract, final or empty. | 906 | |
| Parameter document should be final. | 906 | |
| Line is longer than 80 characters. | 912 | |
| Line is longer than 80 characters. | 920 | |
| Line is longer than 80 characters. | 929 | |
| Method 'validateMaintenanceDocument' is not designed for extension - needs to be abstract, final or empty. | 929 | |
| Parameter maintenanceDocument should be final. | 929 | |
| Line is longer than 80 characters. | 931 | |
| Line is longer than 80 characters. | 935 | |
| Line is longer than 80 characters. | 940 | |
| Line is longer than 80 characters. | 943 | |
| Line is longer than 80 characters. | 944 | |
| Line is longer than 80 characters. | 945 | |
| Line is longer than 80 characters. | 952 | |
| Line is longer than 80 characters. | 953 | |
| Line is longer than 80 characters. | 957 | |
| Line is longer than 80 characters. | 961 | |
| Method 'validateGlobalBusinessObjectPersistable' is not designed for extension - needs to be abstract, final or empty. | 961 | |
| Parameter document should be final. | 961 | |
| Expected @param tag for 'document'. | 961 | |
| Line is longer than 80 characters. | 970 | |
| Line is longer than 80 characters. | 974 | |
| Line is longer than 80 characters. | 981 | |
| Line is longer than 80 characters. | 983 | |
| Line is longer than 80 characters. | 986 | |
| Line is longer than 80 characters. | 990 | |
| Method 'isCorrectMaintenanceClass' is not designed for extension - needs to be abstract, final or empty. | 990 | |
| Parameter document should be final. | 990 | |
| Parameter clazz should be final. | 990 | |
| Line is longer than 80 characters. | 994 | |
| Line is longer than 80 characters. | 998 | |
| Conditional logic can be removed. | 998 | |
| '}' should be on the same line. | 1000 | |
| Line is longer than 80 characters. | 1008 | |
| Line is longer than 80 characters. | 1010 | |
| Line is longer than 80 characters. | 1012 | |
| Line is longer than 80 characters. | 1019 | |
| Method 'checkEmptyBOField' is not designed for extension - needs to be abstract, final or empty. | 1019 | |
| Parameter propertyName should be final. | 1019 | |
| Parameter valueToTest should be final. | 1019 | |
| Parameter parameter should be final. | 1019 | |
| Expected @param tag for 'parameter'. | 1019 | |
| Line is longer than 80 characters. | 1027 | |
| Line is longer than 80 characters. | 1035 | |
| Line is longer than 80 characters. | 1037 | |
| Line is longer than 80 characters. | 1039 | |
| Line is longer than 80 characters. | 1046 | |
| Method 'checkEmptyDocumentField' is not designed for extension - needs to be abstract, final or empty. | 1046 | |
| Parameter propertyName should be final. | 1046 | |
| Parameter valueToTest should be final. | 1046 | |
| Parameter parameter should be final. | 1046 | |
| Expected @param tag for 'parameter'. | 1046 | |
| Line is longer than 80 characters. | 1050 | |
| Line is longer than 80 characters. | 1057 | |
| Line is longer than 80 characters. | 1059 | |
| Expected an @return tag. | 1066 | |
| Method 'checkEmptyValue' is not designed for extension - needs to be abstract, final or empty. | 1066 | |
| Parameter valueToTest should be final. | 1066 | |
| '}' should be on the same line. | 1072 | |
| Line is longer than 80 characters. | 1087 | |
| Method 'showErrorMap' is not designed for extension - needs to be abstract, final or empty. | 1091 | |
| Line is longer than 80 characters. | 1097 | |
| '}' should be on the same line. | 1106 | |
| Line is longer than 80 characters. | 1108 | |
| Line is longer than 80 characters. | 1116 | |
| Method 'setupBaseConvenienceObjects' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| Parameter document should be final. | 1118 | |
| Expected @param tag for 'document'. | 1118 | |
| Line is longer than 80 characters. | 1120 | |
| Line is longer than 80 characters. | 1121 | |
| Line is longer than 80 characters. | 1126 | |
| Line is longer than 80 characters. | 1127 | |
| Line is longer than 80 characters. | 1132 | |
| Missing a Javadoc comment. | 1136 | |
| Line is longer than 80 characters. | 1142 | |
| Line is longer than 80 characters. | 1145 | |
| Line is longer than 80 characters. | 1147 | |
| Line is longer than 80 characters. | 1152 | |
| Method 'checkForPartiallyFilledOutReferenceForeignKeys' is not designed for extension - needs to be abstract, final or empty. | 1152 | |
| Parameter referenceName should be final. | 1152 | |
| Line is longer than 80 characters. | 1157 | |
| Line is longer than 80 characters. | 1160 | |
| '}' should be on the same line. | 1162 | |
| Line is longer than 80 characters. | 1171 | |
| Line is longer than 80 characters. | 1172 | |
| Line is longer than 80 characters. | 1175 | |
| Line is longer than 80 characters. | 1179 | |
| Line is longer than 80 characters. | 1182 | |
| '{' is followed by whitespace. | 1182 | |
| Line is longer than 80 characters. | 1191 | |
| Line is longer than 80 characters. | 1197 | |
| Method 'consolidateFieldNames' is not designed for extension - needs to be abstract, final or empty. | 1197 | |
| Parameter fieldNames should be final. | 1197 | |
| Parameter delimiter should be final. | 1197 | |
| Expected @param tag for 'delimiter'. | 1197 | |
| Line is longer than 80 characters. | 1211 | |
| Line is longer than 80 characters. | 1225 | |
| Line is longer than 80 characters. | 1227 | |
| Method 'getFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 1233 | |
| Parameter fieldName should be final. | 1233 | |
| Line is longer than 80 characters. | 1234 | |
| Line is longer than 80 characters. | 1239 | |
| Line is longer than 80 characters. | 1241 | |
| Method 'getFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 1248 | |
| Parameter boClass should be final. | 1248 | |
| 'boClass' hides a field. | 1248 | |
| Parameter fieldName should be final. | 1248 | |
| Line is longer than 80 characters. | 1249 | |
| Line is longer than 80 characters. | 1266 | |
| Parameter boDictionaryService should be final. | 1266 | |
| 'boDictionaryService' hides a field. | 1266 | |
| Parameter boService should be final. | 1284 | |
| 'boService' hides a field. | 1284 | |
| Parameter configService should be final. | 1302 | |
| 'configService' hides a field. | 1302 | |
| Parameter ddService should be final. | 1320 | |
| 'ddService' hides a field. | 1320 | |
| Line is longer than 80 characters. | 1329 | |
| Line is longer than 80 characters. | 1336 | |
| Line is longer than 80 characters. | 1338 | |
| Parameter dictionaryValidationService should be final. | 1338 | |
| 'dictionaryValidationService' hides a field. | 1338 | |
| Line is longer than 80 characters. | 1347 | |
| Line is longer than 80 characters. | 1356 | |
| Parameter maintDocDictionaryService should be final. | 1356 | |
| 'maintDocDictionaryService' hides a field. | 1356 | |
| Method 'setNewBo' is not designed for extension - needs to be abstract, final or empty. | 1369 | |
| Missing a Javadoc comment. | 1369 | |
| Parameter newBo should be final. | 1369 | |
| 'newBo' hides a field. | 1369 | |
| Line is longer than 80 characters. | 1396 | |
| Parameter persistenceService should be final. | 1396 | |
| 'persistenceService' hides a field. | 1396 | |
| Line is longer than 80 characters. | 1405 | |
| Line is longer than 80 characters. | 1412 | |
| Line is longer than 80 characters. | 1414 | |
| Parameter persistenceStructureService should be final. | 1414 | |
| 'persistenceStructureService' hides a field. | 1414 | |
| Method 'getWorkflowDocumentService' is not designed for extension - needs to be abstract, final or empty. | 1423 | |
| Line is longer than 80 characters. | 1432 | |
| Method 'setWorkflowDocumentService' is not designed for extension - needs to be abstract, final or empty. | 1432 | |
| Parameter workflowDocumentService should be final. | 1432 | |
| 'workflowDocumentService' hides a field. | 1432 | |
| Line is longer than 80 characters. | 1436 | |
| Method 'processAddCollectionLineBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 1436 | |
| Missing a Javadoc comment. | 1436 | |
| Parameter document should be final. | 1436 | |
| Parameter collectionName should be final. | 1436 | |
| Parameter bo should be final. | 1436 | |
| '(' is followed by whitespace. | 1443 | |
| ')' is preceded with whitespace. | 1443 | |
| '(' is followed by whitespace. | 1448 | |
| ')' is preceded with whitespace. | 1448 | |
| '(' is followed by whitespace. | 1449 | |
| ')' is preceded with whitespace. | 1449 | |
| '(' is followed by whitespace. | 1450 | |
| ')' is preceded with whitespace. | 1450 | |
| '(' is followed by whitespace. | 1451 | |
| ')' is preceded with whitespace. | 1451 | |
| Line is longer than 80 characters. | 1454 | |
| '(' is followed by whitespace. | 1454 | |
| ')' is preceded with whitespace. | 1454 | |
| '(' is followed by whitespace. | 1456 | |
| ')' is preceded with whitespace. | 1456 | |
| Line has trailing spaces. | 1457 | |
| '(' is followed by whitespace. | 1458 | |
| ')' is preceded with whitespace. | 1458 | |
| Line is longer than 80 characters. | 1460 | |
| Line is longer than 80 characters. | 1461 | |
| Line is longer than 80 characters. | 1462 | |
| '(' is followed by whitespace. | 1462 | |
| ')' is preceded with whitespace. | 1462 | |
| Line has trailing spaces. | 1463 | |
| '(' is followed by whitespace. | 1464 | |
| ')' is preceded with whitespace. | 1464 | |
| '(' is followed by whitespace. | 1465 | |
| ')' is preceded with whitespace. | 1465 | |
| '(' is followed by whitespace. | 1466 | |
| ')' is preceded with whitespace. | 1466 | |
| '(' is followed by whitespace. | 1467 | |
| ')' is preceded with whitespace. | 1467 | |
| Line is longer than 80 characters. | 1468 | |
| '(' is followed by whitespace. | 1468 | |
| ')' is preceded with whitespace. | 1468 | |
| Line is longer than 80 characters. | 1475 | |
| Line is longer than 80 characters. | 1476 | |
| Line is longer than 80 characters. | 1478 | |
| Expected an @return tag. | 1486 | |
| Line is longer than 80 characters. | 1486 | |
| Method 'validateDuplicateIdentifierInDataDictionary' is not designed for extension - needs to be abstract, final or empty. | 1486 | |
| Parameter document should be final. | 1486 | |
| Expected @param tag for 'document'. | 1486 | |
| Parameter collectionName should be final. | 1486 | |
| Expected @param tag for 'collectionName'. | 1486 | |
| Parameter bo should be final. | 1486 | |
| Expected @param tag for 'bo'. | 1486 | |
| Line contains a tab character. | 1487 | |
| Line is longer than 80 characters. | 1488 | |
| Line contains a tab character. | 1488 | |
| Line is longer than 80 characters. | 1489 | |
| Line is longer than 80 characters. | 1490 | |
| Line contains a tab character. | 1491 | |
| '>' is not preceded with whitespace. | 1491 | |
| '>' is not followed by whitespace. | 1491 | |
| Line is longer than 80 characters. | 1492 | |
| Line is longer than 80 characters. | 1493 | |
| Line contains a tab character. | 1494 | |
| Line is longer than 80 characters. | 1495 | |
| Line contains a tab character. | 1495 | |
| Line contains a tab character. | 1496 | |
| Line contains a tab character. | 1497 | |
| Line contains a tab character. | 1498 | |
| Line is longer than 80 characters. | 1501 | |
| Method 'processCustomAddCollectionLineBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 1501 | |
| Missing a Javadoc comment. | 1501 | |
| Parameter document should be final. | 1501 | |
| Parameter collectionName should be final. | 1501 | |
| Parameter line should be final. | 1501 | |
| Method 'getPersonService' is not designed for extension - needs to be abstract, final or empty. | 1505 | |
| Missing a Javadoc comment. | 1505 | |
| Line is longer than 80 characters. | 1509 | |
| Method 'setPersonService' is not designed for extension - needs to be abstract, final or empty. | 1509 | |
| Missing a Javadoc comment. | 1509 | |
| Parameter personService should be final. | 1509 | |
| 'personService' hides a field. | 1509 | |
| Method 'getDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 1513 | |
| Missing a Javadoc comment. | 1513 | |
| Method 'getDocumentHelperService' is not designed for extension - needs to be abstract, final or empty. | 1520 | |
| Line is longer than 80 characters. | 1527 | |
| Method 'setDocumentHelperService' is not designed for extension - needs to be abstract, final or empty. | 1527 | |
| Parameter documentHelperService should be final. | 1527 | |
| 'documentHelperService' hides a field. | 1527 | |
| Line contains a tab character. | 1531 | |
| Line contains a tab character. | 1532 | |
| Line contains a tab character. | 1533 | |
| Line is longer than 80 characters. | 1534 | |
| Line contains a tab character. | 1534 | |
| Method 'getBusinessObjectAuthorizationService' is not designed for extension - needs to be abstract, final or empty. | 1534 | |
| Line contains a tab character. | 1535 | |
| Line contains a tab character. | 1536 | |
| Line contains a tab character. | 1538 | |
| Line is longer than 80 characters. | 1539 | |
| Line contains a tab character. | 1539 | |
| Line contains a tab character. | 1540 | |
| Line contains a tab character. | 1541 | |
| Method 'setBusinessObjectAuthorizationService' is not designed for extension - needs to be abstract, final or empty. | 1541 | |
| Line is longer than 80 characters. | 1542 | |
| Line contains a tab character. | 1542 | |
| Parameter businessObjectAuthorizationService should be final. | 1542 | |
| 'businessObjectAuthorizationService' hides a field. | 1542 | |
| Line is longer than 80 characters. | 1543 | |
| Line contains a tab character. | 1543 | |
| Line contains a tab character. | 1544 | |
| Method 'getRoleService' is not designed for extension - needs to be abstract, final or empty. | 1546 | |
| Missing a Javadoc comment. | 1546 | |
| '{' is not preceded with whitespace. | 1546 | |
| 'if' is not followed by whitespace. | 1547 | |
| '==' is not preceded with whitespace. | 1547 | |
| '==' is not followed by whitespace. | 1547 | |
| '{' is not preceded with whitespace. | 1547 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 28 | |
| Redundant 'public' modifier. | 32 | |
| Redundant 'public' modifier. | 37 | |
| Redundant 'public' modifier. | 42 | |
| Redundant 'public' modifier. | 47 | |
| Redundant 'public' modifier. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'question' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'buttons' must be private and have accessor methods. | 29 | |
| First sentence should end with a period. | 31 | |
| Line has trailing spaces. | 33 | |
| Parameter question should be final. | 37 | |
| 'question' hides a field. | 37 | |
| Parameter buttons should be final. | 37 | |
| 'buttons' hides a field. | 37 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Method 'getButtonIndex' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter btnText should be final. | 48 | |
| Method 'getButtons' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'setButtons' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter buttons should be final. | 62 | |
| 'buttons' hides a field. | 62 | |
| Method 'getQuestion' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Method 'setQuestion' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter question should be final. | 76 | |
| 'question' hides a field. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Expected @param tag for 'document'. | 33 | |
| Expected @param tag for 'adHocRoutePerson'. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Expected @param tag for 'document'. | 35 | |
| Expected @param tag for 'adHocRouteWorkgroup'. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 26 | |
| Expected an @return tag. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Expected @param tag for 'document'. | 31 | |
| Expected @param tag for 'collectionName'. | 31 | |
| Expected @param tag for 'line'. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 29 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'document'. | 34 | |
| Expected @param tag for 'note'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Redundant 'public' modifier. | 30 | |
| Expected @param tag for 'approveEvent'. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 27 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Expected @param tag for 'form'. | 41 | |
| Expected @param tag for 'request'. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Redundant 'public' modifier. | 28 | |
| Expected @param tag for 'document'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Redundant 'public' modifier. | 28 | |
| Expected @param tag for 'document'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Parameter errorPathPrefix should be final. | 39 | |
| Expected @param tag for 'errorPathPrefix'. | 39 | |
| Parameter document should be final. | 39 | |
| Expected @param tag for 'document'. | 39 | |
| Parameter adHocRoutePerson should be final. | 39 | |
| 'adHocRoutePerson' hides a field. | 39 | |
| Expected @param tag for 'adHocRoutePerson'. | 39 | |
| Line is longer than 80 characters. | 40 | |
| First sentence should end with a period. | 44 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Parameter document should be final. | 50 | |
| Expected @param tag for 'document'. | 50 | |
| Parameter adHocRoutePerson should be final. | 50 | |
| 'adHocRoutePerson' hides a field. | 50 | |
| Expected @param tag for 'adHocRoutePerson'. | 50 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Expected an @return tag. | 77 | |
| Line is longer than 80 characters. | 82 | |
| Expected an @return tag. | 84 | |
| Parameter rule should be final. | 84 | |
| Expected @param tag for 'rule'. | 84 | |
| Line is longer than 80 characters. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 39 | |
| Parameter errorPathPrefix should be final. | 39 | |
| Expected @param tag for 'errorPathPrefix'. | 39 | |
| Parameter document should be final. | 39 | |
| Expected @param tag for 'document'. | 39 | |
| Parameter adHocRouteWorkgroup should be final. | 39 | |
| 'adHocRouteWorkgroup' hides a field. | 39 | |
| Expected @param tag for 'adHocRouteWorkgroup'. | 39 | |
| Line is longer than 80 characters. | 40 | |
| First sentence should end with a period. | 44 | |
| Line is longer than 80 characters. | 50 | |
| Parameter document should be final. | 50 | |
| Expected @param tag for 'document'. | 50 | |
| Parameter adHocRouteWorkgroup should be final. | 50 | |
| 'adHocRouteWorkgroup' hides a field. | 50 | |
| Expected @param tag for 'adHocRouteWorkgroup'. | 50 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Expected an @return tag. | 77 | |
| Line is longer than 80 characters. | 82 | |
| Expected an @return tag. | 84 | |
| Parameter rule should be final. | 84 | |
| Expected @param tag for 'rule'. | 84 | |
| Line is longer than 80 characters. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Parameter errorPathPrefix should be final. | 38 | |
| Expected @param tag for 'errorPathPrefix'. | 38 | |
| Parameter document should be final. | 38 | |
| Expected @param tag for 'document'. | 38 | |
| Parameter note should be final. | 38 | |
| 'note' hides a field. | 38 | |
| Expected @param tag for 'note'. | 38 | |
| Line is longer than 80 characters. | 39 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 45 | |
| Parameter document should be final. | 48 | |
| Expected @param tag for 'document'. | 48 | |
| Parameter note should be final. | 48 | |
| 'note' hides a field. | 48 | |
| Expected @param tag for 'note'. | 48 | |
| Line has trailing spaces. | 54 | |
| Expected an @return tag. | 57 | |
| Line is longer than 80 characters. | 70 | |
| Expected an @return tag. | 72 | |
| Line is longer than 80 characters. | 77 | |
| Expected an @return tag. | 79 | |
| Parameter rule should be final. | 79 | |
| Expected @param tag for 'rule'. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Parameter errorPathPrefix should be final. | 39 | |
| Expected @param tag for 'errorPathPrefix'. | 39 | |
| Parameter document should be final. | 39 | |
| Expected @param tag for 'document'. | 39 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 45 | |
| Parameter document should be final. | 48 | |
| Expected @param tag for 'document'. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Parameter eventType should be final. | 60 | |
| Expected @param tag for 'eventType'. | 60 | |
| Parameter errorPathPrefix should be final. | 60 | |
| Expected @param tag for 'errorPathPrefix'. | 60 | |
| Parameter document should be final. | 60 | |
| Expected @param tag for 'document'. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 66 | |
| Expected an @return tag. | 68 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Line is longer than 80 characters. | 73 | |
| Expected an @return tag. | 75 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter rule should be final. | 75 | |
| Expected @param tag for 'rule'. | 75 | |
| Expected an @return tag. | 82 | |
| Method 'generateEvents' is not designed for extension - needs to be abstract, final or empty. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| First sentence should end with a period. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Parameter errorPathPrefix should be final. | 34 | |
| Expected @param tag for 'errorPathPrefix'. | 34 | |
| Parameter document should be final. | 34 | |
| Expected @param tag for 'document'. | 34 | |
| First sentence should end with a period. | 38 | |
| Line has trailing spaces. | 40 | |
| Parameter document should be final. | 43 | |
| Expected @param tag for 'document'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 32 | |
| Parameter errorPathPrefix should be final. | 37 | |
| Expected @param tag for 'errorPathPrefix'. | 37 | |
| Parameter document should be final. | 37 | |
| Expected @param tag for 'document'. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 43 | |
| Parameter document should be final. | 48 | |
| Expected @param tag for 'document'. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Expected an @return tag. | 55 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 62 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter rule should be final. | 62 | |
| Expected @param tag for 'rule'. | 62 | |
| Line is longer than 80 characters. | 63 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Parameter document should be final. | 29 | |
| Parameter collectionName should be final. | 29 | |
| 'collectionName' hides a field. | 29 | |
| Parameter addLine should be final. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| ';' is not followed by whitespace. | 32 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter rule should be final. | 36 | |
| Line is longer than 80 characters. | 37 | |
| 'cast' is not followed by whitespace. | 37 | |
| '(' is followed by whitespace. | 37 | |
| 'cast' is not followed by whitespace. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Redundant 'public' modifier. | 32 | |
| Line has trailing spaces. | 36 | |
| Redundant 'public' modifier. | 39 | |
| Line has trailing spaces. | 43 | |
| Redundant 'public' modifier. | 46 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 56 | |
| Expected an @return tag. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Redundant 'public' modifier. | 64 | |
| Line has trailing spaces. | 68 | |
| Expected an @return tag. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Expected @param tag for 'rule'. | 72 | |
| Line has trailing spaces. | 76 | |
| Expected an @return tag. | 79 | |
| Redundant 'public' modifier. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| 'public' modifier out of order with the JLS suggestions. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'document' must be private and have accessor methods. | 34 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 44 | |
| Parameter description should be final. | 44 | |
| 'description' hides a field. | 44 | |
| Expected @param tag for 'description'. | 44 | |
| Parameter errorPathPrefix should be final. | 44 | |
| 'errorPathPrefix' hides a field. | 44 | |
| Expected @param tag for 'errorPathPrefix'. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Parameter description should be final. | 61 | |
| 'description' hides a field. | 61 | |
| Expected @param tag for 'description'. | 61 | |
| Parameter errorPathPrefix should be final. | 61 | |
| 'errorPathPrefix' hides a field. | 61 | |
| Expected @param tag for 'errorPathPrefix'. | 61 | |
| Parameter document should be final. | 61 | |
| 'document' hides a field. | 61 | |
| Expected @param tag for 'document'. | 61 | |
| Expected an @return tag. | 73 | |
| Expected an @return tag. | 80 | |
| Line is longer than 80 characters. | 92 | |
| Expected an @return tag. | 94 | |
| Method 'getErrorPathPrefix' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Expected an @return tag. | 102 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Expected an @return tag. | 119 | |
| Method 'generateEvents' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Line has trailing spaces. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Parameter document should be final. | 130 | |
| Expected @param tag for 'document'. | 130 | |
| '}' should be on the same line. | 137 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'performQuestion' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'actionForwardName' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'questionId' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'questionText' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'questionType' must be private and have accessor methods. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'questionCaller' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'questionContext' must be private and have accessor methods. | 37 | |
| Line is longer than 80 characters. | 45 | |
| Parameter description should be final. | 45 | |
| Expected @param tag for 'description'. | 45 | |
| Parameter errorPathPrefix should be final. | 45 | |
| Expected @param tag for 'errorPathPrefix'. | 45 | |
| Parameter document should be final. | 45 | |
| Expected @param tag for 'document'. | 45 | |
| Method 'getActionForwardName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Method 'setActionForwardName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter actionForwardName should be final. | 66 | |
| 'actionForwardName' hides a field. | 66 | |
| Method 'isPerformQuestion' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'setPerformQuestion' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter performQuestion should be final. | 80 | |
| 'performQuestion' hides a field. | 80 | |
| Method 'getQuestionCaller' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'setQuestionCaller' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter questionCaller should be final. | 94 | |
| 'questionCaller' hides a field. | 94 | |
| Method 'getQuestionContext' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Method 'setQuestionContext' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter questionContext should be final. | 108 | |
| 'questionContext' hides a field. | 108 | |
| Method 'getQuestionId' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method 'setQuestionId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter questionId should be final. | 122 | |
| 'questionId' hides a field. | 122 | |
| Method 'getQuestionText' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Method 'setQuestionText' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter questionText should be final. | 136 | |
| 'questionText' hides a field. | 136 | |
| Method 'getQuestionType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'setQuestionType' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter questionType should be final. | 150 | |
| 'questionType' hides a field. | 150 | |
| Line is longer than 80 characters. | 155 | |
| Expected an @return tag. | 157 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line is longer than 80 characters. | 163 | |
| Expected an @return tag. | 165 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Parameter rule should be final. | 165 | |
| Expected @param tag for 'rule'. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Parameter errorPathPrefix should be final. | 38 | |
| Expected @param tag for 'errorPathPrefix'. | 38 | |
| Parameter document should be final. | 38 | |
| Expected @param tag for 'document'. | 38 | |
| Line is longer than 80 characters. | 39 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Parameter document should be final. | 47 | |
| Expected @param tag for 'document'. | 47 | |
| Line is longer than 80 characters. | 52 | |
| Expected an @return tag. | 54 | |
| Line is longer than 80 characters. | 59 | |
| Expected an @return tag. | 61 | |
| Parameter rule should be final. | 61 | |
| Expected @param tag for 'rule'. | 61 | |
| Expected an @return tag. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 33 | |
| First sentence should end with a period. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 36 | |
| Parameter errorPathPrefix should be final. | 40 | |
| Expected @param tag for 'errorPathPrefix'. | 40 | |
| Parameter document should be final. | 40 | |
| Expected @param tag for 'document'. | 40 | |
| Line is longer than 80 characters. | 41 | |
| First sentence should end with a period. | 44 | |
| Line has trailing spaces. | 46 | |
| Parameter document should be final. | 49 | |
| Expected @param tag for 'document'. | 49 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Parameter description should be final. | 56 | |
| Expected @param tag for 'description'. | 56 | |
| Parameter errorPathPrefix should be final. | 56 | |
| Expected @param tag for 'errorPathPrefix'. | 56 | |
| Parameter document should be final. | 56 | |
| Expected @param tag for 'document'. | 56 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Expected an @return tag. | 63 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 70 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter rule should be final. | 70 | |
| Expected @param tag for 'rule'. | 70 | |
| Expected an @return tag. | 77 | |
| Method 'generateEvents' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.document.Document. | 18 | |
| First sentence should end with a period. | 20 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 33 | |
| Parameter errorPathPrefix should be final. | 37 | |
| Expected @param tag for 'errorPathPrefix'. | 37 | |
| Parameter document should be final. | 37 | |
| Expected @param tag for 'document'. | 37 | |
| Line is longer than 80 characters. | 38 | |
| First sentence should end with a period. | 41 | |
| Line has trailing spaces. | 43 | |
| Parameter document should be final. | 46 | |
| Expected @param tag for 'document'. | 46 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Parameter description should be final. | 53 | |
| Expected @param tag for 'description'. | 53 | |
| Parameter errorPathPrefix should be final. | 53 | |
| Expected @param tag for 'errorPathPrefix'. | 53 | |
| Parameter document should be final. | 53 | |
| Expected @param tag for 'document'. | 53 | |
| Line contains a tab character. | 54 | |
| First sentence should end with a period. | 57 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 62 | |
| Method 'generateEvents' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 66 | |
| Line has trailing spaces. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Parameter errorPathPrefix should be final. | 35 | |
| Parameter document should be final. | 35 | |
| Line is longer than 80 characters. | 36 | |
| First sentence should end with a period. | 39 | |
| Line has trailing spaces. | 41 | |
| Parameter document should be final. | 44 | |
| Expected @param tag for 'document'. | 44 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter description should be final. | 48 | |
| Parameter errorPathPrefix should be final. | 48 | |
| Parameter document should be final. | 48 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Expected an @return tag. | 57 | |
| Line contains a tab character. | 57 | |
| Method 'getRuleInterfaceClass' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Expected an @return tag. | 64 | |
| Line contains a tab character. | 64 | |
| Method 'invokeRuleMethod' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter rule should be final. | 64 | |
| Expected @param tag for 'rule'. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Expected an @return tag. | 71 | |
| Line contains a tab character. | 71 | |
| Method 'generateEvents' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line contains a tab character. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| 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 | |
| Line has trailing spaces. | 71 | |
| First sentence should end with a period. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '100' is a magic number. | 75 | |
| Method 'getPersonService' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Missing a Javadoc comment. | 84 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Method 'getDocumentHelperService' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Method 'getDictionaryValidationService' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Method 'getWorkflowInfoService' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| Method 'getKualiConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| '(' is followed by whitespace. | 113 | |
| ')' is preceded with whitespace. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Method 'isDocumentOverviewValid' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter document should be final. | 125 | |
| Expected @param tag for 'document'. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line has trailing spaces. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Method 'isDocumentAttributesValid' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter document should be final. | 150 | |
| Expected @param tag for 'document'. | 150 | |
| Parameter validateRequired should be final. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line has trailing spaces. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Expected an @return tag. | 171 | |
| Method 'processSaveDocument' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter document should be final. | 171 | |
| Expected @param tag for 'document'. | 171 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 185 | |
| Line has trailing spaces. | 187 | |
| Line is longer than 80 characters. | 191 | |
| Method 'processCustomSaveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter document should be final. | 191 | |
| Expected @param tag for 'document'. | 191 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line has trailing spaces. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Expected an @return tag. | 202 | |
| Method 'processRouteDocument' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter document should be final. | 202 | |
| Expected @param tag for 'document'. | 202 | |
| Line is longer than 80 characters. | 215 | |
| Line has trailing spaces. | 217 | |
| Line is longer than 80 characters. | 221 | |
| Method 'processCustomRouteDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Parameter document should be final. | 221 | |
| Expected @param tag for 'document'. | 221 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line has trailing spaces. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Expected an @return tag. | 232 | |
| Method 'processApproveDocument' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Parameter approveEvent should be final. | 232 | |
| Expected @param tag for 'approveEvent'. | 232 | |
| Line is longer than 80 characters. | 241 | |
| Line has trailing spaces. | 243 | |
| Line is longer than 80 characters. | 247 | |
| Method 'processCustomApproveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter approveEvent should be final. | 247 | |
| Expected @param tag for 'approveEvent'. | 247 | |
| Line is longer than 80 characters. | 252 | |
| Line has trailing spaces. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Expected an @return tag. | 257 | |
| Method 'processAddNote' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter document should be final. | 257 | |
| Expected @param tag for 'document'. | 257 | |
| Parameter note should be final. | 257 | |
| Expected @param tag for 'note'. | 257 | |
| Line is longer than 80 characters. | 267 | |
| Line has trailing spaces. | 268 | |
| Line is longer than 80 characters. | 270 | |
| Method 'isNoteValid' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Parameter note should be final. | 272 | |
| Expected @param tag for 'note'. | 272 | |
| Line is longer than 80 characters. | 274 | |
| Line has trailing spaces. | 279 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line has trailing spaces. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 289 | |
| Line has trailing spaces. | 291 | |
| Line is longer than 80 characters. | 296 | |
| Method 'processCustomAddNoteBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Parameter document should be final. | 296 | |
| Expected @param tag for 'document'. | 296 | |
| Parameter note should be final. | 296 | |
| Expected @param tag for 'note'. | 296 | |
| Line is longer than 80 characters. | 301 | |
| Expected an @return tag. | 304 | |
| Line is longer than 80 characters. | 304 | |
| Method 'processAddAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Parameter document should be final. | 304 | |
| Expected @param tag for 'document'. | 304 | |
| Parameter adHocRoutePerson should be final. | 304 | |
| Expected @param tag for 'adHocRoutePerson'. | 304 | |
| Line is longer than 80 characters. | 309 | |
| Line has trailing spaces. | 313 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Expected an @return tag. | 317 | |
| Line contains a tab character. | 317 | |
| Method 'processSendAdHocRequests' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| Parameter document should be final. | 317 | |
| Expected @param tag for 'document'. | 317 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line has trailing spaces. | 322 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 326 | |
| Method 'processCustomSendAdHocRequests' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Parameter document should be final. | 326 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Line has trailing spaces. | 333 | |
| Line contains a tab character. | 333 | |
| Line contains a tab character. | 334 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Expected an @return tag. | 337 | |
| Line contains a tab character. | 337 | |
| Method 'isAdHocRouteRecipientsValid' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Parameter document should be final. | 337 | |
| Expected @param tag for 'document'. | 337 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line is longer than 80 characters. | 348 | |
| Line contains a tab character. | 348 | |
| Line is longer than 80 characters. | 349 | |
| Line contains a tab character. | 349 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 358 | |
| Line has trailing spaces. | 359 | |
| Line contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Line has trailing spaces. | 362 | |
| Line is longer than 80 characters. | 366 | |
| Method 'isAddHocRoutePersonValid' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Parameter document should be final. | 366 | |
| Expected @param tag for 'document'. | 366 | |
| Parameter person should be final. | 366 | |
| Expected @param tag for 'person'. | 366 | |
| Line is longer than 80 characters. | 369 | |
| Line is longer than 80 characters. | 372 | |
| Line has trailing spaces. | 374 | |
| Line is longer than 80 characters. | 376 | |
| Line has trailing spaces. | 377 | |
| Line is longer than 80 characters. | 379 | |
| '}' should be on the same line. | 380 | |
| Line has trailing spaces. | 381 | |
| Line is longer than 80 characters. | 381 | |
| '(' is followed by whitespace. | 381 | |
| ')' is preceded with whitespace. | 382 | |
| Line is longer than 80 characters. | 383 | |
| '}' should be on the same line. | 384 | |
| Line is longer than 80 characters. | 388 | |
| '}' should be on the same line. | 389 | |
| Line is longer than 80 characters. | 393 | |
| Line is longer than 80 characters. | 394 | |
| '}' should be on the same line. | 397 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 409 | |
| Line has trailing spaces. | 411 | |
| Line is longer than 80 characters. | 416 | |
| Method 'processCustomAddAdHocRoutePersonBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Parameter document should be final. | 416 | |
| Expected @param tag for 'document'. | 416 | |
| Parameter person should be final. | 416 | |
| Expected @param tag for 'person'. | 416 | |
| Line is longer than 80 characters. | 421 | |
| Expected an @return tag. | 424 | |
| Line is longer than 80 characters. | 424 | |
| Method 'processAddAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| Parameter document should be final. | 424 | |
| Expected @param tag for 'document'. | 424 | |
| Parameter adHocRouteWorkgroup should be final. | 424 | |
| Expected @param tag for 'adHocRouteWorkgroup'. | 424 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 434 | |
| Line has trailing spaces. | 435 | |
| Method 'isAddHocRouteWorkgroupValid' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| Parameter workgroup should be final. | 439 | |
| Expected @param tag for 'workgroup'. | 439 | |
| Line is longer than 80 characters. | 442 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 451 | |
| Line is longer than 80 characters. | 453 | |
| '}' should be on the same line. | 455 | |
| Line is longer than 80 characters. | 457 | |
| Line is longer than 80 characters. | 459 | |
| '}' should be on the same line. | 461 | |
| Line is longer than 80 characters. | 463 | |
| Line is longer than 80 characters. | 467 | |
| Line is longer than 80 characters. | 473 | |
| Line has trailing spaces. | 475 | |
| Line is longer than 80 characters. | 480 | |
| Method 'processCustomAddAdHocRouteWorkgroupBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| Parameter document should be final. | 480 | |
| Expected @param tag for 'document'. | 480 | |
| Parameter workgroup should be final. | 480 | |
| Expected @param tag for 'workgroup'. | 480 | |
| First sentence should end with a period. | 484 | |
| Line is longer than 80 characters. | 485 | |
| Expected an @return tag. | 487 | |
| Method 'getMaxDictionaryValidationDepth' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| First sentence should end with a period. | 491 | |
| Line is longer than 80 characters. | 492 | |
| Line is longer than 80 characters. | 494 | |
| Method 'setMaxDictionaryValidationDepth' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| Parameter maxDictionaryValidationDepth should be final. | 494 | |
| 'maxDictionaryValidationDepth' hides a field. | 494 | |
| Expected @param tag for 'maxDictionaryValidationDepth'. | 494 | |
| Line is longer than 80 characters. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line is longer than 80 characters. | 502 | |
| Method 'validateSensitiveDataValue' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| Missing a Javadoc comment. | 502 | |
| Parameter fieldName should be final. | 502 | |
| Parameter fieldValue should be final. | 502 | |
| Parameter fieldLabel should be final. | 502 | |
| Line contains a tab character. | 503 | |
| Line has trailing spaces. | 504 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 | |
| Line contains a tab character. | 506 | |
| Line contains a tab character. | 507 | |
| Line has trailing spaces. | 508 | |
| Line contains a tab character. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line contains a tab character. | 509 | |
| Line is longer than 80 characters. | 510 | |
| Line contains a tab character. | 510 | |
| Line is longer than 80 characters. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line contains a tab character. | 516 | |
| Line contains a tab character. | 517 | |
| Line has trailing spaces. | 518 | |
| Line contains a tab character. | 518 | |
| Line contains a tab character. | 519 | |
| Line has trailing spaces. | 521 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| Missing a Javadoc comment. | 522 | |
| Line contains a tab character. | 523 | |
| Line is longer than 80 characters. | 524 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 526 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Expected an @return tag. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Expected @param tag for 'document'. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Expected an @return tag. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Expected @param tag for 'document'. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Expected an @return tag. | 60 | |
| Line is longer than 80 characters. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Expected @param tag for 'approveEvent'. | 60 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 69 | |
| Line has trailing spaces. | 71 | |
| Redundant 'public' modifier. | 73 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line has trailing spaces. | 80 | |
| Redundant 'public' modifier. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.core.xml.dto.AttributeSet. | 18 | |
| Line is longer than 80 characters. | 24 | |
| First sentence should end with a period. | 27 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'public' modifier. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.datadictionary.FieldDefinition. | 21 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| First sentence should end with a period. | 35 | |
| Expected an @return tag. | 38 | |
| Redundant 'public' modifier. | 38 | |
| First sentence should end with a period. | 41 | |
| Expected an @return tag. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Expected @param tag for 'businessObjectClass'. | 44 | |
| First sentence should end with a period. | 47 | |
| Expected an @return tag. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Expected @param tag for 'businessObjectClass'. | 50 | |
| First sentence should end with a period. | 53 | |
| Expected an @return tag. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Expected @param tag for 'businessObjectClass'. | 56 | |
| First sentence should end with a period. | 59 | |
| Expected an @return tag. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Expected @param tag for 'businessObjectClass'. | 62 | |
| Line has trailing spaces. | 63 | |
| Expected an @return tag. | 67 | |
| Redundant 'public' modifier. | 67 | |
| Expected @param tag for 'businessObjectClass'. | 67 | |
| Expected an @return tag. | 73 | |
| Redundant 'public' modifier. | 73 | |
| Expected @param tag for 'businessObjectClass'. | 73 | |
| Expected an @return tag. | 79 | |
| Redundant 'public' modifier. | 79 | |
| Expected @param tag for 'businessObjectClass'. | 79 | |
| Line has trailing spaces. | 80 | |
| First sentence should end with a period. | 82 | |
| Expected an @return tag. | 85 | |
| Redundant 'public' modifier. | 85 | |
| Expected @param tag for 'businessObjectClass'. | 85 | |
| First sentence should end with a period. | 88 | |
| Expected an @return tag. | 91 | |
| Redundant 'public' modifier. | 91 | |
| Expected @param tag for 'businessObjectClass'. | 91 | |
| First sentence should end with a period. | 94 | |
| Expected an @return tag. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Expected @param tag for 'businessObjectClass'. | 97 | |
| Expected an @return tag. | 103 | |
| Redundant 'public' modifier. | 103 | |
| Expected @param tag for 'businessObjectClass'. | 103 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Redundant 'public' modifier. | 115 | |
| Expected @param tag for 'businessObjectClass'. | 115 | |
| Expected @param tag for 'resultFieldName'. | 115 | |
| First sentence should end with a period. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Expected an @return tag. | 120 | |
| Line is longer than 80 characters. | 120 | |
| Redundant 'public' modifier. | 120 | |
| Expected @param tag for 'businessObjectClass'. | 120 | |
| Expected @param tag for 'attributeName'. | 120 | |
| First sentence should end with a period. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Expected an @return tag. | 126 | |
| Line is longer than 80 characters. | 126 | |
| Redundant 'public' modifier. | 126 | |
| Expected @param tag for 'businessObjectClass'. | 126 | |
| Expected @param tag for 'attributeName'. | 126 | |
| First sentence should end with a period. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Expected an @return tag. | 132 | |
| Line is longer than 80 characters. | 132 | |
| Redundant 'public' modifier. | 132 | |
| Expected @param tag for 'businessObjectClass'. | 132 | |
| Expected @param tag for 'attributeName'. | 132 | |
| First sentence should end with a period. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Expected an @return tag. | 137 | |
| Line is longer than 80 characters. | 137 | |
| Redundant 'public' modifier. | 137 | |
| Expected @param tag for 'businessObjectClass'. | 137 | |
| Expected @param tag for 'attributeName'. | 137 | |
| Line has trailing spaces. | 138 | |
| First sentence should end with a period. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Expected an @return tag. | 142 | |
| Line is longer than 80 characters. | 142 | |
| Redundant 'public' modifier. | 142 | |
| Expected @param tag for 'businessObjectClass'. | 142 | |
| Expected @param tag for 'attributeName'. | 142 | |
| First sentence should end with a period. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Expected an @return tag. | 148 | |
| Line is longer than 80 characters. | 148 | |
| Redundant 'public' modifier. | 148 | |
| Expected @param tag for 'businessObjectClass'. | 148 | |
| Expected @param tag for 'attributeName'. | 148 | |
| First sentence should end with a period. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Expected an @return tag. | 154 | |
| Line is longer than 80 characters. | 154 | |
| Redundant 'public' modifier. | 154 | |
| Expected @param tag for 'businessObjectClass'. | 154 | |
| Expected @param tag for 'attributeName'. | 154 | |
| First sentence should end with a period. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Expected an @return tag. | 160 | |
| Line is longer than 80 characters. | 160 | |
| Redundant 'public' modifier. | 160 | |
| Expected @param tag for 'businessObjectClass'. | 160 | |
| Expected @param tag for 'attributeName'. | 160 | |
| First sentence should end with a period. | 162 | |
| Expected an @return tag. | 165 | |
| Line is longer than 80 characters. | 165 | |
| Redundant 'public' modifier. | 165 | |
| Expected @param tag for 'businessObjectClass'. | 165 | |
| Expected @param tag for 'attributeName'. | 165 | |
| Line has trailing spaces. | 166 | |
| First sentence should end with a period. | 167 | |
| Expected an @return tag. | 170 | |
| Line is longer than 80 characters. | 170 | |
| Redundant 'public' modifier. | 170 | |
| Expected @param tag for 'businessObjectClass'. | 170 | |
| Expected @param tag for 'attributeName'. | 170 | |
| First sentence should end with a period. | 172 | |
| Expected an @return tag. | 175 | |
| Line is longer than 80 characters. | 175 | |
| Redundant 'public' modifier. | 175 | |
| Expected @param tag for 'businessObjectClass'. | 175 | |
| Expected @param tag for 'attributeName'. | 175 | |
| First sentence should end with a period. | 178 | |
| Expected an @return tag. | 181 | |
| Line is longer than 80 characters. | 181 | |
| Redundant 'public' modifier. | 181 | |
| Expected @param tag for 'businessObjectClass'. | 181 | |
| Expected @param tag for 'attributeName'. | 181 | |
| Expected an @return tag. | 187 | |
| Line is longer than 80 characters. | 187 | |
| Redundant 'public' modifier. | 187 | |
| Expected @param tag for 'businessObjectClass'. | 187 | |
| Expected @param tag for 'attributeName'. | 187 | |
| Expected an @return tag. | 194 | |
| Line is longer than 80 characters. | 194 | |
| Redundant 'public' modifier. | 194 | |
| Expected @param tag for 'businessObjectClass'. | 194 | |
| Expected @param tag for 'attributeName'. | 194 | |
| First sentence should end with a period. | 197 | |
| Expected an @return tag. | 200 | |
| Redundant 'public' modifier. | 200 | |
| Expected @param tag for 'businessObjectClass'. | 200 | |
| Line has trailing spaces. | 201 | |
| Line is longer than 80 characters. | 203 | |
| Redundant 'public' modifier. | 205 | |
| Expected @param tag for 'businessObjectClass'. | 205 | |
| Expected an @return tag. | 210 | |
| Redundant 'public' modifier. | 210 | |
| Expected @param tag for 'businessObjectClass'. | 210 | |
| First sentence should end with a period. | 212 | |
| Expected an @return tag. | 215 | |
| Line is longer than 80 characters. | 215 | |
| Redundant 'public' modifier. | 215 | |
| Expected @param tag for 'businessObjectClass'. | 215 | |
| Expected @param tag for 'attributeName'. | 215 | |
| Line has trailing spaces. | 216 | |
| First sentence should end with a period. | 217 | |
| Expected an @return tag. | 220 | |
| Line is longer than 80 characters. | 220 | |
| Redundant 'public' modifier. | 220 | |
| Expected @param tag for 'businessObjectClass'. | 220 | |
| Expected @param tag for 'attributeName'. | 220 | |
| Line is longer than 80 characters. | 224 | |
| Expected an @return tag. | 226 | |
| Line is longer than 80 characters. | 226 | |
| Redundant 'public' modifier. | 226 | |
| Expected @param tag for 'businessObjectClass'. | 226 | |
| Expected @param tag for 'sectionTitle'. | 226 | |
| Expected an @return tag. | 232 | |
| Redundant 'public' modifier. | 232 | |
| Expected @param tag for 'businessObjectClass'. | 232 | |
| Expected an @return tag. | 238 | |
| Redundant 'public' modifier. | 238 | |
| Expected @param tag for 'businessObjectClass'. | 238 | |
| Expected an @return tag. | 244 | |
| Redundant 'public' modifier. | 244 | |
| Expected @param tag for 'businessObjectClass'. | 244 | |
| Line is longer than 80 characters. | 247 | |
| Expected an @return tag. | 249 | |
| Redundant 'public' modifier. | 249 | |
| Expected @param tag for 'businessObjectClass'. | 249 | |
| First sentence should end with a period. | 252 | |
| Expected an @return tag. | 255 | |
| Redundant 'public' modifier. | 255 | |
| Expected @param tag for 'businessObjectClass'. | 255 | |
| First sentence should end with a period. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Expected an @return tag. | 261 | |
| Redundant 'public' modifier. | 261 | |
| Expected @param tag for 'businessObjectClass'. | 261 | |
| First sentence should end with a period. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Redundant 'public' modifier. | 270 | |
| Expected @param tag for 'bo'. | 270 | |
| Missing a Javadoc comment. | 273 | |
| Redundant 'public' modifier. | 273 | |
| First sentence should end with a period. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line has trailing spaces. | 277 | |
| Expected an @return tag. | 282 | |
| Line is longer than 80 characters. | 282 | |
| Redundant 'public' modifier. | 282 | |
| Expected @param tag for 'businessObjectClass'. | 282 | |
| Expected @param tag for 'attributeName'. | 282 | |
| Line has trailing spaces. | 283 | |
| First sentence should end with a period. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Expected an @return tag. | 287 | |
| Line is longer than 80 characters. | 287 | |
| Redundant 'public' modifier. | 287 | |
| Expected @param tag for 'businessObjectClass'. | 287 | |
| Expected @param tag for 'attributeName'. | 287 | |
| First sentence should end with a period. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Expected an @return tag. | 292 | |
| Line is longer than 80 characters. | 292 | |
| Redundant 'public' modifier. | 292 | |
| Expected @param tag for 'businessObjectClass'. | 292 | |
| Expected @param tag for 'attributeName'. | 292 | |
| Line has trailing spaces. | 293 | |
| First sentence should end with a period. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line has trailing spaces. | 297 | |
| Expected an @return tag. | 298 | |
| Line is longer than 80 characters. | 298 | |
| Redundant 'public' modifier. | 298 | |
| Expected @param tag for 'businessObjectClass'. | 298 | |
| Expected @param tag for 'attributeName'. | 298 | |
| First sentence should end with a period. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Expected an @return tag. | 303 | |
| Line is longer than 80 characters. | 303 | |
| Redundant 'public' modifier. | 303 | |
| Expected @param tag for 'businessObjectClass'. | 303 | |
| Expected @param tag for 'attributeName'. | 303 | |
| Line has trailing spaces. | 304 | |
| Line has trailing spaces. | 307 | |
| Line is longer than 80 characters. | 307 | |
| Redundant 'public' modifier. | 309 | |
| Line has trailing spaces. | 313 | |
| Line is longer than 80 characters. | 313 | |
| Redundant 'public' modifier. | 315 | |
| Line has trailing spaces. | 316 | |
| First sentence should end with a period. | 317 | |
| Line is longer than 80 characters. | 318 | |
| Line has trailing spaces. | 319 | |
| Line has trailing spaces. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 324 | |
| Redundant 'public' modifier. | 324 | |
| Line has trailing spaces. | 325 | |
| First sentence should end with a period. | 326 | |
| Line contains a tab character. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line has trailing spaces. | 329 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 330 | |
| Line contains a tab character. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line contains a tab character. | 332 | |
| Line contains a tab character. | 333 | |
| Line contains a tab character. | 334 | |
| Line contains a tab character. | 335 | |
| Redundant 'public' modifier. | 335 | |
| Line has trailing spaces. | 336 | |
| Line contains a tab character. | 336 | |
| First sentence should end with a period. | 337 | |
| Line contains a tab character. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line has trailing spaces. | 340 | |
| Line contains a tab character. | 340 | |
| Line is longer than 80 characters. | 341 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line contains a tab character. | 344 | |
| Redundant 'public' modifier. | 344 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.datadictionary.FieldDefinition. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| First sentence should end with a period. | 40 | |
| Line is longer than 80 characters. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Expected @param tag for 'boClass'. | 46 | |
| Expected @param tag for 'sectionTitle'. | 46 | |
| First sentence should end with a period. | 48 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'boClass'. | 54 | |
| First sentence should end with a period. | 57 | |
| Line is longer than 80 characters. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Expected @param tag for 'businessObjectClass'. | 65 | |
| Expected @param tag for 'attributeName'. | 65 | |
| First sentence should end with a period. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Redundant 'public' modifier. | 74 | |
| Expected @param tag for 'businessObjectClass'. | 74 | |
| Expected @param tag for 'attributeName'. | 74 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Redundant 'public' modifier. | 84 | |
| Expected @param tag for 'businessObjectClass'. | 84 | |
| Expected @param tag for 'attributeName'. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 93 | |
| Redundant 'public' modifier. | 93 | |
| Expected @param tag for 'businessObjectClass'. | 93 | |
| Expected @param tag for 'attributeName'. | 93 | |
| First sentence should end with a period. | 95 | |
| Expected an @return tag. | 101 | |
| Redundant 'public' modifier. | 101 | |
| Expected @param tag for 'bo'. | 101 | |
| First sentence should end with a period. | 103 | |
| Line is longer than 80 characters. | 112 | |
| Redundant 'public' modifier. | 112 | |
| Expected @param tag for 'boClass'. | 112 | |
| Expected @param tag for 'attributeName'. | 112 | |
| Expected @param tag for 'sectionTitle'. | 112 | |
| First sentence should end with a period. | 114 | |
| Redundant 'public' modifier. | 120 | |
| Expected @param tag for 'boClass'. | 120 | |
| First sentence should end with a period. | 122 | |
| Redundant 'public' modifier. | 130 | |
| Expected @param tag for 'boClass'. | 130 | |
| Expected @param tag for 'attributeName'. | 130 | |
| First sentence should end with a period. | 132 | |
| Redundant 'public' modifier. | 138 | |
| Expected @param tag for 'boClass'. | 138 | |
| First sentence should end with a period. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 148 | |
| Redundant 'public' modifier. | 148 | |
| Expected @param tag for 'bo'. | 148 | |
| Expected @param tag for 'attributeName'. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Redundant 'public' modifier. | 150 | |
| ')' is preceded with whitespace. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Expected an @return tag. | 156 | |
| Line is longer than 80 characters. | 156 | |
| Redundant 'public' modifier. | 156 | |
| '(' is followed by whitespace. | 156 | |
| Expected @param tag for 'bo'. | 156 | |
| ')' is preceded with whitespace. | 156 | |
| Line is longer than 80 characters. | 159 | |
| Expected an @return tag. | 162 | |
| Line is longer than 80 characters. | 162 | |
| Redundant 'public' modifier. | 162 | |
| '(' is followed by whitespace. | 162 | |
| Expected @param tag for 'boClass'. | 162 | |
| ')' is preceded with whitespace. | 162 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Unused @param tag for 'BusinessObject'. | 169 | |
| Unused @param tag for 'String'. | 170 | |
| Line is longer than 80 characters. | 173 | |
| Redundant 'public' modifier. | 173 | |
| Expected @param tag for 'businessObject'. | 173 | |
| Expected @param tag for 'attributeName'. | 173 | |
| Expected an @return tag. | 182 | |
| Redundant 'public' modifier. | 182 | |
| Expected @param tag for 'clazz'. | 182 | |
| Expected an @return tag. | 193 | |
| Line is longer than 80 characters. | 193 | |
| Redundant 'public' modifier. | 193 | |
| Expected @param tag for 'businessObjectClass'. | 193 | |
| Expected @param tag for 'attributeName'. | 193 | |
| Expected @param tag for 'targetName'. | 193 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'SourceException'. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 48 | |
| Expected @param tag for 'baselinePackages'. | 52 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 100 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 153 | |
| Line has trailing spaces. | 155 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 214 | |
| Line has trailing spaces. | 216 | |
| Line is longer than 80 characters. | 220 | |
| Line has trailing spaces. | 221 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 250 | |
| Line has trailing spaces. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line has trailing spaces. | 253 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 283 | |
| Line has trailing spaces. | 285 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 308 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 324 | |
| Line has trailing spaces. | 327 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 339 | |
| Line is longer than 80 characters. | 341 | |
| Line has trailing spaces. | 342 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 347 | |
| Line is longer than 80 characters. | 349 | |
| Line has trailing spaces. | 350 | |
| Line is longer than 80 characters. | 352 | |
| Line has trailing spaces. | 355 | |
| Line is longer than 80 characters. | 355 | |
| Line has trailing spaces. | 358 | |
| Line has trailing spaces. | 365 | |
| Line has trailing spaces. | 368 | |
| Line has trailing spaces. | 372 | |
| Line is longer than 80 characters. | 374 | |
| Line has trailing spaces. | 379 | |
| Line is longer than 80 characters. | 381 | |
| Line has trailing spaces. | 390 | |
| Line has trailing spaces. | 400 | |
| Line has trailing spaces. | 410 | |
| Line is longer than 80 characters. | 414 | |
| Line has trailing spaces. | 420 | |
| Line is longer than 80 characters. | 424 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 435 | |
| Line has trailing spaces. | 436 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 440 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Redundant 'public' modifier. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Redundant 'public' modifier. | 50 | |
| First sentence should end with a period. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Line has trailing spaces. | 60 | |
| First sentence should end with a period. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Redundant 'public' modifier. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 79 | |
| Redundant 'public' modifier. | 79 | |
| Expected @param tag for 'document'. | 79 | |
| Expected @param tag for 'attributeName'. | 79 | |
| Expected @param tag for 'errorPrefix'. | 79 | |
| Line is longer than 80 characters. | 83 | |
| Line has trailing spaces. | 85 | |
| Redundant 'public' modifier. | 88 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Redundant 'public' modifier. | 99 | |
| Line has trailing spaces. | 100 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 102 | |
| Unclosed HTML tag found: <code>{@link #validateBusinessObject(BusinessObject) and ret | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line has trailing spaces. | 107 | |
| Redundant 'public' modifier. | 111 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 114 | |
| Unclosed HTML tag found: <code>{@link #validateBusinessObject(BusinessObject) and ret | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line has trailing spaces. | 119 | |
| Line is longer than 80 characters. | 124 | |
| Redundant 'public' modifier. | 124 | |
| Line is longer than 80 characters. | 127 | |
| Line has trailing spaces. | 129 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 133 | |
| Redundant 'public' modifier. | 133 | |
| Line is longer than 80 characters. | 136 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 143 | |
| Redundant 'public' modifier. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 155 | |
| Redundant 'public' modifier. | 155 | |
| Line has trailing spaces. | 159 | |
| Line is longer than 80 characters. | 165 | |
| Redundant 'public' modifier. | 165 | |
| Expected @param tag for 'forMaintenance'. | 165 | |
| Line has trailing spaces. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line has trailing spaces. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line has trailing spaces. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line has trailing spaces. | 178 | |
| Line is longer than 80 characters. | 181 | |
| Line has trailing spaces. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Redundant 'public' modifier. | 184 | |
| Line has trailing spaces. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line has trailing spaces. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line has trailing spaces. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line has trailing spaces. | 197 | |
| Line is longer than 80 characters. | 200 | |
| Line has trailing spaces. | 201 | |
| Line is longer than 80 characters. | 203 | |
| Redundant 'public' modifier. | 203 | |
| Line has trailing spaces. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line has trailing spaces. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line has trailing spaces. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line has trailing spaces. | 217 | |
| Line has trailing spaces. | 221 | |
| Expected an @return tag. | 223 | |
| Line is longer than 80 characters. | 223 | |
| Redundant 'public' modifier. | 223 | |
| Expected @param tag for 'bo'. | 223 | |
| Expected @param tag for 'reference'. | 223 | |
| Line has trailing spaces. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line has trailing spaces. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line has trailing spaces. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line has trailing spaces. | 237 | |
| Line has trailing spaces. | 241 | |
| Expected an @return tag. | 243 | |
| Line is longer than 80 characters. | 243 | |
| Redundant 'public' modifier. | 243 | |
| Expected @param tag for 'bo'. | 243 | |
| Expected @param tag for 'referenceName'. | 243 | |
| Line has trailing spaces. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line has trailing spaces. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line has trailing spaces. | 251 | |
| Line has trailing spaces. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line has trailing spaces. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line has trailing spaces. | 260 | |
| Line is longer than 80 characters. | 262 | |
| Line has trailing spaces. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Redundant 'public' modifier. | 266 | |
| Line has trailing spaces. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line has trailing spaces. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line has trailing spaces. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line has trailing spaces. | 277 | |
| Line has trailing spaces. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line has trailing spaces. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line has trailing spaces. | 286 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 293 | |
| Redundant 'public' modifier. | 293 | |
| Line has trailing spaces. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line has trailing spaces. | 299 | |
| Line has trailing spaces. | 301 | |
| Line is longer than 80 characters. | 302 | |
| Line has trailing spaces. | 304 | |
| Line has trailing spaces. | 307 | |
| Redundant 'public' modifier. | 309 | |
| Line has trailing spaces. | 310 | |
| Line contains a tab character. | 311 | |
| Line has trailing spaces. | 312 | |
| Line contains a tab character. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line has trailing spaces. | 315 | |
| Line contains a tab character. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line contains a tab character. | 316 | |
| Line has trailing spaces. | 317 | |
| Line contains a tab character. | 317 | |
| Line is longer than 80 characters. | 318 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line has trailing spaces. | 320 | |
| Line contains a tab character. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line has trailing spaces. | 325 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line contains a tab character. | 327 | |
| Redundant 'public' modifier. | 327 | |
| Line contains a tab character. | 329 | |
| Line has trailing spaces. | 330 | |
| Line contains a tab character. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line contains a tab character. | 331 | |
| Line has trailing spaces. | 332 | |
| Line contains a tab character. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line contains a tab character. | 333 | |
| Line has trailing spaces. | 334 | |
| Line contains a tab character. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line has trailing spaces. | 337 | |
| Line contains a tab character. | 337 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line has trailing spaces. | 340 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line contains a tab character. | 342 | |
| Redundant 'public' modifier. | 342 | |
| Line has trailing spaces. | 343 | |
| Line contains a tab character. | 343 | |
| Line contains a tab character. | 344 | |
| Line has trailing spaces. | 345 | |
| Line contains a tab character. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line contains a tab character. | 346 | |
| Line has trailing spaces. | 347 | |
| Line contains a tab character. | 347 | |
| Line is longer than 80 characters. | 348 | |
| Line contains a tab character. | 348 | |
| Line has trailing spaces. | 349 | |
| Line contains a tab character. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Line has trailing spaces. | 352 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 355 | |
| Line contains a tab character. | 356 | |
| Line has trailing spaces. | 357 | |
| Line contains a tab character. | 357 | |
| Line contains a tab character. | 358 | |
| Line is longer than 80 characters. | 359 | |
| Line contains a tab character. | 359 | |
| Redundant 'public' modifier. | 359 | |
| Line has trailing spaces. | 360 | |
| Line has trailing spaces. | 362 | |
| Line is longer than 80 characters. | 363 | |
| Missing a Javadoc comment. | 363 | |
| Redundant 'public' modifier. | 363 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.bo.AdHocRoutePerson. | 18 | |
| Unused import - org.kuali.rice.kns.bo.AdHocRouteWorkgroup. | 19 | |
| First sentence should end with a period. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Expected @param tag for 'doc'. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 27 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 33 | |
| Redundant 'public' modifier. | 36 | |
| First sentence should end with a period. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Redundant 'public' modifier. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 46 | |
| First sentence should end with a period. | 47 | |
| Line has trailing spaces. | 49 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 53 | |
| First sentence should end with a period. | 54 | |
| Line has trailing spaces. | 56 | |
| Redundant 'public' modifier. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line has trailing spaces. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 21 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 28 | |
| Redundant 'public' modifier. | 32 | |
| Line has trailing spaces. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.rule.event.SaveEvent. | 26 | |
| Line has trailing spaces. | 30 | |
| Redundant 'public' modifier. | 39 | |
| Expected @param tag for 'documentHeaderId'. | 39 | |
| First sentence should end with a period. | 41 | |
| Expected an @return tag. | 47 | |
| Line is longer than 80 characters. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Expected @param tag for 'documentTypeName'. | 47 | |
| Expected @throws tag for 'WorkflowException'. | 47 | |
| First sentence should end with a period. | 49 | |
| Expected an @return tag. | 55 | |
| Line is longer than 80 characters. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Expected @param tag for 'documentClass'. | 55 | |
| Expected @throws tag for 'WorkflowException'. | 55 | |
| First sentence should end with a period. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Expected an @return tag. | 63 | |
| Line is longer than 80 characters. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Expected @param tag for 'documentHeaderId'. | 63 | |
| Expected @throws tag for 'WorkflowException'. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Expected an @return tag. | 72 | |
| Line is longer than 80 characters. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Expected @param tag for 'documentHeaderId'. | 72 | |
| Expected @throws tag for 'WorkflowException'. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 82 | |
| Redundant 'public' modifier. | 82 | |
| Expected @param tag for 'documentClass'. | 82 | |
| Expected @param tag for 'documentHeaderIds'. | 82 | |
| Expected @throws tag for 'WorkflowException'. | 82 | |
| First sentence should end with a period. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Expected an @return tag. | 91 | |
| Redundant 'public' modifier. | 91 | |
| Expected @param tag for 'document'. | 91 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line has trailing spaces. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Expected an @return tag. | 99 | |
| Redundant 'public' modifier. | 99 | |
| Expected @param tag for 'document'. | 99 | |
| Expected @throws tag for 'WorkflowException'. | 99 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 117 | |
| Redundant 'public' modifier. | 117 | |
| Expected @throws tag for 'WorkflowException'. | 117 | |
| Line has trailing spaces. | 118 | |
| First sentence should end with a period. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Expected an @return tag. | 129 | |
| Line is longer than 80 characters. | 129 | |
| Redundant 'public' modifier. | 129 | |
| Expected @param tag for 'document'. | 129 | |
| Expected @param tag for 'annotation'. | 129 | |
| Expected @param tag for 'adHocRoutingRecipients'. | 129 | |
| Expected @throws tag for 'WorkflowException'. | 129 | |
| First sentence should end with a period. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Expected an @return tag. | 141 | |
| Line is longer than 80 characters. | 141 | |
| Redundant 'public' modifier. | 141 | |
| Expected @param tag for 'document'. | 141 | |
| Expected @param tag for 'annotation'. | 141 | |
| Expected @param tag for 'adHocRoutingRecipients'. | 141 | |
| Expected @throws tag for 'WorkflowException'. | 141 | |
| First sentence should end with a period. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Expected an @return tag. | 152 | |
| Line is longer than 80 characters. | 152 | |
| Redundant 'public' modifier. | 152 | |
| Expected @param tag for 'document'. | 152 | |
| Expected @param tag for 'annotation'. | 152 | |
| Expected @throws tag for 'WorkflowException'. | 152 | |
| First sentence should end with a period. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Expected an @return tag. | 163 | |
| Line is longer than 80 characters. | 163 | |
| Redundant 'public' modifier. | 163 | |
| Expected @param tag for 'document'. | 163 | |
| Expected @param tag for 'annotation'. | 163 | |
| Expected @throws tag for 'WorkflowException'. | 163 | |
| First sentence should end with a period. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Expected an @return tag. | 174 | |
| Line is longer than 80 characters. | 174 | |
| Redundant 'public' modifier. | 174 | |
| Expected @param tag for 'document'. | 174 | |
| Expected @param tag for 'annotation'. | 174 | |
| Expected @throws tag for 'WorkflowException'. | 174 | |
| First sentence should end with a period. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 185 | |
| Redundant 'public' modifier. | 185 | |
| Expected @param tag for 'document'. | 185 | |
| Expected @param tag for 'annotation'. | 185 | |
| Expected @throws tag for 'Exception'. | 185 | |
| First sentence should end with a period. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Expected an @return tag. | 195 | |
| Line is longer than 80 characters. | 195 | |
| Redundant 'public' modifier. | 195 | |
| Expected @param tag for 'document'. | 195 | |
| Expected @param tag for 'annotation'. | 195 | |
| Expected @throws tag for 'WorkflowException'. | 195 | |
| 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 | |
| Expected an @return tag. | 208 | |
| Line is longer than 80 characters. | 208 | |
| Redundant 'public' modifier. | 208 | |
| Expected @param tag for 'document'. | 208 | |
| Expected @param tag for 'annotation'. | 208 | |
| Expected @param tag for 'adHocRecipients'. | 208 | |
| Expected @throws tag for 'WorkflowException'. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Expected an @return tag. | 224 | |
| Line is longer than 80 characters. | 224 | |
| Redundant 'public' modifier. | 224 | |
| Expected @param tag for 'document'. | 224 | |
| Expected @param tag for 'annotation'. | 224 | |
| Expected @param tag for 'adHocRecipients'. | 224 | |
| Expected @throws tag for 'WorkflowException'. | 224 | |
| First sentence should end with a period. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Expected an @return tag. | 234 | |
| Line is longer than 80 characters. | 234 | |
| Redundant 'public' modifier. | 234 | |
| Expected @param tag for 'document'. | 234 | |
| Expected @param tag for 'adHocRecipients'. | 234 | |
| Expected @throws tag for 'WorkflowException'. | 234 | |
| First sentence should end with a period. | 236 | |
| Line is longer than 80 characters. | 242 | |
| Redundant 'public' modifier. | 242 | |
| Expected @param tag for 'document'. | 242 | |
| Expected @throws tag for 'WorkflowException'. | 242 | |
| Line has trailing spaces. | 243 | |
| Line has trailing spaces. | 244 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line has trailing spaces. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Redundant 'public' modifier. | 254 | |
| Line has trailing spaces. | 255 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line has trailing spaces. | 261 | |
| Redundant 'public' modifier. | 265 | |
| Line has trailing spaces. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Redundant 'public' modifier. | 267 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 277 | |
| Redundant 'public' modifier. | 277 | |
| Expected @throws tag for 'WorkflowException'. | 277 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| First sentence should end with a period. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Expected @param tag for 'inactivationBlockingMetadata'. | 36 | |
| First sentence should end with a period. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Expected @param tag for 'inactivationBlockingMetadata'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.util.Collection. | 18 | |
| First sentence should end with a period. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| First sentence should end with a period. | 31 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Expected an @return tag. | 38 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Expected @param tag for 'blockedBo'. | 38 |
| Violation | Message | Line |
|---|---|---|
| Duplicate import to line 3 - org.kuali.rice.core.api.resourceloader.GlobalResourceLoader. | 4 | |
| Missing a Javadoc comment. | 12 | |
| Utility classes should not have a public or default constructor. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter serviceName should be final. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 93 | |
| Parameter lookupableName should be final. | 93 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 117 | |
| Line contains a tab character. | 118 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Missing a Javadoc comment. | 125 | |
| Line contains a tab character. | 126 | |
| Missing a Javadoc comment. | 129 | |
| Line contains a tab character. | 130 | |
| Missing a Javadoc comment. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter serviceName should be final. | 137 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line is longer than 80 characters. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Missing a Javadoc comment. | 149 | |
| Parameter questionName should be final. | 149 | |
| Line contains a tab character. | 150 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 33 | |
| Redundant 'public' modifier. | 38 | |
| Expected @param tag for 'subject'. | 38 | |
| Expected @param tag for 'message'. | 38 | |
| Expected @throws tag for 'Exception'. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Expected @param tag for 'exceptionIncident'. | 47 | |
| Expected @throws tag for 'Exception'. | 47 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 51 | |
| Expected an @return tag. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Expected @param tag for 'exception'. | 64 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Expected an @return tag. | 75 | |
| Line is longer than 80 characters. | 75 | |
| Redundant 'public' modifier. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 20 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 24 | |
| Expected an @return tag. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Expected an @return tag. | 35 | |
| Expected @param tag for 'moduleId'. | 35 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 39 | |
| Expected an @return tag. | 43 | |
| Expected @param tag for 'namespaceCode'. | 43 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Unused @throws tag for 'ModuleServiceNotFoundException'. | 53 | |
| Expected @param tag for 'boClass'. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 60 | |
| Expected an @return tag. | 64 | |
| Expected @param tag for 'jobName'. | 64 | |
| Line has trailing spaces. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Line has trailing spaces. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'public' modifier. | 68 | |
| First sentence should end with a period. | 70 | |
| Line has trailing spaces. | 71 | |
| Line has trailing spaces. | 73 | |
| Expected an @return tag. | 77 | |
| Redundant 'public' modifier. | 77 | |
| Expected @param tag for 'namespaceCode'. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Line has trailing spaces. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Redundant 'public' modifier. | 41 | |
| Expected @param tag for 'event'. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Expected @param tag for 'document'. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Expected @param tag for 'document'. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Expected @param tag for 'document'. | 66 | |
| Expected @param tag for 'ruleInterface'. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 32 | |
| Expected an @return tag. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Expected @param tag for 'example'. | 37 | |
| Expected @param tag for 'formProps'. | 37 | |
| Line has trailing spaces. | 42 | |
| Redundant 'public' modifier. | 45 | |
| Expected @param tag for 'example'. | 45 | |
| Expected @param tag for 'formProps'. | 45 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 51 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'example'. | 54 | |
| Expected @param tag for 'formProps'. | 54 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.datadictionary.*. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 35 | |
| Redundant 'public' modifier. | 39 | |
| Expected @param tag for 'docTypeName'. | 39 | |
| Line has trailing spaces. | 43 | |
| Redundant 'public' modifier. | 47 | |
| Expected @param tag for 'docTypeName'. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 51 | |
| Redundant 'public' modifier. | 55 | |
| Expected @param tag for 'docTypeName'. | 55 | |
| Line has trailing spaces. | 59 | |
| Redundant 'public' modifier. | 63 | |
| Expected @param tag for 'businessObjectClass'. | 63 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 67 | |
| Redundant 'public' modifier. | 71 | |
| Expected @param tag for 'businessObjectClass'. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 75 | |
| Redundant 'public' modifier. | 79 | |
| Expected @param tag for 'docTypeName'. | 79 | |
| First sentence should end with a period. | 81 | |
| Line has trailing spaces. | 83 | |
| Redundant 'public' modifier. | 87 | |
| Expected @param tag for 'docTypeName'. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Line has trailing spaces. | 91 | |
| Line is longer than 80 characters. | 95 | |
| Redundant 'public' modifier. | 95 | |
| Expected @param tag for 'docTypeName'. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Line has trailing spaces. | 99 | |
| Redundant 'public' modifier. | 103 | |
| Expected @param tag for 'docTypeName'. | 103 | |
| Line is longer than 80 characters. | 110 | |
| Redundant 'public' modifier. | 110 | |
| Expected @param tag for 'document'. | 110 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line has trailing spaces. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line has trailing spaces. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 126 | |
| Redundant 'public' modifier. | 128 | |
| Line has trailing spaces. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line has trailing spaces. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line has trailing spaces. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line has trailing spaces. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Line has trailing spaces. | 144 | |
| Redundant 'public' modifier. | 146 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line has trailing spaces. | 158 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 164 | |
| Redundant 'public' modifier. | 164 | |
| Line is longer than 80 characters. | 167 | |
| Line has trailing spaces. | 168 | |
| Redundant 'public' modifier. | 172 | |
| Expected @param tag for 'document'. | 172 | |
| Line has trailing spaces. | 173 | |
| Line is longer than 80 characters. | 175 | |
| Line has trailing spaces. | 177 | |
| Redundant 'public' modifier. | 181 | |
| Expected @param tag for 'docTypeName'. | 181 | |
| Line has trailing spaces. | 182 | |
| Line has trailing spaces. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line has trailing spaces. | 186 | |
| Expected an @return tag. | 191 | |
| Line is longer than 80 characters. | 191 | |
| Redundant 'public' modifier. | 191 | |
| '(' is followed by whitespace. | 191 | |
| Expected @param tag for 'docTypeName'. | 191 | |
| Expected @param tag for 'collectionName'. | 191 | |
| ')' is preceded with whitespace. | 191 | |
| Line has trailing spaces. | 192 | |
| Line has trailing spaces. | 194 | |
| Line is longer than 80 characters. | 194 | |
| Line has trailing spaces. | 195 | |
| Line is longer than 80 characters. | 200 | |
| Redundant 'public' modifier. | 200 | |
| '(' is followed by whitespace. | 200 | |
| Expected @param tag for 'docTypeName'. | 200 | |
| Expected @param tag for 'itemName'. | 200 | |
| ')' is preceded with whitespace. | 200 | |
| Line has trailing spaces. | 203 | |
| Line is longer than 80 characters. | 203 | |
| Line has trailing spaces. | 204 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 209 | |
| Redundant 'public' modifier. | 209 | |
| '(' is followed by whitespace. | 209 | |
| Expected @param tag for 'docTypeName'. | 209 | |
| Expected @param tag for 'fieldName'. | 209 | |
| ')' is preceded with whitespace. | 209 | |
| Line has trailing spaces. | 212 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 213 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 218 | |
| Redundant 'public' modifier. | 218 | |
| '(' is followed by whitespace. | 218 | |
| Expected @param tag for 'docTypeName'. | 218 | |
| Expected @param tag for 'collectionName'. | 218 | |
| ')' is preceded with whitespace. | 218 | |
| Line has trailing spaces. | 223 | |
| Line has trailing spaces. | 224 | |
| Expected an @return tag. | 228 | |
| Line is longer than 80 characters. | 228 | |
| Redundant 'public' modifier. | 228 | |
| '(' is followed by whitespace. | 228 | |
| Expected @param tag for 'docTypeName'. | 228 | |
| ')' is preceded with whitespace. | 228 | |
| Line has trailing spaces. | 229 | |
| First sentence should end with a period. | 230 | |
| Line has trailing spaces. | 232 | |
| Expected an @return tag. | 236 | |
| Line is longer than 80 characters. | 236 | |
| Redundant 'public' modifier. | 236 | |
| '(' is followed by whitespace. | 236 | |
| Expected @param tag for 'parentCollection'. | 236 | |
| ')' is preceded with whitespace. | 236 | |
| Line has trailing spaces. | 240 | |
| Line is longer than 80 characters. | 240 | |
| Line has trailing spaces. | 242 | |
| Redundant 'public' modifier. | 245 | |
| Expected @param tag for 'document'. | 245 | |
| Line has trailing spaces. | 246 | |
| First sentence should end with a period. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 251 | |
| Redundant 'public' modifier. | 251 | |
| Expected @param tag for 'document'. | 251 | |
| Line is longer than 80 characters. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Redundant 'public' modifier. | 253 | |
| ')' is preceded with whitespace. | 253 | |
| Line has trailing spaces. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Redundant 'public' modifier. | 255 | |
| Line has trailing spaces. | 256 | |
| Missing a Javadoc comment. | 258 | |
| Redundant 'public' modifier. | 258 | |
| Line has trailing spaces. | 259 | |
| Missing a Javadoc comment. | 261 | |
| Redundant 'public' modifier. | 261 | |
| Missing a Javadoc comment. | 263 | |
| Redundant 'public' modifier. | 263 | |
| Line has trailing spaces. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line has trailing spaces. | 267 | |
| Line is longer than 80 characters. | 267 | |
| Redundant 'public' modifier. | 269 | |
| Line has trailing spaces. | 270 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 42 | |
| Redundant 'public' modifier. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 70 | |
| Line has trailing spaces. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 74 | |
| Redundant 'public' modifier. | 77 | |
| Line is longer than 80 characters. | 80 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 83 | |
| Redundant 'public' modifier. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 35 | |
| Expected an @return tag. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Expected an @return tag. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Expected @param tag for 'businessObjectClass'. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Expected an @return tag. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Expected @param tag for 'jobName'. | 58 | |
| Expected an @return tag. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Expected @param tag for 'businessObjectInterfaceClass'. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 80 | |
| Redundant 'public' modifier. | 80 | |
| Expected @param tag for 'businessObjectInterfaceClass'. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Expected an @return tag. | 88 | |
| Line is longer than 80 characters. | 88 | |
| Redundant 'public' modifier. | 88 | |
| Expected @param tag for 'businessObjectInterfaceClass'. | 88 | |
| First sentence should end with a period. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Expected an @return tag. | 97 | |
| Line is longer than 80 characters. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Expected @param tag for '<T>'. | 97 | |
| Expected @param tag for 'businessObjectClass'. | 97 | |
| Expected @param tag for 'fieldValues'. | 97 | |
| Line is longer than 80 characters. | 100 | |
| Expected an @return tag. | 106 | |
| Line is longer than 80 characters. | 106 | |
| Redundant 'public' modifier. | 106 | |
| Expected @param tag for '<T>'. | 106 | |
| Expected @param tag for 'businessObjectClass'. | 107 | |
| Expected @param tag for 'fieldValues'. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Expected an @return tag. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Redundant 'public' modifier. | 118 | |
| Expected @param tag for '<T>'. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Expected @param tag for 'businessObjectClass'. | 119 | |
| Expected @param tag for 'fieldValues'. | 119 | |
| Expected @param tag for 'unbounded'. | 119 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Redundant 'public' modifier. | 129 | |
| Line is longer than 80 characters. | 132 | |
| Expected an @return tag. | 137 | |
| Line is longer than 80 characters. | 137 | |
| Redundant 'public' modifier. | 137 | |
| Expected @param tag for 'inquiryBusinessObjectClass'. | 137 | |
| Expected @param tag for 'parameters'. | 137 | |
| Line is longer than 80 characters. | 140 | |
| Expected an @return tag. | 149 | |
| Line is longer than 80 characters. | 149 | |
| Redundant 'public' modifier. | 149 | |
| Expected @param tag for '<T>'. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Expected @param tag for 'businessObject'. | 150 | |
| Expected @param tag for 'currentInstanceExternalizableBO'. | 150 | |
| Expected @param tag for 'externalizableRelationshipName'. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Expected an @return tag. | 162 | |
| Line is longer than 80 characters. | 162 | |
| Redundant 'public' modifier. | 162 | |
| Expected @param tag for '<T>'. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Expected @param tag for 'businessObject'. | 163 | |
| Expected @param tag for 'externalizableRelationshipName'. | 163 | |
| Expected @param tag for 'externalizableClazz'. | 163 | |
| Expected an @return tag. | 171 | |
| Redundant 'public' modifier. | 171 | |
| Expected @param tag for 'boClass'. | 171 | |
| Expected an @return tag. | 177 | |
| Redundant 'public' modifier. | 177 | |
| Expected @param tag for 'boClass'. | 177 | |
| Expected an @return tag. | 183 | |
| Redundant 'public' modifier. | 183 | |
| Expected @param tag for 'boClass'. | 183 | |
| Expected an @return tag. | 190 | |
| Line is longer than 80 characters. | 190 | |
| Redundant 'public' modifier. | 190 | |
| Expected @param tag for '<T>'. | 190 | |
| Expected @param tag for 'boClass'. | 190 | |
| Line is longer than 80 characters. | 193 | |
| Expected an @return tag. | 195 | |
| Line is longer than 80 characters. | 195 | |
| Redundant 'public' modifier. | 195 | |
| Expected @param tag for '<E>'. | 195 | |
| Expected @param tag for 'externalizableBusinessObjectInterface'. | 195 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 33 | |
| First sentence should end with a period. | 34 | |
| Line has trailing spaces. | 36 | |
| Redundant 'public' modifier. | 39 | |
| Line has trailing spaces. | 40 | |
| First sentence should end with a period. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Redundant 'public' modifier. | 48 | |
| First sentence should end with a period. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Line has trailing spaces. | 59 | |
| First sentence should end with a period. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Redundant 'public' modifier. | 68 | |
| First sentence should end with a period. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Redundant 'public' modifier. | 79 | |
| Line has trailing spaces. | 80 | |
| First sentence should end with a period. | 81 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 88 | |
| Redundant 'public' modifier. | 88 | |
| Line has trailing spaces. | 89 | |
| First sentence should end with a period. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 92 | |
| Redundant 'public' modifier. | 96 | |
| Line has trailing spaces. | 97 | |
| First sentence should end with a period. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line has trailing spaces. | 100 | |
| Line is longer than 80 characters. | 104 | |
| Redundant 'public' modifier. | 104 | |
| First sentence should end with a period. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line has trailing spaces. | 109 | |
| Line is longer than 80 characters. | 114 | |
| Redundant 'public' modifier. | 114 | |
| First sentence should end with a period. | 116 | |
| Line has trailing spaces. | 118 | |
| Expected an @return tag. | 120 | |
| Redundant 'public' modifier. | 120 | |
| Expected @param tag for 'lock'. | 120 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 126 | |
| Line has trailing spaces. | 127 | |
| Line is longer than 80 characters. | 127 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 128 | |
| Redundant 'public' modifier. | 130 | |
| Line is longer than 80 characters. | 133 | |
| Redundant 'public' modifier. | 135 | |
| Redundant 'public' modifier. | 140 | |
| Line has trailing spaces. | 141 | |
| Line is longer than 80 characters. | 147 | |
| Redundant 'public' modifier. | 147 | |
| Expected @param tag for 'document'. | 147 | |
| Expected @param tag for 'user'. | 147 | |
| Expected @param tag for 'documentActions'. | 147 | |
| Line has trailing spaces. | 148 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 34 | |
| 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 | |
| Line is longer than 80 characters. | 37 | |
| 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 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Expected an @return tag. | 43 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Expected @param tag for 'namespaceCode'. | 43 | |
| Expected @param tag for 'parameterName'. | 43 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Expected an @return tag. | 48 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Expected an @return tag. | 57 | |
| Line is longer than 80 characters. | 57 | |
| '(' is followed by whitespace. | 57 | |
| Expected @param tag for 'businessObjectClassName'. | 57 | |
| Expected @param tag for 'attributeName'. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 59 | |
| '(' is followed by whitespace. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 60 | |
| '(' is followed by whitespace. | 60 | |
| ')' is preceded with whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 26 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Redundant 'public' modifier. | 43 | |
| '(' is followed by whitespace. | 43 | |
| Expected @param tag for 'documentNumber'. | 43 | |
| Expected @param tag for 'docFormKey'. | 43 | |
| Expected @param tag for 'userSession'. | 43 | |
| Expected @param tag for 'ipAddress'. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Expected an @return tag. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Expected @param tag for 'userSession'. | 48 | |
| Expected @param tag for 'docId'. | 48 | |
| Line has trailing spaces. | 49 | |
| 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 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Expected @param tag for 'userSession'. | 53 | |
| Expected @param tag for 'document'. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Expected @param tag for 'documentNumber'. | 63 | |
| Expected @param tag for 'docFormKey'. | 63 | |
| Expected @param tag for 'userSession'. | 63 | |
| Expected @param tag for 'ipAddress'. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Expected @param tag for 'form'. | 72 | |
| Expected @param tag for 'userSession'. | 72 | |
| Expected @param tag for 'ipAddress'. | 72 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line has trailing spaces. | 75 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Expected @param tag for 'expirationDate'. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'document'. | 34 | |
| Line has trailing spaces. | 38 | |
| Redundant 'public' modifier. | 42 | |
| Expected @param tag for 'documentTypeName'. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 46 | |
| Redundant 'public' modifier. | 50 | |
| Expected @param tag for 'transactionalDocumentTypeName'. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 54 | |
| Redundant 'public' modifier. | 58 | |
| Expected @param tag for 'transactionalDocumentTypeName'. | 58 | |
| Line is longer than 80 characters. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Expected @param tag for 'document'. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 68 | |
| Redundant 'public' modifier. | 72 | |
| Expected @param tag for 'document'. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Line has trailing spaces. | 76 | |
| Redundant 'public' modifier. | 80 | |
| Expected @param tag for 'docTypeName'. | 80 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 23 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Expected an @return tag. | 46 | |
| Line contains a tab character. | 46 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter key should be final. | 46 | |
| Expected @param tag for 'key'. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| 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 is longer than 80 characters. | 54 | |
| '=' is not preceded with whitespace. | 61 | |
| '=' is not followed by whitespace. | 61 | |
| ';' is not followed by whitespace. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| ';' is not followed by whitespace. | 61 | |
| '-' is not preceded with whitespace. | 62 | |
| '-' is not followed by whitespace. | 62 | |
| '-' is not preceded with whitespace. | 63 | |
| '-' is not followed by whitespace. | 63 | |
| Line is longer than 80 characters. | 68 | |
| '}' should be on the same line. | 69 | |
| Line is longer than 80 characters. | 71 | |
| '}' should be on the same line. | 72 | |
| Line is longer than 80 characters. | 74 | |
| '}' should be on the same line. | 80 | |
| Line is longer than 80 characters. | 82 | |
| ',' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 97 | |
| Method 'getOptionsMap' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter key should be final. | 97 | |
| Line is longer than 80 characters. | 105 | |
| '}' should be on the same line. | 115 | |
| '}' should be on the same line. | 118 | |
| '}' should be on the same line. | 121 | |
| Line is longer than 80 characters. | 130 | |
| Method 'getOptionsMap' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter key should be final. | 130 | |
| Parameter boClass should be final. | 130 | |
| Parameter keyAttribute should be final. | 130 | |
| Parameter labelAttribute should be final. | 130 | |
| Parameter includeKeyInLabel should be final. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| ')' is preceded with whitespace. | 131 | |
| Line has trailing spaces. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Method 'getOptionsMap' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter key should be final. | 134 | |
| Parameter boClass should be final. | 134 | |
| Parameter keyAttribute should be final. | 134 | |
| Parameter labelAttribute should be final. | 134 | |
| Parameter includeBlankRow should be final. | 134 | |
| Parameter includeKeyInLabel should be final. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 153 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Method 'getOptionsMap' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter key should be final. | 156 | |
| Parameter boClass should be final. | 156 | |
| Parameter keyAttribute should be final. | 156 | |
| Parameter labelAttribute should be final. | 156 | |
| Parameter includeBlankRow should be final. | 156 | |
| Expected @param tag for 'includeBlankRow'. | 156 | |
| Parameter includeKeyInLabel should be final. | 156 | |
| Parameter kimTypeId should be final. | 156 | |
| Line is longer than 80 characters. | 164 | |
| Line contains a tab character. | 171 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| 'cast' is not followed by whitespace. | 177 | |
| Line is longer than 80 characters. | 178 | |
| 'cast' is not followed by whitespace. | 178 | |
| Line has trailing spaces. | 179 | |
| Line is longer than 80 characters. | 179 | |
| 'cast' is not followed by whitespace. | 179 | |
| Line is longer than 80 characters. | 180 | |
| 'cast' is not followed by whitespace. | 180 | |
| Line contains a tab character. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line has trailing spaces. | 188 | |
| '}' should be on the same line. | 190 | |
| ',' is not followed by whitespace. | 192 | |
| '}' should be on the same line. | 193 | |
| ',' is not followed by whitespace. | 195 | |
| '}' should be on the same line. | 196 | |
| ',' is not followed by whitespace. | 198 | |
| Method 'encryptValue' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Parameter value should be final. | 209 | |
| Line is longer than 80 characters. | 216 | |
| '}' should be on the same line. | 217 | |
| Line is longer than 80 characters. | 219 | |
| Method 'setCacheValueFinderResults' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter cacheValueFinderResults should be final. | 225 | |
| 'cacheValueFinderResults' hides a field. | 225 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - java.util.Set. | 23 | |
| Redundant import from the same package - org.kuali.rice.kns.util.ErrorMessage. | 28 | |
| Redundant import from the same package - org.kuali.rice.kns.util.MessageMap. | 29 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| First sentence should end with a period. | 48 | |
| Line has trailing spaces. | 50 | |
| Parameter errorMap should be final. | 53 | |
| 'errorMap' hides a field. | 53 | |
| Expected @param tag for 'errorMap'. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Method 'getErrorCount' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 69 | |
| Method 'getErrorPropertyList' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| '>' is not followed by whitespace. | 86 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| 'cast' is not followed by whitespace. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Method 'getRequestErrors' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 80 | |
| Line contains a tab character. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter field should be final. | 85 | |
| Parameter bo should be final. | 85 | |
| Parameter propertyName should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '(' is followed by whitespace. | 99 | |
| ')' is preceded with whitespace. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Avoid inline conditionals. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| '(' is followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| Line is longer than 80 characters. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| Line has trailing spaces. | 112 | |
| First sentence should end with a period. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line has trailing spaces. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Method length is 181 lines (max allowed is 150). | 125 | |
| Parameter businessObjectClass should be final. | 125 | |
| Parameter attributeName should be final. | 125 | |
| Parameter convertForLookup should be final. | 125 | |
| Line contains a tab character. | 126 | |
| Parameter field should be final. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| 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. | 157 | |
| Line contains a tab character. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 204 | |
| 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 | |
| '30' is a magic number. | 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. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| '30' is a magic number. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| '3' is a magic number. | 231 | |
| Line contains a tab character. | 232 | |
| 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. | 238 | |
| '40' is a magic number. | 238 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line is longer than 80 characters. | 243 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line contains a tab character. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line contains a tab character. | 247 | |
| 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. | 251 | |
| Line contains a tab character. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line contains a tab character. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line contains a tab character. | 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 | |
| Line is longer than 80 characters. | 274 | |
| 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 is longer than 80 characters. | 277 | |
| Line contains a tab character. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line is longer than 80 characters. | 292 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line contains a tab character. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 317 | |
| Parameter businessObjectClass should be final. | 317 | |
| Expected @param tag for 'businessObjectClass'. | 317 | |
| Parameter attributeName should be final. | 317 | |
| Expected @param tag for 'attributeName'. | 317 | |
| Parameter convertForLookup should be final. | 317 | |
| Expected @param tag for 'convertForLookup'. | 317 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 324 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 336 | |
| '}' should be on the same line. | 337 | |
| Line contains a tab character. | 339 | |
| Line is longer than 80 characters. | 340 | |
| Line contains a tab character. | 340 | |
| '(' is followed by whitespace. | 340 | |
| ')' is preceded with whitespace. | 340 | |
| Line has trailing spaces. | 345 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line is longer than 80 characters. | 348 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line contains a tab character. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line contains a tab character. | 355 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 357 | |
| Line is longer than 80 characters. | 362 | |
| First sentence should end with a period. | 367 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Line contains a tab character. | 370 | |
| Line has trailing spaces. | 371 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 372 | |
| Line contains a tab character. | 373 | |
| Line has trailing spaces. | 374 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line has trailing spaces. | 376 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line is longer than 80 characters. | 379 | |
| Line contains a tab character. | 379 | |
| Parameter businessObjectClass should be final. | 379 | |
| Parameter attributeName should be final. | 379 | |
| Parameter field should be final. | 379 | |
| Line contains a tab character. | 380 | |
| Line is longer than 80 characters. | 381 | |
| Line contains a tab character. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line contains a tab character. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Line contains a tab character. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line contains a tab character. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line contains a tab character. | 386 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| Line contains a tab character. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Parameter fields should be final. | 402 | |
| Expected @param tag for 'fields'. | 402 | |
| Line is longer than 80 characters. | 407 | |
| Expected an @return tag. | 413 | |
| Line is longer than 80 characters. | 413 | |
| Parameter fields should be final. | 413 | |
| Expected @param tag for 'fields'. | 413 | |
| Parameter numberOfColumns should be final. | 413 | |
| Expected @param tag for 'numberOfColumns'. | 413 | |
| Line contains a tab character. | 419 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 424 | |
| '}' should be on the same line. | 428 | |
| '}' should be on the same line. | 433 | |
| Line contains a tab character. | 445 | |
| 'if' is not followed by whitespace. | 445 | |
| '{' is not preceded with whitespace. | 445 | |
| Line contains a tab character. | 446 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 448 | |
| Line contains a tab character. | 449 | |
| Missing a Javadoc comment. | 455 | |
| Parameter fields should be final. | 455 | |
| '{' is not preceded with whitespace. | 455 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 458 | |
| 'for' is not followed by whitespace. | 458 | |
| ':' is not preceded with whitespace. | 458 | |
| '{' is not preceded with whitespace. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line contains a tab character. | 459 | |
| 'if' is not followed by whitespace. | 459 | |
| '{' is not preceded with whitespace. | 459 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Line contains a tab character. | 464 | |
| Missing a Javadoc comment. | 467 | |
| Parameter fields should be final. | 467 | |
| '{' is not preceded with whitespace. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 470 | |
| 'for' is not followed by whitespace. | 470 | |
| ':' is not preceded with whitespace. | 470 | |
| '{' is not preceded with whitespace. | 470 | |
| Line is longer than 80 characters. | 471 | |
| Line contains a tab character. | 471 | |
| 'if' is not followed by whitespace. | 471 | |
| '{' is not preceded with whitespace. | 471 | |
| Line contains a tab character. | 472 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 476 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 487 | |
| Parameter fieldOnlyList should be final. | 487 | |
| Expected @param tag for 'fieldOnlyList'. | 487 | |
| Parameter rows should be final. | 487 | |
| Expected @param tag for 'rows'. | 487 | |
| Parameter numberOfColumns should be final. | 487 | |
| Expected @param tag for 'numberOfColumns'. | 487 | |
| Parameter fieldsPosition should be final. | 487 | |
| Expected @param tag for 'fieldsPosition'. | 487 | |
| Line is longer than 80 characters. | 493 | |
| First sentence should end with a period. | 504 | |
| Line is longer than 80 characters. | 512 | |
| Parameter name should be final. | 512 | |
| Parameter label should be final. | 512 | |
| Parameter fields should be final. | 512 | |
| Line is longer than 80 characters. | 513 | |
| Line is longer than 80 characters. | 517 | |
| Line is longer than 80 characters. | 522 | |
| Line is longer than 80 characters. | 525 | |
| Parameter name should be final. | 525 | |
| Parameter label should be final. | 525 | |
| Parameter fields should be final. | 525 | |
| Parameter numberOfColumns should be final. | 525 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 540 | |
| Line is longer than 80 characters. | 546 | |
| Parameter fields should be final. | 546 | |
| Parameter bo should be final. | 546 | |
| Line is longer than 80 characters. | 550 | |
| Line contains a tab character. | 550 | |
| Line has trailing spaces. | 552 | |
| Line is longer than 80 characters. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line is longer than 80 characters. | 561 | |
| '}' should be on the same line. | 563 | |
| Line contains a tab character. | 565 | |
| Line has trailing spaces. | 567 | |
| Line is longer than 80 characters. | 568 | |
| Line contains a tab character. | 568 | |
| Line is longer than 80 characters. | 569 | |
| Line contains a tab character. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Line contains a tab character. | 570 | |
| Line is longer than 80 characters. | 571 | |
| Line contains a tab character. | 571 | |
| Line contains a tab character. | 572 | |
| Line is longer than 80 characters. | 574 | |
| Line contains a tab character. | 574 | |
| Line is longer than 80 characters. | 575 | |
| Line contains a tab character. | 575 | |
| Line is longer than 80 characters. | 576 | |
| Line contains a tab character. | 576 | |
| Line is longer than 80 characters. | 577 | |
| Line contains a tab character. | 577 | |
| Line contains a tab character. | 578 | |
| Line is longer than 80 characters. | 586 | |
| Missing a Javadoc comment. | 586 | |
| Parameter field should be final. | 586 | |
| Parameter businessObject should be final. | 586 | |
| '{' is not preceded with whitespace. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line contains a tab character. | 587 | |
| Line contains a tab character. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Line contains a tab character. | 589 | |
| Line contains a tab character. | 590 | |
| Line has trailing spaces. | 591 | |
| Line contains a tab character. | 591 | |
| Line is longer than 80 characters. | 592 | |
| '(' is followed by whitespace. | 593 | |
| ')' is preceded with whitespace. | 593 | |
| Line contains a tab character. | 594 | |
| Line contains a tab character. | 595 | |
| Line is longer than 80 characters. | 596 | |
| Line contains a tab character. | 596 | |
| '(' is followed by whitespace. | 596 | |
| ')' is preceded with whitespace. | 596 | |
| Line is longer than 80 characters. | 597 | |
| Line contains a tab character. | 597 | |
| Line contains a tab character. | 598 | |
| '(' is followed by whitespace. | 598 | |
| ')' is preceded with whitespace. | 598 | |
| Line is longer than 80 characters. | 599 | |
| Line contains a tab character. | 599 | |
| Line contains a tab character. | 600 | |
| Line contains a tab character. | 601 | |
| Line is longer than 80 characters. | 602 | |
| Line contains a tab character. | 602 | |
| '(' is followed by whitespace. | 602 | |
| ')' is preceded with whitespace. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line contains a tab character. | 603 | |
| Line contains a tab character. | 604 | |
| '(' is followed by whitespace. | 604 | |
| ')' is preceded with whitespace. | 604 | |
| Line is longer than 80 characters. | 605 | |
| Line contains a tab character. | 605 | |
| '(' is followed by whitespace. | 605 | |
| ')' is preceded with whitespace. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Line contains a tab character. | 608 | |
| '(' is followed by whitespace. | 608 | |
| ')' is preceded with whitespace. | 608 | |
| Line is longer than 80 characters. | 609 | |
| Line contains a tab character. | 609 | |
| '(' is followed by whitespace. | 609 | |
| ')' is preceded with whitespace. | 609 | |
| Line contains a tab character. | 610 | |
| Line has trailing spaces. | 613 | |
| Missing a Javadoc comment. | 617 | |
| Parameter field should be final. | 617 | |
| Parameter fieldValue should be final. | 617 | |
| '{' is not preceded with whitespace. | 617 | |
| Line is longer than 80 characters. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 622 | |
| Line contains a tab character. | 623 | |
| '}' should be on the same line. | 624 | |
| Line is longer than 80 characters. | 626 | |
| Line contains a tab character. | 626 | |
| '}' should be on the same line. | 628 | |
| Line is longer than 80 characters. | 630 | |
| Line is longer than 80 characters. | 632 | |
| Line is longer than 80 characters. | 637 | |
| 'private' modifier out of order with the JLS suggestions. | 642 | |
| Parameter propertyName should be final. | 642 | |
| Expected @param tag for 'propertyName'. | 642 | |
| Line is longer than 80 characters. | 647 | |
| Line is longer than 80 characters. | 654 | |
| 'private' modifier out of order with the JLS suggestions. | 654 | |
| Parameter bo should be final. | 654 | |
| Expected @param tag for 'bo'. | 654 | |
| Parameter propertyName should be final. | 654 | |
| Expected @param tag for 'propertyName'. | 654 | |
| Line is longer than 80 characters. | 660 | |
| Avoid inline conditionals. | 660 | |
| Line is longer than 80 characters. | 662 | |
| '}' should be on the same line. | 665 | |
| Line is longer than 80 characters. | 667 | |
| Line is longer than 80 characters. | 679 | |
| Line is longer than 80 characters. | 681 | |
| Parameter bo should be final. | 681 | |
| Expected @param tag for 'bo'. | 681 | |
| Parameter propertyName should be final. | 681 | |
| Expected @param tag for 'propertyName'. | 681 | |
| '}' should be on the same line. | 690 | |
| Line is longer than 80 characters. | 701 | |
| Line is longer than 80 characters. | 702 | |
| Line is longer than 80 characters. | 708 | |
| Parameter bo should be final. | 708 | |
| Expected @param tag for 'bo'. | 708 | |
| Parameter fieldValues should be final. | 708 | |
| Expected @param tag for 'fieldValues'. | 708 | |
| Line is longer than 80 characters. | 713 | |
| Line is longer than 80 characters. | 714 | |
| Line is longer than 80 characters. | 718 | |
| Line is longer than 80 characters. | 721 | |
| Parameter bo should be final. | 721 | |
| Expected @param tag for 'bo'. | 721 | |
| Parameter fieldValues should be final. | 721 | |
| Expected @param tag for 'fieldValues'. | 721 | |
| Parameter propertyNamePrefix should be final. | 721 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 729 | |
| Line is longer than 80 characters. | 730 | |
| Line is longer than 80 characters. | 732 | |
| Line is longer than 80 characters. | 733 | |
| Line is longer than 80 characters. | 734 | |
| Line is longer than 80 characters. | 736 | |
| Line is longer than 80 characters. | 738 | |
| Line is longer than 80 characters. | 739 | |
| Line is longer than 80 characters. | 741 | |
| Line is longer than 80 characters. | 746 | |
| Line is longer than 80 characters. | 747 | |
| '}' should be on the same line. | 748 | |
| Line is longer than 80 characters. | 749 | |
| ')' is preceded with whitespace. | 749 | |
| Line is longer than 80 characters. | 750 | |
| Line is longer than 80 characters. | 751 | |
| Line contains a tab character. | 753 | |
| Line is longer than 80 characters. | 754 | |
| '}' should be on the same line. | 755 | |
| Line is longer than 80 characters. | 757 | |
| Line is longer than 80 characters. | 758 | |
| '}' should be on the same line. | 762 | |
| '}' should be on the same line. | 766 | |
| '}' should be on the same line. | 770 | |
| Line is longer than 80 characters. | 780 | |
| Line is longer than 80 characters. | 783 | |
| Line is longer than 80 characters. | 789 | |
| More than 7 parameters. | 789 | |
| Parameter field should be final. | 789 | |
| Parameter keyFieldNames should be final. | 789 | |
| Parameter namePrefix should be final. | 789 | |
| Parameter maintenanceAction should be final. | 789 | |
| Parameter readOnly should be final. | 789 | |
| Parameter auths should be final. | 789 | |
| Expected @param tag for 'auths'. | 789 | |
| Parameter documentStatus should be final. | 789 | |
| Expected @param tag for 'documentStatus'. | 789 | |
| Parameter documentInitiatorPrincipalId should be final. | 789 | |
| Expected @param tag for 'documentInitiatorPrincipalId'. | 789 | |
| Line is longer than 80 characters. | 791 | |
| Line is longer than 80 characters. | 794 | |
| Line is longer than 80 characters. | 795 | |
| Line is longer than 80 characters. | 796 | |
| Line is longer than 80 characters. | 797 | |
| '}' should be on the same line. | 799 | |
| Line is longer than 80 characters. | 801 | |
| Line is longer than 80 characters. | 810 | |
| '(' is followed by whitespace. | 810 | |
| ')' is preceded with whitespace. | 810 | |
| Line contains a tab character. | 811 | |
| ')' is preceded with whitespace. | 811 | |
| Line contains a tab character. | 812 | |
| Line contains a tab character. | 813 | |
| Line is longer than 80 characters. | 814 | |
| Line contains a tab character. | 814 | |
| '(' is followed by whitespace. | 814 | |
| '(' is followed by whitespace. | 814 | |
| ')' is preceded with whitespace. | 814 | |
| Line is longer than 80 characters. | 815 | |
| Line contains a tab character. | 815 | |
| ')' is preceded with whitespace. | 815 | |
| ')' is preceded with whitespace. | 815 | |
| Line is longer than 80 characters. | 816 | |
| Line contains a tab character. | 816 | |
| Line contains a tab character. | 817 | |
| Line contains a tab character. | 818 | |
| Line contains a tab character. | 819 | |
| Line contains a tab character. | 820 | |
| Line is longer than 80 characters. | 823 | |
| Line is longer than 80 characters. | 824 | |
| Line is longer than 80 characters. | 830 | |
| Line is longer than 80 characters. | 834 | |
| Line is longer than 80 characters. | 835 | |
| Line is longer than 80 characters. | 838 | |
| Line is longer than 80 characters. | 839 | |
| Line is longer than 80 characters. | 842 | |
| Line is longer than 80 characters. | 853 | |
| Line is longer than 80 characters. | 857 | |
| Line is longer than 80 characters. | 858 | |
| Line is longer than 80 characters. | 862 | |
| Line is longer than 80 characters. | 863 | |
| Line is longer than 80 characters. | 865 | |
| Line is longer than 80 characters. | 868 | |
| Line is longer than 80 characters. | 877 | |
| Line contains a tab character. | 877 | |
| '(' is followed by whitespace. | 877 | |
| ')' is preceded with whitespace. | 877 | |
| Line contains a tab character. | 878 | |
| '(' is followed by whitespace. | 878 | |
| ')' is preceded with whitespace. | 878 | |
| Line is longer than 80 characters. | 879 | |
| Line contains a tab character. | 879 | |
| '(' is followed by whitespace. | 879 | |
| '(' is followed by whitespace. | 879 | |
| ')' is preceded with whitespace. | 879 | |
| ')' is preceded with whitespace. | 879 | |
| Line is longer than 80 characters. | 880 | |
| Line contains a tab character. | 880 | |
| '(' is followed by whitespace. | 880 | |
| '(' is followed by whitespace. | 880 | |
| ')' is preceded with whitespace. | 880 | |
| ')' is preceded with whitespace. | 880 | |
| Line contains a tab character. | 881 | |
| Line is longer than 80 characters. | 882 | |
| Line contains a tab character. | 882 | |
| Line is longer than 80 characters. | 883 | |
| Line contains a tab character. | 883 | |
| Line contains a tab character. | 884 | |
| Comment matches to-do format 'TODO:'. | 886 | |
| Line is longer than 80 characters. | 886 | |
| Line is longer than 80 characters. | 893 | |
| Line is longer than 80 characters. | 897 | |
| Line has trailing spaces. | 898 | |
| Line is longer than 80 characters. | 898 | |
| Line is longer than 80 characters. | 901 | |
| Line is longer than 80 characters. | 902 | |
| Line is longer than 80 characters. | 905 | |
| Line is longer than 80 characters. | 912 | |
| Line is longer than 80 characters. | 917 | |
| Line is longer than 80 characters. | 922 | |
| Line is longer than 80 characters. | 924 | |
| Line is longer than 80 characters. | 937 | |
| Missing a Javadoc comment. | 937 | |
| Parameter field should be final. | 937 | |
| Parameter maintenanceAction should be final. | 937 | |
| Parameter auths should be final. | 937 | |
| Parameter documentStatus should be final. | 937 | |
| Parameter documentInitiatorPrincipalId should be final. | 937 | |
| Line contains a tab character. | 938 | |
| Line contains a tab character. | 939 | |
| Line contains a tab character. | 940 | |
| Line is longer than 80 characters. | 942 | |
| Line is longer than 80 characters. | 943 | |
| Line is longer than 80 characters. | 944 | |
| Line is longer than 80 characters. | 949 | |
| 'if' is not followed by whitespace. | 949 | |
| '{' is not preceded with whitespace. | 949 | |
| Line is longer than 80 characters. | 950 | |
| Line contains a tab character. | 950 | |
| 'if' is not followed by whitespace. | 950 | |
| Line is longer than 80 characters. | 951 | |
| Line contains a tab character. | 951 | |
| '{' is not preceded with whitespace. | 951 | |
| Must have at least one statement. | 951 | |
| Line contains a tab character. | 953 | |
| Line contains a tab character. | 954 | |
| 'else' is not preceded with whitespace. | 954 | |
| '}' is not followed by whitespace. | 954 | |
| 'else' is not followed by whitespace. | 954 | |
| '{' is not preceded with whitespace. | 954 | |
| Line contains a tab character. | 955 | |
| 'if' is not followed by whitespace. | 955 | |
| '{' is not preceded with whitespace. | 955 | |
| Line contains a tab character. | 956 | |
| Line contains a tab character. | 957 | |
| Line is longer than 80 characters. | 958 | |
| Line contains a tab character. | 958 | |
| Line is longer than 80 characters. | 959 | |
| Line contains a tab character. | 959 | |
| Line contains a tab character. | 960 | |
| Line is longer than 80 characters. | 961 | |
| Line contains a tab character. | 961 | |
| Line contains a tab character. | 962 | |
| '}' should be on the same line. | 962 | |
| Line contains a tab character. | 963 | |
| 'if' is not followed by whitespace. | 963 | |
| '{' is not preceded with whitespace. | 963 | |
| Line contains a tab character. | 964 | |
| Line contains a tab character. | 965 | |
| Line is longer than 80 characters. | 966 | |
| Line contains a tab character. | 966 | |
| Line is longer than 80 characters. | 967 | |
| Line contains a tab character. | 967 | |
| Line contains a tab character. | 968 | |
| Line is longer than 80 characters. | 969 | |
| Line contains a tab character. | 969 | |
| Line contains a tab character. | 970 | |
| Line contains a tab character. | 971 | |
| Line is longer than 80 characters. | 974 | |
| Line is longer than 80 characters. | 975 | |
| Line contains a tab character. | 975 | |
| Line contains a tab character. | 976 | |
| 'if' is not followed by whitespace. | 976 | |
| '{' is not preceded with whitespace. | 976 | |
| Line contains a tab character. | 977 | |
| Line contains a tab character. | 978 | |
| Line is longer than 80 characters. | 979 | |
| Line contains a tab character. | 979 | |
| Line is longer than 80 characters. | 980 | |
| Line contains a tab character. | 980 | |
| Line contains a tab character. | 981 | |
| Line is longer than 80 characters. | 982 | |
| Line contains a tab character. | 982 | |
| Line contains a tab character. | 983 | |
| '}' should be on the same line. | 983 | |
| Line contains a tab character. | 984 | |
| 'if' is not followed by whitespace. | 984 | |
| '{' is not preceded with whitespace. | 984 | |
| Line contains a tab character. | 985 | |
| Line contains a tab character. | 986 | |
| Line is longer than 80 characters. | 987 | |
| Line contains a tab character. | 987 | |
| Line is longer than 80 characters. | 988 | |
| Line contains a tab character. | 988 | |
| Line contains a tab character. | 989 | |
| Line is longer than 80 characters. | 990 | |
| Line contains a tab character. | 990 | |
| Line contains a tab character. | 991 | |
| Line is longer than 80 characters. | 994 | |
| Line is longer than 80 characters. | 995 | |
| Line contains a tab character. | 995 | |
| Line is longer than 80 characters. | 996 | |
| Line is longer than 80 characters. | 998 | |
| '}' should be on the same line. | 1001 | |
| Line is longer than 80 characters. | 1009 | |
| 'if' is not followed by whitespace. | 1009 | |
| '{' is not preceded with whitespace. | 1009 | |
| Line contains a tab character. | 1010 | |
| Line is longer than 80 characters. | 1013 | |
| Line is longer than 80 characters. | 1020 | |
| '}' should be on the same line. | 1022 | |
| Line is longer than 80 characters. | 1023 | |
| Line is longer than 80 characters. | 1024 | |
| Line is longer than 80 characters. | 1025 | |
| 'if' is not followed by whitespace. | 1029 | |
| '{' is not preceded with whitespace. | 1029 | |
| Line is longer than 80 characters. | 1032 | |
| 'if' is not followed by whitespace. | 1039 | |
| '{' is not preceded with whitespace. | 1039 | |
| Line is longer than 80 characters. | 1042 | |
| Line is longer than 80 characters. | 1065 | |
| More than 7 parameters. | 1065 | |
| Parameter oldSections should be final. | 1065 | |
| Expected @param tag for 'oldSections'. | 1065 | |
| Parameter newSections should be final. | 1065 | |
| Expected @param tag for 'newSections'. | 1065 | |
| Parameter keyFieldNames should be final. | 1065 | |
| Expected @param tag for 'keyFieldNames'. | 1065 | |
| Parameter maintenanceAction should be final. | 1065 | |
| Expected @param tag for 'maintenanceAction'. | 1065 | |
| Parameter readOnly should be final. | 1065 | |
| Expected @param tag for 'readOnly'. | 1065 | |
| Parameter auths should be final. | 1065 | |
| Expected @param tag for 'auths'. | 1065 | |
| Parameter documentStatus should be final. | 1065 | |
| Expected @param tag for 'documentStatus'. | 1065 | |
| Parameter documentInitiatorPrincipalId should be final. | 1065 | |
| Expected @param tag for 'documentInitiatorPrincipalId'. | 1065 | |
| Line is longer than 80 characters. | 1074 | |
| Line is longer than 80 characters. | 1077 | |
| Line is longer than 80 characters. | 1086 | |
| Line is longer than 80 characters. | 1095 | |
| More than 7 parameters. | 1095 | |
| Parameter oldRows should be final. | 1095 | |
| Expected @param tag for 'oldRows'. | 1095 | |
| Parameter newRows should be final. | 1095 | |
| Expected @param tag for 'newRows'. | 1095 | |
| Parameter keyFieldNames should be final. | 1095 | |
| Expected @param tag for 'keyFieldNames'. | 1095 | |
| Parameter maintenanceAction should be final. | 1095 | |
| Expected @param tag for 'maintenanceAction'. | 1095 | |
| Parameter readOnly should be final. | 1095 | |
| Expected @param tag for 'readOnly'. | 1095 | |
| Parameter auths should be final. | 1095 | |
| Expected @param tag for 'auths'. | 1095 | |
| Parameter documentStatus should be final. | 1095 | |
| Expected @param tag for 'documentStatus'. | 1095 | |
| Parameter documentInitiatorPrincipalId should be final. | 1095 | |
| Expected @param tag for 'documentInitiatorPrincipalId'. | 1095 | |
| Line is longer than 80 characters. | 1109 | |
| Line is longer than 80 characters. | 1125 | |
| Line is longer than 80 characters. | 1134 | |
| More than 7 parameters. | 1134 | |
| Parameter oldFields should be final. | 1134 | |
| Expected @param tag for 'oldFields'. | 1134 | |
| Parameter newFields should be final. | 1134 | |
| Expected @param tag for 'newFields'. | 1134 | |
| Parameter keyFieldNames should be final. | 1134 | |
| Expected @param tag for 'keyFieldNames'. | 1134 | |
| Parameter maintenanceAction should be final. | 1134 | |
| Expected @param tag for 'maintenanceAction'. | 1134 | |
| Parameter readOnly should be final. | 1134 | |
| Expected @param tag for 'readOnly'. | 1134 | |
| Parameter auths should be final. | 1134 | |
| Expected @param tag for 'auths'. | 1134 | |
| Parameter documentStatus should be final. | 1134 | |
| Expected @param tag for 'documentStatus'. | 1134 | |
| Parameter documentInitiatorPrincipalId should be final. | 1134 | |
| Expected @param tag for 'documentInitiatorPrincipalId'. | 1134 | |
| Line is longer than 80 characters. | 1143 | |
| '}' should be on the same line. | 1146 | |
| Line is longer than 80 characters. | 1150 | |
| '}' should be on the same line. | 1151 | |
| Line is longer than 80 characters. | 1153 | |
| '}' should be on the same line. | 1156 | |
| Line is longer than 80 characters. | 1158 | |
| Line is longer than 80 characters. | 1160 | |
| Line is longer than 80 characters. | 1163 | |
| Line is longer than 80 characters. | 1164 | |
| Line is longer than 80 characters. | 1165 | |
| Line is longer than 80 characters. | 1166 | |
| Line is longer than 80 characters. | 1170 | |
| Line is longer than 80 characters. | 1176 | |
| Line is longer than 80 characters. | 1181 | |
| Line is longer than 80 characters. | 1191 | |
| Line is longer than 80 characters. | 1194 | |
| Line is longer than 80 characters. | 1195 | |
| Line is longer than 80 characters. | 1199 | |
| Line is longer than 80 characters. | 1202 | |
| Parameter businessObjectClass should be final. | 1202 | |
| Parameter attributeName should be final. | 1202 | |
| Line is longer than 80 characters. | 1207 | |
| Line is longer than 80 characters. | 1209 | |
| Line is longer than 80 characters. | 1210 | |
| Line is longer than 80 characters. | 1211 | |
| Line is longer than 80 characters. | 1215 | |
| Line is longer than 80 characters. | 1218 | |
| Parameter businessObjectClass should be final. | 1218 | |
| Parameter attributeName should be final. | 1218 | |
| Line is longer than 80 characters. | 1222 | |
| Missing a Javadoc comment. | 1222 | |
| Parameter lookupFieldAttributeList should be final. | 1222 | |
| Parameter readOnlyFieldsList should be final. | 1222 | |
| Parameter businessObjectClass should be final. | 1222 | |
| Line is longer than 80 characters. | 1224 | |
| Line contains a tab character. | 1230 | |
| Line contains a tab character. | 1231 | |
| Line contains a tab character. | 1232 | |
| Line contains a tab character. | 1233 | |
| 'if' is not followed by whitespace. | 1233 | |
| '{' is not preceded with whitespace. | 1233 | |
| Line is longer than 80 characters. | 1234 | |
| Line contains a tab character. | 1234 | |
| Line contains a tab character. | 1235 | |
| 'for' is not followed by whitespace. | 1235 | |
| '{' is not preceded with whitespace. | 1235 | |
| Line is longer than 80 characters. | 1236 | |
| Line contains a tab character. | 1236 | |
| Line is longer than 80 characters. | 1237 | |
| Line contains a tab character. | 1237 | |
| Line contains a tab character. | 1238 | |
| Line contains a tab character. | 1239 | |
| 'for' is not followed by whitespace. | 1241 | |
| '(' is followed by whitespace. | 1241 | |
| ')' is preceded with whitespace. | 1241 | |
| '{' should be on the previous line. | 1242 | |
| Line is longer than 80 characters. | 1243 | |
| 'if' is not followed by whitespace. | 1245 | |
| Line contains a tab character. | 1247 | |
| Line contains a tab character. | 1248 | |
| Line is longer than 80 characters. | 1252 | |
| Line is longer than 80 characters. | 1253 | |
| Line contains a tab character. | 1253 | |
| Line is longer than 80 characters. | 1254 | |
| Line contains a tab character. | 1254 | |
| '}' should be on the same line. | 1255 | |
| Line is longer than 80 characters. | 1257 | |
| Line contains a tab character. | 1257 | |
| Line is longer than 80 characters. | 1260 | |
| Line is longer than 80 characters. | 1261 | |
| Line is longer than 80 characters. | 1263 | |
| Line contains a tab character. | 1265 | |
| '100' is a magic number. | 1265 | |
| Line is longer than 80 characters. | 1268 | |
| Line is longer than 80 characters. | 1269 | |
| Line contains a tab character. | 1270 | |
| Line contains a tab character. | 1271 | |
| Line is longer than 80 characters. | 1274 | |
| Line is longer than 80 characters. | 1280 | |
| Line is longer than 80 characters. | 1281 | |
| Line is longer than 80 characters. | 1283 | |
| Line is longer than 80 characters. | 1284 | |
| Line is longer than 80 characters. | 1286 | |
| '(' is followed by whitespace. | 1286 | |
| Line is longer than 80 characters. | 1287 | |
| Line contains a tab character. | 1287 | |
| '(' is followed by whitespace. | 1287 | |
| Line contains a tab character. | 1288 | |
| Line is longer than 80 characters. | 1292 | |
| Line is longer than 80 characters. | 1294 | |
| Line contains a tab character. | 1294 | |
| Line contains a tab character. | 1295 | |
| Line contains a tab character. | 1296 | |
| Line has trailing spaces. | 1297 | |
| Line is longer than 80 characters. | 1298 | |
| Line is longer than 80 characters. | 1301 | |
| Line is longer than 80 characters. | 1302 | |
| Line has trailing spaces. | 1303 | |
| Line contains a tab character. | 1310 | |
| Line contains a tab character. | 1311 | |
| Line contains a tab character. | 1312 | |
| Line contains a tab character. | 1313 | |
| Line contains a tab character. | 1314 | |
| Line contains a tab character. | 1315 | |
| Line contains a tab character. | 1316 | |
| Line contains a tab character. | 1317 | |
| Line contains a tab character. | 1318 | |
| Line contains a tab character. | 1319 | |
| Line is longer than 80 characters. | 1320 | |
| Line contains a tab character. | 1320 | |
| Parameter businessObjectClass should be final. | 1320 | |
| Expected @param tag for 'businessObjectClass'. | 1320 | |
| Parameter attributeName should be final. | 1320 | |
| Expected @param tag for 'attributeName'. | 1320 | |
| Parameter field should be final. | 1320 | |
| Expected @param tag for 'field'. | 1320 | |
| Line contains a tab character. | 1321 | |
| Expected @throws tag for 'InstantiationException'. | 1321 | |
| Expected @throws tag for 'IllegalAccessException'. | 1321 | |
| Line is longer than 80 characters. | 1322 | |
| Line contains a tab character. | 1322 | |
| Line is longer than 80 characters. | 1323 | |
| Line contains a tab character. | 1323 | |
| Line contains a tab character. | 1324 | |
| Line is longer than 80 characters. | 1325 | |
| Line contains a tab character. | 1325 | |
| Line contains a tab character. | 1326 | |
| Line is longer than 80 characters. | 1327 | |
| Line contains a tab character. | 1327 | |
| Line contains a tab character. | 1328 | |
| Line contains a tab character. | 1330 | |
| Line contains a tab character. | 1331 | |
| 'if' construct must use '{}'s. | 1332 | |
| Line contains a tab character. | 1332 | |
| Line is longer than 80 characters. | 1333 | |
| Line contains a tab character. | 1333 | |
| Line is longer than 80 characters. | 1334 | |
| Line contains a tab character. | 1334 | |
| Line contains a tab character. | 1335 | |
| Line is longer than 80 characters. | 1336 | |
| Line contains a tab character. | 1336 | |
| '+' is not preceded with whitespace. | 1336 | |
| '+' is not followed by whitespace. | 1336 | |
| '+' is not preceded with whitespace. | 1336 | |
| '+' should be on a new line. | 1336 | |
| Line is longer than 80 characters. | 1337 | |
| Line contains a tab character. | 1337 | |
| '+' is not preceded with whitespace. | 1337 | |
| '+' is not followed by whitespace. | 1337 | |
| '+' is not preceded with whitespace. | 1337 | |
| '+' is not followed by whitespace. | 1337 | |
| Line contains a tab character. | 1338 | |
| Line contains a tab character. | 1339 | |
| Line contains a tab character. | 1340 | |
| Line contains a tab character. | 1341 | |
| First sentence should end with a period. | 1344 | |
| Line contains a tab character. | 1344 | |
| Line contains a tab character. | 1345 | |
| Line contains a tab character. | 1346 | |
| Line contains a tab character. | 1347 | |
| Line contains a tab character. | 1348 | |
| Line contains a tab character. | 1349 | |
| Parameter field should be final. | 1349 | |
| Expected @param tag for 'field'. | 1349 | |
| Line contains a tab character. | 1350 | |
| 'cast' is not followed by whitespace. | 1350 | |
| Line is longer than 80 characters. | 1351 | |
| Line contains a tab character. | 1351 | |
| '+' is not preceded with whitespace. | 1351 | |
| '+' is not followed by whitespace. | 1351 | |
| '+' is not preceded with whitespace. | 1351 | |
| '+' is not followed by whitespace. | 1351 | |
| Line is longer than 80 characters. | 1352 | |
| Line contains a tab character. | 1352 | |
| '+' is not preceded with whitespace. | 1352 | |
| '+' is not followed by whitespace. | 1352 | |
| '+' is not preceded with whitespace. | 1352 | |
| '+' is not followed by whitespace. | 1352 | |
| Line is longer than 80 characters. | 1353 | |
| Line contains a tab character. | 1353 | |
| '+' is not preceded with whitespace. | 1353 | |
| '+' is not followed by whitespace. | 1353 | |
| Line contains a tab character. | 1354 | |
| Line contains a tab character. | 1355 | |
| Line is longer than 80 characters. | 1357 | |
| Missing a Javadoc comment. | 1357 | |
| More than 7 parameters. | 1357 | |
| Parameter oldMaintField should be final. | 1357 | |
| Parameter newMaintField should be final. | 1357 | |
| Parameter keyFieldNames should be final. | 1357 | |
| Parameter maintenanceAction should be final. | 1357 | |
| Parameter readOnly should be final. | 1357 | |
| Parameter auths should be final. | 1357 | |
| Parameter documentStatus should be final. | 1357 | |
| Parameter documentInitiatorPrincipalId should be final. | 1357 | |
| Line is longer than 80 characters. | 1359 | |
| Line is longer than 80 characters. | 1364 | |
| Line is longer than 80 characters. | 1365 | |
| Line is longer than 80 characters. | 1366 | |
| Line is longer than 80 characters. | 1371 | |
| Line is longer than 80 characters. | 1373 | |
| Line is longer than 80 characters. | 1375 | |
| Line is longer than 80 characters. | 1376 | |
| '}' should be on the same line. | 1378 | |
| First sentence should end with a period. | 1385 | |
| Line is longer than 80 characters. | 1386 | |
| Line is longer than 80 characters. | 1392 | |
| Redundant 'final' modifier. | 1392 | |
| 'public' modifier out of order with the JLS suggestions. | 1392 | |
| Parameter field should be final. | 1392 | |
| Parameter parents should be final. | 1392 | |
| Expected @param tag for 'parents'. | 1392 | |
| Parameter definition should be final. | 1392 | |
| Expected @param tag for 'definition'. | 1392 | |
| Line is longer than 80 characters. | 1393 | |
| Line is longer than 80 characters. | 1394 | |
| Line is longer than 80 characters. | 1395 | |
| Line is longer than 80 characters. | 1399 | |
| Expected an @return tag. | 1405 | |
| Line is longer than 80 characters. | 1405 | |
| Redundant 'final' modifier. | 1405 | |
| 'public' modifier out of order with the JLS suggestions. | 1405 | |
| Parameter definition should be final. | 1405 | |
| Expected @param tag for 'definition'. | 1405 | |
| Line is longer than 80 characters. | 1406 | |
| Line is longer than 80 characters. | 1410 | |
| Parameter s should be final. | 1416 | |
| Missing a Javadoc comment. | 1420 | |
| Line contains a tab character. | 1421 | |
| Line is longer than 80 characters. | 1422 | |
| Line contains a tab character. | 1422 | |
| Line contains a tab character. | 1423 | |
| Line contains a tab character. | 1424 | |
| Line is longer than 80 characters. | 1427 | |
| Missing a Javadoc comment. | 1427 | |
| Line contains a tab character. | 1428 | |
| Line is longer than 80 characters. | 1429 | |
| Line contains a tab character. | 1429 | |
| Line contains a tab character. | 1430 | |
| Line contains a tab character. | 1431 | |
| Line is longer than 80 characters. | 1434 | |
| Missing a Javadoc comment. | 1434 | |
| Line contains a tab character. | 1435 | |
| Line is longer than 80 characters. | 1436 | |
| Line contains a tab character. | 1436 | |
| Line contains a tab character. | 1437 | |
| Line contains a tab character. | 1438 | |
| Missing a Javadoc comment. | 1441 | |
| Line contains a tab character. | 1442 | |
| Line is longer than 80 characters. | 1443 | |
| Line contains a tab character. | 1443 | |
| Line contains a tab character. | 1444 | |
| Line contains a tab character. | 1445 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Utility classes should not have a public or default constructor. | 29 | |
| Line is longer than 80 characters. | 31 | |
| 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 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 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 is longer than 80 characters. | 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. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 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 has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| ',' is not followed by whitespace. | 56 | |
| ',' is not followed by whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Parameter message should be final. | 81 | |
| First sentence should end with a period. | 85 | |
| Parameter userSession should be final. | 90 | |
| Expected @param tag for 'userSession'. | 90 | |
| Line has trailing spaces. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Line contains a tab character. | 95 | |
| First sentence should end with a period. | 98 | |
| Parameter messageMap should be final. | 102 | |
| Expected @param tag for 'messageMap'. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line has trailing spaces. | 107 | |
| First sentence should end with a period. | 108 | |
| Parameter messageMap should be final. | 113 | |
| Expected @param tag for 'messageMap'. | 113 | |
| Line contains a tab character. | 114 | |
| First sentence should end with a period. | 124 | |
| Parameter messageList should be final. | 129 | |
| Expected @param tag for 'messageList'. | 129 | |
| First sentence should end with a period. | 140 | |
| Line is longer than 80 characters. | 145 | |
| Parameter errorMap should be final. | 145 | |
| Expected @param tag for 'errorMap'. | 145 | |
| First sentence should end with a period. | 156 | |
| Parameter kualiForm should be final. | 161 | |
| Expected @param tag for 'kualiForm'. | 161 | |
| Line contains a tab character. | 162 | |
| Missing a Javadoc comment. | 165 | |
| '(' is followed by whitespace. | 165 | |
| Parameter cacheName should be final. | 165 | |
| ')' is preceded with whitespace. | 165 | |
| Line contains a tab character. | 166 | |
| Missing a Javadoc comment. | 169 | |
| '(' is followed by whitespace. | 169 | |
| Parameter cacheName should be final. | 169 | |
| Parameter cacheObject should be final. | 169 | |
| ')' is preceded with whitespace. | 169 | |
| Line contains a tab character. | 170 | |
| First sentence should end with a period. | 174 | |
| ',' is not followed by whitespace. | 181 | |
| ')' is preceded with whitespace. | 181 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 39 | |
| Expected an @return tag. | 42 | |
| Line is longer than 80 characters. | 42 | |
| Parameter inactiveRecordDisplay should be final. | 42 | |
| Parameter collectionName should be final. | 42 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 49 | |
| '(' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '}' should be on the same line. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 67 | |
| First sentence should end with a period. | 68 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Parameter inactiveRecordDisplay should be final. | 75 | |
| Parameter collectionName should be final. | 75 | |
| Parameter showInactive should be final. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 80 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line has trailing spaces. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Parameter collectionName should be final. | 86 | |
| Line contains a tab character. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter errorMap should be final. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Expected an @return tag. | 35 | |
| Line contains a tab character. | 35 | |
| Method 'getMessageCount' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Expected an @return tag. | 43 | |
| Line contains a tab character. | 43 | |
| Method 'getMessagePropertyList' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Expected an @return tag. | 51 | |
| Line contains a tab character. | 51 | |
| Method 'getMessagePropertyNames' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Expected an @return tag. | 59 | |
| Line contains a tab character. | 59 | |
| Method 'getMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line contains a tab character. | 60 | |
| Parameter propertyName should be final. | 60 | |
| Expected @param tag for 'propertyName'. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'final' modifier. | 46 | |
| 'static' modifier out of order with the JLS suggestions. | 46 | |
| Parameter clazz should be final. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 64 | |
| Expected an @return tag. | 66 | |
| Line is longer than 80 characters. | 66 | |
| Redundant 'final' modifier. | 66 | |
| 'static' modifier out of order with the JLS suggestions. | 66 | |
| Parameter fullFileNames should be final. | 66 | |
| Expected @param tag for 'fullFileNames'. | 66 | |
| Line is longer than 80 characters. | 71 | |
| '}' should be on the same line. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 81 | |
| Line is longer than 80 characters. | 83 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Redundant 'final' modifier. | 88 | |
| 'static' modifier out of order with the JLS suggestions. | 88 | |
| Parameter decimalNumber should be final. | 88 | |
| Expected @param tag for 'decimalNumber'. | 88 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter numberStr should be final. | 96 | |
| '{' is not preceded with whitespace. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| 'try' is not followed by whitespace. | 98 | |
| '{' is not preceded with whitespace. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| 'catch' is not followed by whitespace. | 100 | |
| '{' is not preceded with whitespace. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter clazz should be final. | 107 | |
| Parameter argumentClasses should be final. | 107 | |
| Parameter argumentValues should be final. | 107 | |
| 'if' construct must use '{}'s. | 108 | |
| Line contains a tab character. | 108 | |
| 'if' is not followed by whitespace. | 108 | |
| '==' is not preceded with whitespace. | 108 | |
| '==' is not followed by whitespace. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter list should be final. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| 'if' construct must use '{}'s. | 119 | |
| Line contains a tab character. | 119 | |
| 'if' is not followed by whitespace. | 119 | |
| '==' is not preceded with whitespace. | 119 | |
| '==' is not followed by whitespace. | 119 | |
| '==' is not preceded with whitespace. | 119 | |
| '==' is not followed by whitespace. | 119 | |
| Line contains a tab character. | 121 | |
| '+' is not preceded with whitespace. | 121 | |
| '+' should be on a new line. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' is not followed by whitespace. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' is not followed by whitespace. | 122 | |
| '+' is not preceded with whitespace. | 122 | |
| '+' should be on a new line. | 122 | |
| Line contains a tab character. | 123 | |
| 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 | |
| Line contains a tab character. | 127 | |
| Line is longer than 80 characters. | 128 | |
| 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 has trailing spaces. | 132 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Expected an @return tag. | 139 | |
| Line contains a tab character. | 139 | |
| Parameter clazz should be final. | 139 | |
| Expected @param tag for 'clazz'. | 139 | |
| Line is longer than 80 characters. | 140 | |
| 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 is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line has trailing spaces. | 146 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Missing a Javadoc comment. | 147 | |
| '(' is followed by whitespace. | 147 | |
| Parameter clazz should be final. | 147 | |
| Line contains a tab character. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| Missing a Javadoc comment. | 154 | |
| '(' is followed by whitespace. | 154 | |
| Parameter clazz should be final. | 154 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Missing a Javadoc comment. | 161 | |
| '(' is followed by whitespace. | 161 | |
| Parameter clazz should be final. | 161 | |
| Line contains a tab character. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line has trailing spaces. | 167 | |
| Line contains a tab character. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line contains a tab character. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter clazz should be final. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line is longer than 80 characters. | 172 | |
| Line contains a tab character. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter clazz should be final. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kew.exception.WorkflowException. | 22 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| 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. | 68 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 82 | |
| Expected an @return tag. | 85 | |
| Line is longer than 80 characters. | 85 | |
| Parameter sections should be final. | 85 | |
| Parameter collectionName should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Expected an @return tag. | 114 | |
| Line is longer than 80 characters. | 114 | |
| Parameter sections should be final. | 114 | |
| Parameter collectionName should be final. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter items should be final. | 125 | |
| Parameter collectionNameParts should be final. | 125 | |
| Parameter collectionNameIndex should be final. | 125 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 160 | |
| Redundant 'final' modifier. | 160 | |
| Parameter businessObject should be final. | 160 | |
| Expected @param tag for 'businessObject'. | 160 | |
| Parameter attributeName should be final. | 160 | |
| Expected @param tag for 'attributeName'. | 160 | |
| Parameter maintainableFieldDefinition should be final. | 160 | |
| Expected @param tag for 'maintainableFieldDefinition'. | 160 | |
| Parameter field should be final. | 160 | |
| Expected @param tag for 'field'. | 160 | |
| Parameter displayedFieldNames should be final. | 160 | |
| Expected @param tag for 'displayedFieldNames'. | 160 | |
| Parameter srr should be final. | 160 | |
| Expected @param tag for 'srr'. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Redundant 'final' modifier. | 175 | |
| More than 7 parameters. | 175 | |
| Parameter businessObject should be final. | 175 | |
| Parameter collectionName should be final. | 175 | |
| Parameter addLine should be final. | 175 | |
| Parameter index should be final. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Parameter attributeName should be final. | 176 | |
| Parameter field should be final. | 176 | |
| Parameter displayedFieldNames should be final. | 176 | |
| Parameter maintainable should be final. | 176 | |
| Parameter maintainableFieldDefinition should be final. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter originalFieldConversions should be final. | 204 | |
| Parameter collectionPrefix should be final. | 204 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Redundant 'final' modifier. | 227 | |
| Parameter businessObject should be final. | 227 | |
| Parameter attributeName should be final. | 227 | |
| Parameter maintainableFieldDefinition should be final. | 227 | |
| Parameter field should be final. | 227 | |
| Parameter displayedFieldNames should be final. | 227 | |
| Line is longer than 80 characters. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Redundant 'final' modifier. | 231 | |
| More than 7 parameters. | 231 | |
| Parameter businessObject should be final. | 231 | |
| Parameter collectionName should be final. | 231 | |
| Parameter addLine should be final. | 231 | |
| Parameter index should be final. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Parameter attributeName should be final. | 232 | |
| Parameter field should be final. | 232 | |
| Parameter displayedFieldNames should be final. | 232 | |
| Parameter maintainable should be final. | 232 | |
| Parameter maintainableFieldDefinition should be final. | 232 | |
| First sentence should end with a period. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Expected an @return tag. | 242 | |
| Parameter section should be final. | 242 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 262 | |
| First sentence should end with a period. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 280 | |
| Parameter listOfRows should be final. | 280 | |
| Expected @param tag for 'listOfRows'. | 280 | |
| Parameter errorKeys should be final. | 280 | |
| Expected @param tag for 'errorKeys'. | 280 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 299 | |
| Missing a Javadoc comment. | 299 | |
| Parameter maintenanceAction should be final. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 304 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 308 | |
| Conditional logic can be removed. | 308 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 318 | |
| Parameter document should be final. | 318 | |
| Expected @param tag for 'document'. | 318 | |
| Parameter throwExceptionIfLocked should be final. | 318 | |
| Expected @param tag for 'throwExceptionIfLocked'. | 318 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 328 | |
| Line is longer than 80 characters. | 330 | |
| Parameter maintainable should be final. | 330 | |
| Expected @param tag for 'maintainable'. | 330 | |
| Parameter throwExceptionIfLocked should be final. | 330 | |
| Expected @param tag for 'throwExceptionIfLocked'. | 330 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 339 | |
| Missing a Javadoc comment. | 339 | |
| Parameter blockingDocId should be final. | 339 | |
| Parameter throwExceptionIfLocked should be final. | 339 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 366 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 378 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 393 | |
| Line is longer than 80 characters. | 398 | |
| Expected an @return tag. | 405 | |
| Line is longer than 80 characters. | 405 | |
| Parameter lockedDocument should be final. | 405 | |
| Expected @param tag for 'lockedDocument'. | 405 | |
| Comment matches to-do format 'TODO:'. | 406 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 426 | |
| Missing a Javadoc comment. | 426 | |
| Parameter lockingDocumentNumber should be final. | 426 | |
| Parameter workflowException should be final. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 434 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 438 | |
| Missing a Javadoc comment. | 442 | |
| Line is longer than 80 characters. | 444 | |
| Missing a Javadoc comment. | 449 | |
| Line is longer than 80 characters. | 451 | |
| Missing a Javadoc comment. | 456 | |
| Line is longer than 80 characters. | 458 | |
| Line is longer than 80 characters. | 463 | |
| Missing a Javadoc comment. | 463 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 470 | |
| Missing a Javadoc comment. | 470 | |
| Line is longer than 80 characters. | 472 | |
| Missing a Javadoc comment. | 477 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 484 | |
| Missing a Javadoc comment. | 484 | |
| Parameter docTypeName should be final. | 484 | |
| Line is longer than 80 characters. | 485 | |
| Line is longer than 80 characters. | 486 | |
| Line is longer than 80 characters. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 492 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 498 | |
| Line is longer than 80 characters. | 505 | |
| Missing a Javadoc comment. | 505 | |
| Parameter mappings should be final. | 505 | |
| Parameter propertyPathPrefix should be final. | 505 | |
| Parameter collectionDefinition should be final. | 505 | |
| Line is longer than 80 characters. | 506 | |
| Line is longer than 80 characters. | 507 | |
| Line is longer than 80 characters. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 515 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Redundant import from the same package - org.kuali.rice.kns.util.ErrorMessage. | 25 | |
| Redundant import from the same package - org.kuali.rice.kns.util.MessageMap. | 26 | |
| First sentence should end with a period. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| 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 | |
| Parameter errorMap should be final. | 37 | |
| 'errorMap' hides a field. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'getMessageMap' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Method 'getRequestMessages' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.util.Collection. | 19 | |
| Unused import - java.util.Iterator. | 20 | |
| Unused import - java.util.List. | 21 | |
| Unused import - java.util.ListIterator. | 22 | |
| Redundant import from the same package - org.kuali.rice.kns.util.ErrorMessage. | 26 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 35 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter messageKey should be final. | 35 | |
| Parameter messageParameters should be final. | 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 | |
| Method 'toActionMessages' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 64 | |
| Parameter src should be final. | 71 | |
| Expected @param tag for 'src'. | 71 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 84 | |
| Parameter src should be final. | 86 | |
| Expected @param tag for 'src'. | 86 | |
| Parameter object should be final. | 101 | |
| Expected @param tag for 'object'. | 101 | |
| Expected @throws tag for 'Exception'. | 101 | |
| First sentence should end with a period. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Expected an @return tag. | 127 | |
| Parameter bytes should be final. | 127 | |
| Expected @param tag for 'bytes'. | 127 | |
| Expected @throws tag for 'Exception'. | 127 | |
| First sentence should end with a period. | 144 | |
| Expected an @return tag. | 150 | |
| Parameter object should be final. | 150 | |
| Expected @param tag for 'object'. | 150 | |
| Expected @throws tag for 'Exception'. | 150 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Expected an @return tag. | 174 | |
| Line is longer than 80 characters. | 174 | |
| Parameter businessObjectClass should be final. | 174 | |
| Expected @param tag for 'businessObjectClass'. | 174 | |
| Parameter source should be final. | 174 | |
| Expected @param tag for 'source'. | 174 | |
| Parameter template should be final. | 174 | |
| Expected @throws tag for 'FormatException'. | 174 | |
| Redundant throws: 'FormatException' is unchecked exception. | 174 | |
| Expected @throws tag for 'IllegalAccessException'. | 174 | |
| Expected @throws tag for 'InvocationTargetException'. | 174 | |
| Expected @throws tag for 'NoSuchMethodException'. | 174 | |
| Line is longer than 80 characters. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| 'else' construct must use '{}'s. | 180 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Parameter businessObject should be final. | 191 | |
| Parameter source should be final. | 191 | |
| Parameter template should be final. | 191 | |
| Redundant throws: 'FormatException' is unchecked exception. | 191 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 203 | |
| Expected an @return tag. | 210 | |
| Line is longer than 80 characters. | 210 | |
| 'public' modifier out of order with the JLS suggestions. | 210 | |
| Parameter object should be final. | 210 | |
| Parameter propertyName should be final. | 210 | |
| Expected @throws tag for 'IllegalAccessException'. | 210 | |
| Expected @throws tag for 'NoSuchMethodException'. | 210 | |
| Expected @throws tag for 'InvocationTargetException'. | 210 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Comment matches to-do format 'TODO:'. | 228 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Parameter object should be final. | 232 | |
| Parameter propertyName should be final. | 232 | |
| Parameter persistenceStructureService should be final. | 232 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Must have at least one statement. | 242 | |
| Must have at least one statement. | 244 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Parameter businessObject should be final. | 289 | |
| Expected @param tag for 'businessObject'. | 289 | |
| Parameter propertyName should be final. | 289 | |
| Expected @param tag for 'propertyName'. | 289 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 296 | |
| Must have at least one statement. | 297 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Must have at least one statement. | 302 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 306 | |
| First sentence should end with a period. | 312 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 321 | |
| Parameter businessObject should be final. | 321 | |
| Parameter propertyName should be final. | 321 | |
| Parameter formatter should be final. | 321 | |
| Line is longer than 80 characters. | 324 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 343 | |
| Line is longer than 80 characters. | 345 | |
| Parameter businessObject should be final. | 345 | |
| Parameter propertyName should be final. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line is longer than 80 characters. | 348 | |
| First sentence should end with a period. | 351 | |
| Parameter propertyValue should be final. | 358 | |
| Line is longer than 80 characters. | 369 | |
| Avoid inline conditionals. | 369 | |
| Line is longer than 80 characters. | 372 | |
| Avoid inline conditionals. | 372 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 379 | |
| Parameter bo should be final. | 379 | |
| Expected @param tag for 'bo'. | 379 | |
| Parameter propertyName should be final. | 379 | |
| Expected @param tag for 'propertyName'. | 379 | |
| Parameter propertyValue should be final. | 379 | |
| Expected @param tag for 'propertyValue'. | 379 | |
| Expected @throws tag for 'FormatException'. | 379 | |
| Redundant throws: 'FormatException' is unchecked exception. | 379 | |
| Expected @throws tag for 'IllegalAccessException'. | 379 | |
| Expected @throws tag for 'InvocationTargetException'. | 379 | |
| Expected @throws tag for 'NoSuchMethodException'. | 379 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 396 | |
| Parameter bo should be final. | 396 | |
| Expected @param tag for 'bo'. | 396 | |
| Parameter propertyName should be final. | 396 | |
| Expected @param tag for 'propertyName'. | 396 | |
| Parameter propertyType should be final. | 396 | |
| Expected @param tag for 'propertyType'. | 396 | |
| Parameter propertyValue should be final. | 396 | |
| Expected @param tag for 'propertyValue'. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Expected @throws tag for 'FormatException'. | 397 | |
| Redundant throws: 'FormatException' is unchecked exception. | 397 | |
| Expected @throws tag for 'IllegalAccessException'. | 397 | |
| Expected @throws tag for 'InvocationTargetException'. | 397 | |
| Expected @throws tag for 'NoSuchMethodException'. | 397 | |
| Line is longer than 80 characters. | 401 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 438 | |
| Parameter formatter should be final. | 438 | |
| Expected @param tag for 'formatter'. | 438 | |
| Parameter bo should be final. | 438 | |
| Expected @param tag for 'bo'. | 438 | |
| Parameter propertyName should be final. | 438 | |
| Expected @param tag for 'propertyName'. | 438 | |
| Parameter type should be final. | 438 | |
| Expected @param tag for 'type'. | 438 | |
| Parameter propertyValue should be final. | 438 | |
| Expected @param tag for 'propertyValue'. | 438 | |
| Expected @throws tag for 'FormatException'. | 438 | |
| Redundant throws: 'FormatException' is unchecked exception. | 438 | |
| Expected @throws tag for 'IllegalAccessException'. | 438 | |
| Expected @throws tag for 'InvocationTargetException'. | 438 | |
| Expected @throws tag for 'NoSuchMethodException'. | 438 | |
| Line is longer than 80 characters. | 442 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line is longer than 80 characters. | 454 | |
| Line is longer than 80 characters. | 458 | |
| Parameter bo should be final. | 458 | |
| Parameter propertyName should be final. | 458 | |
| Line is longer than 80 characters. | 464 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 469 | |
| Line is longer than 80 characters. | 473 | |
| Line is longer than 80 characters. | 477 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 483 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 511 | |
| Parameter bo should be final. | 511 | |
| Expected @param tag for 'bo'. | 511 | |
| Parameter propertyName should be final. | 511 | |
| Expected @param tag for 'propertyName'. | 511 | |
| Parameter type should be final. | 511 | |
| Expected @param tag for 'type'. | 511 | |
| Parameter propertyValue should be final. | 511 | |
| Expected @param tag for 'propertyValue'. | 511 | |
| Expected @throws tag for 'FormatException'. | 511 | |
| Redundant throws: 'FormatException' is unchecked exception. | 511 | |
| Expected @throws tag for 'IllegalAccessException'. | 511 | |
| Expected @throws tag for 'InvocationTargetException'. | 511 | |
| Expected @throws tag for 'NoSuchMethodException'. | 511 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 518 | |
| Line is longer than 80 characters. | 525 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 532 | |
| Line is longer than 80 characters. | 534 | |
| '}' should be on the same line. | 536 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 543 | |
| Line is longer than 80 characters. | 544 | |
| Line is longer than 80 characters. | 552 | |
| Line is longer than 80 characters. | 554 | |
| Missing a Javadoc comment. | 554 | |
| Parameter bo should be final. | 554 | |
| Parameter propertyName should be final. | 554 | |
| Parameter type should be final. | 554 | |
| Parameter propertyValue should be final. | 554 | |
| Parameter depth should be final. | 554 | |
| Redundant throws: 'FormatException' is unchecked exception. | 554 | |
| Line is longer than 80 characters. | 556 | |
| Line is longer than 80 characters. | 560 | |
| Line is longer than 80 characters. | 567 | |
| Line is longer than 80 characters. | 572 | |
| Line is longer than 80 characters. | 573 | |
| Line is longer than 80 characters. | 575 | |
| '}' should be on the same line. | 577 | |
| Line is longer than 80 characters. | 580 | |
| Line is longer than 80 characters. | 582 | |
| Line is longer than 80 characters. | 584 | |
| Line is longer than 80 characters. | 588 | |
| Line is longer than 80 characters. | 589 | |
| Line is longer than 80 characters. | 590 | |
| Line is longer than 80 characters. | 594 | |
| Empty statement. | 595 | |
| Line is longer than 80 characters. | 603 | |
| Line is longer than 80 characters. | 604 | |
| First sentence should end with a period. | 611 | |
| Line is longer than 80 characters. | 612 | |
| Line is longer than 80 characters. | 614 | |
| Line is longer than 80 characters. | 620 | |
| Parameter bo should be final. | 620 | |
| Expected @throws tag for 'FormatException'. | 620 | |
| Redundant throws: 'FormatException' is unchecked exception. | 620 | |
| Expected @throws tag for 'IllegalAccessException'. | 620 | |
| Expected @throws tag for 'InvocationTargetException'. | 620 | |
| Expected @throws tag for 'NoSuchMethodException'. | 620 | |
| Line is longer than 80 characters. | 622 | |
| Line is longer than 80 characters. | 624 | |
| Line is longer than 80 characters. | 625 | |
| Line is longer than 80 characters. | 626 | |
| Parameter string should be final. | 641 | |
| Expected @param tag for 'string'. | 641 | |
| Line is longer than 80 characters. | 643 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 656 | |
| Parameter bo1 should be final. | 656 | |
| Expected @param tag for 'bo1'. | 656 | |
| Parameter bo2 should be final. | 656 | |
| Expected @param tag for 'bo2'. | 656 | |
| Line is longer than 80 characters. | 666 | |
| Line is longer than 80 characters. | 667 | |
| Line is longer than 80 characters. | 670 | |
| Line is longer than 80 characters. | 671 | |
| Line is longer than 80 characters. | 685 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 691 | |
| Parameter controlList should be final. | 691 | |
| Parameter bo should be final. | 691 | |
| Line is longer than 80 characters. | 704 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 710 | |
| Parameter collection should be final. | 710 | |
| Parameter bo should be final. | 710 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 722 | |
| Line is longer than 80 characters. | 723 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 729 | |
| Parameter controlList should be final. | 729 | |
| Parameter bo should be final. | 729 | |
| Line is longer than 80 characters. | 730 | |
| Line is longer than 80 characters. | 739 | |
| Line is longer than 80 characters. | 743 | |
| Expected an @return tag. | 746 | |
| Line is longer than 80 characters. | 746 | |
| Parameter controlList should be final. | 746 | |
| Parameter bo should be final. | 746 | |
| Line is longer than 80 characters. | 749 | |
| Line is longer than 80 characters. | 760 | |
| Parameter attributeName should be final. | 765 | |
| Expected @param tag for 'attributeName'. | 765 | |
| Line is longer than 80 characters. | 776 | |
| Parameter attributeName should be final. | 781 | |
| Expected @param tag for 'attributeName'. | 781 | |
| Parameter attributeName should be final. | 797 | |
| Expected @param tag for 'attributeName'. | 797 | |
| Line is longer than 80 characters. | 808 | |
| Line is longer than 80 characters. | 809 | |
| Line is longer than 80 characters. | 813 | |
| Parameter object should be final. | 815 | |
| Line is longer than 80 characters. | 824 | |
| Line is longer than 80 characters. | 830 | |
| Line is longer than 80 characters. | 843 | |
| Line is longer than 80 characters. | 844 | |
| Line is longer than 80 characters. | 848 | |
| Parameter object should be final. | 850 | |
| First sentence should end with a period. | 854 | |
| Parameter object should be final. | 860 | |
| Line is longer than 80 characters. | 866 | |
| Line is longer than 80 characters. | 870 | |
| Line is longer than 80 characters. | 878 | |
| Line is longer than 80 characters. | 881 | |
| Parameter possiblyProxiedObjects should be final. | 883 | |
| Line is longer than 80 characters. | 890 | |
| Line is longer than 80 characters. | 891 | |
| Line is longer than 80 characters. | 892 | |
| Line is longer than 80 characters. | 893 | |
| Line is longer than 80 characters. | 894 | |
| Line is longer than 80 characters. | 896 | |
| Line is longer than 80 characters. | 897 | |
| Line is longer than 80 characters. | 900 | |
| Parameter bo should be final. | 900 | |
| Parameter depth should be final. | 900 | |
| '5' is a magic number. | 904 | |
| Line is longer than 80 characters. | 905 | |
| Line is longer than 80 characters. | 913 | |
| Line is longer than 80 characters. | 916 | |
| Line is longer than 80 characters. | 921 | |
| Line is longer than 80 characters. | 922 | |
| Line is longer than 80 characters. | 931 | |
| Line is longer than 80 characters. | 939 | |
| Line is longer than 80 characters. | 942 | |
| Line is longer than 80 characters. | 944 | |
| Line is longer than 80 characters. | 946 | |
| Line is longer than 80 characters. | 948 | |
| Line is longer than 80 characters. | 950 | |
| Line is longer than 80 characters. | 956 | |
| Line is longer than 80 characters. | 957 | |
| Line is longer than 80 characters. | 966 | |
| Line is longer than 80 characters. | 967 | |
| Line is longer than 80 characters. | 968 | |
| Line is longer than 80 characters. | 969 | |
| Line is longer than 80 characters. | 970 | |
| Line is longer than 80 characters. | 972 | |
| Parameter bo should be final. | 974 | |
| '3' is a magic number. | 975 | |
| Line is longer than 80 characters. | 979 | |
| Line is longer than 80 characters. | 980 | |
| Line is longer than 80 characters. | 981 | |
| Line is longer than 80 characters. | 986 | |
| Parameter bo should be final. | 988 | |
| Expected @param tag for 'bo'. | 988 | |
| Parameter fieldName should be final. | 988 | |
| Expected @param tag for 'fieldName'. | 988 | |
| Line is longer than 80 characters. | 994 | |
| Line is longer than 80 characters. | 1009 | |
| Line is longer than 80 characters. | 1011 | |
| Line is longer than 80 characters. | 1014 | |
| Line is longer than 80 characters. | 1016 | |
| Line is longer than 80 characters. | 1018 | |
| Line is longer than 80 characters. | 1026 | |
| Line is longer than 80 characters. | 1039 | |
| Line is longer than 80 characters. | 1040 | |
| Parameter clazz should be final. | 1046 | |
| Expected @param tag for 'clazz'. | 1046 | |
| Line is longer than 80 characters. | 1052 | |
| Line is longer than 80 characters. | 1053 | |
| Line is longer than 80 characters. | 1054 | |
| Line is longer than 80 characters. | 1059 | |
| Line is longer than 80 characters. | 1064 | |
| Line is longer than 80 characters. | 1065 | |
| Expected an @return tag. | 1072 | |
| Line is longer than 80 characters. | 1072 | |
| Parameter o should be final. | 1072 | |
| Expected @param tag for 'o'. | 1072 | |
| Parameter p should be final. | 1072 | |
| Expected @param tag for 'p'. | 1072 | |
| Parameter persistenceStructureService should be final. | 1072 | |
| Expected @param tag for 'persistenceStructureService'. | 1072 | |
| Expected @throws tag for 'IllegalArgumentException'. | 1073 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 1073 | |
| Line is longer than 80 characters. | 1075 | |
| Line is longer than 80 characters. | 1082 | |
| Line is longer than 80 characters. | 1087 | |
| Line is longer than 80 characters. | 1092 | |
| Line is longer than 80 characters. | 1094 | |
| Avoid inline conditionals. | 1104 | |
| Line is longer than 80 characters. | 1106 | |
| Line is longer than 80 characters. | 1109 | |
| Line is longer than 80 characters. | 1112 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 44 | |
| Parameter paramPrefix should be final. | 44 | |
| Parameter parameterNames should be final. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Avoid inline conditionals. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 37 | |
| Expected an @return tag. | 40 | |
| Line is longer than 80 characters. | 40 | |
| Parameter resultSize should be final. | 40 | |
| Parameter maxRowsPerPage should be final. | 40 | |
| Line has trailing spaces. | 48 | |
| First sentence should end with a period. | 49 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Parameter pageNumber should be final. | 57 | |
| Parameter resultSize should be final. | 57 | |
| Parameter maxRowsPerPage should be final. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 63 | |
| First sentence should end with a period. | 64 | |
| Line has trailing spaces. | 66 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Parameter pageNumber should be final. | 72 | |
| Parameter resultSize should be final. | 72 | |
| Parameter maxRowsPerPage should be final. | 72 | |
| Line is longer than 80 characters. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter errorMap should be final. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Expected an @return tag. | 38 | |
| Line contains a tab character. | 38 | |
| Method 'getMessageCount' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Expected an @return tag. | 47 | |
| Line contains a tab character. | 47 | |
| Method 'getMessagePropertyNames' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Expected an @return tag. | 55 | |
| Line contains a tab character. | 55 | |
| Method 'getMessagePropertyList' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Expected an @return tag. | 63 | |
| Line contains a tab character. | 63 | |
| Method 'getMessagesForProperty' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line contains a tab character. | 64 | |
| Parameter propertyName should be final. | 64 | |
| Expected @param tag for 'propertyName'. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - org.kuali.rice.kns.exception.FileUploadLimitExceededException. | 45 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Parameter form should be final. | 106 | |
| Expected @param tag for 'form'. | 106 | |
| Parameter request should be final. | 106 | |
| Expected @param tag for 'request'. | 106 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 121 | |
| Line has trailing spaces. | 122 | |
| Line has trailing spaces. | 123 | |
| Line is longer than 80 characters. | 123 | |
| Line has trailing spaces. | 124 | |
| Line is longer than 80 characters. | 124 | |
| Line has trailing spaces. | 125 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 156 | |
| Expected an @return tag. | 160 | |
| Line is longer than 80 characters. | 160 | |
| Redundant 'final' modifier. | 160 | |
| Parameter request should be final. | 160 | |
| Expected @param tag for 'request'. | 160 | |
| Line is longer than 80 characters. | 161 | |
| First sentence should end with a period. | 164 | |
| Parameter string should be final. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 183 | |
| Parameter form should be final. | 183 | |
| Parameter request should be final. | 183 | |
| Parameter string should be final. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 189 | |
| Avoid inline conditionals. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| First sentence should end with a period. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 201 | |
| Parameter logger should be final. | 201 | |
| Expected @param tag for 'logger'. | 201 | |
| Parameter level should be final. | 201 | |
| Expected @param tag for 'level'. | 201 | |
| Parameter request should be final. | 201 | |
| Expected @param tag for 'request'. | 201 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Parameter logger should be final. | 234 | |
| Parameter level should be final. | 234 | |
| Parameter arrayName should be final. | 234 | |
| Parameter array should be final. | 234 | |
| Line is longer than 80 characters. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter logger should be final. | 247 | |
| Parameter level should be final. | 247 | |
| Parameter collectionName should be final. | 247 | |
| Parameter c should be final. | 247 | |
| Line is longer than 80 characters. | 260 | |
| Missing a Javadoc comment. | 260 | |
| Parameter logger should be final. | 260 | |
| Parameter level should be final. | 260 | |
| Parameter mapName should be final. | 260 | |
| Parameter m should be final. | 260 | |
| Line is longer than 80 characters. | 271 | |
| Missing a Javadoc comment. | 271 | |
| Parameter logger should be final. | 271 | |
| Parameter level should be final. | 271 | |
| Parameter objectName should be final. | 271 | |
| Parameter o should be final. | 271 | |
| Line is longer than 80 characters. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Parameter logger should be final. | 275 | |
| Parameter level should be final. | 275 | |
| Parameter thingName should be final. | 275 | |
| Parameter thing should be final. | 275 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 287 | |
| Parameter response should be final. | 287 | |
| Expected @param tag for 'response'. | 287 | |
| Parameter contentType should be final. | 287 | |
| Expected @param tag for 'contentType'. | 287 | |
| Parameter byteArrayOutputStream should be final. | 287 | |
| Expected @param tag for 'byteArrayOutputStream'. | 287 | |
| Parameter fileName should be final. | 287 | |
| Expected @param tag for 'fileName'. | 287 | |
| Expected @throws tag for 'IOException'. | 287 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 313 | |
| Parameter response should be final. | 313 | |
| Expected @param tag for 'response'. | 313 | |
| Parameter contentType should be final. | 313 | |
| Expected @param tag for 'contentType'. | 313 | |
| Parameter inStream should be final. | 313 | |
| Expected @param tag for 'inStream'. | 313 | |
| Parameter fileName should be final. | 313 | |
| Expected @param tag for 'fileName'. | 313 | |
| Parameter fileSize should be final. | 313 | |
| Expected @param tag for 'fileSize'. | 313 | |
| Expected @throws tag for 'IOException'. | 313 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Expected an @return tag. | 338 | |
| Parameter form should be final. | 338 | |
| Expected @param tag for 'form'. | 338 | |
| Parameter tabKey should be final. | 338 | |
| Expected @param tag for 'tabKey'. | 338 | |
| Missing a Javadoc comment. | 342 | |
| Parameter form should be final. | 342 | |
| Parameter tabKey should be final. | 342 | |
| Expected an @return tag. | 352 | |
| Parameter tabTitle should be final. | 352 | |
| Expected @param tag for 'tabTitle'. | 352 | |
| Line is longer than 80 characters. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Parameter request should be final. | 364 | |
| Parameter servletWrapper should be final. | 364 | |
| Parameter form should be final. | 364 | |
| Parameter mapping should be final. | 364 | |
| Line is longer than 80 characters. | 371 | |
| Line is longer than 80 characters. | 379 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 389 | |
| Line is longer than 80 characters. | 394 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 410 | |
| Missing a Javadoc comment. | 414 | |
| Parameter form should be final. | 414 | |
| Line is longer than 80 characters. | 416 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 426 | |
| Missing a Javadoc comment. | 426 | |
| Parameter request should be final. | 426 | |
| Parameter multipartHandler should be final. | 426 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 451 | |
| Missing a Javadoc comment. | 451 | |
| Parameter form should be final. | 451 | |
| Parameter editablePropertyName should be final. | 451 | |
| Line is longer than 80 characters. | 455 | |
| Missing a Javadoc comment. | 455 | |
| Parameter document should be final. | 455 | |
| Parameter docForm should be final. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 462 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Missing a Javadoc comment. | 479 | |
| Parameter form should be final. | 479 | |
| Missing a Javadoc comment. | 488 | |
| Name 'KEY_KUALI_FORM_IN_SESSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 | |
| Variable 'KEY_KUALI_FORM_IN_SESSION' must be private and have accessor methods. | 488 | |
| Missing a Javadoc comment. | 490 | |
| Parameter pageContext should be final. | 490 | |
| Missing a Javadoc comment. | 494 | |
| Parameter request should be final. | 494 | |
| Line is longer than 80 characters. | 499 | |
| Avoid inline conditionals. | 499 | |
| Line is longer than 80 characters. | 503 | |
| Missing a Javadoc comment. | 503 | |
| Parameter editableProperties should be final. | 503 | |
| Parameter propertyName should be final. | 503 | |
| Line is longer than 80 characters. | 508 | |
| '||' should be on a new line. | 508 | |
| Avoid inline conditionals. | 509 | |
| ':' should be on a new line. | 509 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 514 | |
| Missing a Javadoc comment. | 520 | |
| Parameter parameter should be final. | 520 | |
| Line is longer than 80 characters. | 521 | |
| '||' should be on a new line. | 521 | |
| Line is longer than 80 characters. | 522 | |
| Missing a Javadoc comment. | 525 | |
| Parameter parameter should be final. | 525 | |
| Line is longer than 80 characters. | 526 | |
| 'if' construct must use '{}'s. | 527 | |
| Line is longer than 80 characters. | 528 | |
| Line is longer than 80 characters. | 533 | |
| Missing a Javadoc comment. | 533 | |
| Parameter className should be final. | 533 | |
| Parameter fieldName should be final. | 533 | |
| Parameter formObject should be final. | 533 | |
| Parameter propertyName should be final. | 533 | |
| Line contains a tab character. | 534 | |
| Line is longer than 80 characters. | 535 | |
| Line contains a tab character. | 535 | |
| '+' is not preceded with whitespace. | 535 | |
| '+' is not followed by whitespace. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line is longer than 80 characters. | 539 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Line contains a tab character. | 541 | |
| Line contains a tab character. | 542 | |
| Line contains a tab character. | 543 | |
| Line is longer than 80 characters. | 546 | |
| Missing a Javadoc comment. | 546 | |
| Parameter type should be final. | 546 | |
| Parameter configParameter should be final. | 546 | |
| Line contains a tab character. | 547 | |
| Line is longer than 80 characters. | 548 | |
| Line contains a tab character. | 548 | |
| Line contains a tab character. | 549 | |
| Line contains a tab character. | 550 | |
| Line contains a tab character. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Line contains a tab character. | 554 | |
| Line contains a tab character. | 555 | |
| Line contains a tab character. | 556 | |
| Line is longer than 80 characters. | 559 | |
| Missing a Javadoc comment. | 559 | |
| Parameter className should be final. | 559 | |
| Parameter fieldName should be final. | 559 | |
| Parameter formObject should be final. | 559 | |
| Parameter propertyName should be final. | 559 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 563 | |
| Line is longer than 80 characters. | 575 | |
| Missing a Javadoc comment. | 575 | |
| Parameter className should be final. | 575 | |
| Parameter fieldName should be final. | 575 | |
| Parameter formObject should be final. | 575 | |
| Parameter propertyName should be final. | 575 | |
| Line is longer than 80 characters. | 577 | |
| Line is longer than 80 characters. | 579 | |
| Line is longer than 80 characters. | 584 | |
| Line is longer than 80 characters. | 591 | |
| Missing a Javadoc comment. | 591 | |
| Parameter businessObjectClassName should be final. | 591 | |
| Parameter fieldName should be final. | 591 | |
| Parameter form should be final. | 591 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 597 | |
| Line is longer than 80 characters. | 600 | |
| Line is longer than 80 characters. | 601 | |
| Line is longer than 80 characters. | 603 | |
| Line is longer than 80 characters. | 608 | |
| Missing a Javadoc comment. | 608 | |
| Parameter businessObjectClassName should be final. | 608 | |
| Parameter fieldName should be final. | 608 | |
| Parameter form should be final. | 608 | |
| Line is longer than 80 characters. | 610 | |
| Line is longer than 80 characters. | 614 | |
| Line is longer than 80 characters. | 617 | |
| Line is longer than 80 characters. | 618 | |
| Line is longer than 80 characters. | 620 | |
| Missing a Javadoc comment. | 625 | |
| Parameter document should be final. | 625 | |
| Line is longer than 80 characters. | 627 | |
| Line is longer than 80 characters. | 628 | |
| Line is longer than 80 characters. | 632 | |
| Missing a Javadoc comment. | 632 | |
| Parameter document should be final. | 632 | |
| Parameter attachmentTypeCode should be final. | 632 | |
| Line is longer than 80 characters. | 634 | |
| Line is longer than 80 characters. | 635 | |
| Line is longer than 80 characters. | 639 | |
| Missing a Javadoc comment. | 639 | |
| Parameter document should be final. | 639 | |
| Parameter attachmentTypeCode should be final. | 639 | |
| Parameter authorUniversalIdentifier should be final. | 639 | |
| Line is longer than 80 characters. | 641 | |
| Line is longer than 80 characters. | 642 | |
| Line is longer than 80 characters. | 646 | |
| Line is longer than 80 characters. | 647 | |
| Line is longer than 80 characters. | 654 | |
| Missing a Javadoc comment. | 654 | |
| Parameter kualiDocumentFormBase should be final. | 654 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 660 | |
| Line is longer than 80 characters. | 665 | |
| Line is longer than 80 characters. | 667 | |
| Line is longer than 80 characters. | 672 | |
| Line is longer than 80 characters. | 674 | |
| Line is longer than 80 characters. | 675 | |
| Line is longer than 80 characters. | 677 | |
| Line is longer than 80 characters. | 679 | |
| Expected an @return tag. | 684 | |
| Parameter inputString should be final. | 684 | |
| Expected @param tag for 'inputString'. | 684 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 701 | |
| Line is longer than 80 characters. | 705 | |
| Missing a Javadoc comment. | 722 | |
| Parameter fieldValue should be final. | 722 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 727 | |
| First sentence should end with a period. | 737 | |
| Line is longer than 80 characters. | 738 | |
| Line is longer than 80 characters. | 739 | |
| Parameter imageName should be final. | 744 | |
| Line is longer than 80 characters. | 745 | |
| First sentence should end with a period. | 752 | |
| Line is longer than 80 characters. | 753 | |
| Parameter imageName should be final. | 758 | |
| Line is longer than 80 characters. | 759 | |
| Line is longer than 80 characters. | 774 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Parameter document should be final. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 33 | |
| Method 'isPropertySerializable' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Line contains a tab character. | 34 | |
| Parameter state should be final. | 34 | |
| Line contains a tab character. | 35 | |
| Parameter containingObject should be final. | 35 | |
| Parameter childPropertyName should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Parameter childPropertyValue should be final. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| First sentence should end with a period. | 26 | |
| Parameter document should be final. | 29 | |
| Expected @param tag for 'document'. | 29 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Expected an @return tag. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Method 'isPropertySerializable' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Parameter state should be final. | 37 | |
| Expected @param tag for 'state'. | 37 | |
| Parameter containingObject should be final. | 37 | |
| Expected @param tag for 'containingObject'. | 37 | |
| Parameter childPropertyName should be final. | 37 | |
| Expected @param tag for 'childPropertyName'. | 37 | |
| Parameter childPropertyValue should be final. | 37 | |
| Expected @param tag for 'childPropertyValue'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| 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. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Method 'initializeEvaluator' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter document should be final. | 44 | |
| Expected @param tag for 'document'. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '}' should be on the same line. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters. | 65 | |
| '}' should be on the same line. | 66 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.util.Collection. | 19 | |
| Unused import - org.kuali.rice.kns.bo.BusinessObject. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter elementName should be final. | 37 | |
| 'elementName' hides a field. | 37 | |
| Parameter propertyType should be final. | 37 | |
| 'propertyType' hides a field. | 37 | |
| Line has trailing spaces. | 41 | |
| Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'getPropertyType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 62 | |
| Method 'numPropertyElements' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 72 | |
| Method 'addSerializedProperty' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter elementName should be final. | 72 | |
| Expected @param tag for 'elementName'. | 72 | |
| Parameter propertyType should be final. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 76 | |
| First sentence should end with a period. | 77 | |
| Line has trailing spaces. | 79 | |
| Method 'removeSerializedProperty' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 87 | |
| Line has trailing spaces. | 88 | |
| Line is longer than 80 characters. | 88 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Expected an @return tag. | 93 | |
| Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter propertyIndex should be final. | 93 | |
| Line has trailing spaces. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Expected an @return tag. | 105 | |
| Method 'getPropertyType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter propertyIndex should be final. | 105 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Method 'initializeEvaluator' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter businessObject should be final. | 41 | |
| Expected @param tag for 'businessObject'. | 41 | |
| '{' is not preceded with whitespace. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter maintainableSectionDefinitions should be final. | 51 | |
| '{' is not preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| 'for' is not followed by whitespace. | 52 | |
| ':' is not preceded with whitespace. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter basePath should be final. | 57 | |
| Parameter maintainableItems should be final. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| 'for' is not followed by whitespace. | 58 | |
| ':' is not preceded with whitespace. | 58 | |
| '{' is not preceded with whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| 'if' is not followed by whitespace. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| 'if' is not followed by whitespace. | 61 | |
| '{' is not preceded with whitespace. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| 'cast' is not followed by whitespace. | 65 | |
| Line is longer than 80 characters. | 66 | |
| 'if' is not followed by whitespace. | 66 | |
| '{' is not preceded with whitespace. | 66 | |
| Must have at least one statement. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Parameter basePath should be final. | 72 | |
| Parameter itemName should be final. | 72 | |
| '{' is not preceded with whitespace. | 72 | |
| Line contains a tab character. | 73 | |
| Avoid inline conditionals. | 73 | |
| '+' is not preceded with whitespace. | 73 | |
| '+' is not followed by whitespace. | 73 | |
| '+' is not preceded with whitespace. | 73 | |
| '+' is not followed by whitespace. | 73 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Method 'getAllMaintainableFieldDefinitionsForSerialization' 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 | |
| Line contains a tab character. | 77 | |
| Parameter maintainableCollectionDefinition should be final. | 77 | |
| '{' is not preceded with whitespace. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| 'if' is not followed by whitespace. | 80 | |
| '!=' is not preceded with whitespace. | 80 | |
| '!=' is not followed by whitespace. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| 'if' is not followed by whitespace. | 84 | |
| '!=' is not preceded with whitespace. | 84 | |
| '!=' is not followed by whitespace. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| 'if' is not followed by whitespace. | 89 | |
| '!=' is not preceded with whitespace. | 89 | |
| '!=' is not followed by whitespace. | 89 | |
| '{' is not preceded with whitespace. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| 'if' is not followed by whitespace. | 97 | |
| '!=' is not preceded with whitespace. | 97 | |
| '!=' is not followed by whitespace. | 97 | |
| '{' is not preceded with whitespace. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line has trailing spaces. | 103 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 27 | |
| First sentence should end with a period. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 31 | |
| Redundant 'public' modifier. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Expected an @return tag. | 47 | |
| Line is longer than 80 characters. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Line has trailing spaces. | 48 | |
| First sentence should end with a period. | 49 | |
| Line has trailing spaces. | 51 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Expected @param tag for 'object'. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'serializableProperties' must be private and have accessor methods. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter document should be final. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter businessObject should be final. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Expected an @return tag. | 44 | |
| Method 'determinePropertyType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter propertyValue should be final. | 44 | |
| Expected @param tag for 'propertyValue'. | 44 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Expected an @return tag. | 62 | |
| Line is longer than 80 characters. | 62 | |
| Method 'isPropertySerializable' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter state should be final. | 62 | |
| Expected @param tag for 'state'. | 62 | |
| Parameter containingObject should be final. | 62 | |
| Expected @param tag for 'containingObject'. | 62 | |
| Parameter childPropertyName should be final. | 62 | |
| Expected @param tag for 'childPropertyName'. | 62 | |
| Parameter childPropertyValue should be final. | 62 | |
| Expected @param tag for 'childPropertyValue'. | 62 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 70 | |
| '}' should be on the same line. | 74 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| '}' should be on the same line. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 106 | |
| Method 'evaluateCompleteMatch' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter state should be final. | 106 | |
| Expected @param tag for 'state'. | 106 | |
| Parameter containingObject should be final. | 106 | |
| Expected @param tag for 'containingObject'. | 106 | |
| Parameter metadata should be final. | 106 | |
| Expected @param tag for 'metadata'. | 106 | |
| Parameter childPropertyName should be final. | 106 | |
| Expected @param tag for 'childPropertyName'. | 106 | |
| Parameter childPropertyValue should be final. | 106 | |
| Expected @param tag for 'childPropertyValue'. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line has trailing spaces. | 114 | |
| Line has trailing spaces. | 116 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| Method 'evaluatePartialMatch' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter state should be final. | 127 | |
| Expected @param tag for 'state'. | 127 | |
| Parameter lastMatchedStateIndex should be final. | 127 | |
| Parameter containingObject should be final. | 127 | |
| Parameter metadata should be final. | 127 | |
| Parameter childPropertyName should be final. | 127 | |
| Parameter childPropertyValue should be final. | 127 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line has trailing spaces. | 134 | |
| First sentence should end with a period. | 135 | |
| Line has trailing spaces. | 137 | |
| Expected an @return tag. | 141 | |
| Method 'isPrimitiveObject' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Parameter object should be final. | 141 | |
| Expected @param tag for 'object'. | 141 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 19 | |
| First sentence should end with a period. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 46 | |
| Expected an @return tag. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 53 | |
| Expected an @return tag. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Line has trailing spaces. | 57 | |
| First sentence should end with a period. | 58 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Redundant 'public' modifier. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.util.ArrayList. | 18 | |
| Unused import - java.util.List. | 19 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 58 | |
| Method 'addSerializablePropertyName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter propertyName should be final. | 58 | |
| Expected @param tag for 'propertyName'. | 58 | |
| Parameter setPropertySerializabilityToObjectAndAllPrimitivesForAll should be final. | 58 | |
| Expected @param tag for 'setPropertySerializabilityToObjectAndAllPrimitivesForAll'. | 58 | |
| '}' should be on the same line. | 64 | |
| Line is longer than 80 characters. | 66 | |
| 'if' construct must use '{}'s. | 69 | |
| 'if' is not followed by whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 85 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line has trailing spaces. | 93 | |
| Line has trailing spaces. | 97 | |
| First sentence should end with a period. | 98 | |
| Line has trailing spaces. | 100 | |
| Expected an @return tag. | 104 | |
| Line is longer than 80 characters. | 104 | |
| Method 'getPropertySerializabilityMetadata' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter propertyName should be final. | 104 | |
| Expected @param tag for 'propertyName'. | 104 | |
| '}' should be on the same line. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 122 | |
| '}' should be on the same line. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Line has trailing spaces. | 133 | |
| First sentence should end with a period. | 134 | |
| Line has trailing spaces. | 136 | |
| Expected an @return tag. | 139 | |
| Line is longer than 80 characters. | 139 | |
| Method 'getRootPropertySerializibilityMetadata' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Method 'validateAttributeNameComponent' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter attributeNameComponent should be final. | 143 | |
| Line is longer than 80 characters. | 145 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter pathString should be final. | 33 | |
| 'pathString' hides a field. | 33 | |
| Parameter propertyNameComponent should be final. | 33 | |
| 'propertyNameComponent' hides a field. | 33 | |
| Line has trailing spaces. | 39 | |
| Method 'addChildNode' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter child should be final. | 40 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 49 | |
| Expected an @return tag. | 52 | |
| Method 'getPropertyNameComponent' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line has trailing spaces. | 55 | |
| First sentence should end with a period. | 56 | |
| Line has trailing spaces. | 58 | |
| Expected an @return tag. | 62 | |
| Line is longer than 80 characters. | 62 | |
| Method 'getChildNode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter propertyNameComponent should be final. | 62 | |
| 'propertyNameComponent' hides a field. | 62 | |
| Expected @param tag for 'propertyNameComponent'. | 62 | |
| Line is longer than 80 characters. | 68 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Expected an @return tag. | 78 | |
| Line is longer than 80 characters. | 78 | |
| Method 'getSerializableChildProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter propertyNameComponent should be final. | 78 | |
| 'propertyNameComponent' hides a field. | 78 | |
| Expected @param tag for 'propertyNameComponent'. | 78 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 83 | |
| Expected an @return tag. | 85 | |
| Method 'getPathString' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Line is longer than 80 characters. | 90 | |
| Expected an @return tag. | 92 | |
| Method 'getPropertySerializability' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'setPropertySerializabilityToObjectAndAllPrimitives' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Line is longer than 80 characters. | 106 | |
| '}' should be on the same line. | 109 | |
| Line is longer than 80 characters. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter elementName should be final. | 35 | |
| 'elementName' hides a field. | 35 | |
| Parameter propertyType should be final. | 35 | |
| 'propertyType' hides a field. | 35 | |
| Line has trailing spaces. | 39 | |
| Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getPropertyType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 51 | |
| '{' is not preceded with whitespace. | 51 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 57 | |
| Expected an @return tag. | 60 | |
| Method 'numPropertyElements' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Method 'addSerializedProperty' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter elementName should be final. | 70 | |
| Expected @param tag for 'elementName'. | 70 | |
| Parameter propertyType should be final. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line has trailing spaces. | 74 | |
| First sentence should end with a period. | 75 | |
| Line has trailing spaces. | 77 | |
| Method 'removeSerializedProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 85 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 86 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Expected an @return tag. | 91 | |
| Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter propertyIndex should be final. | 91 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Expected an @return tag. | 103 | |
| Method 'getPropertyType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter propertyIndex should be final. | 103 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| First sentence should end with a period. | 45 | |
| Line contains a tab character. | 45 | |
| 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 has trailing spaces. | 53 | |
| 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 | |
| Method 'getMaxHistoryLength' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| '20' is a magic number. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| '+' is not preceded with whitespace. | 66 | |
| '+' is not followed by whitespace. | 66 | |
| '+' is not preceded with whitespace. | 66 | |
| '+' is not followed by whitespace. | 66 | |
| '+' is not preceded with whitespace. | 66 | |
| '+' is not followed by whitespace. | 66 | |
| '+' is not preceded with whitespace. | 66 | |
| '+' is not followed by whitespace. | 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 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Method 'addEditablePropertiesToHistory' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter editableProperties should be final. | 79 | |
| Line contains a tab character. | 80 | |
| Line has trailing spaces. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| 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 has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line has trailing spaces. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Method 'generateNewGuid' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| First sentence should end with a period. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Method 'getEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter guid should be final. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| First sentence should end with a period. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Method 'clearEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter guid should be final. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line has trailing spaces. | 117 | |
| 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 | |
| Method 'getHistoryOrder' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line has trailing spaces. | 124 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 128 | |
| Method 'getEditablePropertiesMap' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| 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. | 135 | |
| Method 'createNewEditablePropertiesEntry' 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 has trailing spaces. | 138 | |
| 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 | |
| Method 'getConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Line contains a tab character. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter o1 should be final. | 27 | |
| Parameter o2 should be final. | 27 | |
| Avoid inline conditionals. | 32 | |
| Avoid inline conditionals. | 32 | |
| '}' should be on the same line. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Utility classes should not have a public or default constructor. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| 'private' modifier out of order with the JLS suggestions. | 32 | |
| Name 'HREF_ENCLOSURE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| 'public' modifier out of order with the JLS suggestions. | 42 | |
| Parameter cell should be final. | 42 | |
| Expected @param tag for 'cell'. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Avoid inline conditionals. | 47 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 53 | |
| 'public' modifier out of order with the JLS suggestions. | 57 | |
| Parameter staticValue should be final. | 57 | |
| Expected @param tag for 'staticValue'. | 57 | |
| Line is longer than 80 characters. | 80 | |
| '6' is a magic number. | 80 | |
| First sentence should end with a period. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Expected an @return tag. | 94 | |
| Line is longer than 80 characters. | 94 | |
| Parameter propClass should be final. | 94 | |
| Expected @param tag for 'propClass'. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '}' should be on the same line. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '}' should be on the same line. | 101 | |
| '}' should be on the same line. | 104 | |
| Line is longer than 80 characters. | 106 | |
| '}' should be on the same line. | 108 | |
| Line has trailing spaces. | 113 | |
| First sentence should end with a period. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Expected an @return tag. | 119 | |
| Line is longer than 80 characters. | 119 | |
| Parameter propClass should be final. | 119 | |
| Expected @param tag for 'propClass'. | 119 | |
| '}' should be on the same line. | 122 | |
| Line is longer than 80 characters. | 123 | |
| '}' should be on the same line. | 125 | |
| '}' should be on the same line. | 128 | |
| Line is longer than 80 characters. | 130 | |
| '}' should be on the same line. | 132 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 21 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter o1 should be final. | 23 | |
| Parameter o2 should be final. | 23 | |
| '}' should be on the same line. | 29 | |
| '}' should be on the same line. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'theInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 30 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter o1 should be final. | 31 | |
| Parameter o2 should be final. | 31 | |
| '}' should be on the same line. | 37 | |
| '}' should be on the same line. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter o1 should be final. | 27 | |
| Parameter o2 should be final. | 27 | |
| Avoid inline conditionals. | 31 | |
| Avoid inline conditionals. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 29 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter o1 should be final. | 32 | |
| Parameter o2 should be final. | 32 | |
| Avoid inline conditionals. | 35 | |
| Avoid inline conditionals. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter o1 should be final. | 31 | |
| Parameter o2 should be final. | 31 | |
| Avoid inline conditionals. | 35 | |
| Avoid inline conditionals. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Name 'OUTPUT_ENCRYPTION_WARNING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Line has trailing spaces. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line has trailing spaces. | 81 | |
| Line contains a tab character. | 83 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line contains a tab character. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| '(' is followed by whitespace. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| Line has trailing spaces. | 90 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Expected an @return tag. | 101 | |
| Line is longer than 80 characters. | 101 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter mapping should be final. | 101 | |
| Expected @param tag for 'mapping'. | 101 | |
| Parameter form should be final. | 101 | |
| Expected @param tag for 'form'. | 101 | |
| Parameter request should be final. | 101 | |
| Expected @param tag for 'request'. | 101 | |
| Parameter response should be final. | 101 | |
| Expected @param tag for 'response'. | 101 | |
| Expected @throws tag for 'Exception'. | 101 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| '}' should be on the same line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| '}' should be on the same line. | 111 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 118 | |
| '(' is followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line contains a tab character. | 119 | |
| '+' is not preceded with whitespace. | 119 | |
| '+' is not followed by whitespace. | 119 | |
| Line contains a tab character. | 120 | |
| Line is longer than 80 characters. | 121 | |
| '}' should be on the same line. | 122 | |
| Line is longer than 80 characters. | 127 | |
| '(' is followed by whitespace. | 128 | |
| ')' is preceded with whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| '(' is followed by whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| '(' is followed by whitespace. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 134 | |
| '(' is followed by whitespace. | 134 | |
| ')' is preceded with whitespace. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 141 | |
| 'if' is not followed by whitespace. | 142 | |
| Line contains a tab character. | 143 | |
| 'cast' is not followed by whitespace. | 143 | |
| Line has trailing spaces. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Expected an @return tag. | 153 | |
| Line is longer than 80 characters. | 153 | |
| Method 'defaultDispatch' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter mapping should be final. | 153 | |
| Expected @param tag for 'mapping'. | 153 | |
| Parameter form should be final. | 153 | |
| Expected @param tag for 'form'. | 153 | |
| Parameter request should be final. | 153 | |
| Expected @param tag for 'request'. | 153 | |
| Parameter response should be final. | 153 | |
| Expected @param tag for 'response'. | 153 | |
| Expected @throws tag for 'Exception'. | 153 | |
| Line contains a tab character. | 154 | |
| Method 'dispatchMethod' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Parameter mapping should be final. | 158 | |
| Parameter form should be final. | 158 | |
| Parameter request should be final. | 158 | |
| Parameter response should be final. | 158 | |
| Parameter methodToCall should be final. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Method 'findMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter form should be final. | 163 | |
| Parameter request should be final. | 163 | |
| Line is longer than 80 characters. | 165 | |
| '}' should be on the same line. | 167 | |
| First sentence should end with a period. | 175 | |
| Expected an @return tag. | 185 | |
| Line is longer than 80 characters. | 185 | |
| Method 'toggleTab' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Parameter mapping should be final. | 185 | |
| Expected @param tag for 'mapping'. | 185 | |
| Parameter form should be final. | 185 | |
| Expected @param tag for 'form'. | 185 | |
| Parameter request should be final. | 185 | |
| Expected @param tag for 'request'. | 185 | |
| Parameter response should be final. | 185 | |
| Expected @param tag for 'response'. | 185 | |
| Expected @throws tag for 'Exception'. | 185 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| '}' should be on the same line. | 192 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| '(' is followed by whitespace. | 199 | |
| ')' is preceded with whitespace. | 199 | |
| First sentence should end with a period. | 203 | |
| Expected an @return tag. | 213 | |
| Line is longer than 80 characters. | 213 | |
| Method 'showAllTabs' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Parameter mapping should be final. | 213 | |
| Expected @param tag for 'mapping'. | 213 | |
| Parameter form should be final. | 213 | |
| Expected @param tag for 'form'. | 213 | |
| Parameter request should be final. | 213 | |
| Expected @param tag for 'request'. | 213 | |
| Parameter response should be final. | 213 | |
| Expected @param tag for 'response'. | 213 | |
| Expected @throws tag for 'Exception'. | 213 | |
| Line contains a tab character. | 214 | |
| First sentence should end with a period. | 217 | |
| Expected an @return tag. | 227 | |
| Line is longer than 80 characters. | 227 | |
| Method 'hideAllTabs' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Parameter mapping should be final. | 227 | |
| Expected @param tag for 'mapping'. | 227 | |
| Parameter form should be final. | 227 | |
| Expected @param tag for 'form'. | 227 | |
| Parameter request should be final. | 227 | |
| Expected @param tag for 'request'. | 227 | |
| Parameter response should be final. | 227 | |
| Expected @param tag for 'response'. | 227 | |
| Expected @throws tag for 'Exception'. | 227 | |
| Line has trailing spaces. | 230 | |
| Line has trailing spaces. | 232 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 242 | |
| Parameter mapping should be final. | 242 | |
| Parameter form should be final. | 242 | |
| Parameter request should be final. | 242 | |
| Parameter response should be final. | 242 | |
| Parameter open should be final. | 242 | |
| ':' is not preceded with whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| Avoid inline conditionals. | 248 | |
| '(' is followed by whitespace. | 251 | |
| ')' is preceded with whitespace. | 251 | |
| Expected an @return tag. | 265 | |
| Line is longer than 80 characters. | 265 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Parameter mapping should be final. | 265 | |
| Expected @param tag for 'mapping'. | 265 | |
| Parameter form should be final. | 265 | |
| Expected @param tag for 'form'. | 265 | |
| Parameter request should be final. | 265 | |
| Expected @param tag for 'request'. | 265 | |
| Parameter response should be final. | 265 | |
| Expected @param tag for 'response'. | 265 | |
| Expected @throws tag for 'Exception'. | 265 | |
| Line is longer than 80 characters. | 271 | |
| Expected an @return tag. | 276 | |
| Method 'getLineToDelete' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter request should be final. | 276 | |
| Expected @param tag for 'request'. | 276 | |
| Line is longer than 80 characters. | 281 | |
| Expected an @return tag. | 286 | |
| Method 'getSelectedLine' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Parameter request should be final. | 286 | |
| Expected @param tag for 'request'. | 286 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 290 | |
| First sentence should end with a period. | 297 | |
| Expected an @return tag. | 303 | |
| Method 'getTabToToggle' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Parameter request should be final. | 303 | |
| Expected @param tag for 'request'. | 303 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 307 | |
| Expected an @return tag. | 319 | |
| Method 'getHeaderTabNavigateTo' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Parameter request should be final. | 319 | |
| Expected @param tag for 'request'. | 319 | |
| Line is longer than 80 characters. | 321 | |
| Expected an @return tag. | 334 | |
| Method 'getHeaderTabDispatch' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Parameter request should be final. | 334 | |
| Expected @param tag for 'request'. | 334 | |
| Line is longer than 80 characters. | 336 | |
| '}' should be on the same line. | 339 | |
| Line is longer than 80 characters. | 342 | |
| First sentence should end with a period. | 347 | |
| Expected an @return tag. | 354 | |
| Line is longer than 80 characters. | 354 | |
| Method 'getImageContext' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Parameter request should be final. | 354 | |
| Expected @param tag for 'request'. | 354 | |
| Parameter contextKey should be final. | 354 | |
| Expected @param tag for 'contextKey'. | 354 | |
| Line is longer than 80 characters. | 356 | |
| Line is longer than 80 characters. | 361 | |
| Line is longer than 80 characters. | 366 | |
| Method 'getReturnLocation' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Missing a Javadoc comment. | 366 | |
| Parameter request should be final. | 366 | |
| Parameter mapping should be final. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Avoid inline conditionals. | 369 | |
| Line is longer than 80 characters. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Line has trailing spaces. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line is longer than 80 characters. | 379 | |
| Expected an @return tag. | 384 | |
| Line is longer than 80 characters. | 384 | |
| Method 'retrieveLookupParameterValue' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Parameter boClass should be final. | 384 | |
| Parameter parameterName should be final. | 384 | |
| Parameter parameterValuePropertyName should be final. | 384 | |
| Parameter form should be final. | 384 | |
| Expected @param tag for 'form'. | 384 | |
| Parameter request should be final. | 384 | |
| Expected @param tag for 'request'. | 384 | |
| Expected @throws tag for 'Exception'. | 384 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Line is longer than 80 characters. | 387 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| '}' should be on the same line. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line contains a tab character. | 389 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 391 | |
| '}' should be on the same line. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Line is longer than 80 characters. | 394 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| Line contains a tab character. | 399 | |
| Line contains a tab character. | 400 | |
| Line contains a tab character. | 401 | |
| Line has trailing spaces. | 402 | |
| Line contains a tab character. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line contains a tab character. | 403 | |
| Line is longer than 80 characters. | 404 | |
| Line contains a tab character. | 404 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 406 | |
| Line has trailing spaces. | 408 | |
| Line is longer than 80 characters. | 410 | |
| Expected an @return tag. | 419 | |
| Method 'performLookup' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| Method length is 194 lines (max allowed is 150). | 419 | |
| Line is longer than 80 characters. | 420 | |
| Line contains a tab character. | 420 | |
| Parameter mapping should be final. | 420 | |
| Expected @param tag for 'mapping'. | 420 | |
| Parameter form should be final. | 420 | |
| Expected @param tag for 'form'. | 420 | |
| Parameter request should be final. | 420 | |
| Expected @param tag for 'request'. | 420 | |
| Parameter response should be final. | 420 | |
| Expected @param tag for 'response'. | 420 | |
| Expected @throws tag for 'Exception'. | 420 | |
| Line is longer than 80 characters. | 422 | |
| Line has trailing spaces. | 424 | |
| Line has trailing spaces. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line has trailing spaces. | 429 | |
| Line is longer than 80 characters. | 431 | |
| Line has trailing spaces. | 432 | |
| Line is longer than 80 characters. | 434 | |
| Line is longer than 80 characters. | 436 | |
| Line contains a tab character. | 439 | |
| 'try' is not followed by whitespace. | 439 | |
| '{' is not preceded with whitespace. | 439 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| 'catch' is not followed by whitespace. | 441 | |
| '{' is not preceded with whitespace. | 441 | |
| Line is longer than 80 characters. | 442 | |
| Line contains a tab character. | 442 | |
| Line contains a tab character. | 443 | |
| Line contains a tab character. | 444 | |
| '(' is followed by whitespace. | 444 | |
| ')' is preceded with whitespace. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line contains a tab character. | 445 | |
| '(' is followed by whitespace. | 445 | |
| ')' is preceded with whitespace. | 445 | |
| Line contains a tab character. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 448 | |
| '(' is followed by whitespace. | 448 | |
| ')' is preceded with whitespace. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line contains a tab character. | 449 | |
| '(' is followed by whitespace. | 449 | |
| ')' is preceded with whitespace. | 449 | |
| Line contains a tab character. | 450 | |
| Line contains a tab character. | 451 | |
| '(' is followed by whitespace. | 451 | |
| Line is longer than 80 characters. | 452 | |
| Line contains a tab character. | 452 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| Line has trailing spaces. | 456 | |
| Line contains a tab character. | 456 | |
| Line is longer than 80 characters. | 459 | |
| Line is longer than 80 characters. | 461 | |
| Line has trailing spaces. | 462 | |
| Line is longer than 80 characters. | 463 | |
| Line is longer than 80 characters. | 464 | |
| Line is longer than 80 characters. | 466 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| Line is longer than 80 characters. | 472 | |
| '(' is followed by whitespace. | 473 | |
| ')' is preceded with whitespace. | 473 | |
| '(' is followed by whitespace. | 474 | |
| ')' is preceded with whitespace. | 474 | |
| '(' is followed by whitespace. | 475 | |
| ')' is preceded with whitespace. | 475 | |
| Line is longer than 80 characters. | 478 | |
| '(' is followed by whitespace. | 479 | |
| ')' is preceded with whitespace. | 479 | |
| Line has trailing spaces. | 480 | |
| Line contains a tab character. | 480 | |
| '(' is followed by whitespace. | 480 | |
| ')' is preceded with whitespace. | 480 | |
| Line has trailing spaces. | 483 | |
| Line is longer than 80 characters. | 483 | |
| Line contains a tab character. | 483 | |
| Line is longer than 80 characters. | 485 | |
| Line contains a tab character. | 485 | |
| Line has trailing spaces. | 486 | |
| Line contains a tab character. | 486 | |
| Line is longer than 80 characters. | 488 | |
| Line contains a tab character. | 490 | |
| '(' is followed by whitespace. | 493 | |
| ')' is preceded with whitespace. | 493 | |
| '(' is followed by whitespace. | 494 | |
| ')' is preceded with whitespace. | 494 | |
| '(' is followed by whitespace. | 495 | |
| ')' is preceded with whitespace. | 495 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 503 | |
| '(' is followed by whitespace. | 506 | |
| ')' is preceded with whitespace. | 506 | |
| '(' is followed by whitespace. | 507 | |
| ')' is preceded with whitespace. | 507 | |
| '(' is followed by whitespace. | 508 | |
| ')' is preceded with whitespace. | 508 | |
| Line is longer than 80 characters. | 512 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 518 | |
| Line is longer than 80 characters. | 522 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 538 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 544 | |
| Line is longer than 80 characters. | 545 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 551 | |
| Line is longer than 80 characters. | 553 | |
| Line is longer than 80 characters. | 557 | |
| Line is longer than 80 characters. | 558 | |
| Line is longer than 80 characters. | 564 | |
| Line is longer than 80 characters. | 565 | |
| '{' is not preceded with whitespace. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Line is longer than 80 characters. | 574 | |
| Line is longer than 80 characters. | 575 | |
| Line is longer than 80 characters. | 577 | |
| Line has trailing spaces. | 578 | |
| Line contains a tab character. | 579 | |
| Line is longer than 80 characters. | 580 | |
| Line contains a tab character. | 580 | |
| Line contains a tab character. | 581 | |
| 'if' is not followed by whitespace. | 581 | |
| '{' is not preceded with whitespace. | 581 | |
| Line contains a tab character. | 582 | |
| Line contains a tab character. | 583 | |
| Line contains a tab character. | 584 | |
| 'else' is not preceded with whitespace. | 584 | |
| '}' is not followed by whitespace. | 584 | |
| 'if' is not followed by whitespace. | 584 | |
| '{' is not preceded with whitespace. | 584 | |
| Line contains a tab character. | 585 | |
| Line contains a tab character. | 586 | |
| 'if' is not followed by whitespace. | 586 | |
| '{' is not preceded with whitespace. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line contains a tab character. | 587 | |
| Line contains a tab character. | 588 | |
| Line contains a tab character. | 589 | |
| Line contains a tab character. | 591 | |
| Line is longer than 80 characters. | 592 | |
| Line contains a tab character. | 592 | |
| Line is longer than 80 characters. | 593 | |
| Line contains a tab character. | 593 | |
| 'if' is not followed by whitespace. | 593 | |
| '!=' is not preceded with whitespace. | 593 | |
| '!=' is not followed by whitespace. | 593 | |
| '{' is not preceded with whitespace. | 593 | |
| Line is longer than 80 characters. | 594 | |
| Line contains a tab character. | 594 | |
| Line contains a tab character. | 595 | |
| Line contains a tab character. | 596 | |
| Line contains a tab character. | 597 | |
| Line is longer than 80 characters. | 598 | |
| Line contains a tab character. | 598 | |
| Line contains a tab character. | 599 | |
| Line is longer than 80 characters. | 600 | |
| Line contains a tab character. | 600 | |
| Line contains a tab character. | 601 | |
| Line contains a tab character. | 602 | |
| Line has trailing spaces. | 603 | |
| Line contains a tab character. | 603 | |
| Line contains a tab character. | 604 | |
| Line contains a tab character. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 609 | |
| Line contains a tab character. | 610 | |
| Line is longer than 80 characters. | 611 | |
| Line contains a tab character. | 611 | |
| Line is longer than 80 characters. | 615 | |
| Method 'validateLookupInquiryFullParameter' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| Missing a Javadoc comment. | 615 | |
| Parameter request should be final. | 615 | |
| Parameter form should be final. | 615 | |
| Parameter fullParameter should be final. | 615 | |
| '{' is not preceded with whitespace. | 615 | |
| Line contains a tab character. | 616 | |
| 'if' is not followed by whitespace. | 617 | |
| 'cast' is not followed by whitespace. | 617 | |
| '{' is not preceded with whitespace. | 617 | |
| Line contains a tab character. | 618 | |
| 'if' is not followed by whitespace. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Line has trailing spaces. | 623 | |
| Method 'performInquiry' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| Missing a Javadoc comment. | 624 | |
| Line is longer than 80 characters. | 625 | |
| Line contains a tab character. | 625 | |
| Parameter mapping should be final. | 625 | |
| Parameter form should be final. | 625 | |
| Parameter request should be final. | 625 | |
| Parameter response should be final. | 625 | |
| Line is longer than 80 characters. | 627 | |
| Line has trailing spaces. | 629 | |
| Line has trailing spaces. | 630 | |
| Line is longer than 80 characters. | 630 | |
| Line is longer than 80 characters. | 633 | |
| Line has trailing spaces. | 634 | |
| Line is longer than 80 characters. | 636 | |
| Line is longer than 80 characters. | 638 | |
| Line is longer than 80 characters. | 643 | |
| Line is longer than 80 characters. | 645 | |
| Line is longer than 80 characters. | 648 | |
| '(' is followed by whitespace. | 649 | |
| ')' is preceded with whitespace. | 649 | |
| '(' is followed by whitespace. | 650 | |
| ')' is preceded with whitespace. | 650 | |
| '(' is followed by whitespace. | 651 | |
| ')' is preceded with whitespace. | 651 | |
| Line is longer than 80 characters. | 654 | |
| Line is longer than 80 characters. | 655 | |
| '(' is followed by whitespace. | 656 | |
| ')' is preceded with whitespace. | 656 | |
| '(' is followed by whitespace. | 657 | |
| ')' is preceded with whitespace. | 657 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 661 | |
| Line is longer than 80 characters. | 663 | |
| Line is longer than 80 characters. | 665 | |
| Line contains a tab character. | 665 | |
| '}' should be on the same line. | 666 | |
| Line contains a tab character. | 668 | |
| '(' is followed by whitespace. | 671 | |
| ')' is preceded with whitespace. | 671 | |
| '(' is followed by whitespace. | 672 | |
| ')' is preceded with whitespace. | 672 | |
| '(' is followed by whitespace. | 673 | |
| ')' is preceded with whitespace. | 673 | |
| Line is longer than 80 characters. | 678 | |
| Line contains a tab character. | 681 | |
| Line is longer than 80 characters. | 682 | |
| Line contains a tab character. | 682 | |
| '(' is followed by whitespace. | 683 | |
| ')' is preceded with whitespace. | 683 | |
| Line is longer than 80 characters. | 684 | |
| Line contains a tab character. | 684 | |
| First sentence should end with a period. | 691 | |
| Line is longer than 80 characters. | 692 | |
| Line is longer than 80 characters. | 706 | |
| Method 'performQuestionWithoutInput' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| More than 7 parameters. | 706 | |
| Parameter mapping should be final. | 706 | |
| Expected @param tag for 'mapping'. | 706 | |
| Parameter form should be final. | 706 | |
| Expected @param tag for 'form'. | 706 | |
| Parameter request should be final. | 706 | |
| Expected @param tag for 'request'. | 706 | |
| Parameter response should be final. | 706 | |
| Expected @param tag for 'response'. | 706 | |
| Parameter questionId should be final. | 706 | |
| Expected @param tag for 'questionId'. | 706 | |
| Parameter questionText should be final. | 706 | |
| Expected @param tag for 'questionText'. | 706 | |
| Parameter questionType should be final. | 706 | |
| Expected @param tag for 'questionType'. | 706 | |
| Parameter caller should be final. | 706 | |
| Expected @param tag for 'caller'. | 706 | |
| Parameter context should be final. | 706 | |
| Expected @param tag for 'context'. | 706 | |
| Expected @throws tag for 'Exception'. | 706 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 725 | |
| Method 'performQuestionWithInput' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| More than 7 parameters. | 725 | |
| Parameter mapping should be final. | 725 | |
| Expected @param tag for 'mapping'. | 725 | |
| Parameter form should be final. | 725 | |
| Expected @param tag for 'form'. | 725 | |
| Parameter request should be final. | 725 | |
| Expected @param tag for 'request'. | 725 | |
| Parameter response should be final. | 725 | |
| Expected @param tag for 'response'. | 725 | |
| Parameter questionId should be final. | 725 | |
| Expected @param tag for 'questionId'. | 725 | |
| Parameter questionText should be final. | 725 | |
| Expected @param tag for 'questionText'. | 725 | |
| Parameter questionType should be final. | 725 | |
| Expected @param tag for 'questionType'. | 725 | |
| Parameter caller should be final. | 725 | |
| Expected @param tag for 'caller'. | 725 | |
| Parameter context should be final. | 725 | |
| Expected @param tag for 'context'. | 725 | |
| Expected @throws tag for 'Exception'. | 725 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 730 | |
| Line is longer than 80 characters. | 748 | |
| Method 'performQuestionWithInputAgainBecauseOfErrors' is not designed for extension - needs to be abstract, final or empty. | 748 | |
| More than 7 parameters. | 748 | |
| Parameter mapping should be final. | 748 | |
| Expected @param tag for 'mapping'. | 748 | |
| Parameter form should be final. | 748 | |
| Expected @param tag for 'form'. | 748 | |
| Parameter request should be final. | 748 | |
| Expected @param tag for 'request'. | 748 | |
| Parameter response should be final. | 748 | |
| Expected @param tag for 'response'. | 748 | |
| Parameter questionId should be final. | 748 | |
| Expected @param tag for 'questionId'. | 748 | |
| Parameter questionText should be final. | 748 | |
| Expected @param tag for 'questionText'. | 748 | |
| Parameter questionType should be final. | 748 | |
| Expected @param tag for 'questionType'. | 748 | |
| Parameter caller should be final. | 748 | |
| Expected @param tag for 'caller'. | 748 | |
| Parameter context should be final. | 748 | |
| Expected @param tag for 'context'. | 748 | |
| Parameter reason should be final. | 748 | |
| Expected @param tag for 'reason'. | 748 | |
| Parameter errorKey should be final. | 748 | |
| Expected @param tag for 'errorKey'. | 748 | |
| Parameter errorPropertyName should be final. | 748 | |
| Expected @param tag for 'errorPropertyName'. | 748 | |
| Parameter errorParameter should be final. | 748 | |
| Expected @param tag for 'errorParameter'. | 748 | |
| Expected @throws tag for 'Exception'. | 748 | |
| Line is longer than 80 characters. | 749 | |
| Line is longer than 80 characters. | 772 | |
| More than 7 parameters. | 772 | |
| Parameter mapping should be final. | 772 | |
| Expected @param tag for 'mapping'. | 772 | |
| Parameter form should be final. | 772 | |
| Expected @param tag for 'form'. | 772 | |
| Parameter request should be final. | 772 | |
| Expected @param tag for 'request'. | 772 | |
| Parameter response should be final. | 772 | |
| Expected @param tag for 'response'. | 772 | |
| Parameter questionId should be final. | 772 | |
| Expected @param tag for 'questionId'. | 772 | |
| Parameter questionText should be final. | 772 | |
| Expected @param tag for 'questionText'. | 772 | |
| Parameter questionType should be final. | 772 | |
| Expected @param tag for 'questionType'. | 772 | |
| Parameter caller should be final. | 772 | |
| Expected @param tag for 'caller'. | 772 | |
| Parameter context should be final. | 772 | |
| Expected @param tag for 'context'. | 772 | |
| Parameter showReasonField should be final. | 772 | |
| Expected @param tag for 'showReasonField'. | 772 | |
| Parameter reason should be final. | 772 | |
| Expected @param tag for 'reason'. | 772 | |
| Parameter errorKey should be final. | 772 | |
| Expected @param tag for 'errorKey'. | 772 | |
| Parameter errorPropertyName should be final. | 772 | |
| Expected @param tag for 'errorPropertyName'. | 772 | |
| Parameter errorParameter should be final. | 772 | |
| Expected @param tag for 'errorParameter'. | 772 | |
| Expected @throws tag for 'Exception'. | 772 | |
| Line is longer than 80 characters. | 776 | |
| Line is longer than 80 characters. | 781 | |
| Line is longer than 80 characters. | 783 | |
| Line is longer than 80 characters. | 786 | |
| Line is longer than 80 characters. | 788 | |
| Avoid inline conditionals. | 788 | |
| Line is longer than 80 characters. | 789 | |
| Line is longer than 80 characters. | 791 | |
| Line is longer than 80 characters. | 792 | |
| Line has trailing spaces. | 794 | |
| Line contains a tab character. | 795 | |
| Line is longer than 80 characters. | 796 | |
| Line contains a tab character. | 796 | |
| Line contains a tab character. | 797 | |
| 'if' is not followed by whitespace. | 797 | |
| '{' is not preceded with whitespace. | 797 | |
| Line is longer than 80 characters. | 798 | |
| Line contains a tab character. | 798 | |
| Line contains a tab character. | 799 | |
| Line contains a tab character. | 800 | |
| Line contains a tab character. | 801 | |
| Line is longer than 80 characters. | 803 | |
| Line is longer than 80 characters. | 809 | |
| Expected an @return tag. | 818 | |
| Line is longer than 80 characters. | 818 | |
| Method 'performWorkgroupLookup' is not designed for extension - needs to be abstract, final or empty. | 818 | |
| Parameter mapping should be final. | 818 | |
| Expected @param tag for 'mapping'. | 818 | |
| Parameter form should be final. | 818 | |
| Expected @param tag for 'form'. | 818 | |
| Parameter request should be final. | 818 | |
| Expected @param tag for 'request'. | 818 | |
| Parameter response should be final. | 818 | |
| Expected @param tag for 'response'. | 818 | |
| Expected @throws tag for 'Exception'. | 818 | |
| Line contains a tab character. | 819 | |
| Line contains a tab character. | 820 | |
| Line is longer than 80 characters. | 821 | |
| Line contains a tab character. | 821 | |
| Line contains a tab character. | 822 | |
| Line contains a tab character. | 823 | |
| Line contains a tab character. | 824 | |
| Line is longer than 80 characters. | 827 | |
| Line is longer than 80 characters. | 828 | |
| Line is longer than 80 characters. | 830 | |
| Line is longer than 80 characters. | 831 | |
| Line contains a tab character. | 836 | |
| Line is longer than 80 characters. | 837 | |
| Line contains a tab character. | 837 | |
| '+=' is not followed by whitespace. | 837 | |
| '+' is not preceded with whitespace. | 837 | |
| Line contains a tab character. | 838 | |
| Line has trailing spaces. | 839 | |
| Line contains a tab character. | 839 | |
| Expected an @return tag. | 855 | |
| Line is longer than 80 characters. | 855 | |
| Method 'headerTab' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| Parameter mapping should be final. | 855 | |
| Expected @param tag for 'mapping'. | 855 | |
| Parameter form should be final. | 855 | |
| Expected @param tag for 'form'. | 855 | |
| Parameter request should be final. | 855 | |
| Expected @param tag for 'request'. | 855 | |
| Parameter response should be final. | 855 | |
| Expected @param tag for 'response'. | 855 | |
| Expected @throws tag for 'Exception'. | 855 | |
| Line is longer than 80 characters. | 856 | |
| Line is longer than 80 characters. | 860 | |
| Line is longer than 80 characters. | 861 | |
| Line is longer than 80 characters. | 869 | |
| Line is longer than 80 characters. | 873 | |
| Line has trailing spaces. | 878 | |
| Line is longer than 80 characters. | 878 | |
| Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| '(' is followed by whitespace. | 878 | |
| Parameter form should be final. | 878 | |
| Expected @param tag for 'form'. | 878 | |
| Parameter methodToCall should be final. | 878 | |
| Expected @param tag for 'methodToCall'. | 878 | |
| Expected @throws tag for 'AuthorizationException'. | 878 | |
| Redundant throws: 'AuthorizationException' is unchecked exception. | 878 | |
| Line contains a tab character. | 880 | |
| Line is longer than 80 characters. | 881 | |
| Line contains a tab character. | 881 | |
| Line is longer than 80 characters. | 882 | |
| Line contains a tab character. | 882 | |
| Line has trailing spaces. | 883 | |
| Line contains a tab character. | 883 | |
| Line is longer than 80 characters. | 884 | |
| Line has trailing spaces. | 885 | |
| Line is longer than 80 characters. | 885 | |
| Line contains a tab character. | 885 | |
| ')' is preceded with whitespace. | 885 | |
| Line has trailing spaces. | 887 | |
| Line is longer than 80 characters. | 887 | |
| Line contains a tab character. | 888 | |
| Line contains a tab character. | 889 | |
| Line has trailing spaces. | 892 | |
| First sentence should end with a period. | 893 | |
| Line has trailing spaces. | 893 | |
| Line is longer than 80 characters. | 894 | |
| Expected an @return tag. | 896 | |
| Line is longer than 80 characters. | 896 | |
| Method 'getRoleQualification' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| ',' is not followed by whitespace. | 896 | |
| Parameter form should be final. | 896 | |
| Expected @param tag for 'form'. | 896 | |
| Parameter methodToCall should be final. | 896 | |
| Expected @param tag for 'methodToCall'. | 896 | |
| Line contains a tab character. | 897 | |
| ',' is not followed by whitespace. | 897 | |
| Missing a Javadoc comment. | 900 | |
| '(' is followed by whitespace. | 901 | |
| ')' is preceded with whitespace. | 901 | |
| First sentence should end with a period. | 907 | |
| Line is longer than 80 characters. | 908 | |
| '=' is not preceded with whitespace. | 911 | |
| '=' is not followed by whitespace. | 911 | |
| First sentence should end with a period. | 912 | |
| Line is longer than 80 characters. | 913 | |
| '=' is not preceded with whitespace. | 916 | |
| '=' is not followed by whitespace. | 916 | |
| First sentence should end with a period. | 917 | |
| Line is longer than 80 characters. | 918 | |
| '=' is not preceded with whitespace. | 921 | |
| '=' is not followed by whitespace. | 921 | |
| First sentence should end with a period. | 922 | |
| Line is longer than 80 characters. | 923 | |
| '=' is not preceded with whitespace. | 926 | |
| '=' is not followed by whitespace. | 926 | |
| First sentence should end with a period. | 927 | |
| Line is longer than 80 characters. | 928 | |
| '=' is not preceded with whitespace. | 931 | |
| '=' is not followed by whitespace. | 931 | |
| First sentence should end with a period. | 932 | |
| Line is longer than 80 characters. | 933 | |
| '=' is not preceded with whitespace. | 936 | |
| '=' is not followed by whitespace. | 936 | |
| '=' is not preceded with whitespace. | 941 | |
| '=' is not followed by whitespace. | 941 | |
| '=' is not preceded with whitespace. | 947 | |
| '=' is not followed by whitespace. | 947 | |
| '=' is not preceded with whitespace. | 952 | |
| '=' is not followed by whitespace. | 952 | |
| '=' is not preceded with whitespace. | 958 | |
| '=' is not followed by whitespace. | 958 | |
| Line is longer than 80 characters. | 961 | |
| Line is longer than 80 characters. | 962 | |
| Line is longer than 80 characters. | 963 | |
| Line is longer than 80 characters. | 964 | |
| Line has trailing spaces. | 965 | |
| Line has trailing spaces. | 966 | |
| Expected an @return tag. | 973 | |
| Method 'updateTextArea' is not designed for extension - needs to be abstract, final or empty. | 973 | |
| Parameter mapping should be final. | 973 | |
| Expected @param tag for 'mapping'. | 973 | |
| Parameter form should be final. | 974 | |
| Expected @param tag for 'form'. | 974 | |
| Parameter request should be final. | 975 | |
| Expected @param tag for 'request'. | 975 | |
| Parameter response should be final. | 976 | |
| Expected @param tag for 'response'. | 976 | |
| Line is longer than 80 characters. | 978 | |
| '=' is not preceded with whitespace. | 978 | |
| '=' is not followed by whitespace. | 978 | |
| Line has trailing spaces. | 982 | |
| Line has trailing spaces. | 984 | |
| ',' is not followed by whitespace. | 986 | |
| ',' is not followed by whitespace. | 987 | |
| ',' is not followed by whitespace. | 988 | |
| '3' is a magic number. | 988 | |
| ',' is not followed by whitespace. | 989 | |
| '4' is a magic number. | 989 | |
| Line is longer than 80 characters. | 990 | |
| Line is longer than 80 characters. | 991 | |
| ',' is not followed by whitespace. | 991 | |
| Line has trailing spaces. | 993 | |
| Line is longer than 80 characters. | 995 | |
| '=' is not preceded with whitespace. | 995 | |
| '=' is not followed by whitespace. | 995 | |
| 'cast' is not followed by whitespace. | 995 | |
| Line is longer than 80 characters. | 1000 | |
| Line has trailing spaces. | 1001 | |
| '=' is not preceded with whitespace. | 1002 | |
| '=' is not followed by whitespace. | 1002 | |
| Line is longer than 80 characters. | 1005 | |
| '=' is not preceded with whitespace. | 1005 | |
| '=' is not followed by whitespace. | 1005 | |
| '==' is not preceded with whitespace. | 1005 | |
| '==' is not followed by whitespace. | 1005 | |
| '?' is not preceded with whitespace. | 1005 | |
| Avoid inline conditionals. | 1005 | |
| '?' is not followed by whitespace. | 1005 | |
| ':' is not preceded with whitespace. | 1005 | |
| ':' is not followed by whitespace. | 1005 | |
| Line has trailing spaces. | 1008 | |
| Line has trailing spaces. | 1011 | |
| Line is longer than 80 characters. | 1013 | |
| Line is longer than 80 characters. | 1014 | |
| Line has trailing spaces. | 1023 | |
| Parameter request should be final. | 1027 | |
| '(' is followed by whitespace. | 1036 | |
| ')' is preceded with whitespace. | 1036 | |
| '(' is followed by whitespace. | 1037 | |
| ')' is preceded with whitespace. | 1037 | |
| '(' is followed by whitespace. | 1038 | |
| ')' is preceded with whitespace. | 1038 | |
| '(' is followed by whitespace. | 1044 | |
| ')' is preceded with whitespace. | 1044 | |
| '(' is followed by whitespace. | 1045 | |
| ')' is preceded with whitespace. | 1045 | |
| Line is longer than 80 characters. | 1048 | |
| '(' is followed by whitespace. | 1050 | |
| ')' is preceded with whitespace. | 1050 | |
| '(' is followed by whitespace. | 1051 | |
| ')' is preceded with whitespace. | 1051 | |
| '(' is followed by whitespace. | 1052 | |
| ')' is preceded with whitespace. | 1052 | |
| '(' is followed by whitespace. | 1053 | |
| ')' is preceded with whitespace. | 1053 | |
| '(' is followed by whitespace. | 1054 | |
| '3' is a magic number. | 1054 | |
| ')' is preceded with whitespace. | 1054 | |
| '(' is followed by whitespace. | 1055 | |
| '4' is a magic number. | 1055 | |
| ')' is preceded with whitespace. | 1055 | |
| Line has trailing spaces. | 1059 | |
| Line has trailing spaces. | 1062 | |
| Line is longer than 80 characters. | 1064 | |
| Line is longer than 80 characters. | 1065 | |
| Line is longer than 80 characters. | 1066 | |
| Line has trailing spaces. | 1068 | |
| Expected an @return tag. | 1075 | |
| Method 'postTextAreaToParent' is not designed for extension - needs to be abstract, final or empty. | 1075 | |
| Parameter mapping should be final. | 1075 | |
| Expected @param tag for 'mapping'. | 1075 | |
| Parameter form should be final. | 1076 | |
| Expected @param tag for 'form'. | 1076 | |
| Parameter request should be final. | 1077 | |
| Expected @param tag for 'request'. | 1077 | |
| Parameter response should be final. | 1078 | |
| Expected @param tag for 'response'. | 1078 | |
| Line has trailing spaces. | 1079 | |
| Line is longer than 80 characters. | 1081 | |
| '=' is not preceded with whitespace. | 1081 | |
| '=' is not followed by whitespace. | 1081 | |
| Line has trailing spaces. | 1085 | |
| '=' is not preceded with whitespace. | 1086 | |
| '=' is not followed by whitespace. | 1086 | |
| '=' is not preceded with whitespace. | 1088 | |
| '=' is not followed by whitespace. | 1088 | |
| '=' is not preceded with whitespace. | 1090 | |
| '=' is not followed by whitespace. | 1090 | |
| Line has trailing spaces. | 1091 | |
| Line is longer than 80 characters. | 1093 | |
| '=' is not preceded with whitespace. | 1093 | |
| '=' is not followed by whitespace. | 1093 | |
| '==' is not preceded with whitespace. | 1093 | |
| '==' is not followed by whitespace. | 1093 | |
| '?' is not preceded with whitespace. | 1093 | |
| Avoid inline conditionals. | 1093 | |
| '?' is not followed by whitespace. | 1093 | |
| ':' is not preceded with whitespace. | 1093 | |
| ':' is not followed by whitespace. | 1093 | |
| Line has trailing spaces. | 1096 | |
| Line has trailing spaces. | 1099 | |
| Line is longer than 80 characters. | 1101 | |
| Line is longer than 80 characters. | 1102 | |
| '(' is followed by whitespace. | 1105 | |
| Parameter methodToCall should be final. | 1105 | |
| Expected @param tag for 'methodToCall'. | 1105 | |
| ')' is preceded with whitespace. | 1105 | |
| Line contains a tab character. | 1106 | |
| Line has trailing spaces. | 1108 | |
| Line is longer than 80 characters. | 1110 | |
| Line is longer than 80 characters. | 1112 | |
| '(' is followed by whitespace. | 1112 | |
| Parameter form should be final. | 1112 | |
| Expected @param tag for 'form'. | 1112 | |
| Parameter request should be final. | 1112 | |
| Expected @param tag for 'request'. | 1112 | |
| ')' is preceded with whitespace. | 1112 | |
| Line has trailing spaces. | 1113 | |
| Line contains a tab character. | 1113 | |
| Line has trailing spaces. | 1115 | |
| Line is longer than 80 characters. | 1116 | |
| Method 'getBusinessObjectAuthorizationService' is not designed for extension - needs to be abstract, final or empty. | 1116 | |
| Missing a Javadoc comment. | 1116 | |
| Line contains a tab character. | 1117 | |
| Line is longer than 80 characters. | 1118 | |
| Line contains a tab character. | 1118 | |
| Line contains a tab character. | 1119 | |
| Line contains a tab character. | 1120 | |
| Line has trailing spaces. | 1122 | |
| Method 'getEncryptionService' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| Missing a Javadoc comment. | 1123 | |
| Line contains a tab character. | 1124 | |
| Line is longer than 80 characters. | 1125 | |
| Line contains a tab character. | 1125 | |
| Line contains a tab character. | 1126 | |
| Line contains a tab character. | 1127 | |
| Line contains a tab character. | 1130 | |
| Missing a Javadoc comment. | 1130 | |
| Line contains a tab character. | 1131 | |
| '(' is followed by whitespace. | 1131 | |
| ')' is preceded with whitespace. | 1131 | |
| Line is longer than 80 characters. | 1132 | |
| Line contains a tab character. | 1132 | |
| Line contains a tab character. | 1133 | |
| Line contains a tab character. | 1134 | |
| Line contains a tab character. | 1135 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 126 | |
| 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. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 136 | |
| Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Parameter form should be final. | 139 | |
| Parameter methodToCall should be final. | 139 | |
| Redundant throws: 'AuthorizationException' is unchecked exception. | 139 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Expected an @return tag. | 155 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Parameter mapping should be final. | 156 | |
| Expected @param tag for 'mapping'. | 156 | |
| Parameter form should be final. | 156 | |
| Expected @param tag for 'form'. | 156 | |
| Parameter request should be final. | 156 | |
| Expected @param tag for 'request'. | 156 | |
| Parameter response should be final. | 156 | |
| Expected @param tag for 'response'. | 156 | |
| Expected @throws tag for 'Exception'. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 196 | |
| 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 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| '60' is a magic number. | 255 | |
| '1000' is a magic number. | 255 | |
| Line is longer than 80 characters. | 263 | |
| Method 'isFormRepresentingLockObject' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Missing a Javadoc comment. | 263 | |
| Parameter form should be final. | 263 | |
| Line is longer than 80 characters. | 267 | |
| Method 'attemptLockRelease' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Parameter document should be final. | 273 | |
| Parameter methodToCall should be final. | 273 | |
| Line is longer than 80 characters. | 276 | |
| Method 'releaseLocks' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Parameter document should be final. | 281 | |
| Parameter methodToCall should be final. | 281 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 289 | |
| Method 'setupPessimisticLockMessages' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter document should be final. | 289 | |
| Parameter request should be final. | 289 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 297 | |
| Method 'generatePessimisticLockMessage' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Parameter lock should be final. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Avoid inline conditionals. | 301 | |
| Comment matches to-do format 'TODO:'. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 308 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 325 | |
| Method 'docHandler' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Parameter mapping should be final. | 325 | |
| Expected @param tag for 'mapping'. | 325 | |
| Parameter form should be final. | 325 | |
| Expected @param tag for 'form'. | 325 | |
| Parameter request should be final. | 325 | |
| Expected @param tag for 'request'. | 325 | |
| Parameter response should be final. | 325 | |
| Expected @param tag for 'response'. | 325 | |
| Expected @throws tag for 'Exception'. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Line is longer than 80 characters. | 330 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 360 | |
| Method 'loadDocument' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Parameter kualiDocumentFormBase should be final. | 360 | |
| Expected @param tag for 'kualiDocumentFormBase'. | 360 | |
| Expected @throws tag for 'WorkflowException'. | 360 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line is longer than 80 characters. | 371 | |
| Line is longer than 80 characters. | 377 | |
| Line is longer than 80 characters. | 380 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 391 | |
| Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Parameter kualiDocumentFormBase should be final. | 391 | |
| Expected @param tag for 'kualiDocumentFormBase'. | 391 | |
| Expected @throws tag for 'WorkflowException'. | 391 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 395 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 409 | |
| Method 'insertAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| Parameter mapping should be final. | 409 | |
| Expected @param tag for 'mapping'. | 409 | |
| Parameter form should be final. | 409 | |
| Expected @param tag for 'form'. | 409 | |
| Parameter request should be final. | 409 | |
| Expected @param tag for 'request'. | 409 | |
| Parameter response should be final. | 409 | |
| Expected @param tag for 'response'. | 409 | |
| Expected @throws tag for 'Exception'. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Line is longer than 80 characters. | 421 | |
| Line is longer than 80 characters. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 447 | |
| Method 'deleteAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| Parameter mapping should be final. | 447 | |
| Expected @param tag for 'mapping'. | 447 | |
| Parameter form should be final. | 447 | |
| Expected @param tag for 'form'. | 447 | |
| Parameter request should be final. | 447 | |
| Expected @param tag for 'request'. | 447 | |
| Parameter response should be final. | 447 | |
| Expected @param tag for 'response'. | 447 | |
| Expected @throws tag for 'Exception'. | 447 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 451 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 466 | |
| Method 'insertAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Parameter mapping should be final. | 466 | |
| Expected @param tag for 'mapping'. | 466 | |
| Parameter form should be final. | 466 | |
| Expected @param tag for 'form'. | 466 | |
| Parameter request should be final. | 466 | |
| Expected @param tag for 'request'. | 466 | |
| Parameter response should be final. | 466 | |
| Expected @param tag for 'response'. | 466 | |
| Expected @throws tag for 'Exception'. | 466 | |
| Line is longer than 80 characters. | 467 | |
| Line is longer than 80 characters. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line is longer than 80 characters. | 477 | |
| Line is longer than 80 characters. | 482 | |
| Line is longer than 80 characters. | 484 | |
| Line is longer than 80 characters. | 495 | |
| Line is longer than 80 characters. | 505 | |
| Method 'deleteAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| Parameter mapping should be final. | 505 | |
| Expected @param tag for 'mapping'. | 505 | |
| Parameter form should be final. | 505 | |
| Expected @param tag for 'form'. | 505 | |
| Parameter request should be final. | 505 | |
| Expected @param tag for 'request'. | 505 | |
| Parameter response should be final. | 505 | |
| Expected @param tag for 'response'. | 505 | |
| Expected @throws tag for 'Exception'. | 505 | |
| Line is longer than 80 characters. | 506 | |
| Line is longer than 80 characters. | 508 | |
| Line is longer than 80 characters. | 512 | |
| Method 'sendAdHocRequests' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| Missing a Javadoc comment. | 512 | |
| Parameter mapping should be final. | 512 | |
| Parameter form should be final. | 512 | |
| Parameter request should be final. | 512 | |
| Parameter response should be final. | 512 | |
| Line is longer than 80 characters. | 513 | |
| Line is longer than 80 characters. | 516 | |
| Line is longer than 80 characters. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 536 | |
| Method 'reload' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| Parameter mapping should be final. | 536 | |
| Expected @param tag for 'mapping'. | 536 | |
| Parameter form should be final. | 536 | |
| Expected @param tag for 'form'. | 536 | |
| Parameter request should be final. | 536 | |
| Expected @param tag for 'request'. | 536 | |
| Parameter response should be final. | 536 | |
| Expected @param tag for 'response'. | 536 | |
| Expected @throws tag for 'Exception'. | 536 | |
| Line is longer than 80 characters. | 537 | |
| Line is longer than 80 characters. | 545 | |
| Comment matches to-do format 'TODO:'. | 548 | |
| Line is longer than 80 characters. | 550 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 553 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 570 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 570 | |
| Parameter mapping should be final. | 570 | |
| Expected @param tag for 'mapping'. | 570 | |
| Parameter form should be final. | 570 | |
| Expected @param tag for 'form'. | 570 | |
| Parameter request should be final. | 570 | |
| Expected @param tag for 'request'. | 570 | |
| Parameter response should be final. | 570 | |
| Expected @param tag for 'response'. | 570 | |
| Expected @throws tag for 'Exception'. | 570 | |
| Line is longer than 80 characters. | 571 | |
| Line is longer than 80 characters. | 577 | |
| Comment matches to-do format 'TODO:'. | 588 | |
| Line is longer than 80 characters. | 590 | |
| Line is longer than 80 characters. | 592 | |
| Line contains a tab character. | 593 | |
| First sentence should end with a period. | 600 | |
| Line is longer than 80 characters. | 601 | |
| Line is longer than 80 characters. | 611 | |
| Line is longer than 80 characters. | 612 | |
| Line is longer than 80 characters. | 616 | |
| Method 'checkAndWarnAboutSensitiveData' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| More than 7 parameters. | 616 | |
| Parameter mapping should be final. | 616 | |
| Expected @param tag for 'mapping'. | 616 | |
| Parameter form should be final. | 616 | |
| Expected @param tag for 'form'. | 616 | |
| Line is longer than 80 characters. | 617 | |
| Parameter request should be final. | 617 | |
| Expected @param tag for 'request'. | 617 | |
| Parameter response should be final. | 617 | |
| Expected @param tag for 'response'. | 617 | |
| Parameter fieldName should be final. | 617 | |
| Parameter fieldValue should be final. | 617 | |
| Parameter caller should be final. | 617 | |
| Parameter context should be final. | 617 | |
| Expected @throws tag for 'Exception'. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 622 | |
| Line is longer than 80 characters. | 624 | |
| Line is longer than 80 characters. | 625 | |
| Line is longer than 80 characters. | 627 | |
| Line is longer than 80 characters. | 631 | |
| Line is longer than 80 characters. | 635 | |
| Line is longer than 80 characters. | 636 | |
| Line is longer than 80 characters. | 640 | |
| Line is longer than 80 characters. | 641 | |
| Line is longer than 80 characters. | 644 | |
| Line is longer than 80 characters. | 645 | |
| Line is longer than 80 characters. | 646 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 651 | |
| Line is longer than 80 characters. | 658 | |
| Line is longer than 80 characters. | 659 | |
| First sentence should end with a period. | 669 | |
| Line is longer than 80 characters. | 670 | |
| Line is longer than 80 characters. | 679 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| Parameter mapping should be final. | 679 | |
| Expected @param tag for 'mapping'. | 679 | |
| Parameter form should be final. | 679 | |
| Expected @param tag for 'form'. | 679 | |
| Parameter request should be final. | 679 | |
| Expected @param tag for 'request'. | 679 | |
| Parameter response should be final. | 679 | |
| Expected @param tag for 'response'. | 679 | |
| Expected @throws tag for 'Exception'. | 679 | |
| Line is longer than 80 characters. | 680 | |
| Line is longer than 80 characters. | 686 | |
| First sentence should end with a period. | 689 | |
| Line is longer than 80 characters. | 699 | |
| Method 'performRouteReport' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| Parameter mapping should be final. | 699 | |
| Expected @param tag for 'mapping'. | 699 | |
| Parameter form should be final. | 699 | |
| Expected @param tag for 'form'. | 699 | |
| Parameter request should be final. | 699 | |
| Expected @param tag for 'request'. | 699 | |
| Parameter response should be final. | 699 | |
| Expected @param tag for 'response'. | 699 | |
| Expected @throws tag for 'Exception'. | 699 | |
| Line is longer than 80 characters. | 700 | |
| Line is longer than 80 characters. | 703 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 716 | |
| Line is longer than 80 characters. | 720 | |
| Line is longer than 80 characters. | 721 | |
| Line is longer than 80 characters. | 725 | |
| Line is longer than 80 characters. | 726 | |
| Line is longer than 80 characters. | 727 | |
| Line is longer than 80 characters. | 728 | |
| Line is longer than 80 characters. | 729 | |
| Line is longer than 80 characters. | 734 | |
| Line is longer than 80 characters. | 736 | |
| Line is longer than 80 characters. | 739 | |
| Line is longer than 80 characters. | 740 | |
| Line is longer than 80 characters. | 742 | |
| Line is longer than 80 characters. | 749 | |
| Line is longer than 80 characters. | 750 | |
| First sentence should end with a period. | 755 | |
| Line is longer than 80 characters. | 765 | |
| Method 'route' is not designed for extension - needs to be abstract, final or empty. | 765 | |
| Parameter mapping should be final. | 765 | |
| Expected @param tag for 'mapping'. | 765 | |
| Parameter form should be final. | 765 | |
| Expected @param tag for 'form'. | 765 | |
| Parameter request should be final. | 765 | |
| Expected @param tag for 'request'. | 765 | |
| Parameter response should be final. | 765 | |
| Expected @param tag for 'response'. | 765 | |
| Expected @throws tag for 'Exception'. | 765 | |
| Line is longer than 80 characters. | 766 | |
| Line is longer than 80 characters. | 770 | |
| Line is longer than 80 characters. | 777 | |
| Line is longer than 80 characters. | 782 | |
| Line is longer than 80 characters. | 783 | |
| Line is longer than 80 characters. | 786 | |
| First sentence should end with a period. | 790 | |
| Line is longer than 80 characters. | 800 | |
| Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 800 | |
| Parameter mapping should be final. | 800 | |
| Expected @param tag for 'mapping'. | 800 | |
| Parameter form should be final. | 800 | |
| Expected @param tag for 'form'. | 800 | |
| Parameter request should be final. | 800 | |
| Expected @param tag for 'request'. | 800 | |
| Parameter response should be final. | 800 | |
| Expected @param tag for 'response'. | 800 | |
| Expected @throws tag for 'Exception'. | 800 | |
| Line is longer than 80 characters. | 801 | |
| Line is longer than 80 characters. | 805 | |
| Line is longer than 80 characters. | 812 | |
| Line is longer than 80 characters. | 817 | |
| Line is longer than 80 characters. | 818 | |
| First sentence should end with a period. | 823 | |
| Line is longer than 80 characters. | 833 | |
| Method 'approve' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| Parameter mapping should be final. | 833 | |
| Expected @param tag for 'mapping'. | 833 | |
| Parameter form should be final. | 833 | |
| Expected @param tag for 'form'. | 833 | |
| Parameter request should be final. | 833 | |
| Expected @param tag for 'request'. | 833 | |
| Parameter response should be final. | 833 | |
| Expected @param tag for 'response'. | 833 | |
| Expected @throws tag for 'Exception'. | 833 | |
| Line is longer than 80 characters. | 834 | |
| Line is longer than 80 characters. | 838 | |
| Line is longer than 80 characters. | 845 | |
| Line is longer than 80 characters. | 850 | |
| Line is longer than 80 characters. | 851 | |
| First sentence should end with a period. | 856 | |
| Line is longer than 80 characters. | 866 | |
| Method 'disapprove' is not designed for extension - needs to be abstract, final or empty. | 866 | |
| Parameter mapping should be final. | 866 | |
| Expected @param tag for 'mapping'. | 866 | |
| Parameter form should be final. | 866 | |
| Expected @param tag for 'form'. | 866 | |
| Parameter request should be final. | 866 | |
| Expected @param tag for 'request'. | 866 | |
| Line is longer than 80 characters. | 867 | |
| Parameter response should be final. | 867 | |
| Expected @param tag for 'response'. | 867 | |
| Expected @throws tag for 'Exception'. | 867 | |
| Line is longer than 80 characters. | 868 | |
| Line is longer than 80 characters. | 869 | |
| Line is longer than 80 characters. | 872 | |
| Line is longer than 80 characters. | 873 | |
| Line is longer than 80 characters. | 874 | |
| Line is longer than 80 characters. | 883 | |
| Line is longer than 80 characters. | 885 | |
| Line is longer than 80 characters. | 886 | |
| Line is longer than 80 characters. | 888 | |
| Line is longer than 80 characters. | 896 | |
| Line is longer than 80 characters. | 904 | |
| Line is longer than 80 characters. | 906 | |
| Line is longer than 80 characters. | 908 | |
| Line is longer than 80 characters. | 909 | |
| Line is longer than 80 characters. | 910 | |
| Line is longer than 80 characters. | 915 | |
| Line is longer than 80 characters. | 917 | |
| Line is longer than 80 characters. | 918 | |
| Line is longer than 80 characters. | 919 | |
| Line is longer than 80 characters. | 920 | |
| Line is longer than 80 characters. | 921 | |
| Line is longer than 80 characters. | 922 | |
| Line is longer than 80 characters. | 929 | |
| Line is longer than 80 characters. | 932 | |
| Line is longer than 80 characters. | 938 | |
| Line is longer than 80 characters. | 940 | |
| Line is longer than 80 characters. | 941 | |
| Line is longer than 80 characters. | 943 | |
| Line is longer than 80 characters. | 946 | |
| Line is longer than 80 characters. | 948 | |
| Line is longer than 80 characters. | 949 | |
| First sentence should end with a period. | 955 | |
| Line is longer than 80 characters. | 965 | |
| Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| Parameter mapping should be final. | 965 | |
| Expected @param tag for 'mapping'. | 965 | |
| Parameter form should be final. | 965 | |
| Expected @param tag for 'form'. | 965 | |
| Parameter request should be final. | 965 | |
| Expected @param tag for 'request'. | 965 | |
| Parameter response should be final. | 965 | |
| Expected @param tag for 'response'. | 965 | |
| Expected @throws tag for 'Exception'. | 965 | |
| Line is longer than 80 characters. | 966 | |
| Line is longer than 80 characters. | 971 | |
| Line is longer than 80 characters. | 973 | |
| Line is longer than 80 characters. | 974 | |
| Line is longer than 80 characters. | 981 | |
| Line is longer than 80 characters. | 984 | |
| Line is longer than 80 characters. | 985 | |
| Line is longer than 80 characters. | 992 | |
| Line is longer than 80 characters. | 1002 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1002 | |
| Parameter mapping should be final. | 1002 | |
| Expected @param tag for 'mapping'. | 1002 | |
| Parameter form should be final. | 1002 | |
| Expected @param tag for 'form'. | 1002 | |
| Parameter request should be final. | 1002 | |
| Expected @param tag for 'request'. | 1002 | |
| Parameter response should be final. | 1002 | |
| Expected @param tag for 'response'. | 1002 | |
| Expected @throws tag for 'Exception'. | 1002 | |
| Line is longer than 80 characters. | 1012 | |
| Line is longer than 80 characters. | 1014 | |
| Line is longer than 80 characters. | 1015 | |
| Line is longer than 80 characters. | 1017 | |
| Method 'canSave' is not designed for extension - needs to be abstract, final or empty. | 1031 | |
| Missing a Javadoc comment. | 1031 | |
| Parameter form should be final. | 1031 | |
| Line is longer than 80 characters. | 1033 | |
| Method 'getQuestion' is not designed for extension - needs to be abstract, final or empty. | 1036 | |
| Missing a Javadoc comment. | 1036 | |
| Parameter request should be final. | 1036 | |
| First sentence should end with a period. | 1040 | |
| Line is longer than 80 characters. | 1050 | |
| Method 'fyi' is not designed for extension - needs to be abstract, final or empty. | 1050 | |
| Parameter mapping should be final. | 1050 | |
| Expected @param tag for 'mapping'. | 1050 | |
| Parameter form should be final. | 1050 | |
| Expected @param tag for 'form'. | 1050 | |
| Parameter request should be final. | 1050 | |
| Expected @param tag for 'request'. | 1050 | |
| Parameter response should be final. | 1050 | |
| Expected @param tag for 'response'. | 1050 | |
| Expected @throws tag for 'Exception'. | 1050 | |
| Line is longer than 80 characters. | 1051 | |
| Line is longer than 80 characters. | 1053 | |
| Line is longer than 80 characters. | 1054 | |
| First sentence should end with a period. | 1059 | |
| Line is longer than 80 characters. | 1069 | |
| Method 'acknowledge' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| Parameter mapping should be final. | 1069 | |
| Expected @param tag for 'mapping'. | 1069 | |
| Parameter form should be final. | 1069 | |
| Expected @param tag for 'form'. | 1069 | |
| Parameter request should be final. | 1069 | |
| Expected @param tag for 'request'. | 1069 | |
| Parameter response should be final. | 1069 | |
| Expected @param tag for 'response'. | 1069 | |
| Expected @throws tag for 'Exception'. | 1069 | |
| Line is longer than 80 characters. | 1070 | |
| Line is longer than 80 characters. | 1072 | |
| Line is longer than 80 characters. | 1073 | |
| Line is longer than 80 characters. | 1088 | |
| Method 'supervisorFunctions' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| Parameter mapping should be final. | 1088 | |
| Expected @param tag for 'mapping'. | 1088 | |
| Parameter form should be final. | 1088 | |
| Expected @param tag for 'form'. | 1088 | |
| Parameter request should be final. | 1088 | |
| Expected @param tag for 'request'. | 1088 | |
| Parameter response should be final. | 1088 | |
| Expected @param tag for 'response'. | 1088 | |
| Expected @throws tag for 'Exception'. | 1088 | |
| Line is longer than 80 characters. | 1089 | |
| Line is longer than 80 characters. | 1092 | |
| First sentence should end with a period. | 1098 | |
| Line is longer than 80 characters. | 1099 | |
| Line is longer than 80 characters. | 1105 | |
| Method 'combineAdHocRecipients' is not designed for extension - needs to be abstract, final or empty. | 1105 | |
| Parameter kualiDocumentFormBase should be final. | 1105 | |
| Expected @param tag for 'kualiDocumentFormBase'. | 1105 | |
| Line is longer than 80 characters. | 1106 | |
| Line is longer than 80 characters. | 1113 | |
| Line is longer than 80 characters. | 1115 | |
| Line is longer than 80 characters. | 1116 | |
| Expected an @return tag. | 1118 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| Line is longer than 80 characters. | 1119 | |
| Parameter mapping should be final. | 1119 | |
| Expected @param tag for 'mapping'. | 1119 | |
| Parameter form should be final. | 1119 | |
| Expected @param tag for 'form'. | 1119 | |
| Parameter request should be final. | 1119 | |
| Expected @param tag for 'request'. | 1119 | |
| Parameter response should be final. | 1119 | |
| Expected @param tag for 'response'. | 1119 | |
| Expected @throws tag for 'Exception'. | 1119 | |
| First sentence should end with a period. | 1129 | |
| Line is longer than 80 characters. | 1130 | |
| Method 'refreshAdHocRoutingWorkgroupLookups' is not designed for extension - needs to be abstract, final or empty. | 1136 | |
| Line is longer than 80 characters. | 1137 | |
| Parameter request should be final. | 1137 | |
| Expected @param tag for 'request'. | 1137 | |
| Parameter kualiForm should be final. | 1137 | |
| Expected @param tag for 'kualiForm'. | 1137 | |
| Expected @throws tag for 'WorkflowException'. | 1137 | |
| Line is longer than 80 characters. | 1138 | |
| Line is longer than 80 characters. | 1140 | |
| Line is longer than 80 characters. | 1142 | |
| Line is longer than 80 characters. | 1143 | |
| Line is longer than 80 characters. | 1144 | |
| Line is longer than 80 characters. | 1146 | |
| Line is longer than 80 characters. | 1148 | |
| Line is longer than 80 characters. | 1149 | |
| Line is longer than 80 characters. | 1150 | |
| Line is longer than 80 characters. | 1152 | |
| Line is longer than 80 characters. | 1155 | |
| Line is longer than 80 characters. | 1157 | |
| Line is longer than 80 characters. | 1159 | |
| Line is longer than 80 characters. | 1160 | |
| Line is longer than 80 characters. | 1161 | |
| Line is longer than 80 characters. | 1164 | |
| Line is longer than 80 characters. | 1166 | |
| Line is longer than 80 characters. | 1167 | |
| Line is longer than 80 characters. | 1168 | |
| Line is longer than 80 characters. | 1170 | |
| Line is longer than 80 characters. | 1175 | |
| Line is longer than 80 characters. | 1177 | |
| Line is longer than 80 characters. | 1179 | |
| Line is longer than 80 characters. | 1180 | |
| Line is longer than 80 characters. | 1181 | |
| Line is longer than 80 characters. | 1184 | |
| Line is longer than 80 characters. | 1186 | |
| Line is longer than 80 characters. | 1187 | |
| Line is longer than 80 characters. | 1188 | |
| Line is longer than 80 characters. | 1190 | |
| Line is longer than 80 characters. | 1209 | |
| Method 'cancelBOAttachment' is not designed for extension - needs to be abstract, final or empty. | 1209 | |
| Parameter mapping should be final. | 1209 | |
| Expected @param tag for 'mapping'. | 1209 | |
| Parameter form should be final. | 1209 | |
| Expected @param tag for 'form'. | 1209 | |
| Parameter request should be final. | 1209 | |
| Expected @param tag for 'request'. | 1209 | |
| Parameter response should be final. | 1209 | |
| Expected @param tag for 'response'. | 1209 | |
| Expected @throws tag for 'Exception'. | 1209 | |
| First sentence should end with a period. | 1223 | |
| Line is longer than 80 characters. | 1232 | |
| Method 'streamToResponse' is not designed for extension - needs to be abstract, final or empty. | 1232 | |
| Parameter fileContents should be final. | 1232 | |
| Expected @param tag for 'fileContents'. | 1232 | |
| Parameter fileName should be final. | 1232 | |
| Expected @param tag for 'fileName'. | 1232 | |
| Parameter fileContentType should be final. | 1232 | |
| Expected @param tag for 'fileContentType'. | 1232 | |
| Parameter response should be final. | 1232 | |
| Expected @param tag for 'response'. | 1232 | |
| Expected @throws tag for 'Exception'. | 1232 | |
| Line is longer than 80 characters. | 1237 | |
| Line is longer than 80 characters. | 1246 | |
| First sentence should end with a period. | 1251 | |
| Line is longer than 80 characters. | 1261 | |
| Method 'downloadBOAttachment' is not designed for extension - needs to be abstract, final or empty. | 1261 | |
| Parameter mapping should be final. | 1261 | |
| Expected @param tag for 'mapping'. | 1261 | |
| Parameter form should be final. | 1261 | |
| Expected @param tag for 'form'. | 1261 | |
| Parameter request should be final. | 1261 | |
| Expected @param tag for 'request'. | 1261 | |
| Parameter response should be final. | 1261 | |
| Expected @param tag for 'response'. | 1261 | |
| Expected @throws tag for 'Exception'. | 1261 | |
| Line is longer than 80 characters. | 1268 | |
| Line is longer than 80 characters. | 1271 | |
| Line is longer than 80 characters. | 1272 | |
| Line is longer than 80 characters. | 1274 | |
| Method 'selectedAttachmentIndex' is not designed for extension - needs to be abstract, final or empty. | 1286 | |
| Parameter request should be final. | 1286 | |
| Expected @param tag for 'request'. | 1286 | |
| Line is longer than 80 characters. | 1289 | |
| Line is longer than 80 characters. | 1291 | |
| Must have at least one statement. | 1295 | |
| First sentence should end with a period. | 1303 | |
| Line is longer than 80 characters. | 1313 | |
| Method 'insertBONote' is not designed for extension - needs to be abstract, final or empty. | 1313 | |
| Parameter mapping should be final. | 1313 | |
| Expected @param tag for 'mapping'. | 1313 | |
| Parameter form should be final. | 1313 | |
| Expected @param tag for 'form'. | 1313 | |
| Parameter request should be final. | 1313 | |
| Expected @param tag for 'request'. | 1313 | |
| Parameter response should be final. | 1313 | |
| Expected @param tag for 'response'. | 1313 | |
| Expected @throws tag for 'Exception'. | 1313 | |
| Line is longer than 80 characters. | 1314 | |
| Line is longer than 80 characters. | 1333 | |
| Line is longer than 80 characters. | 1337 | |
| Line is longer than 80 characters. | 1338 | |
| Line is longer than 80 characters. | 1342 | |
| Line is longer than 80 characters. | 1345 | |
| Line is longer than 80 characters. | 1350 | |
| Line is longer than 80 characters. | 1357 | |
| Line is longer than 80 characters. | 1361 | |
| Line is longer than 80 characters. | 1365 | |
| Line is longer than 80 characters. | 1366 | |
| Line is longer than 80 characters. | 1369 | |
| Line is longer than 80 characters. | 1384 | |
| Line is longer than 80 characters. | 1386 | |
| Line is longer than 80 characters. | 1388 | |
| Line is longer than 80 characters. | 1394 | |
| Line is longer than 80 characters. | 1406 | |
| Line is longer than 80 characters. | 1407 | |
| Line is longer than 80 characters. | 1408 | |
| Line is longer than 80 characters. | 1409 | |
| Line is longer than 80 characters. | 1410 | |
| Line is longer than 80 characters. | 1414 | |
| Line is longer than 80 characters. | 1415 | |
| Line is longer than 80 characters. | 1419 | |
| Line is longer than 80 characters. | 1420 | |
| Line is longer than 80 characters. | 1421 | |
| Line is longer than 80 characters. | 1422 | |
| First sentence should end with a period. | 1437 | |
| Line is longer than 80 characters. | 1447 | |
| Method 'deleteBONote' is not designed for extension - needs to be abstract, final or empty. | 1447 | |
| Parameter mapping should be final. | 1447 | |
| Expected @param tag for 'mapping'. | 1447 | |
| Parameter form should be final. | 1447 | |
| Expected @param tag for 'form'. | 1447 | |
| Parameter request should be final. | 1447 | |
| Expected @param tag for 'request'. | 1447 | |
| Parameter response should be final. | 1447 | |
| Expected @param tag for 'response'. | 1447 | |
| Expected @throws tag for 'Exception'. | 1447 | |
| Line is longer than 80 characters. | 1448 | |
| Line is longer than 80 characters. | 1452 | |
| Line is longer than 80 characters. | 1453 | |
| Line is longer than 80 characters. | 1457 | |
| Line is longer than 80 characters. | 1472 | |
| Line is longer than 80 characters. | 1478 | |
| Line is longer than 80 characters. | 1479 | |
| Line is longer than 80 characters. | 1480 | |
| Line is longer than 80 characters. | 1486 | |
| Line is longer than 80 characters. | 1495 | |
| Line is longer than 80 characters. | 1496 | |
| Line is longer than 80 characters. | 1502 | |
| Method 'determineNoteWorkflowNotificationAction' is not designed for extension - needs to be abstract, final or empty. | 1502 | |
| Parameter request should be final. | 1502 | |
| Expected @param tag for 'request'. | 1502 | |
| Parameter kualiDocumentFormBase should be final. | 1502 | |
| Expected @param tag for 'kualiDocumentFormBase'. | 1502 | |
| Parameter note should be final. | 1502 | |
| Expected @param tag for 'note'. | 1502 | |
| Line is longer than 80 characters. | 1503 | |
| Line is longer than 80 characters. | 1506 | |
| Method 'sendNoteWorkflowNotification' is not designed for extension - needs to be abstract, final or empty. | 1506 | |
| Missing a Javadoc comment. | 1506 | |
| Parameter mapping should be final. | 1506 | |
| Parameter form should be final. | 1506 | |
| Parameter request should be final. | 1506 | |
| Parameter response should be final. | 1506 | |
| Line is longer than 80 characters. | 1507 | |
| Line is longer than 80 characters. | 1514 | |
| '}' should be on the same line. | 1516 | |
| Line is longer than 80 characters. | 1519 | |
| Line is longer than 80 characters. | 1521 | |
| Line is longer than 80 characters. | 1528 | |
| Line is longer than 80 characters. | 1529 | |
| Line is longer than 80 characters. | 1532 | |
| Line is longer than 80 characters. | 1534 | |
| First sentence should end with a period. | 1541 | |
| Line is longer than 80 characters. | 1546 | |
| Redundant 'final' modifier. | 1546 | |
| Parameter e should be final. | 1546 | |
| Expected @param tag for 'e'. | 1546 | |
| Line is longer than 80 characters. | 1548 | |
| Line is longer than 80 characters. | 1561 | |
| Line is longer than 80 characters. | 1562 | |
| Line is longer than 80 characters. | 1571 | |
| Expected an @return tag. | 1581 | |
| Line is longer than 80 characters. | 1581 | |
| Method 'promptBeforeValidation' is not designed for extension - needs to be abstract, final or empty. | 1581 | |
| Parameter mapping should be final. | 1581 | |
| Expected @param tag for 'mapping'. | 1581 | |
| Parameter form should be final. | 1581 | |
| Expected @param tag for 'form'. | 1581 | |
| Parameter request should be final. | 1581 | |
| Expected @param tag for 'request'. | 1581 | |
| Parameter response should be final. | 1581 | |
| Expected @param tag for 'response'. | 1581 | |
| Expected @throws tag for 'Exception'. | 1581 | |
| Line is longer than 80 characters. | 1582 | |
| Line is longer than 80 characters. | 1586 | |
| Expected an @return tag. | 1597 | |
| Line is longer than 80 characters. | 1597 | |
| Method 'promptBeforeValidation' is not designed for extension - needs to be abstract, final or empty. | 1597 | |
| Parameter mapping should be final. | 1597 | |
| Expected @param tag for 'mapping'. | 1597 | |
| Parameter form should be final. | 1597 | |
| Expected @param tag for 'form'. | 1597 | |
| Parameter request should be final. | 1597 | |
| Expected @param tag for 'request'. | 1597 | |
| Parameter response should be final. | 1597 | |
| Expected @param tag for 'response'. | 1597 | |
| Parameter methodToCall should be final. | 1597 | |
| Expected @param tag for 'methodToCall'. | 1597 | |
| Expected @throws tag for 'Exception'. | 1597 | |
| Line is longer than 80 characters. | 1598 | |
| Line is longer than 80 characters. | 1601 | |
| Line is longer than 80 characters. | 1603 | |
| Line is longer than 80 characters. | 1606 | |
| Line is longer than 80 characters. | 1607 | |
| Line is longer than 80 characters. | 1608 | |
| Line is longer than 80 characters. | 1611 | |
| Line is longer than 80 characters. | 1613 | |
| Line is longer than 80 characters. | 1614 | |
| Line is longer than 80 characters. | 1615 | |
| Line is longer than 80 characters. | 1618 | |
| Line is longer than 80 characters. | 1620 | |
| Line is longer than 80 characters. | 1622 | |
| First sentence should end with a period. | 1633 | |
| Expected an @return tag. | 1639 | |
| Line is longer than 80 characters. | 1639 | |
| Method 'buildAuthorizationException' is not designed for extension - needs to be abstract, final or empty. | 1639 | |
| Parameter action should be final. | 1639 | |
| Expected @param tag for 'action'. | 1639 | |
| Parameter document should be final. | 1639 | |
| Expected @param tag for 'document'. | 1639 | |
| Line is longer than 80 characters. | 1640 | |
| Method 'exitingDocument' is not designed for extension - needs to be abstract, final or empty. | 1643 | |
| Missing a Javadoc comment. | 1643 | |
| Line is longer than 80 characters. | 1644 | |
| Line contains a tab character. | 1644 | |
| Line is longer than 80 characters. | 1645 | |
| Line is longer than 80 characters. | 1646 | |
| Method 'setupDocumentExit' is not designed for extension - needs to be abstract, final or empty. | 1649 | |
| Missing a Javadoc comment. | 1649 | |
| Line is longer than 80 characters. | 1650 | |
| Line contains a tab character. | 1650 | |
| Line contains a tab character. | 1651 | |
| 'if' is not followed by whitespace. | 1651 | |
| Line is longer than 80 characters. | 1652 | |
| Line contains a tab character. | 1652 | |
| Line contains a tab character. | 1653 | |
| Line is longer than 80 characters. | 1657 | |
| Expected an @return tag. | 1663 | |
| Line is longer than 80 characters. | 1663 | |
| Method 'returnToSender' is not designed for extension - needs to be abstract, final or empty. | 1663 | |
| Parameter request should be final. | 1663 | |
| Expected @param tag for 'request'. | 1663 | |
| Parameter mapping should be final. | 1663 | |
| Expected @param tag for 'mapping'. | 1663 | |
| Parameter form should be final. | 1663 | |
| Expected @param tag for 'form'. | 1663 | |
| Line is longer than 80 characters. | 1666 | |
| Method 'populateAuthorizationFields' is not designed for extension - needs to be abstract, final or empty. | 1680 | |
| Missing a Javadoc comment. | 1680 | |
| Parameter formBase should be final. | 1681 | |
| Line is longer than 80 characters. | 1685 | |
| Line is longer than 80 characters. | 1686 | |
| Line is longer than 80 characters. | 1687 | |
| Line is longer than 80 characters. | 1688 | |
| Line is longer than 80 characters. | 1690 | |
| Line is longer than 80 characters. | 1691 | |
| Line is longer than 80 characters. | 1700 | |
| Method 'populateAdHocActionRequestCodes' is not designed for extension - needs to be abstract, final or empty. | 1700 | |
| Missing a Javadoc comment. | 1700 | |
| Parameter formBase should be final. | 1700 | |
| Line is longer than 80 characters. | 1702 | |
| Line is longer than 80 characters. | 1703 | |
| Line is longer than 80 characters. | 1705 | |
| Line is longer than 80 characters. | 1706 | |
| Line is longer than 80 characters. | 1708 | |
| Line is longer than 80 characters. | 1709 | |
| Line is longer than 80 characters. | 1711 | |
| Line is longer than 80 characters. | 1712 | |
| Method 'convertSetToMap' is not designed for extension - needs to be abstract, final or empty. | 1720 | |
| Missing a Javadoc comment. | 1720 | |
| Parameter s should be final. | 1721 | |
| Method 'getDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 1734 | |
| Line is longer than 80 characters. | 1736 | |
| Method 'getDocumentHelperService' is not designed for extension - needs to be abstract, final or empty. | 1741 | |
| Missing a Javadoc comment. | 1741 | |
| Line is longer than 80 characters. | 1743 | |
| Method 'getDocumentService' is not designed for extension - needs to be abstract, final or empty. | 1748 | |
| Missing a Javadoc comment. | 1748 | |
| Method 'getKualiConfigurationService' is not designed for extension - needs to be abstract, final or empty. | 1755 | |
| Missing a Javadoc comment. | 1755 | |
| Line is longer than 80 characters. | 1757 | |
| Method 'getParameterService' is not designed for extension - needs to be abstract, final or empty. | 1762 | |
| Missing a Javadoc comment. | 1762 | |
| Line is longer than 80 characters. | 1764 | |
| Method 'getPessimisticLockService' is not designed for extension - needs to be abstract, final or empty. | 1769 | |
| Missing a Javadoc comment. | 1769 | |
| Line is longer than 80 characters. | 1771 | |
| Method 'getKualiRuleService' is not designed for extension - needs to be abstract, final or empty. | 1776 | |
| Missing a Javadoc comment. | 1776 | |
| Method 'getIdentityManagementService' is not designed for extension - needs to be abstract, final or empty. | 1783 | |
| Missing a Javadoc comment. | 1783 | |
| Line is longer than 80 characters. | 1785 | |
| Method 'getAttachmentService' is not designed for extension - needs to be abstract, final or empty. | 1790 | |
| Missing a Javadoc comment. | 1790 | |
| Method 'getNoteService' is not designed for extension - needs to be abstract, final or empty. | 1797 | |
| Missing a Javadoc comment. | 1797 | |
| Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 1804 | |
| Missing a Javadoc comment. | 1804 | |
| Line is longer than 80 characters. | 1806 | |
| Method 'getBusinessObjectAuthorizationService' is not designed for extension - needs to be abstract, final or empty. | 1811 | |
| Line is longer than 80 characters. | 1812 | |
| Line is longer than 80 characters. | 1814 | |
| Method 'getBusinessObjectMetaDataService' is not designed for extension - needs to be abstract, final or empty. | 1819 | |
| Missing a Javadoc comment. | 1819 | |
| Line is longer than 80 characters. | 1821 | |
| Method 'getEntityManagerFactory' is not designed for extension - needs to be abstract, final or empty. | 1826 | |
| Missing a Javadoc comment. | 1826 | |
| Line is longer than 80 characters. | 1828 | |
| Line is longer than 80 characters. | 1834 | |
| Expected an @return tag. | 1836 | |
| Method 'hideAllTabs' is not designed for extension - needs to be abstract, final or empty. | 1836 | |
| Parameter mapping should be final. | 1837 | |
| Expected @param tag for 'mapping'. | 1837 | |
| Parameter form should be final. | 1837 | |
| Expected @param tag for 'form'. | 1837 | |
| Line is longer than 80 characters. | 1838 | |
| Parameter request should be final. | 1838 | |
| Expected @param tag for 'request'. | 1838 | |
| Parameter response should be final. | 1838 | |
| Expected @param tag for 'response'. | 1838 | |
| Expected @throws tag for 'Exception'. | 1839 | |
| Line is longer than 80 characters. | 1841 | |
| Line is longer than 80 characters. | 1847 | |
| Expected an @return tag. | 1849 | |
| Method 'showAllTabs' is not designed for extension - needs to be abstract, final or empty. | 1849 | |
| Parameter mapping should be final. | 1850 | |
| Expected @param tag for 'mapping'. | 1850 | |
| Parameter form should be final. | 1850 | |
| Expected @param tag for 'form'. | 1850 | |
| Line is longer than 80 characters. | 1851 | |
| Parameter request should be final. | 1851 | |
| Expected @param tag for 'request'. | 1851 | |
| Parameter response should be final. | 1851 | |
| Expected @param tag for 'response'. | 1851 | |
| Expected @throws tag for 'Exception'. | 1852 | |
| Line is longer than 80 characters. | 1854 | |
| Line is longer than 80 characters. | 1860 | |
| Expected an @return tag. | 1862 | |
| Method 'toggleTab' is not designed for extension - needs to be abstract, final or empty. | 1862 | |
| Parameter mapping should be final. | 1863 | |
| Expected @param tag for 'mapping'. | 1863 | |
| Parameter form should be final. | 1863 | |
| Expected @param tag for 'form'. | 1863 | |
| Line is longer than 80 characters. | 1864 | |
| Parameter request should be final. | 1864 | |
| Expected @param tag for 'request'. | 1864 | |
| Parameter response should be final. | 1864 | |
| Expected @param tag for 'response'. | 1864 | |
| Expected @throws tag for 'Exception'. | 1865 | |
| Line is longer than 80 characters. | 1867 | |
| Method 'doProcessingAfterPost' is not designed for extension - needs to be abstract, final or empty. | 1872 | |
| Line is longer than 80 characters. | 1873 | |
| Parameter form should be final. | 1873 | |
| Parameter request should be final. | 1873 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 35 | |
| Method 'getSizeMax' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter mc should be final. | 44 | |
| '(' is followed by whitespace. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| Method 'getSizeMaxString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 50 | |
| Method 'setSizeMax' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '(' is followed by whitespace. | 52 | |
| Parameter sizeString should be final. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 55 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Method 'setMaxUploadSizeToMaxOfList' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '(' is followed by whitespace. | 63 | |
| Parameter sizes should be final. | 63 | |
| Expected @param tag for 'sizes'. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| '(' is followed by whitespace. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line has trailing spaces. | 76 | |
| Method 'calculateMaxUploadSizeToMaxOfList' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '(' is followed by whitespace. | 77 | |
| Parameter sizes should be final. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| Line has trailing spaces. | 85 | |
| 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. | 90 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 34 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Expected an @return tag. | 50 | |
| Line is longer than 80 characters. | 50 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter mapping should be final. | 50 | |
| Expected @param tag for 'mapping'. | 50 | |
| Parameter form should be final. | 50 | |
| Expected @param tag for 'form'. | 50 | |
| Parameter request should be final. | 50 | |
| Expected @param tag for 'request'. | 50 | |
| Parameter response should be final. | 50 | |
| Expected @param tag for 'response'. | 50 | |
| Expected @throws tag for 'Exception'. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Method 'populateAuthorizationFields' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Parameter formBase should be final. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line has trailing spaces. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'getFileData' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 38 | |
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'getFileSize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 50 | |
| Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 50 | |
| Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter contentType should be final. | 54 | |
| Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter fileName should be final. | 58 | |
| Method 'setFileSize' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter fileSize should be final. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 34 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.service.*. | 36 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| 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. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| '{' is not preceded with whitespace. | 54 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter request should be final. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| 'if' is not followed by whitespace. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Method 'getInquirable' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter boClassName should be final. | 119 | |
| Line is longer than 80 characters. | 124 | |
| '}' should be on the same line. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 134 | |
| '}' should be on the same line. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 149 | |
| Parameter clazz should be final. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Avoid inline conditionals. | 163 | |
| Line is longer than 80 characters. | 166 | |
| Method 'populatePKFieldValues' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter request should be final. | 166 | |
| Parameter boClassName should be final. | 166 | |
| Parameter passedFromPreviousInquiry should be final. | 166 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| 'for' is not followed by whitespace. | 181 | |
| ')' is preceded with whitespace. | 181 | |
| '{' is not preceded with whitespace. | 181 | |
| 'if' construct must use '{}'s. | 182 | |
| Line contains a tab character. | 182 | |
| 'if' is not followed by 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. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line contains a tab character. | 194 | |
| Line has trailing spaces. | 195 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 203 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 215 | |
| '}' should be on the same line. | 218 | |
| 'if' is not followed by whitespace. | 228 | |
| '{' is not preceded with whitespace. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| '}' should be on the same line. | 232 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| '}' should be on the same line. | 236 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 247 | |
| Method 'populateExportCapabilities' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter request should be final. | 247 | |
| Expected @param tag for 'request'. | 247 | |
| Parameter boClassName should be final. | 247 | |
| Expected @param tag for 'boClassName'. | 247 | |
| Line contains a tab character. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| Line is longer than 80 characters. | 250 | |
| 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 is longer than 80 characters. | 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 is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Method 'getFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter fieldConversions should be final. | 276 | |
| 'fieldConversions' hides a field. | 276 | |
| Method 'getSections' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Method 'setSections' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Parameter sections should be final. | 292 | |
| 'sections' hides a field. | 292 | |
| Method 'getBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Method 'setBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter businessObjectClassName should be final. | 306 | |
| 'businessObjectClassName' hides a field. | 306 | |
| Method 'getEditingMode' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Line is longer than 80 characters. | 315 | |
| Expected an @return tag. | 320 | |
| Method 'getInquiryPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 327 | |
| Expected an @return tag. | 331 | |
| Method 'retrieveInquiryDecryptedPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Line is longer than 80 characters. | 336 | |
| Method 'setInquiryPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Parameter inquiryPrimaryKeys should be final. | 340 | |
| 'inquiryPrimaryKeys' hides a field. | 340 | |
| Expected @param tag for 'inquiryPrimaryKeys'. | 340 | |
| Line is longer than 80 characters. | 345 | |
| Expected an @return tag. | 349 | |
| Method 'getInactiveRecordDisplay' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Method 'getInquirable' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| Missing a Javadoc comment. | 353 | |
| Line is longer than 80 characters. | 357 | |
| Method 'populateInactiveRecordsInIntoInquirable' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Missing a Javadoc comment. | 357 | |
| Parameter inquirable should be final. | 357 | |
| 'inquirable' hides a field. | 357 | |
| Parameter request should be final. | 357 | |
| Line is longer than 80 characters. | 358 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line contains a tab character. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Line contains a tab character. | 361 | |
| Line is longer than 80 characters. | 362 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line contains a tab character. | 365 | |
| Method 'getFormKey' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Method 'setFormKey' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Missing a Javadoc comment. | 372 | |
| Parameter formKey should be final. | 372 | |
| 'formKey' hides a field. | 372 | |
| Line contains a tab character. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Expected an @return tag. | 379 | |
| Line contains a tab character. | 379 | |
| Method 'isCanExport' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Line contains a tab character. | 380 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line contains a tab character. | 384 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Method 'setCanExport' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Parameter canExport should be final. | 386 | |
| 'canExport' hides a field. | 386 | |
| Expected @param tag for 'canExport'. | 386 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Line has trailing spaces. | 82 | |
| Comment matches to-do format 'TODO:'. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Line has trailing spaces. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Variable 'attachmentFile' must be private and have accessor methods. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Variable 'editingMode' must be private and have accessor methods. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'documentActions' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Variable 'suppressAllButtons' must be private and have accessor methods. | 90 | |
| Line has trailing spaces. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'adHocActionRequestCodes' must be private and have accessor methods. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Line has trailing spaces. | 98 | |
| Line has trailing spaces. | 100 | |
| First sentence should end with a period. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| '{' is not preceded with whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 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. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Method 'getDocNum' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Method 'setDocNum' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter docNum should be final. | 128 | |
| 'docNum' hides a field. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| First sentence should end with a period. | 132 | |
| Line contains a tab character. | 136 | |
| Line has trailing spaces. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Comment matches to-do format 'TODO:'. | 154 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| ',' is not followed by whitespace. | 156 | |
| Line is longer than 80 characters. | 157 | |
| ',' is not followed by whitespace. | 157 | |
| Line has trailing spaces. | 164 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter request should be final. | 172 | |
| Expected @param tag for 'request'. | 172 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Line contains a tab character. | 182 | |
| '(' is followed by whitespace. | 182 | |
| Line contains a tab character. | 183 | |
| '(' is followed by whitespace. | 183 | |
| Line contains a tab character. | 184 | |
| '{' should be on the previous line. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 187 | |
| Line contains a tab character. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line contains a tab character. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| '{' should be on the previous line. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| '}' should be on the same line. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| '{' should be on the previous line. | 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 is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 203 | |
| Line has trailing spaces. | 205 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line has trailing spaces. | 211 | |
| Method 'getPersonInquiryUrlLink' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter user should be final. | 212 | |
| Parameter linkBody should be final. | 212 | |
| Line has trailing spaces. | 214 | |
| 'if' is not followed by whitespace. | 215 | |
| ')' is preceded with whitespace. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| '{' is followed by whitespace. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line contains a tab character. | 219 | |
| Line is longer than 80 characters. | 220 | |
| 'if' is not followed by whitespace. | 220 | |
| '{' is not preceded with whitespace. | 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 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| 'else' is not followed by whitespace. | 228 | |
| '{' is not preceded with whitespace. | 228 | |
| Line contains a tab character. | 229 | |
| Line has trailing spaces. | 232 | |
| Line has trailing spaces. | 235 | |
| Method 'getDocumentHandlerUrl' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter documentId should be final. | 236 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line has trailing spaces. | 242 | |
| Method 'buildHtmlLink' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Parameter url should be final. | 243 | |
| Parameter linkBody should be final. | 243 | |
| Line has trailing spaces. | 245 | |
| 'if' is not followed by whitespace. | 246 | |
| ')' is preceded with whitespace. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line has trailing spaces. | 249 | |
| Line has trailing spaces. | 252 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line has trailing spaces. | 256 | |
| Line contains a tab character. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Method 'populateHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Parameter workflowDocument should be final. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line has trailing spaces. | 268 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Method 'getStandardHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Parameter workflowDocument should be final. | 272 | |
| 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 is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line contains a tab character. | 278 | |
| Line has trailing spaces. | 279 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line has trailing spaces. | 282 | |
| Line contains a tab character. | 282 | |
| Line is longer than 80 characters. | 283 | |
| '?' is not preceded with whitespace. | 283 | |
| Avoid inline conditionals. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 285 | |
| '?' is not preceded with whitespace. | 285 | |
| Avoid inline conditionals. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line is longer than 80 characters. | 297 | |
| '?' is not preceded with whitespace. | 297 | |
| Avoid inline conditionals. | 297 | |
| ':' is not preceded with whitespace. | 297 | |
| ':' is not followed by whitespace. | 297 | |
| Line has trailing spaces. | 299 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| '?' is not preceded with whitespace. | 300 | |
| Avoid inline conditionals. | 300 | |
| '?' is not preceded with whitespace. | 300 | |
| Avoid inline conditionals. | 300 | |
| Line has trailing spaces. | 301 | |
| Line is longer than 80 characters. | 303 | |
| 'if' is not followed by whitespace. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line has trailing spaces. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line contains a tab character. | 310 | |
| '3' is a magic number. | 310 | |
| Line has trailing spaces. | 312 | |
| Line contains a tab character. | 316 | |
| Line is longer than 80 characters. | 321 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 324 | |
| Line has trailing spaces. | 325 | |
| Line is longer than 80 characters. | 328 | |
| Expected an @return tag. | 331 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Parameter mapping should be final. | 332 | |
| Expected @param tag for 'mapping'. | 332 | |
| Parameter request should be final. | 332 | |
| Expected @param tag for 'request'. | 332 | |
| Line is longer than 80 characters. | 335 | |
| Line is longer than 80 characters. | 337 | |
| '{' is followed by whitespace. | 337 | |
| Line is longer than 80 characters. | 343 | |
| 'public' modifier out of order with the JLS suggestions. | 345 | |
| Line is longer than 80 characters. | 350 | |
| Line is longer than 80 characters. | 359 | |
| Method 'getEditingMode' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Line contains a tab character. | 363 | |
| First sentence should end with a period. | 367 | |
| Method 'setEditingMode' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Line contains a tab character. | 371 | |
| Parameter editingMode should be final. | 371 | |
| 'editingMode' hides a field. | 371 | |
| Expected @param tag for 'editingMode'. | 371 | |
| Line has trailing spaces. | 374 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Method 'getDocumentActions' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| Line contains a tab character. | 385 | |
| Line contains a tab character. | 386 | |
| Method 'setDocumentActions' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Line contains a tab character. | 387 | |
| Parameter documentActions should be final. | 387 | |
| 'documentActions' hides a field. | 387 | |
| Line contains a tab character. | 388 | |
| Line contains a tab character. | 389 | |
| Line has trailing spaces. | 390 | |
| Line contains a tab character. | 390 | |
| Line has trailing spaces. | 391 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 396 | |
| Method 'setAdHocActionRequestCodes' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| Line contains a tab character. | 397 | |
| Parameter adHocActionRequestCodes should be final. | 397 | |
| 'adHocActionRequestCodes' hides a field. | 397 | |
| Line contains a tab character. | 398 | |
| Line contains a tab character. | 399 | |
| Line contains a tab character. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Method 'getAdHocActionRequestCodes' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Line contains a tab character. | 405 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Method 'getAdHocRoutePersons' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| Method 'getAttachmentFile' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Method 'setAttachmentFile' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Parameter attachmentFile should be final. | 444 | |
| 'attachmentFile' hides a field. | 444 | |
| First sentence should end with a period. | 449 | |
| Line is longer than 80 characters. | 454 | |
| Method 'setAdHocRoutePersons' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| Parameter adHocRouteRecipients should be final. | 454 | |
| Expected @param tag for 'adHocRouteRecipients'. | 454 | |
| First sentence should end with a period. | 458 | |
| Expected an @return tag. | 463 | |
| Method 'getAdHocRouteWorkgroups' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| First sentence should end with a period. | 467 | |
| Line is longer than 80 characters. | 472 | |
| Method 'setAdHocRouteWorkgroups' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| Parameter adHocRouteWorkgroups should be final. | 472 | |
| Expected @param tag for 'adHocRouteWorkgroups'. | 472 | |
| First sentence should end with a period. | 476 | |
| Line is longer than 80 characters. | 477 | |
| Expected an @return tag. | 482 | |
| Method 'getAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| Parameter index should be final. | 482 | |
| Expected @param tag for 'index'. | 482 | |
| First sentence should end with a period. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Expected an @return tag. | 495 | |
| Method 'getAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| Parameter index should be final. | 495 | |
| Expected @param tag for 'index'. | 495 | |
| Method 'getNewAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| First sentence should end with a period. | 509 | |
| Method 'setNewAdHocRoutePerson' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| Parameter newAdHocRoutePerson should be final. | 514 | |
| 'newAdHocRoutePerson' hides a field. | 514 | |
| Expected @param tag for 'newAdHocRoutePerson'. | 514 | |
| Method 'getNewAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| First sentence should end with a period. | 525 | |
| Line is longer than 80 characters. | 530 | |
| Method 'setNewAdHocRouteWorkgroup' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Parameter newAdHocRouteWorkgroup should be final. | 530 | |
| 'newAdHocRouteWorkgroup' hides a field. | 530 | |
| Expected @param tag for 'newAdHocRouteWorkgroup'. | 530 | |
| Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 544 | |
| Parameter document should be final. | 544 | |
| 'document' hides a field. | 544 | |
| Expected @param tag for 'document'. | 544 | |
| Line is longer than 80 characters. | 546 | |
| 'if' is not followed by whitespace. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Method 'getWorkflowDocument' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| Line has trailing spaces. | 557 | |
| Line is longer than 80 characters. | 559 | |
| Line contains a tab character. | 559 | |
| Line contains a tab character. | 561 | |
| Expected an @return tag. | 562 | |
| Method 'isHasWorkflowDocument' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| Line is longer than 80 characters. | 563 | |
| Line contains a tab character. | 563 | |
| '(' is followed by whitespace. | 563 | |
| ')' is preceded with whitespace. | 563 | |
| Line contains a tab character. | 564 | |
| Line contains a tab character. | 565 | |
| Line contains a tab character. | 566 | |
| First sentence should end with a period. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Expected an @return tag. | 572 | |
| Method 'isUserDocumentInitiator' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| Line is longer than 80 characters. | 574 | |
| Line contains a tab character. | 575 | |
| Method 'getInitiator' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| Missing a Javadoc comment. | 580 | |
| Line is longer than 80 characters. | 581 | |
| Line contains a tab character. | 581 | |
| Line is longer than 80 characters. | 582 | |
| Line contains a tab character. | 582 | |
| Line is longer than 80 characters. | 586 | |
| Method 'isDocumentEnRoute' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| Method 'setAnnotation' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| Parameter annotation should be final. | 595 | |
| 'annotation' hides a field. | 595 | |
| Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| First sentence should end with a period. | 613 | |
| Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| Parameter command should be final. | 618 | |
| 'command' hides a field. | 618 | |
| Expected @param tag for 'command'. | 618 | |
| Method 'getDocId' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| First sentence should end with a period. | 629 | |
| Method 'setDocId' is not designed for extension - needs to be abstract, final or empty. | 634 | |
| Parameter docId should be final. | 634 | |
| 'docId' hides a field. | 634 | |
| Expected @param tag for 'docId'. | 634 | |
| First sentence should end with a period. | 638 | |
| Expected an @return tag. | 643 | |
| Method 'getDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| First sentence should end with a period. | 647 | |
| Method 'setDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| Parameter docTypeName should be final. | 652 | |
| 'docTypeName' hides a field. | 652 | |
| Expected @param tag for 'docTypeName'. | 652 | |
| First sentence should end with a period. | 656 | |
| Expected an @return tag. | 661 | |
| Method 'getInitiatorNetworkId' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Parameter suppressAllButtons should be final. | 679 | |
| 'suppressAllButtons' hides a field. | 679 | |
| Line is longer than 80 characters. | 684 | |
| Method 'hasDocumentId' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| First sentence should end with a period. | 700 | |
| Line is longer than 80 characters. | 701 | |
| Method 'setReturnToActionList' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| Parameter returnToActionList should be final. | 706 | |
| 'returnToActionList' hides a field. | 706 | |
| Expected @param tag for 'returnToActionList'. | 706 | |
| Method 'isReturnToActionList' is not designed for extension - needs to be abstract, final or empty. | 710 | |
| Missing a Javadoc comment. | 710 | |
| Method 'getAdditionalScriptFiles' is not designed for extension - needs to be abstract, final or empty. | 714 | |
| Missing a Javadoc comment. | 714 | |
| Method 'setAdditionalScriptFiles' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| Missing a Javadoc comment. | 718 | |
| Parameter additionalScriptFiles should be final. | 718 | |
| 'additionalScriptFiles' hides a field. | 718 | |
| Method 'setAdditionalScriptFile' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| Missing a Javadoc comment. | 722 | |
| '(' is followed by whitespace. | 722 | |
| Parameter index should be final. | 722 | |
| Parameter scriptFile should be final. | 722 | |
| ')' is preceded with whitespace. | 722 | |
| '(' is followed by whitespace. | 723 | |
| ')' is preceded with whitespace. | 723 | |
| Line contains a tab character. | 724 | |
| Method 'getAdditionalScriptFile' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| Missing a Javadoc comment. | 726 | |
| '(' is followed by whitespace. | 726 | |
| Parameter index should be final. | 726 | |
| ')' is preceded with whitespace. | 726 | |
| '(' is followed by whitespace. | 727 | |
| ')' is preceded with whitespace. | 727 | |
| Method 'getNewNote' is not designed for extension - needs to be abstract, final or empty. | 730 | |
| Missing a Javadoc comment. | 730 | |
| Method 'setNewNote' is not designed for extension - needs to be abstract, final or empty. | 734 | |
| Missing a Javadoc comment. | 734 | |
| Parameter newNote should be final. | 734 | |
| 'newNote' hides a field. | 734 | |
| Line has trailing spaces. | 739 | |
| Method 'getBoNotes' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| Line contains a tab character. | 743 | |
| Method 'setBoNotes' is not designed for extension - needs to be abstract, final or empty. | 751 | |
| Line contains a tab character. | 752 | |
| Parameter boNotes should be final. | 752 | |
| 'boNotes' hides a field. | 752 | |
| Method 'getFormKey' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| Missing a Javadoc comment. | 756 | |
| Method 'setFormKey' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| Missing a Javadoc comment. | 760 | |
| Parameter formKey should be final. | 760 | |
| 'formKey' hides a field. | 760 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| Parameter mapping should be final. | 770 | |
| Parameter request should be final. | 770 | |
| Line contains a tab character. | 771 | |
| Line has trailing spaces. | 776 | |
| Line has trailing spaces. | 779 | |
| Line has trailing spaces. | 782 | |
| Line is longer than 80 characters. | 783 | |
| Method 'customInitMaxUploadSizes' is not designed for extension - needs to be abstract, final or empty. | 785 | |
| Line is longer than 80 characters. | 788 | |
| Line has trailing spaces. | 791 | |
| Line has trailing spaces. | 792 | |
| Line contains a tab character. | 793 | |
| Line contains a tab character. | 794 | |
| Line has trailing spaces. | 795 | |
| Line is longer than 80 characters. | 795 | |
| Line contains a tab character. | 795 | |
| Line has trailing spaces. | 796 | |
| Line contains a tab character. | 796 | |
| Line is longer than 80 characters. | 797 | |
| Line contains a tab character. | 797 | |
| Line contains a tab character. | 798 | |
| Expected an @return tag. | 799 | |
| Line contains a tab character. | 799 | |
| Method 'shouldPropertyBePopulatedInForm' is not designed for extension - needs to be abstract, final or empty. | 799 | |
| Line is longer than 80 characters. | 800 | |
| Line contains a tab character. | 800 | |
| Parameter requestParameterName should be final. | 800 | |
| Expected @param tag for 'requestParameterName'. | 800 | |
| Parameter request should be final. | 800 | |
| Expected @param tag for 'request'. | 800 | |
| Line is longer than 80 characters. | 801 | |
| Line contains a tab character. | 801 | |
| '(' is followed by whitespace. | 801 | |
| ')' is preceded with whitespace. | 801 | |
| Line contains a tab character. | 802 | |
| Line contains a tab character. | 803 | |
| Line contains a tab character. | 804 | |
| Line contains a tab character. | 805 | |
| Line is longer than 80 characters. | 807 | |
| Line contains a tab character. | 807 | |
| Line contains a tab character. | 808 | |
| Line contains a tab character. | 809 | |
| Line contains a tab character. | 810 | |
| Line is longer than 80 characters. | 811 | |
| Line contains a tab character. | 811 | |
| Line contains a tab character. | 812 | |
| Line contains a tab character. | 813 | |
| Line contains a tab character. | 814 | |
| Line contains a tab character. | 816 | |
| Line contains a tab character. | 817 | |
| Line has trailing spaces. | 818 | |
| Line contains a tab character. | 818 | |
| Line is longer than 80 characters. | 819 | |
| Line contains a tab character. | 819 | |
| Line contains a tab character. | 820 | |
| Expected an @return tag. | 821 | |
| Line contains a tab character. | 821 | |
| Method 'shouldMethodToCallParameterBeUsed' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| Line contains a tab character. | 822 | |
| Line contains a tab character. | 823 | |
| Parameter methodToCallParameterName should be final. | 823 | |
| Expected @param tag for 'methodToCallParameterName'. | 823 | |
| Line is longer than 80 characters. | 824 | |
| Line contains a tab character. | 824 | |
| Parameter methodToCallParameterValue should be final. | 824 | |
| Expected @param tag for 'methodToCallParameterValue'. | 824 | |
| Parameter request should be final. | 824 | |
| Expected @param tag for 'request'. | 824 | |
| Line is longer than 80 characters. | 825 | |
| Line contains a tab character. | 825 | |
| '&&' should be on a new line. | 825 | |
| Line is longer than 80 characters. | 826 | |
| Line contains a tab character. | 826 | |
| Line contains a tab character. | 827 | |
| Line contains a tab character. | 828 | |
| Line is longer than 80 characters. | 829 | |
| Line contains a tab character. | 829 | |
| Line contains a tab character. | 830 | |
| Line contains a tab character. | 831 | |
| Line has trailing spaces. | 832 | |
| Line contains a tab character. | 832 | |
| Line contains a tab character. | 833 | |
| Method 'getMessageMapFromPreviousRequest' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| Missing a Javadoc comment. | 833 | |
| Line contains a tab character. | 834 | |
| Line contains a tab character. | 835 | |
| Line has trailing spaces. | 836 | |
| Line contains a tab character. | 836 | |
| Line is longer than 80 characters. | 837 | |
| Line contains a tab character. | 837 | |
| Method 'setMessageMapFromPreviousRequest' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| Missing a Javadoc comment. | 837 | |
| Parameter errorMapFromPreviousRequest should be final. | 837 | |
| 'errorMapFromPreviousRequest' hides a field. | 837 | |
| Line contains a tab character. | 838 | |
| Line contains a tab character. | 839 | |
| Line has trailing spaces. | 840 | |
| Line contains a tab character. | 840 | |
| Line contains a tab character. | 841 | |
| Method 'setDerivedValuesOnForm' is not designed for extension - needs to be abstract, final or empty. | 841 | |
| Line contains a tab character. | 842 | |
| Parameter request should be final. | 842 | |
| Line contains a tab character. | 843 | |
| Line contains a tab character. | 845 | |
| 'docTypeName' hides a field. | 845 | |
| Line contains a tab character. | 846 | |
| Line is longer than 80 characters. | 847 | |
| Line contains a tab character. | 847 | |
| Line is longer than 80 characters. | 848 | |
| Line contains a tab character. | 848 | |
| Line contains a tab character. | 849 | |
| Line contains a tab character. | 850 | |
| Line contains a tab character. | 851 | |
| Line is longer than 80 characters. | 852 | |
| Line contains a tab character. | 852 | |
| Line contains a tab character. | 853 | |
| '}' should be on the same line. | 853 | |
| Line contains a tab character. | 854 | |
| Line is longer than 80 characters. | 855 | |
| Line contains a tab character. | 855 | |
| Line is longer than 80 characters. | 856 | |
| Line contains a tab character. | 856 | |
| Line contains a tab character. | 857 | |
| Line is longer than 80 characters. | 858 | |
| Line contains a tab character. | 858 | |
| Line contains a tab character. | 859 | |
| Line contains a tab character. | 860 | |
| Line contains a tab character. | 861 | |
| Line has trailing spaces. | 862 | |
| Line contains a tab character. | 862 | |
| Line contains a tab character. | 863 | |
| Method 'getDefaultDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| Missing a Javadoc comment. | 863 | |
| Line contains a tab character. | 864 | |
| Line contains a tab character. | 865 | |
| Line has trailing spaces. | 866 | |
| Line contains a tab character. | 866 | |
| Line is longer than 80 characters. | 867 | |
| Line contains a tab character. | 867 | |
| Line contains a tab character. | 868 | |
| Method 'instantiateDocument' is not designed for extension - needs to be abstract, final or empty. | 868 | |
| Line is longer than 80 characters. | 869 | |
| Line contains a tab character. | 869 | |
| Line is longer than 80 characters. | 870 | |
| Line contains a tab character. | 870 | |
| Line contains a tab character. | 871 | |
| Line contains a tab character. | 872 | |
| 'document' hides a field. | 872 | |
| Line contains a tab character. | 873 | |
| Line contains a tab character. | 874 | |
| Line is longer than 80 characters. | 875 | |
| Line contains a tab character. | 875 | |
| Line contains a tab character. | 876 | |
| Line contains a tab character. | 877 | |
| Line contains a tab character. | 878 | |
| Line contains a tab character. | 879 | |
| Line has trailing spaces. | 880 | |
| Line contains a tab character. | 880 | |
| Line is longer than 80 characters. | 881 | |
| Line contains a tab character. | 881 | |
| Expected an @return tag. | 882 | |
| Line contains a tab character. | 882 | |
| Line is longer than 80 characters. | 883 | |
| Line contains a tab character. | 883 | |
| Line contains a tab character. | 884 | |
| Line has trailing spaces. | 885 | |
| Line contains a tab character. | 885 | |
| Line is longer than 80 characters. | 886 | |
| Line contains a tab character. | 886 | |
| Method 'initializeHeaderNavigationTabs' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| Line contains a tab character. | 888 | |
| Line is longer than 80 characters. | 889 | |
| Line contains a tab character. | 889 | |
| Line is longer than 80 characters. | 890 | |
| Line contains a tab character. | 890 | |
| Line is longer than 80 characters. | 891 | |
| Line contains a tab character. | 891 | |
| Line contains a tab character. | 892 | |
| Line contains a tab character. | 893 | |
| Line has trailing spaces. | 894 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Name 'literalPrefixAndDelimiter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| '+' is not preceded with whitespace. | 46 | |
| '+' is not followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| 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 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| '1000000' is a magic number. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'extraButtons' must be private and have accessor methods. | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| ';' is preceded with whitespace. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Line has trailing spaces. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line has trailing spaces. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '{' is not preceded with whitespace. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 79 | |
| Method 'getNumColumns' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setNumColumns' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter numColumns should be final. | 84 | |
| 'numColumns' hides a field. | 84 | |
| Method 'getDocInfo' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setDocInfo' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter docInfo should be final. | 92 | |
| 'docInfo' hides a field. | 92 | |
| First sentence should end with a period. | 96 | |
| Line is longer than 80 characters. | 106 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter request should be final. | 108 | |
| Expected @param tag for 'request'. | 108 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line has trailing spaces. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Name 'ENABLE_FIELD_LEVEL_HELP_IND' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| Method 'populateBackLocation' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter request should be final. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line has trailing spaces. | 132 | |
| Method 'populateFieldLevelHelpEnabled' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter request should be final. | 135 | |
| Expected @param tag for 'request'. | 135 | |
| Line contains a tab character. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| '(' is followed by whitespace. | 140 | |
| Method 'getDisplayedErrors' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Method 'getDisplayedWarnings' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Method 'getDisplayedInfo' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Method 'getMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Method 'setMethodToCall' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter methodToCall should be final. | 174 | |
| 'methodToCall' hides a field. | 174 | |
| Line is longer than 80 characters. | 180 | |
| Method 'getRefreshCaller' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Method 'setRefreshCaller' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Parameter refreshCaller should be final. | 192 | |
| 'refreshCaller' hides a field. | 192 | |
| Method 'getTabStates' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| First sentence should end with a period. | 203 | |
| Method 'setTabStates' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Parameter tabStates should be final. | 208 | |
| 'tabStates' hides a field. | 208 | |
| Expected @param tag for 'tabStates'. | 208 | |
| First sentence should end with a period. | 212 | |
| Expected an @return tag. | 215 | |
| Method 'getTabState' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Parameter key should be final. | 215 | |
| Expected @param tag for 'key'. | 215 | |
| Line contains a tab character. | 219 | |
| '}' should be on the same line. | 220 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| Method 'getCurrentTabIndex' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Method 'setCurrentTabIndex' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Parameter currentTabIndex should be final. | 237 | |
| 'currentTabIndex' hides a field. | 237 | |
| Method 'incrementTabIndex' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Method 'getNextArbitrarilyHighIndex' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Line has trailing spaces. | 248 | |
| Line contains a tab character. | 249 | |
| Method 'getFieldNameToFocusOnAfterSubmit' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line is longer than 80 characters. | 253 | |
| Line contains a tab character. | 253 | |
| Method 'setFieldNameToFocusOnAfterSubmit' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Parameter fieldNameToFocusOnAfterSubmit should be final. | 253 | |
| 'fieldNameToFocusOnAfterSubmit' hides a field. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 257 | |
| Method 'getActionFormUtilMap' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Method 'setActionFormUtilMap' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Parameter validOptionsMap should be final. | 267 | |
| Method 'getHeaderNavigationTabs' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Line is longer than 80 characters. | 285 | |
| Method 'setHeaderNavigationTabs' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Parameter headerNavigationTabs should be final. | 285 | |
| 'headerNavigationTabs' hides a field. | 285 | |
| Method 'getNavigationCss' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Method 'setNavigationCss' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Parameter navigationCss should be final. | 303 | |
| 'navigationCss' hides a field. | 303 | |
| Method 'getAnchor' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Missing a Javadoc comment. | 307 | |
| Method 'setAnchor' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Missing a Javadoc comment. | 311 | |
| Parameter anchor should be final. | 311 | |
| 'anchor' hides a field. | 311 | |
| Method 'getExtraButtons' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| Missing a Javadoc comment. | 315 | |
| Method 'setExtraButtons' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Parameter extraButtons should be final. | 319 | |
| 'extraButtons' hides a field. | 319 | |
| '(' is followed by whitespace. | 320 | |
| ')' is preceded with whitespace. | 320 | |
| '(' is followed by whitespace. | 324 | |
| ')' is preceded with whitespace. | 324 | |
| Method 'getExtraButton' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| '(' is followed by whitespace. | 328 | |
| Parameter index should be final. | 328 | |
| ')' is preceded with whitespace. | 328 | |
| '(' is followed by whitespace. | 329 | |
| ')' is preceded with whitespace. | 329 | |
| Method 'setExtraButton' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Missing a Javadoc comment. | 332 | |
| '(' is followed by whitespace. | 332 | |
| Parameter index should be final. | 332 | |
| Parameter extraButton should be final. | 332 | |
| ')' is preceded with whitespace. | 332 | |
| '(' is followed by whitespace. | 333 | |
| ')' is preceded with whitespace. | 333 | |
| Line has trailing spaces. | 338 | |
| Expected an @return tag. | 341 | |
| Method 'isFieldLevelHelpEnabled' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Method 'setFieldLevelHelpEnabled' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Parameter fieldLevelHelpEnabled should be final. | 345 | |
| 'fieldLevelHelpEnabled' hides a field. | 345 | |
| Line has trailing spaces. | 348 | |
| Line has trailing spaces. | 349 | |
| First sentence should end with a period. | 350 | |
| Line has trailing spaces. | 351 | |
| Line is longer than 80 characters. | 351 | |
| Line has trailing spaces. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 357 | |
| Method 'retrieveFormValueForLookupInquiryParameters' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Parameter parameterName should be final. | 357 | |
| Parameter parameterValueLocation should be final. | 357 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 361 | |
| Line is longer than 80 characters. | 363 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line contains a tab character. | 365 | |
| Line contains a tab character. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Line contains a tab character. | 370 | |
| Line has trailing spaces. | 371 | |
| Line contains a tab character. | 371 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line has trailing spaces. | 376 | |
| Line contains a tab character. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Expected an @return tag. | 379 | |
| Line contains a tab character. | 379 | |
| Method 'shouldPropertyBePopulatedInForm' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Line contains a tab character. | 380 | |
| Line is longer than 80 characters. | 381 | |
| Line contains a tab character. | 381 | |
| Parameter requestParameterName should be final. | 381 | |
| Expected @param tag for 'requestParameterName'. | 381 | |
| Parameter request should be final. | 381 | |
| Expected @param tag for 'request'. | 381 | |
| Line contains a tab character. | 382 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| Line has trailing spaces. | 385 | |
| Line contains a tab character. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line contains a tab character. | 386 | |
| Line is longer than 80 characters. | 387 | |
| Line contains a tab character. | 387 | |
| Line is longer than 80 characters. | 388 | |
| Line contains a tab character. | 388 | |
| 'if' is not followed by whitespace. | 388 | |
| '{' is not preceded with whitespace. | 388 | |
| Line contains a tab character. | 389 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 391 | |
| Line has trailing spaces. | 392 | |
| Line contains a tab character. | 392 | |
| Line is longer than 80 characters. | 393 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line has trailing spaces. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Method 'shouldMethodToCallParameterBeUsed' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| Missing a Javadoc comment. | 396 | |
| Parameter methodToCallParameterName should be final. | 396 | |
| Parameter methodToCallParameterValue should be final. | 396 | |
| Parameter request should be final. | 396 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| Line contains a tab character. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line contains a tab character. | 400 | |
| Line contains a tab character. | 401 | |
| Line contains a tab character. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line contains a tab character. | 403 | |
| Line is longer than 80 characters. | 404 | |
| Line contains a tab character. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| Line contains a tab character. | 408 | |
| Line is longer than 80 characters. | 409 | |
| Line contains a tab character. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Line contains a tab character. | 410 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Line contains a tab character. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line contains a tab character. | 414 | |
| Line is longer than 80 characters. | 415 | |
| Line contains a tab character. | 415 | |
| Line contains a tab character. | 416 | |
| Line contains a tab character. | 417 | |
| Line contains a tab character. | 418 | |
| Line contains a tab character. | 419 | |
| Line contains a tab character. | 420 | |
| Line contains a tab character. | 423 | |
| Line is longer than 80 characters. | 424 | |
| Line contains a tab character. | 424 | |
| Line contains a tab character. | 425 | |
| Line contains a tab character. | 426 | |
| Method 'clearEditablePropertyInformation' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Line contains a tab character. | 429 | |
| Line has trailing spaces. | 430 | |
| Line contains a tab character. | 430 | |
| Line contains a tab character. | 431 | |
| Missing a Javadoc comment. | 431 | |
| Parameter request should be final. | 431 | |
| Line contains a tab character. | 432 | |
| Line contains a tab character. | 434 | |
| Line is longer than 80 characters. | 435 | |
| Line contains a tab character. | 435 | |
| Line contains a tab character. | 436 | |
| Line contains a tab character. | 437 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Line contains a tab character. | 438 | |
| Parameter mapping should be final. | 438 | |
| Expected @param tag for 'mapping'. | 438 | |
| Parameter request should be final. | 438 | |
| Expected @param tag for 'request'. | 438 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| Line contains a tab character. | 443 | |
| Line contains a tab character. | 444 | |
| Line contains a tab character. | 445 | |
| Line contains a tab character. | 447 | |
| Line is longer than 80 characters. | 448 | |
| Line contains a tab character. | 448 | |
| Line contains a tab character. | 449 | |
| Line contains a tab character. | 450 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| Line contains a tab character. | 451 | |
| Parameter mapping should be final. | 451 | |
| Expected @param tag for 'mapping'. | 451 | |
| Parameter request should be final. | 451 | |
| Expected @param tag for 'request'. | 451 | |
| Line contains a tab character. | 452 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 457 | |
| Line contains a tab character. | 458 | |
| Line has trailing spaces. | 459 | |
| Line contains a tab character. | 459 | |
| Line contains a tab character. | 460 | |
| Missing a Javadoc comment. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| Line contains a tab character. | 465 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 470 | |
| Line has trailing spaces. | 471 | |
| Line contains a tab character. | 471 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| Method 'getBackLocation' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Line contains a tab character. | 476 | |
| Line contains a tab character. | 477 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Method 'setBackLocation' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| Parameter backLocation should be final. | 482 | |
| 'backLocation' hides a field. | 482 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'businessObjectClassName' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'description' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'readOnly' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'oldMaintainableValues' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'newMaintainableValues' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'maintenanceAction' must be private and have accessor methods. | 67 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' is not preceded with whitespace. | 73 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| First sentence should end with a period. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Variable 'lookupResultsSequenceNumber' must be private and have accessor methods. | 85 | |
| Line has trailing spaces. | 88 | |
| Comment matches to-do format 'TODO:'. | 89 | |
| Variable 'lookupResultsBOClassName' must be private and have accessor methods. | 91 | |
| Line has trailing spaces. | 92 | |
| First sentence should end with a period. | 93 | |
| Variable 'lookedUpCollectionName' must be private and have accessor methods. | 96 | |
| Line has trailing spaces. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Variable 'authorizations' must be private and have accessor methods. | 98 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 104 | |
| Method 'postprocessRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter requestParameters should be final. | 108 | |
| Expected @param tag for 'requestParameters'. | 108 | |
| Line is longer than 80 characters. | 112 | |
| Line has trailing spaces. | 117 | |
| Line contains a tab character. | 118 | |
| 'if' is not followed by whitespace. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 149 | |
| Line has trailing spaces. | 152 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line has trailing spaces. | 156 | |
| '(' is followed by whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line has trailing spaces. | 159 | |
| 'cast' is not followed by whitespace. | 159 | |
| 'cast' is not followed by whitespace. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line has trailing spaces. | 163 | |
| 'if' is not followed by whitespace. | 164 | |
| Line is longer than 80 characters. | 165 | |
| 'if' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 175 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Parameter request should be final. | 178 | |
| Expected @param tag for 'request'. | 178 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line has trailing spaces. | 202 | |
| Line is longer than 80 characters. | 205 | |
| '(' is followed by whitespace. | 205 | |
| ')' is preceded with whitespace. | 205 | |
| Line has trailing spaces. | 206 | |
| '(' is followed by whitespace. | 207 | |
| '(' is followed by whitespace. | 207 | |
| ')' is preceded with whitespace. | 207 | |
| ')' is preceded with whitespace. | 207 | |
| Line is longer than 80 characters. | 208 | |
| '(' is followed by whitespace. | 208 | |
| '(' is followed by whitespace. | 208 | |
| ')' is preceded with whitespace. | 208 | |
| ')' is preceded with whitespace. | 209 | |
| '(' is followed by whitespace. | 212 | |
| ')' is preceded with whitespace. | 212 | |
| Line is longer than 80 characters. | 213 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| Line has trailing spaces. | 215 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 225 | |
| Line has trailing spaces. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line contains a tab character. | 228 | |
| Line has trailing spaces. | 229 | |
| 'if' is not followed by whitespace. | 230 | |
| Line has trailing spaces. | 233 | |
| Line is longer than 80 characters. | 235 | |
| 'cast' is not followed by whitespace. | 235 | |
| Line is longer than 80 characters. | 236 | |
| '(' is followed by whitespace. | 236 | |
| '(' is followed by whitespace. | 236 | |
| ')' is preceded with whitespace. | 236 | |
| ')' is preceded with whitespace. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 250 | |
| Method 'populateAttachmentPropertyForBO' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter maintenanceDocument should be final. | 250 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 261 | |
| Line has trailing spaces. | 264 | |
| Line is longer than 80 characters. | 266 | |
| Line has trailing spaces. | 268 | |
| Method 'getSections' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Line is longer than 80 characters. | 275 | |
| Line has trailing spaces. | 278 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Line has trailing spaces. | 280 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line contains a tab character. | 281 | |
| Line has trailing spaces. | 290 | |
| Line is longer than 80 characters. | 292 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 297 | |
| Line has trailing spaces. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line has trailing spaces. | 305 | |
| Line is longer than 80 characters. | 308 | |
| Line has trailing spaces. | 311 | |
| Method 'getMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Method 'getBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Method 'setBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Parameter businessObjectClassName should be final. | 330 | |
| 'businessObjectClassName' hides a field. | 330 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Parameter description should be final. | 344 | |
| 'description' hides a field. | 344 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Parameter readOnly should be final. | 358 | |
| 'readOnly' hides a field. | 358 | |
| Method 'getNewMaintainableValues' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| Method 'getOldMaintainableValues' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Method 'setMaintenanceAction' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Parameter maintenanceAction should be final. | 379 | |
| 'maintenanceAction' hides a field. | 379 | |
| Line has trailing spaces. | 385 | |
| Method 'getAuthorizations' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Line has trailing spaces. | 394 | |
| Line is longer than 80 characters. | 397 | |
| Method 'setAuthorizations' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| Parameter authorizations should be final. | 397 | |
| 'authorizations' hides a field. | 397 | |
| Line has trailing spaces. | 403 | |
| Method 'setNewMaintainableValues' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Parameter newMaintainableValues should be final. | 406 | |
| 'newMaintainableValues' hides a field. | 406 | |
| Line has trailing spaces. | 413 | |
| Method 'setOldMaintainableValues' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Parameter oldMaintainableValues should be final. | 416 | |
| 'oldMaintainableValues' hides a field. | 416 | |
| Method 'getLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Missing a Javadoc comment. | 421 | |
| Line is longer than 80 characters. | 426 | |
| Method 'setLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Missing a Javadoc comment. | 426 | |
| Parameter lookupResultsSequenceNumber should be final. | 426 | |
| 'lookupResultsSequenceNumber' hides a field. | 426 | |
| Method 'getLookupResultsBOClassName' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| Missing a Javadoc comment. | 431 | |
| Method 'setLookupResultsBOClassName' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Missing a Javadoc comment. | 436 | |
| Parameter lookupResultsBOClassName should be final. | 436 | |
| 'lookupResultsBOClassName' hides a field. | 436 | |
| Method 'getLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Missing a Javadoc comment. | 441 | |
| Method 'setLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| Missing a Javadoc comment. | 446 | |
| Parameter lookedUpCollectionName should be final. | 446 | |
| 'lookedUpCollectionName' hides a field. | 446 | |
| Method 'getAdditionalSectionsFile' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| Missing a Javadoc comment. | 450 | |
| '(' is followed by whitespace. | 451 | |
| ')' is preceded with whitespace. | 451 | |
| Line is longer than 80 characters. | 453 | |
| Line is longer than 80 characters. | 454 | |
| Line is longer than 80 characters. | 455 | |
| '(' is followed by whitespace. | 456 | |
| ')' is preceded with whitespace. | 456 | |
| '(' is followed by whitespace. | 457 | |
| 'else' is not preceded with whitespace. | 459 | |
| '}' is not followed by whitespace. | 459 | |
| 'else' is not followed by whitespace. | 459 | |
| '{' is not preceded with whitespace. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 461 | |
| First sentence should end with a period. | 466 | |
| Line contains a tab character. | 466 | |
| Line has trailing spaces. | 467 | |
| Line is longer than 80 characters. | 467 | |
| Line contains a tab character. | 467 | |
| Line has trailing spaces. | 468 | |
| Line contains a tab character. | 468 | |
| Line is longer than 80 characters. | 469 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 470 | |
| Expected an @return tag. | 471 | |
| Line contains a tab character. | 471 | |
| Method 'retrieveFormValueForLookupInquiryParameters' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line contains a tab character. | 472 | |
| Parameter parameterName should be final. | 472 | |
| Expected @param tag for 'parameterName'. | 472 | |
| Parameter parameterValueLocation should be final. | 472 | |
| Expected @param tag for 'parameterValueLocation'. | 472 | |
| Line is longer than 80 characters. | 473 | |
| Line contains a tab character. | 473 | |
| Line is longer than 80 characters. | 474 | |
| Line contains a tab character. | 474 | |
| Line is longer than 80 characters. | 475 | |
| Line contains a tab character. | 475 | |
| Line is longer than 80 characters. | 476 | |
| Line contains a tab character. | 476 | |
| Line is longer than 80 characters. | 477 | |
| Line contains a tab character. | 477 | |
| Line contains a tab character. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| 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 is longer than 80 characters. | 485 | |
| Line contains a tab character. | 485 | |
| Line contains a tab character. | 486 | |
| Line contains a tab character. | 487 | |
| Line is longer than 80 characters. | 488 | |
| Line contains a tab character. | 488 | |
| Line contains a tab character. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line contains a tab character. | 490 | |
| Line is longer than 80 characters. | 491 | |
| Line contains a tab character. | 491 | |
| Line has trailing spaces. | 493 | |
| Line is longer than 80 characters. | 493 | |
| Line contains a tab character. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line contains a tab character. | 494 | |
| Line is longer than 80 characters. | 495 | |
| Line contains a tab character. | 495 | |
| Line is longer than 80 characters. | 496 | |
| Line contains a tab character. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line contains a tab character. | 497 | |
| Line has trailing spaces. | 498 | |
| Line contains a tab character. | 498 | |
| Line is longer than 80 characters. | 499 | |
| Line contains a tab character. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line contains a tab character. | 500 | |
| Line contains a tab character. | 501 | |
| Line contains a tab character. | 502 | |
| Line contains a tab character. | 503 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 | |
| Line contains a tab character. | 506 | |
| Line is longer than 80 characters. | 507 | |
| Line contains a tab character. | 507 | |
| Line is longer than 80 characters. | 508 | |
| Line contains a tab character. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line contains a tab character. | 509 | |
| Line is longer than 80 characters. | 510 | |
| Line contains a tab character. | 510 | |
| Line contains a tab character. | 511 | |
| Line contains a tab character. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 515 | |
| Line contains a tab character. | 516 | |
| Line is longer than 80 characters. | 517 | |
| Line contains a tab character. | 517 | |
| Line has trailing spaces. | 518 | |
| Line is longer than 80 characters. | 518 | |
| Line contains a tab character. | 518 | |
| Line contains a tab character. | 519 | |
| Line contains a tab character. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line contains a tab character. | 521 | |
| Line contains a tab character. | 522 | |
| First sentence should end with a period. | 524 | |
| Line contains a tab character. | 524 | |
| Line is longer than 80 characters. | 525 | |
| Line contains a tab character. | 525 | |
| Line has trailing spaces. | 526 | |
| Line contains a tab character. | 526 | |
| Line has trailing spaces. | 527 | |
| Line is longer than 80 characters. | 527 | |
| Line contains a tab character. | 527 | |
| Line contains a tab character. | 528 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| Line contains a tab character. | 531 | |
| Method 'parseAddCollectionName' is not designed for extension - needs to be abstract, final or empty. | 531 | |
| Parameter propertyName should be final. | 531 | |
| Line contains a tab character. | 532 | |
| Line contains a tab character. | 534 | |
| 'for' construct must use '{}'s. | 535 | |
| Line is longer than 80 characters. | 535 | |
| Line contains a tab character. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Line contains a tab character. | 541 | |
| 'if' construct must use '{}'s. | 542 | |
| Line has trailing spaces. | 542 | |
| Line is longer than 80 characters. | 542 | |
| Line contains a tab character. | 542 | |
| Line contains a tab character. | 543 | |
| Line contains a tab character. | 544 | |
| Line contains a tab character. | 545 | |
| Line contains a tab character. | 546 | |
| Line contains a tab character. | 549 | |
| Line contains a tab character. | 550 | |
| Line has trailing spaces. | 551 | |
| Line contains a tab character. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Expected an @return tag. | 554 | |
| Line contains a tab character. | 554 | |
| Method 'shouldPropertyBePopulatedInForm' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| Line contains a tab character. | 555 | |
| Line is longer than 80 characters. | 556 | |
| Line contains a tab character. | 556 | |
| Parameter requestParameterName should be final. | 556 | |
| Expected @param tag for 'requestParameterName'. | 556 | |
| Parameter request should be final. | 556 | |
| Expected @param tag for 'request'. | 556 | |
| Line contains a tab character. | 557 | |
| Line contains a tab character. | 558 | |
| Line is longer than 80 characters. | 559 | |
| Line contains a tab character. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line contains a tab character. | 560 | |
| '||' should be on a new line. | 560 | |
| Line is longer than 80 characters. | 561 | |
| Line contains a tab character. | 561 | |
| '||' should be on a new line. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Line contains a tab character. | 562 | |
| '||' should be on a new line. | 562 | |
| Line is longer than 80 characters. | 563 | |
| Line contains a tab character. | 563 | |
| '||' should be on a new line. | 563 | |
| Line is longer than 80 characters. | 564 | |
| Line contains a tab character. | 564 | |
| Line contains a tab character. | 565 | |
| Line contains a tab character. | 566 | |
| Line is longer than 80 characters. | 567 | |
| Line contains a tab character. | 567 | |
| '(' is followed by whitespace. | 567 | |
| ')' is preceded with whitespace. | 567 | |
| ')' is preceded with whitespace. | 567 | |
| Line contains a tab character. | 568 | |
| Line contains a tab character. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Line contains a tab character. | 570 | |
| Line contains a tab character. | 571 | |
| Line contains a tab character. | 573 | |
| Line contains a tab character. | 574 | |
| Line has trailing spaces. | 575 | |
| Line contains a tab character. | 575 | |
| Line is longer than 80 characters. | 576 | |
| Line contains a tab character. | 576 | |
| Line contains a tab character. | 577 | |
| Expected an @return tag. | 578 | |
| Line contains a tab character. | 578 | |
| Method 'shouldMethodToCallParameterBeUsed' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| Line contains a tab character. | 579 | |
| Line contains a tab character. | 580 | |
| Parameter methodToCallParameterName should be final. | 580 | |
| Expected @param tag for 'methodToCallParameterName'. | 580 | |
| Line is longer than 80 characters. | 581 | |
| Line contains a tab character. | 581 | |
| Parameter methodToCallParameterValue should be final. | 581 | |
| Expected @param tag for 'methodToCallParameterValue'. | 581 | |
| Parameter request should be final. | 581 | |
| Expected @param tag for 'request'. | 581 | |
| Line contains a tab character. | 582 | |
| Line is longer than 80 characters. | 583 | |
| Line contains a tab character. | 583 | |
| '||' should be on a new line. | 583 | |
| Line is longer than 80 characters. | 584 | |
| Line contains a tab character. | 584 | |
| '||' should be on a new line. | 584 | |
| Line is longer than 80 characters. | 585 | |
| Line contains a tab character. | 585 | |
| '||' should be on a new line. | 585 | |
| Line is longer than 80 characters. | 586 | |
| Line contains a tab character. | 586 | |
| '||' should be on a new line. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line contains a tab character. | 587 | |
| Line contains a tab character. | 588 | |
| Line contains a tab character. | 589 | |
| Line is longer than 80 characters. | 590 | |
| Line contains a tab character. | 590 | |
| '(' is followed by whitespace. | 590 | |
| ')' is preceded with whitespace. | 590 | |
| ')' is preceded with whitespace. | 590 | |
| Line contains a tab character. | 591 | |
| Line contains a tab character. | 592 | |
| Line is longer than 80 characters. | 593 | |
| Line contains a tab character. | 593 | |
| Line contains a tab character. | 594 | |
| Line contains a tab character. | 595 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 21 | |
| 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 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 30 | |
| Line has trailing spaces. | 34 | |
| First sentence should end with a period. | 35 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 46 | |
| First sentence should end with a period. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 59 | |
| Method 'getColumnToSortIndex' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Method 'setColumnToSortIndex' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter columnToSortIndex should be final. | 70 | |
| 'columnToSortIndex' hides a field. | 70 | |
| Line has trailing spaces. | 75 | |
| Method 'getPreviouslySortedColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Method 'setPreviouslySortedColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter previouslySortedColumnIndex should be final. | 86 | |
| 'previouslySortedColumnIndex' hides a field. | 86 | |
| Line has trailing spaces. | 91 | |
| Method 'getResultsActualSize' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Method 'setResultsActualSize' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter resultsActualSize should be final. | 102 | |
| 'resultsActualSize' hides a field. | 102 | |
| Line has trailing spaces. | 107 | |
| Method 'getResultsLimitedSize' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Method 'setResultsLimitedSize' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter resultsLimitedSize should be final. | 118 | |
| 'resultsLimitedSize' hides a field. | 118 | |
| Line has trailing spaces. | 123 | |
| Method 'getSwitchToPageNumber' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Method 'setSwitchToPageNumber' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter switchToPageNumber should be final. | 134 | |
| 'switchToPageNumber' hides a field. | 134 | |
| Line has trailing spaces. | 139 | |
| Method 'getViewedPageNumber' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Method 'setViewedPageNumber' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter viewedPageNumber should be final. | 150 | |
| 'viewedPageNumber' hides a field. | 150 | |
| Line has trailing spaces. | 155 | |
| Method 'getTotalNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Method 'setTotalNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Parameter totalNumberOfPages should be final. | 166 | |
| 'totalNumberOfPages' hides a field. | 166 | |
| Line has trailing spaces. | 171 | |
| Method 'getFirstRowIndex' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Method 'setFirstRowIndex' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Parameter firstRowIndex should be final. | 182 | |
| 'firstRowIndex' hides a field. | 182 | |
| Line has trailing spaces. | 187 | |
| Method 'getLastRowIndex' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Method 'setLastRowIndex' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Parameter lastRowIndex should be final. | 198 | |
| 'lastRowIndex' hides a field. | 198 | |
| Line has trailing spaces. | 203 | |
| Method 'isSortDescending' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Method 'setSortDescending' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Parameter sortDescending should be final. | 214 | |
| 'sortDescending' hides a field. | 214 | |
| Line has trailing spaces. | 217 | |
| First sentence should end with a period. | 218 | |
| Line has trailing spaces. | 220 | |
| Method 'jumpToFirstPage' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Parameter listSize should be final. | 224 | |
| Parameter maxRowsPerPage should be final. | 224 | |
| Expected @param tag for 'maxRowsPerPage'. | 224 | |
| First sentence should end with a period. | 228 | |
| Line has trailing spaces. | 230 | |
| Method 'jumpToLastPage' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter listSize should be final. | 234 | |
| Parameter maxRowsPerPage should be final. | 234 | |
| Expected @param tag for 'maxRowsPerPage'. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line has trailing spaces. | 237 | |
| First sentence should end with a period. | 238 | |
| Line has trailing spaces. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line has trailing spaces. | 245 | |
| Method 'jumpToPage' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter pageNumber should be final. | 248 | |
| Parameter listSize should be final. | 248 | |
| Parameter maxRowsPerPage should be final. | 248 | |
| Expected @param tag for 'maxRowsPerPage'. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line has trailing spaces. | 258 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Variable 'forcedReadOnlyFields' must be private and have accessor methods. | 43 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Parameter request should be final. | 61 | |
| Expected @param tag for 'request'. | 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 contains a tab character. | 66 | |
| Line has trailing spaces. | 68 | |
| Expected an @return tag. | 71 | |
| Method 'getTransactionalDocument' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 77 | |
| Line has trailing spaces. | 78 | |
| Expected an @return tag. | 81 | |
| Method 'discoverDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 89 | |
| Parameter reversalDate should be final. | 92 | |
| Expected @param tag for 'reversalDate'. | 92 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 102 | |
| Method 'getForcedReadOnlyFields' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line contains a tab character. | 106 | |
| Line has trailing spaces. | 112 | |
| Method 'setForcedReadOnlyFields' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Line contains a tab character. | 116 | |
| Parameter forcedReadOnlyFields should be final. | 116 | |
| 'forcedReadOnlyFields' hides a field. | 116 | |
| Line has trailing spaces. | 119 | |
| First sentence should end with a period. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line has trailing spaces. | 123 | |
| Method 'populateFalseCheckboxes' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter request should be final. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| 'if' is not followed by whitespace. | 130 | |
| Line is longer than 80 characters. | 133 | |
| '(' is followed by whitespace. | 133 | |
| ')' is preceded with whitespace. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line has trailing spaces. | 135 | |
| '}' should be on the same line. | 135 | |
| Line is longer than 80 characters. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 143 | |
| First sentence should end with a period. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 147 | |
| Method 'populateEmptyMultiSelect' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter request should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line contains a tab character. | 153 | |
| 'if' is not followed by whitespace. | 154 | |
| Line is longer than 80 characters. | 157 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| Line has trailing spaces. | 159 | |
| '}' should be on the same line. | 159 | |
| Line is longer than 80 characters. | 160 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Line has trailing spaces. | 161 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 165 | |
| Line has trailing spaces. | 167 | |
| Method 'populationSpecialEmptyFields' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| '(' is preceded with whitespace. | 168 | |
| Parameter request should be final. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Method 'instantiateTransactionalDocumentByDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| '(' is followed by whitespace. | 174 | |
| Parameter documentTypeName should be final. | 174 | |
| ')' is preceded with whitespace. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| '(' is followed by whitespace. | 176 | |
| ')' is preceded with whitespace. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line contains a tab character. | 180 | |
| '(' is followed by whitespace. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| '(' is followed by whitespace. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 189 | |
| Line has trailing spaces. | 190 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Expected an @return tag. | 193 | |
| Line contains a tab character. | 193 | |
| Method 'shouldMethodToCallParameterBeUsed' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Parameter methodToCallParameterName should be final. | 195 | |
| Expected @param tag for 'methodToCallParameterName'. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Parameter methodToCallParameterValue should be final. | 196 | |
| Expected @param tag for 'methodToCallParameterValue'. | 196 | |
| Parameter request should be final. | 196 | |
| Expected @param tag for 'request'. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line has trailing spaces. | 200 | |
| Line is longer than 80 characters. | 200 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| 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. | 49 | |
| 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. | 57 | |
| Missing a Javadoc comment. | 58 | |
| 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 | |
| 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 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '{' is not preceded with whitespace. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| 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 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Method 'getHtmlDataType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Method 'setHtmlDataType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter htmlDataType should be final. | 105 | |
| 'htmlDataType' hides a field. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Method 'getDocNum' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| 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 'setDocNum' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter docNum should be final. | 119 | |
| 'docNum' hides a field. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 123 | |
| Line has trailing spaces. | 127 | |
| Line has trailing spaces. | 128 | |
| Missing a Javadoc comment. | 130 | |
| Line has trailing spaces. | 131 | |
| Line is longer than 80 characters. | 133 | |
| Method 'postprocessRequestParameters' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter requestParameters should be final. | 136 | |
| 'requestParameters' hides a field. | 136 | |
| Expected @param tag for 'requestParameters'. | 136 | |
| Line is longer than 80 characters. | 142 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Method length is 192 lines (max allowed is 150). | 144 | |
| Parameter request should be final. | 144 | |
| Expected @param tag for 'request'. | 144 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| '(' is followed by whitespace. | 154 | |
| ')' is preceded with whitespace. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line contains a tab character. | 179 | |
| Line has trailing spaces. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 193 | |
| '}' should be on the same line. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line has trailing spaces. | 198 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| '=' is not preceded with whitespace. | 214 | |
| '=' is not followed by whitespace. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Line is longer than 80 characters. | 218 | |
| '}' should be on the same line. | 224 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| 'if' is not followed by whitespace. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line contains a tab character. | 287 | |
| 'if' is not followed by whitespace. | 287 | |
| Line is longer than 80 characters. | 288 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line is longer than 80 characters. | 294 | |
| Line has trailing spaces. | 297 | |
| 'if' is not followed by whitespace. | 301 | |
| '{' is not preceded with whitespace. | 301 | |
| Line contains a tab character. | 302 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 310 | |
| 'if' is not followed by whitespace. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| '=' is not preceded with whitespace. | 315 | |
| '=' is not followed by whitespace. | 315 | |
| 'if' is not followed by whitespace. | 317 | |
| Line contains a tab character. | 318 | |
| Line is longer than 80 characters. | 323 | |
| Line has trailing spaces. | 325 | |
| Line is longer than 80 characters. | 325 | |
| Line contains a tab character. | 325 | |
| '+' is not preceded with whitespace. | 325 | |
| '+' is not followed by whitespace. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Line contains a tab character. | 326 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| '}' should be on the same line. | 330 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Method 'getLookupableImplServiceName' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Method 'setLookupableImplServiceName' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Parameter lookupableImplServiceName should be final. | 347 | |
| 'lookupableImplServiceName' hides a field. | 347 | |
| Method 'getFormKey' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Method 'setFormKey' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Parameter formKey should be final. | 361 | |
| 'formKey' hides a field. | 361 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| Parameter fields should be final. | 375 | |
| 'fields' hides a field. | 375 | |
| Method 'getConversionFields' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Method 'setConversionFields' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| Parameter conversionFields should be final. | 389 | |
| 'conversionFields' hides a field. | 389 | |
| Method 'getFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Parameter fieldConversions should be final. | 403 | |
| 'fieldConversions' hides a field. | 403 | |
| Method 'getBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Method 'setBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Parameter businessObjectClassName should be final. | 417 | |
| 'businessObjectClassName' hides a field. | 417 | |
| Method 'getLookupable' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| Method 'setLookupable' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| Parameter lookupable should be final. | 433 | |
| 'lookupable' hides a field. | 433 | |
| Method 'isHideReturnLink' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Method 'setSuppressActions' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| Parameter suppressActions should be final. | 448 | |
| 'suppressActions' hides a field. | 448 | |
| Method 'isSuppressActions' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Method 'setHideReturnLink' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Parameter hideReturnLink should be final. | 463 | |
| 'hideReturnLink' hides a field. | 463 | |
| Comment matches to-do format 'TODO:'. | 467 | |
| Method 'getExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| Missing a Javadoc comment. | 468 | |
| Comment matches to-do format 'TODO:'. | 472 | |
| Method 'setExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| Missing a Javadoc comment. | 473 | |
| Parameter extraButtonParams should be final. | 473 | |
| '(' is followed by whitespace. | 474 | |
| ')' is preceded with whitespace. | 474 | |
| Comment matches to-do format 'TODO:'. | 477 | |
| Method 'getExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| Missing a Javadoc comment. | 478 | |
| Comment matches to-do format 'TODO:'. | 482 | |
| Method 'setExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Missing a Javadoc comment. | 483 | |
| Parameter extraButtonSource should be final. | 483 | |
| '(' is followed by whitespace. | 484 | |
| ')' is preceded with whitespace. | 484 | |
| Method 'isMultipleValues' is not designed for extension - needs to be abstract, final or empty. | 492 | |
| Line is longer than 80 characters. | 498 | |
| Method 'setMultipleValues' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| Parameter multipleValues should be final. | 500 | |
| 'multipleValues' hides a field. | 500 | |
| Method 'getLookupAnchor' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| Missing a Javadoc comment. | 504 | |
| Method 'setLookupAnchor' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| Missing a Javadoc comment. | 508 | |
| Parameter lookupAnchor should be final. | 508 | |
| 'lookupAnchor' hides a field. | 508 | |
| Method 'getFieldsForLookup' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Method 'setFieldsForLookup' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| Parameter fieldsForLookup should be final. | 524 | |
| 'fieldsForLookup' hides a field. | 524 | |
| Method 'getReadOnlyFields' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Method 'setReadOnlyFields' is not designed for extension - needs to be abstract, final or empty. | 540 | |
| Parameter readOnlyFields should be final. | 540 | |
| 'readOnlyFields' hides a field. | 540 | |
| Method 'getReadOnlyFieldsList' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Method 'setReadOnlyFieldsList' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| Parameter readOnlyFieldsList should be final. | 556 | |
| 'readOnlyFieldsList' hides a field. | 556 | |
| Method 'getReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| Missing a Javadoc comment. | 560 | |
| Method 'setReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| Missing a Javadoc comment. | 564 | |
| Parameter referencesToRefresh should be final. | 564 | |
| 'referencesToRefresh' hides a field. | 564 | |
| Method 'getPrimaryKeyFieldLabels' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| Missing a Javadoc comment. | 568 | |
| Method 'setPrimaryKeyFieldLabels' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| Missing a Javadoc comment. | 572 | |
| Parameter primaryKeyFieldLabels should be final. | 572 | |
| 'primaryKeyFieldLabels' hides a field. | 572 | |
| Method 'isSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| Missing a Javadoc comment. | 576 | |
| Line is longer than 80 characters. | 580 | |
| Method 'setSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| Missing a Javadoc comment. | 580 | |
| Parameter searchUsingOnlyPrimaryKeyValues should be final. | 580 | |
| 'searchUsingOnlyPrimaryKeyValues' hides a field. | 580 | |
| Method 'isShowMaintenanceLinks' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| Method 'setShowMaintenanceLinks' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| Parameter showMaintenanceLinks should be final. | 596 | |
| 'showMaintenanceLinks' hides a field. | 596 | |
| First sentence should end with a period. | 600 | |
| Line has trailing spaces. | 602 | |
| Expected an @return tag. | 605 | |
| Method 'isHasReturnableRow' is not designed for extension - needs to be abstract, final or empty. | 605 | |
| First sentence should end with a period. | 609 | |
| Line has trailing spaces. | 611 | |
| Method 'setHasReturnableRow' is not designed for extension - needs to be abstract, final or empty. | 614 | |
| Parameter hasReturnableRow should be final. | 614 | |
| 'hasReturnableRow' hides a field. | 614 | |
| Expected @param tag for 'hasReturnableRow'. | 614 | |
| Line contains a tab character. | 618 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Line contains a tab character. | 621 | |
| Method 'getLookupObjectId' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| Line contains a tab character. | 622 | |
| Line contains a tab character. | 623 | |
| Line contains a tab character. | 625 | |
| Line contains a tab character. | 626 | |
| Line contains a tab character. | 627 | |
| Line contains a tab character. | 628 | |
| Method 'setLookupObjectId' is not designed for extension - needs to be abstract, final or empty. | 628 | |
| Parameter lookupObjectId should be final. | 628 | |
| 'lookupObjectId' hides a field. | 628 | |
| Line contains a tab character. | 629 | |
| Line contains a tab character. | 630 | |
| Line contains a tab character. | 632 | |
| Line contains a tab character. | 633 | |
| Line contains a tab character. | 634 | |
| Line contains a tab character. | 635 | |
| Method 'isLookupCriteriaEnabled' is not designed for extension - needs to be abstract, final or empty. | 635 | |
| Line contains a tab character. | 636 | |
| Line contains a tab character. | 637 | |
| Line contains a tab character. | 639 | |
| Line contains a tab character. | 640 | |
| Line contains a tab character. | 641 | |
| Line contains a tab character. | 642 | |
| Method 'setLookupCriteriaEnabled' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| Parameter lookupCriteriaEnabled should be final. | 642 | |
| 'lookupCriteriaEnabled' hides a field. | 642 | |
| Line contains a tab character. | 643 | |
| Line contains a tab character. | 644 | |
| Line contains a tab character. | 646 | |
| Line contains a tab character. | 647 | |
| Line contains a tab character. | 648 | |
| Line contains a tab character. | 649 | |
| Method 'isSupplementalActionsEnabled' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| Line contains a tab character. | 650 | |
| Line contains a tab character. | 651 | |
| Line contains a tab character. | 653 | |
| Line is longer than 80 characters. | 654 | |
| Line contains a tab character. | 654 | |
| Line contains a tab character. | 655 | |
| Line is longer than 80 characters. | 656 | |
| Line contains a tab character. | 656 | |
| Method 'setSupplementalActionsEnabled' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| Parameter supplementalActionsEnabled should be final. | 656 | |
| 'supplementalActionsEnabled' hides a field. | 656 | |
| Line contains a tab character. | 657 | |
| Line contains a tab character. | 658 | |
| Line contains a tab character. | 661 | |
| Line contains a tab character. | 662 | |
| Line contains a tab character. | 663 | |
| Line contains a tab character. | 664 | |
| Method 'setActionUrlsExist' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| Parameter actionUrlsExist should be final. | 664 | |
| 'actionUrlsExist' hides a field. | 664 | |
| Line contains a tab character. | 665 | |
| Line contains a tab character. | 666 | |
| Line contains a tab character. | 668 | |
| Line contains a tab character. | 669 | |
| Line contains a tab character. | 670 | |
| Line contains a tab character. | 671 | |
| Method 'isActionUrlsExist' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| Line contains a tab character. | 672 | |
| Line contains a tab character. | 673 | |
| Line contains a tab character. | 675 | |
| Line contains a tab character. | 676 | |
| Line contains a tab character. | 677 | |
| Line contains a tab character. | 678 | |
| Method 'isDdExtraButton' is not designed for extension - needs to be abstract, final or empty. | 678 | |
| Line contains a tab character. | 679 | |
| Line contains a tab character. | 680 | |
| Line contains a tab character. | 682 | |
| Line contains a tab character. | 683 | |
| Line contains a tab character. | 684 | |
| Line contains a tab character. | 685 | |
| Method 'setDdExtraButton' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| Parameter ddExtraButton should be final. | 685 | |
| 'ddExtraButton' hides a field. | 685 | |
| Line contains a tab character. | 686 | |
| Line contains a tab character. | 687 | |
| Line contains a tab character. | 689 | |
| Method 'isHeaderBarEnabled' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| Missing a Javadoc comment. | 689 | |
| Line contains a tab character. | 690 | |
| Line contains a tab character. | 691 | |
| Line contains a tab character. | 693 | |
| Method 'setHeaderBarEnabled' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| Missing a Javadoc comment. | 693 | |
| Parameter headerBarEnabled should be final. | 693 | |
| 'headerBarEnabled' hides a field. | 693 | |
| Line contains a tab character. | 694 | |
| Line has trailing spaces. | 695 | |
| Line contains a tab character. | 695 | |
| Line contains a tab character. | 697 | |
| Method 'isDisableSearchButtons' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| Missing a Javadoc comment. | 697 | |
| Line contains a tab character. | 698 | |
| Line contains a tab character. | 699 | |
| Line contains a tab character. | 701 | |
| Method 'setDisableSearchButtons' is not designed for extension - needs to be abstract, final or empty. | 701 | |
| Missing a Javadoc comment. | 701 | |
| Parameter disableSearchButtons should be final. | 701 | |
| 'disableSearchButtons' hides a field. | 701 | |
| Line contains a tab character. | 702 | |
| Line contains a tab character. | 703 | |
| Line has trailing spaces. | 704 | |
| Line contains a tab character. | 704 | |
| First sentence should end with a period. | 705 | |
| Line contains a tab character. | 705 | |
| Line is longer than 80 characters. | 706 | |
| Line contains a tab character. | 706 | |
| Line contains a tab character. | 707 | |
| Line has trailing spaces. | 708 | |
| Line contains a tab character. | 708 | |
| Line is longer than 80 characters. | 709 | |
| Line contains a tab character. | 709 | |
| Line contains a tab character. | 710 | |
| Line contains a tab character. | 711 | |
| Method 'getRenderSearchButtons' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| Line contains a tab character. | 712 | |
| Line contains a tab character. | 714 | |
| Line is longer than 80 characters. | 715 | |
| Line contains a tab character. | 715 | |
| Line is longer than 80 characters. | 716 | |
| Line contains a tab character. | 716 | |
| Line contains a tab character. | 717 | |
| Line contains a tab character. | 718 | |
| Line contains a tab character. | 720 | |
| Line contains a tab character. | 721 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 31 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Method 'addRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| '{' is not preceded with whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line has trailing spaces. | 53 | |
| First sentence should end with a period. | 54 | |
| Line has trailing spaces. | 58 | |
| First sentence should end with a period. | 59 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 70 | |
| First sentence should end with a period. | 71 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 77 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 78 | |
| Line has trailing spaces. | 82 | |
| First sentence should end with a period. | 83 | |
| Line has trailing spaces. | 84 | |
| First sentence should end with a period. | 87 | |
| First sentence should end with a period. | 91 | |
| First sentence should end with a period. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Line has trailing spaces. | 104 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter request should be final. | 106 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| '}' should be on the same line. | 111 | |
| Line has trailing spaces. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line has trailing spaces. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 138 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 143 | |
| First sentence should end with a period. | 144 | |
| Expected an @return tag. | 148 | |
| Method 'getCompositeSelectedObjectIds' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 152 | |
| Method 'parsePreviouslySelectedObjectIds' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter request should be final. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line has trailing spaces. | 156 | |
| Method 'parseSelectedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter request should be final. | 157 | |
| Line has trailing spaces. | 159 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Method 'parseDisplayedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter request should be final. | 170 | |
| Line has trailing spaces. | 172 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Line has trailing spaces. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 188 | |
| Expected an @return tag. | 192 | |
| Line is longer than 80 characters. | 192 | |
| Method 'parseSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Parameter request should be final. | 192 | |
| Expected @param tag for 'request'. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Line has trailing spaces. | 201 | |
| Line has trailing spaces. | 204 | |
| First sentence should end with a period. | 205 | |
| Line has trailing spaces. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line has trailing spaces. | 210 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 214 | |
| Method 'parseSearchUsingOnlyPrimaryKeyValues' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Parameter methodToCallParam should be final. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line has trailing spaces. | 221 | |
| Method 'getViewedPageNumber' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Line is longer than 80 characters. | 226 | |
| Method 'setViewedPageNumber' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter pageNumberBeingViewedForMultivalueLookups should be final. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Method 'getLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Line is longer than 80 characters. | 234 | |
| Method 'setLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Parameter lookupResultSequenceNumber should be final. | 234 | |
| Line has trailing spaces. | 237 | |
| Method 'getTotalNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Method 'setTotalNumberOfPages' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Parameter totalNumberOfPages should be final. | 242 | |
| Method 'getFirstRowIndex' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Method 'setFirstRowIndex' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter firstRowIndex should be final. | 250 | |
| Method 'getLastRowIndex' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Method 'setLastRowIndex' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| Parameter lastRowIndex should be final. | 258 | |
| Method 'getSwitchToPageNumber' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Method 'setSwitchToPageNumber' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Parameter switchToPageNumber should be final. | 266 | |
| Method 'getPreviouslySelectedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Line is longer than 80 characters. | 274 | |
| Method 'setPreviouslySelectedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Parameter previouslySelectedObjectIds should be final. | 274 | |
| Method 'getSelectedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Method 'setSelectedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Missing a Javadoc comment. | 282 | |
| Parameter selectedObjectIdSet should be final. | 282 | |
| 'selectedObjectIdSet' hides a field. | 282 | |
| Method 'getDisplayedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Missing a Javadoc comment. | 286 | |
| Method 'setDisplayedObjectIdSet' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Parameter displayedObjectIdSet should be final. | 290 | |
| 'displayedObjectIdSet' hides a field. | 290 | |
| Method 'getCompositeObjectIdMap' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Line is longer than 80 characters. | 298 | |
| Method 'setCompositeObjectIdMap' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Missing a Javadoc comment. | 298 | |
| Parameter compositeObjectIdMap should be final. | 298 | |
| 'compositeObjectIdMap' hides a field. | 298 | |
| Method 'getColumnToSortIndex' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Method 'setColumnToSortIndex' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Parameter columnToSortIndex should be final. | 306 | |
| 'columnToSortIndex' hides a field. | 306 | |
| Method 'getPreviouslySortedColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Line is longer than 80 characters. | 314 | |
| Method 'setPreviouslySortedColumnIndex' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 | |
| Parameter previouslySortedColumnIndex should be final. | 314 | |
| 'previouslySortedColumnIndex' hides a field. | 314 | |
| Line has trailing spaces. | 319 | |
| Line is longer than 80 characters. | 319 | |
| Line has trailing spaces. | 320 | |
| Line is longer than 80 characters. | 320 | |
| Line has trailing spaces. | 322 | |
| Expected an @return tag. | 325 | |
| Method 'getLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Line has trailing spaces. | 330 | |
| Line is longer than 80 characters. | 330 | |
| Line has trailing spaces. | 331 | |
| Line is longer than 80 characters. | 331 | |
| Line has trailing spaces. | 333 | |
| Method 'setLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| Parameter lookedUpCollectionName should be final. | 336 | |
| 'lookedUpCollectionName' hides a field. | 336 | |
| Expected @param tag for 'lookedUpCollectionName'. | 336 | |
| Method 'getResultsActualSize' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Missing a Javadoc comment. | 340 | |
| Method 'setResultsActualSize' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter resultsActualSize should be final. | 344 | |
| 'resultsActualSize' hides a field. | 344 | |
| Method 'getResultsLimitedSize' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| Missing a Javadoc comment. | 348 | |
| Method 'setResultsLimitedSize' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Missing a Javadoc comment. | 352 | |
| Parameter resultsLimitedSize should be final. | 352 | |
| 'resultsLimitedSize' hides a field. | 352 | |
| Line has trailing spaces. | 355 | |
| Method 'jumpToFirstPage' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Parameter listSize should be final. | 356 | |
| Parameter maxRowsPerPage should be final. | 356 | |
| Line has trailing spaces. | 359 | |
| Method 'jumpToLastPage' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Missing a Javadoc comment. | 360 | |
| Parameter listSize should be final. | 360 | |
| Parameter maxRowsPerPage should be final. | 360 | |
| Line has trailing spaces. | 363 | |
| Method 'jumpToPage' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Parameter pageNumber should be final. | 364 | |
| Parameter listSize should be final. | 364 | |
| Parameter maxRowsPerPage should be final. | 364 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kns.service.KNSServiceLocator. | 24 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| 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. | 49 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'getDocNum' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Method 'setDocNum' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter docNum should be final. | 61 | |
| 'docNum' hides a field. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 65 | |
| Method 'getShowReasonField' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'setShowReasonField' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter showReasonField should be final. | 75 | |
| 'showReasonField' hides a field. | 75 | |
| Expected @param tag for 'showReasonField'. | 75 | |
| Method 'getButtons' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Method 'getCaller' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method 'getFormKey' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'getQuestionIndex' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Method 'getQuestionText' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Avoid inline conditionals. | 111 | |
| Method 'getQuestionType' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line is longer than 80 characters. | 129 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter request should be final. | 131 | |
| Expected @param tag for 'request'. | 131 | |
| Line is longer than 80 characters. | 138 | |
| '}' should be on the same line. | 139 | |
| Line has trailing spaces. | 143 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 156 | |
| Method 'setButtons' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Parameter buttons should be final. | 175 | |
| 'buttons' hides a field. | 175 | |
| Method 'setCaller' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Parameter caller should be final. | 182 | |
| 'caller' hides a field. | 182 | |
| Method 'setFormKey' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Parameter formKey should be final. | 189 | |
| 'formKey' hides a field. | 189 | |
| Method 'setQuestionIndex' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Parameter questionIndex should be final. | 196 | |
| 'questionIndex' hides a field. | 196 | |
| Method 'setQuestionText' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Parameter questionText should be final. | 203 | |
| 'questionText' hides a field. | 203 | |
| Method 'setQuestionType' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter questionName should be final. | 210 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Parameter title should be final. | 217 | |
| 'title' hides a field. | 217 | |
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter context should be final. | 225 | |
| 'context' hides a field. | 225 | |
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Parameter reason should be final. | 239 | |
| 'reason' hides a field. | 239 | |
| Expected @param tag for 'reason'. | 239 | |
| Method 'getQuestionAnchor' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Method 'setQuestionAnchor' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter questionAnchor should be final. | 247 | |
| 'questionAnchor' hides a field. | 247 | |
| Method 'getMethodToCallPath' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Missing a Javadoc comment. | 251 | |
| Method 'setMethodToCallPath' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter methodToCallPath should be final. | 254 | |
| 'methodToCallPath' hides a field. | 254 | |
| Line has trailing spaces. | 257 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 68 | |
| Redundant 'public' modifier. | 71 | |
| Expected @param tag for 'scope'. | 71 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Redundant 'public' modifier. | 74 | |
| Line has trailing spaces. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Redundant 'public' modifier. | 88 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line has trailing spaces. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Expected an @return tag. | 100 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Redundant 'public' modifier. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| First sentence should end with a period. | 102 | |
| Line contains a tab character. | 102 | |
| Redundant 'public' modifier. | 106 | |
| Line has trailing spaces. | 107 | |
| First sentence should end with a period. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line has trailing spaces. | 110 | |
| Redundant 'public' modifier. | 113 |
| 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 has trailing spaces. | 16 | |
| Unused import - org.apache.commons.beanutils.PropertyUtils. | 20 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'classCache' must be private and have accessor methods. | 66 | |
| 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 | |
| Variable 'requiredNonEditableProperties' must be private and have accessor methods. | 73 | |
| Line has trailing spaces. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Line has trailing spaces. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 108 | |
| Parameter requestParameters should be final. | 108 | |
| Expected @param tag for 'requestParameters'. | 108 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Method 'populate' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Line contains a tab character. | 121 | |
| Parameter request should be final. | 121 | |
| Expected @param tag for 'request'. | 121 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| 'cast' is not followed by whitespace. | 137 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line has trailing spaces. | 164 | |
| Line contains a tab character. | 164 | |
| First sentence should end with a period. | 170 | |
| Line contains a tab character. | 170 | |
| 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 | |
| Method 'populateForProperty' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Parameter paramPath should be final. | 176 | |
| Parameter paramValue should be final. | 176 | |
| Line contains a tab character. | 177 | |
| Parameter params should be final. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Comment matches to-do format 'TODO:'. | 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 | |
| '}' should be on the same line. | 184 | |
| Line contains a tab character. | 185 | |
| Must have at least one statement. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| '}' should be on the same line. | 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 is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| '}' should be on the same line. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| '}' should be on the same line. | 203 | |
| Line contains a tab character. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Line contains a tab character. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| '}' should be on the same line. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| '}' should be on the same line. | 215 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| ')' is preceded with whitespace. | 218 | |
| Line contains a tab character. | 219 | |
| ')' is preceded with whitespace. | 219 | |
| Line contains a tab character. | 220 | |
| ')' is preceded with whitespace. | 220 | |
| Line contains a tab character. | 221 | |
| '(' is followed by whitespace. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| Line contains a tab character. | 222 | |
| '(' is followed by whitespace. | 222 | |
| ')' is preceded with whitespace. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line contains a tab character. | 223 | |
| '(' is followed by whitespace. | 223 | |
| ')' is preceded with whitespace. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter keypath should be final. | 231 | |
| Parameter propertyType should be final. | 231 | |
| Parameter requestParams should be final. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Parameter keypath should be final. | 241 | |
| Parameter propertyType should be final. | 241 | |
| Parameter requestParams should be final. | 241 | |
| '}' should be on the same line. | 249 | |
| Line is longer than 80 characters. | 251 | |
| '}' should be on the same line. | 252 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 262 | |
| Missing a Javadoc comment. | 263 | |
| Parameter propertyType should be final. | 263 | |
| Line contains a tab character. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Expected an @return tag. | 281 | |
| Line is longer than 80 characters. | 281 | |
| Method 'getPropertyType' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Parameter keypath should be final. | 281 | |
| Expected @param tag for 'keypath'. | 281 | |
| Expected @throws tag for 'IllegalAccessException'. | 281 | |
| Expected @throws tag for 'InvocationTargetException'. | 281 | |
| Expected @throws tag for 'NoSuchMethodException'. | 281 | |
| Line is longer than 80 characters. | 288 | |
| Expected an @return tag. | 306 | |
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter keypath should be final. | 306 | |
| Expected @param tag for 'keypath'. | 306 | |
| Parameter propertyType should be final. | 306 | |
| Expected @param tag for 'propertyType'. | 306 | |
| '}' should be on the same line. | 314 | |
| '}' should be on the same line. | 319 | |
| Line contains a tab character. | 328 | |
| Expected an @return tag. | 335 | |
| Method 'formatterClassForKeypath' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Parameter keypath should be final. | 335 | |
| Expected @param tag for 'keypath'. | 335 | |
| Line is longer than 80 characters. | 337 | |
| 'cast' is not followed by whitespace. | 339 | |
| '(' is followed by whitespace. | 339 | |
| ')' is preceded with whitespace. | 339 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 347 | |
| Expected an @return tag. | 350 | |
| Method 'formatValue' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Line contains a tab character. | 351 | |
| Parameter value should be final. | 351 | |
| Expected @param tag for 'value'. | 351 | |
| Parameter keypath should be final. | 351 | |
| Expected @param tag for 'keypath'. | 351 | |
| Parameter type should be final. | 351 | |
| Expected @param tag for 'type'. | 351 | |
| '(' is followed by whitespace. | 354 | |
| ')' is preceded with whitespace. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 359 | |
| Avoid inline conditionals. | 359 | |
| '}' should be on the same line. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 368 | |
| Method 'setFormatterType' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Parameter keypath should be final. | 371 | |
| Expected @param tag for 'keypath'. | 371 | |
| Parameter type should be final. | 371 | |
| Expected @param tag for 'type'. | 371 | |
| Method 'getUnconvertedValues' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| Line contains a tab character. | 376 | |
| Method 'setUnconvertedValues' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| Missing a Javadoc comment. | 380 | |
| Parameter unconvertedValues should be final. | 380 | |
| 'unconvertedValues' hides a field. | 380 | |
| Method 'getUnknownKeys' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Method 'cacheUnconvertedValue' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Missing a Javadoc comment. | 388 | |
| Parameter key should be final. | 388 | |
| Parameter value should be final. | 388 | |
| Line is longer than 80 characters. | 391 | |
| Avoid inline conditionals. | 391 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 399 | |
| Line contains a tab character. | 405 | |
| Line has trailing spaces. | 408 | |
| Method 'getFormatterTypes' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Line contains a tab character. | 417 | |
| Method 'setFormatterTypes' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| Parameter formatterTypes should be final. | 422 | |
| 'formatterTypes' hides a field. | 422 | |
| Line contains a tab character. | 428 | |
| Line is longer than 80 characters. | 430 | |
| Line has trailing spaces. | 431 | |
| '(' is followed by whitespace. | 434 | |
| Parameter sizeString should be final. | 434 | |
| Expected @param tag for 'sizeString'. | 434 | |
| ')' is preceded with whitespace. | 434 | |
| Line contains a tab character. | 435 | |
| '(' is followed by whitespace. | 435 | |
| ')' is preceded with whitespace. | 435 | |
| Line has trailing spaces. | 439 | |
| Line contains a tab character. | 443 | |
| '(' is followed by whitespace. | 443 | |
| ')' is preceded with whitespace. | 443 | |
| Line contains a tab character. | 444 | |
| Line contains a tab character. | 445 | |
| Line contains a tab character. | 446 | |
| '(' is followed by whitespace. | 446 | |
| ')' is preceded with whitespace. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 448 | |
| Line has trailing spaces. | 449 | |
| Line contains a tab character. | 449 | |
| Line has trailing spaces. | 451 | |
| Line is longer than 80 characters. | 453 | |
| Line contains a tab character. | 457 | |
| Line has trailing spaces. | 459 | |
| Missing a Javadoc comment. | 460 | |
| Line contains a tab character. | 461 | |
| Line has trailing spaces. | 462 | |
| Line contains a tab character. | 462 | |
| Line contains a tab character. | 463 | |
| Line has trailing spaces. | 465 | |
| Method 'registerEditableProperty' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Line contains a tab character. | 467 | |
| Parameter editablePropertyName should be final. | 467 | |
| '{' is not preceded with whitespace. | 467 | |
| Line contains a tab character. | 468 | |
| '(' is followed by whitespace. | 468 | |
| ')' is preceded with whitespace. | 468 | |
| Line is longer than 80 characters. | 469 | |
| Line contains a tab character. | 469 | |
| '(' is followed by whitespace. | 469 | |
| ')' is preceded with whitespace. | 469 | |
| Line contains a tab character. | 470 | |
| Line contains a tab character. | 471 | |
| Line has trailing spaces. | 473 | |
| Line is longer than 80 characters. | 474 | |
| Method 'registerRequiredNonEditableProperty' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| Missing a Javadoc comment. | 474 | |
| Parameter requiredNonEditableProperty should be final. | 474 | |
| Line contains a tab character. | 475 | |
| Line has trailing spaces. | 477 | |
| Method 'clearEditablePropertyInformation' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| Line contains a tab character. | 479 | |
| '{' is not preceded with whitespace. | 479 | |
| Line contains a tab character. | 480 | |
| '(' is followed by whitespace. | 480 | |
| ')' is preceded with whitespace. | 480 | |
| Line is longer than 80 characters. | 481 | |
| Line contains a tab character. | 481 | |
| '(' is followed by whitespace. | 481 | |
| ')' is preceded with whitespace. | 481 | |
| Line contains a tab character. | 482 | |
| Line contains a tab character. | 483 | |
| Line has trailing spaces. | 485 | |
| Method 'getEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| Line contains a tab character. | 487 | |
| '{' is not preceded with whitespace. | 487 | |
| Line contains a tab character. | 488 | |
| Line has trailing spaces. | 490 | |
| Method 'isPropertyEditable' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| Missing a Javadoc comment. | 491 | |
| Parameter propertyName should be final. | 491 | |
| Line is longer than 80 characters. | 492 | |
| Line contains a tab character. | 492 | |
| Line is longer than 80 characters. | 493 | |
| Line has trailing spaces. | 495 | |
| Line is longer than 80 characters. | 497 | |
| Line contains a tab character. | 500 | |
| '{' is not preceded with whitespace. | 500 | |
| Line has trailing spaces. | 502 | |
| Method 'isPropertyNonEditableButRequired' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| Missing a Javadoc comment. | 503 | |
| Parameter propertyName should be final. | 503 | |
| Line is longer than 80 characters. | 504 | |
| Line has trailing spaces. | 506 | |
| Line is longer than 80 characters. | 507 | |
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| Missing a Javadoc comment. | 507 | |
| Parameter request should be final. | 507 | |
| Parameter parameterName should be final. | 507 | |
| '{' is not preceded with whitespace. | 507 | |
| Line contains a tab character. | 508 | |
| Line has trailing spaces. | 510 | |
| Line is longer than 80 characters. | 511 | |
| Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Missing a Javadoc comment. | 511 | |
| Parameter request should be final. | 511 | |
| Parameter parameterName should be final. | 511 | |
| '{' is not preceded with whitespace. | 511 | |
| Line contains a tab character. | 512 | |
| Line has trailing spaces. | 514 | |
| Method 'getRequiredNonEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 515 | |
| Line contains a tab character. | 516 | |
| '{' is not preceded with whitespace. | 516 | |
| Line contains a tab character. | 517 | |
| Line has trailing spaces. | 519 | |
| Line contains a tab character. | 520 | |
| Line contains a tab character. | 521 | |
| Line contains a tab character. | 522 | |
| Line contains a tab character. | 523 | |
| Method 'registerStrutsActionMappingScope' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Line is longer than 80 characters. | 524 | |
| Line contains a tab character. | 524 | |
| Parameter strutsActionMappingScope should be final. | 524 | |
| 'strutsActionMappingScope' hides a field. | 524 | |
| Expected @param tag for 'strutsActionMappingScope'. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 526 | |
| Line has trailing spaces. | 527 | |
| Line contains a tab character. | 527 | |
| Line contains a tab character. | 528 | |
| Method 'getStrutsActionMappingScope' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| Missing a Javadoc comment. | 528 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| Line has trailing spaces. | 531 | |
| Line contains a tab character. | 531 | |
| Line contains a tab character. | 532 | |
| Line contains a tab character. | 533 | |
| Line contains a tab character. | 534 | |
| Line contains a tab character. | 535 | |
| Method 'registerIsNewForm' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| Line contains a tab character. | 536 | |
| Parameter isNewForm should be final. | 536 | |
| 'isNewForm' hides a field. | 536 | |
| Expected @param tag for 'isNewForm'. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line has trailing spaces. | 539 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Method 'getIsNewForm' is not designed for extension - needs to be abstract, final or empty. | 540 | |
| Line contains a tab character. | 541 | |
| Line contains a tab character. | 542 | |
| Line contains a tab character. | 543 | |
| Line has trailing spaces. | 544 | |
| Line contains a tab character. | 544 | |
| Line has trailing spaces. | 545 | |
| Line contains a tab character. | 545 | |
| Line contains a tab character. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Line contains a tab character. | 547 | |
| Line contains a tab character. | 548 | |
| Expected an @return tag. | 549 | |
| Line contains a tab character. | 549 | |
| Method 'shouldPropertyBePopulatedInForm' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Line contains a tab character. | 550 | |
| Parameter requestParameterName should be final. | 550 | |
| Expected @param tag for 'requestParameterName'. | 550 | |
| Parameter request should be final. | 550 | |
| Expected @param tag for 'request'. | 550 | |
| Line has trailing spaces. | 551 | |
| Line contains a tab character. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Line contains a tab character. | 554 | |
| '}' should be on the same line. | 554 | |
| Line is longer than 80 characters. | 555 | |
| Line contains a tab character. | 555 | |
| ',' is not followed by whitespace. | 555 | |
| Line has trailing spaces. | 556 | |
| Line is longer than 80 characters. | 556 | |
| Line contains a tab character. | 556 | |
| Line contains a tab character. | 557 | |
| Line contains a tab character. | 558 | |
| Line has trailing spaces. | 559 | |
| Line contains a tab character. | 559 | |
| Line contains a tab character. | 560 | |
| Line contains a tab character. | 562 | |
| Line is longer than 80 characters. | 563 | |
| Line contains a tab character. | 563 | |
| Line contains a tab character. | 564 | |
| Line has trailing spaces. | 565 | |
| Line contains a tab character. | 565 | |
| Line is longer than 80 characters. | 566 | |
| Line contains a tab character. | 566 | |
| Line contains a tab character. | 567 | |
| Expected an @return tag. | 568 | |
| Line contains a tab character. | 568 | |
| Method 'getMethodToCallsToBypassSessionRetrievalForGETRequests' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| Line is longer than 80 characters. | 569 | |
| Line contains a tab character. | 569 | |
| Line contains a tab character. | 570 | |
| Line contains a tab character. | 571 | |
| Line contains a tab character. | 572 | |
| Line contains a tab character. | 573 | |
| First sentence should end with a period. | 577 | |
| Line contains a tab character. | 577 | |
| Line contains a tab character. | 578 | |
| Line has trailing spaces. | 579 | |
| Line contains a tab character. | 579 | |
| Line contains a tab character. | 580 | |
| Line contains a tab character. | 581 | |
| Method 'setPopulateEditablePropertiesGuid' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| Line contains a tab character. | 582 | |
| Parameter guid should be final. | 582 | |
| Expected @param tag for 'guid'. | 582 | |
| Line contains a tab character. | 583 | |
| Line contains a tab character. | 584 | |
| Line has trailing spaces. | 585 | |
| Line contains a tab character. | 585 | |
| Line contains a tab character. | 586 | |
| Line contains a tab character. | 587 | |
| Line contains a tab character. | 588 | |
| Line contains a tab character. | 589 | |
| Method 'getPopulateEditablePropertiesGuid' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| Line contains a tab character. | 590 | |
| Line contains a tab character. | 591 | |
| Line has trailing spaces. | 592 | |
| Line contains a tab character. | 592 | |
| First sentence should end with a period. | 593 | |
| Line contains a tab character. | 593 | |
| Line is longer than 80 characters. | 594 | |
| Line contains a tab character. | 594 | |
| Line is longer than 80 characters. | 595 | |
| Line contains a tab character. | 595 | |
| Line contains a tab character. | 596 | |
| Line contains a tab character. | 597 | |
| Method 'setActionEditablePropertiesGuid' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| Line contains a tab character. | 598 | |
| Parameter guid should be final. | 598 | |
| Expected @param tag for 'guid'. | 598 | |
| Line contains a tab character. | 599 | |
| Line contains a tab character. | 600 | |
| Line has trailing spaces. | 601 | |
| Line contains a tab character. | 601 | |
| Line contains a tab character. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line contains a tab character. | 603 | |
| Line contains a tab character. | 604 | |
| Line contains a tab character. | 605 | |
| Method 'getActionEditablePropertiesGuid' is not designed for extension - needs to be abstract, final or empty. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Line has trailing spaces. | 608 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 609 | |
| Line contains a tab character. | 610 | |
| Line contains a tab character. | 611 | |
| Line contains a tab character. | 612 | |
| Method 'getPopulateEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 612 | |
| Line is longer than 80 characters. | 613 | |
| Line contains a tab character. | 613 | |
| Line contains a tab character. | 614 | |
| Line contains a tab character. | 615 | |
| Line contains a tab character. | 616 | |
| Line is longer than 80 characters. | 617 | |
| Line contains a tab character. | 617 | |
| Line has trailing spaces. | 618 | |
| Line contains a tab character. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Line has trailing spaces. | 621 | |
| Line contains a tab character. | 621 | |
| First sentence should end with a period. | 622 | |
| Line contains a tab character. | 622 | |
| Line is longer than 80 characters. | 623 | |
| Line contains a tab character. | 623 | |
| Line contains a tab character. | 624 | |
| Line contains a tab character. | 625 | |
| Method 'copyPopulateEditablePropertiesToActionEditableProperties' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| Line is longer than 80 characters. | 626 | |
| Line contains a tab character. | 626 | |
| Line contains a tab character. | 627 | |
| Line contains a tab character. | 628 | |
| Line contains a tab character. | 629 | |
| Line contains a tab character. | 630 | |
| Line has trailing spaces. | 631 | |
| Line contains a tab character. | 631 | |
| Line contains a tab character. | 632 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 27 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 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 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 49 | |
| First sentence should end with a period. | 50 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 56 | |
| Line has trailing spaces. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Line has trailing spaces. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Parameter columnTitle should be final. | 64 | |
| 'columnTitle' hides a field. | 64 | |
| Parameter propertyName should be final. | 64 | |
| 'propertyName' hides a field. | 64 | |
| Line has trailing spaces. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Parameter columnTitle should be final. | 69 | |
| 'columnTitle' hides a field. | 69 | |
| Parameter sortable should be final. | 69 | |
| 'sortable' hides a field. | 69 | |
| Parameter propertyName should be final. | 69 | |
| 'propertyName' hides a field. | 69 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter columnTitle should be final. | 75 | |
| 'columnTitle' hides a field. | 75 | |
| Parameter sortable should be final. | 75 | |
| 'sortable' hides a field. | 75 | |
| Parameter propertyName should be final. | 75 | |
| 'propertyName' hides a field. | 75 | |
| Parameter comparator should be final. | 75 | |
| 'comparator' hides a field. | 75 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter columnTitle should be final. | 80 | |
| 'columnTitle' hides a field. | 80 | |
| Parameter propertyName should be final. | 80 | |
| 'propertyName' hides a field. | 80 | |
| Parameter formatter should be final. | 80 | |
| 'formatter' hides a field. | 80 | |
| Method 'getComparator' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method 'setComparator' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter comparator should be final. | 97 | |
| 'comparator' hides a field. | 97 | |
| Method 'getColumnTitle' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Method 'setColumnTitle' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter columnTitle should be final. | 113 | |
| 'columnTitle' hides a field. | 113 | |
| Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Method 'setPropertyName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter propertyName should be final. | 129 | |
| 'propertyName' hides a field. | 129 | |
| Method 'getSortable' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Method 'setSortable' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter sortable should be final. | 145 | |
| 'sortable' hides a field. | 145 | |
| Method 'getPropertyURL' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Method 'setPropertyURL' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Parameter propertyURL should be final. | 161 | |
| 'propertyURL' hides a field. | 161 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Method 'getColumnAnchor' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 172 | |
| Method 'isMultipleAnchors' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 176 | |
| Method 'getColumnAnchors' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| '{' is not preceded with whitespace. | 176 | |
| 'if' construct must use '{}'s. | 177 | |
| Line contains a tab character. | 177 | |
| 'if' is not followed by whitespace. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 178 | |
| 'cast' is not followed by whitespace. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| 'cast' is not followed by whitespace. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Method 'getNumberOfColumnAnchors' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| '{' is not preceded with whitespace. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Method 'setColumnAnchor' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter columnAnchor should be final. | 191 | |
| 'columnAnchor' hides a field. | 191 | |
| Line contains a tab character. | 192 | |
| 'if' construct must use '{}'s. | 193 | |
| Line has trailing spaces. | 193 | |
| Line contains a tab character. | 193 | |
| 'if' is not followed by whitespace. | 193 | |
| '!=' is not preceded with whitespace. | 193 | |
| '!=' is not followed by whitespace. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line contains a tab character. | 194 | |
| 'cast' is not followed by whitespace. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 197 | |
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Parameter propertyValue should be final. | 208 | |
| 'propertyValue' hides a field. | 208 | |
| Line has trailing spaces. | 211 | |
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method 'setFormatter' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Parameter formatter should be final. | 223 | |
| 'formatter' hides a field. | 223 | |
| Method 'getValueComparator' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Method 'setValueComparator' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter valueComparator should be final. | 231 | |
| 'valueComparator' hides a field. | 231 | |
| Line has trailing spaces. | 236 | |
| Line is longer than 80 characters. | 236 | |
| Expected an @return tag. | 240 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Line has trailing spaces. | 245 | |
| Line is longer than 80 characters. | 245 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Parameter maxColumnLength should be final. | 249 | |
| Expected @param tag for 'maxColumnLength'. | 249 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Method 'isEscapeXMLValue' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| 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 'setEscapeXMLValue' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Parameter escapeXMLValue should be final. | 263 | |
| 'escapeXMLValue' hides a field. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 267 | |
| Method 'getAlternateDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line is longer than 80 characters. | 271 | |
| Line contains a tab character. | 271 | |
| Method 'setAlternateDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Missing a Javadoc comment. | 271 | |
| Parameter alternateDisplayPropertyName should be final. | 271 | |
| 'alternateDisplayPropertyName' hides a field. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 275 | |
| Method 'getAdditionalDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Method 'setAdditionalDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter additionalDisplayPropertyName should be final. | 279 | |
| 'additionalDisplayPropertyName' hides a field. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 283 | |
| Method 'isTotal' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 287 | |
| Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter total should be final. | 287 | |
| 'total' hides a field. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 291 | |
| Method 'getUnformattedPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line is longer than 80 characters. | 295 | |
| Line contains a tab character. | 295 | |
| Method 'setUnformattedPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 | |
| Parameter unformattedPropertyValue should be final. | 295 | |
| 'unformattedPropertyValue' hides a field. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line has trailing spaces. | 298 | |
| Line contains a tab character. | 298 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| 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 | |
| Method 'getExtraButtonAltText' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Method 'setExtraButtonAltText' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter extraButtonAltText should be final. | 43 | |
| 'extraButtonAltText' hides a field. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Method 'getExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'setExtraButtonParams' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter extraButtonParams should be final. | 51 | |
| 'extraButtonParams' hides a field. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'getExtraButtonProperty' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Method 'setExtraButtonProperty' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter extraButtonProperty should be final. | 59 | |
| 'extraButtonProperty' hides a field. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Method 'getExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Method 'getExtraButtonOnclick' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 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 contains a tab character. | 71 | |
| Method 'setExtraButtonOnclick' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter extraButtonOnclick should be final. | 71 | |
| 'extraButtonOnclick' hides a field. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 75 | |
| Method 'setExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter extraButtonSource should be final. | 75 | |
| 'extraButtonSource' hides a field. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| 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 is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| 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. | 57 | |
| Missing a Javadoc comment. | 58 | |
| 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. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 97 | |
| Line is longer than 80 characters. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Variable 'webUILeaveFieldFunctionParameters' must be private and have accessor methods. | 173 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 185 | |
| Variable 'cellAlign' must be private and have accessor methods. | 185 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 189 | |
| Variable 'fieldLevelHelpEnabled' must be private and have accessor methods. | 189 | |
| Missing a Javadoc comment. | 191 | |
| Variable 'fieldLevelHelpDisabled' must be private and have accessor methods. | 191 | |
| Missing a Javadoc comment. | 192 | |
| Variable 'fieldLevelHelpUrl' must be private and have accessor methods. | 192 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 198 | |
| First sentence should end with a period. | 201 | |
| First sentence should end with a period. | 209 | |
| Parameter propertyName should be final. | 215 | |
| 'propertyName' hides a field. | 215 | |
| Parameter fieldLabel should be final. | 215 | |
| 'fieldLabel' hides a field. | 215 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 240 | |
| More than 7 parameters. | 240 | |
| Parameter fieldLabel should be final. | 240 | |
| 'fieldLabel' hides a field. | 240 | |
| Parameter fieldHelpUrl should be final. | 240 | |
| 'fieldHelpUrl' hides a field. | 240 | |
| Parameter fieldType should be final. | 240 | |
| 'fieldType' hides a field. | 240 | |
| Parameter clear should be final. | 240 | |
| 'clear' hides a field. | 240 | |
| Parameter propertyName should be final. | 240 | |
| 'propertyName' hides a field. | 240 | |
| Parameter propertyValue should be final. | 240 | |
| 'propertyValue' hides a field. | 240 | |
| Parameter fieldRequired should be final. | 240 | |
| 'fieldRequired' hides a field. | 240 | |
| Parameter dateField should be final. | 240 | |
| 'dateField' hides a field. | 240 | |
| Parameter fieldValidValues should be final. | 240 | |
| 'fieldValidValues' hides a field. | 240 | |
| Parameter quickFinderClassNameImpl should be final. | 240 | |
| 'quickFinderClassNameImpl' hides a field. | 240 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 276 | |
| More than 7 parameters. | 276 | |
| Parameter fieldLabel should be final. | 276 | |
| 'fieldLabel' hides a field. | 276 | |
| Parameter fieldHelpUrl should be final. | 276 | |
| 'fieldHelpUrl' hides a field. | 276 | |
| Parameter fieldType should be final. | 276 | |
| 'fieldType' hides a field. | 276 | |
| Parameter clear should be final. | 276 | |
| 'clear' hides a field. | 276 | |
| Parameter propertyName should be final. | 276 | |
| 'propertyName' hides a field. | 276 | |
| Parameter propertyValue should be final. | 276 | |
| 'propertyValue' hides a field. | 276 | |
| Parameter fieldRequired should be final. | 276 | |
| 'fieldRequired' hides a field. | 276 | |
| Parameter dateField should be final. | 276 | |
| 'dateField' hides a field. | 276 | |
| Parameter fieldValidValues should be final. | 276 | |
| 'fieldValidValues' hides a field. | 276 | |
| Parameter quickFinderClassNameImpl should be final. | 276 | |
| 'quickFinderClassNameImpl' hides a field. | 276 | |
| Parameter size should be final. | 276 | |
| 'size' hides a field. | 276 | |
| Parameter maxLength should be final. | 276 | |
| 'maxLength' hides a field. | 276 | |
| First sentence should end with a period. | 305 | |
| Expected an @return tag. | 310 | |
| Parameter fieldType should be final. | 310 | |
| Expected @param tag for 'fieldType'. | 310 | |
| Line is longer than 80 characters. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Conditional logic can be removed. | 315 | |
| Method 'getImageSrc' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Method 'setImageSrc' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Parameter imageSrc should be final. | 333 | |
| 'imageSrc' hides a field. | 333 | |
| Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| Parameter target should be final. | 348 | |
| 'target' hides a field. | 348 | |
| Method 'getHrefText' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Method 'setHrefText' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Parameter hrefText should be final. | 362 | |
| 'hrefText' hides a field. | 362 | |
| Line is longer than 80 characters. | 367 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 376 | |
| Method 'getInquiryURL' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Missing a Javadoc comment. | 381 | |
| Method 'setInquiryURL' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| Missing a Javadoc comment. | 385 | |
| Parameter propertyURL should be final. | 385 | |
| Method 'getNumberOfColumnsForCollection' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| Missing a Javadoc comment. | 389 | |
| Line is longer than 80 characters. | 393 | |
| Method 'setNumberOfColumnsForCollection' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| Missing a Javadoc comment. | 393 | |
| Parameter numberOfColumnsForCollection should be final. | 393 | |
| 'numberOfColumnsForCollection' hides a field. | 393 | |
| Method 'isDatePicker' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| Missing a Javadoc comment. | 397 | |
| Method 'setDatePicker' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| Missing a Javadoc comment. | 401 | |
| Parameter isDatePicker should be final. | 401 | |
| 'isDatePicker' hides a field. | 401 | |
| Method 'isRanged' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Missing a Javadoc comment. | 405 | |
| Method 'setRanged' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| Missing a Javadoc comment. | 409 | |
| Parameter ranged should be final. | 409 | |
| 'ranged' hides a field. | 409 | |
| Method 'isExpandedTextArea' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| Missing a Javadoc comment. | 413 | |
| Method 'setExpandedTextArea' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Missing a Javadoc comment. | 417 | |
| Parameter expandedTextArea should be final. | 417 | |
| 'expandedTextArea' hides a field. | 417 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| Parameter defaultValue should be final. | 431 | |
| 'defaultValue' hides a field. | 431 | |
| Method 'containsBOData' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| Missing a Javadoc comment. | 435 | |
| Conditional logic can be removed. | 436 | |
| Method 'getCHECKBOX' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| Method 'getCONTAINER' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| Method 'getDROPDOWN' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| Method 'getTEXT_AREA' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| Name 'getTEXT_AREA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 | |
| Method 'getDROPDOWN_REFRESH' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| Name 'getDROPDOWN_REFRESH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
| Method 'getDROPDOWN_SCRIPT' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| Name 'getDROPDOWN_SCRIPT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 481 | |
| Method 'getMULTISELECT' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| Method 'getKUALIUSER' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| Method 'getFILE' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| Method 'getSUB_SECTION_SEPARATOR' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| Name 'getSUB_SECTION_SEPARATOR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 | |
| Method 'getBLANK_SPACE' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Name 'getBLANK_SPACE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
| Method 'getBUTTON' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Method 'getLINK' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Method 'getFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 538 | |
| Method 'getFieldConversionMap' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| Missing a Javadoc comment. | 543 | |
| Line is longer than 80 characters. | 546 | |
| Line is longer than 80 characters. | 549 | |
| Line is longer than 80 characters. | 555 | |
| Method 'getFieldHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| Method 'getFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| Method 'getFieldType' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| Method 'getFieldValidValues' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| Method 'getHIDDEN' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| Method 'getLookupParameters' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| Method 'getPropertyPrefix' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| Method 'setPropertyPrefix' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| Parameter propertyPrefix should be final. | 657 | |
| 'propertyPrefix' hides a field. | 657 | |
| Method 'getQUICKFINDER' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| Method 'getQuickFinderClassNameImpl' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| Method 'getRADIO' is not designed for extension - needs to be abstract, final or empty. | 678 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| Method 'getTEXT' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| Method 'getCURRENCY' is not designed for extension - needs to be abstract, final or empty. | 696 | |
| Missing a Javadoc comment. | 696 | |
| Method 'getIMAGE_SUBMIT' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| Name 'getIMAGE_SUBMIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 703 | |
| Method 'getLOOKUP_HIDDEN' is not designed for extension - needs to be abstract, final or empty. | 710 | |
| Name 'getLOOKUP_HIDDEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 | |
| Method 'getLOOKUP_READONLY' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| Name 'getLOOKUP_READONLY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 717 | |
| Method 'getWORKFLOW_WORKGROUP' is not designed for extension - needs to be abstract, final or empty. | 724 | |
| Name 'getWORKFLOW_WORKGROUP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 724 | |
| Method 'isClear' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| Method 'isDateField' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| Method 'isFieldRequired' is not designed for extension - needs to be abstract, final or empty. | 746 | |
| Method 'isHighlightField' is not designed for extension - needs to be abstract, final or empty. | 754 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| Method 'isUpperCase' is not designed for extension - needs to be abstract, final or empty. | 768 | |
| Method 'setClear' is not designed for extension - needs to be abstract, final or empty. | 775 | |
| Parameter clear should be final. | 775 | |
| 'clear' hides a field. | 775 | |
| Method 'setDateField' is not designed for extension - needs to be abstract, final or empty. | 782 | |
| Parameter dateField should be final. | 782 | |
| 'dateField' hides a field. | 782 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| Parameter fieldConversionsMap should be final. | 789 | |
| ',' is not followed by whitespace. | 789 | |
| ';' is preceded with whitespace. | 793 | |
| Line is longer than 80 characters. | 795 | |
| ',' is not followed by whitespace. | 795 | |
| ')' is preceded with whitespace. | 796 | |
| Method 'setFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 803 | |
| Parameter fieldConversions should be final. | 803 | |
| 'fieldConversions' hides a field. | 803 | |
| Method 'appendFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| Missing a Javadoc comment. | 807 | |
| Parameter fieldConversions should be final. | 807 | |
| 'fieldConversions' hides a field. | 807 | |
| Line is longer than 80 characters. | 809 | |
| Method 'setFieldHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 816 | |
| Parameter fieldHelpUrl should be final. | 816 | |
| 'fieldHelpUrl' hides a field. | 816 | |
| Method 'setFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| Parameter fieldLabel should be final. | 823 | |
| 'fieldLabel' hides a field. | 823 | |
| Method 'setFieldRequired' is not designed for extension - needs to be abstract, final or empty. | 830 | |
| Parameter fieldRequired should be final. | 830 | |
| 'fieldRequired' hides a field. | 830 | |
| Method 'setFieldType' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| Parameter fieldType should be final. | 837 | |
| 'fieldType' hides a field. | 837 | |
| Method 'setFieldValidValues' is not designed for extension - needs to be abstract, final or empty. | 844 | |
| Parameter fieldValidValues should be final. | 844 | |
| 'fieldValidValues' hides a field. | 844 | |
| Method 'getHasBlankValidValue' is not designed for extension - needs to be abstract, final or empty. | 848 | |
| Missing a Javadoc comment. | 848 | |
| Method 'setFormatter' is not designed for extension - needs to be abstract, final or empty. | 860 | |
| Parameter formatter should be final. | 861 | |
| 'formatter' hides a field. | 861 | |
| Method 'setHighlightField' is not designed for extension - needs to be abstract, final or empty. | 869 | |
| Parameter highlightField should be final. | 869 | |
| 'highlightField' hides a field. | 869 | |
| Method 'setLookupParameters' is not designed for extension - needs to be abstract, final or empty. | 876 | |
| Parameter lookupParametersMap should be final. | 876 | |
| Line is longer than 80 characters. | 878 | |
| Method 'setLookupParameters' is not designed for extension - needs to be abstract, final or empty. | 893 | |
| Parameter lookupParameters should be final. | 893 | |
| 'lookupParameters' hides a field. | 893 | |
| First sentence should end with a period. | 897 | |
| Method 'appendLookupParameters' is not designed for extension - needs to be abstract, final or empty. | 902 | |
| Parameter lookupParameters should be final. | 902 | |
| 'lookupParameters' hides a field. | 902 | |
| Expected @param tag for 'lookupParameters'. | 902 | |
| Line is longer than 80 characters. | 907 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 915 | |
| Parameter maxLength should be final. | 915 | |
| 'maxLength' hides a field. | 915 | |
| Method 'setPropertyName' is not designed for extension - needs to be abstract, final or empty. | 922 | |
| Parameter propertyName should be final. | 923 | |
| 'propertyName' hides a field. | 923 | |
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 934 | |
| Parameter propertyValue should be final. | 934 | |
| 'propertyValue' hides a field. | 934 | |
| Line is longer than 80 characters. | 935 | |
| Method 'setQuickFinderClassNameImpl' is not designed for extension - needs to be abstract, final or empty. | 947 | |
| Parameter quickFinderClassNameImpl should be final. | 947 | |
| 'quickFinderClassNameImpl' hides a field. | 947 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 954 | |
| Parameter isReadOnly should be final. | 954 | |
| 'isReadOnly' hides a field. | 954 | |
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 961 | |
| Parameter size should be final. | 961 | |
| 'size' hides a field. | 961 | |
| Method 'setUpperCase' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| Parameter upperCase should be final. | 968 | |
| 'upperCase' hides a field. | 968 | |
| Method 'getCols' is not designed for extension - needs to be abstract, final or empty. | 976 | |
| Method 'setCols' is not designed for extension - needs to be abstract, final or empty. | 984 | |
| Parameter cols should be final. | 984 | |
| 'cols' hides a field. | 984 | |
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 992 | |
| Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 1000 | |
| Parameter rows should be final. | 1000 | |
| 'rows' hides a field. | 1000 | |
| Method 'getContainerRows' is not designed for extension - needs to be abstract, final or empty. | 1008 | |
| Method 'setContainerRows' is not designed for extension - needs to be abstract, final or empty. | 1016 | |
| Parameter containerRows should be final. | 1016 | |
| 'containerRows' hides a field. | 1016 | |
| Method 'getBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 1024 | |
| Method 'setBusinessObjectClassName' is not designed for extension - needs to be abstract, final or empty. | 1032 | |
| Parameter businessObjectClassName should be final. | 1032 | |
| 'businessObjectClassName' hides a field. | 1032 | |
| Method 'getFieldHelpSummary' is not designed for extension - needs to be abstract, final or empty. | 1040 | |
| Method 'setFieldHelpSummary' is not designed for extension - needs to be abstract, final or empty. | 1048 | |
| Parameter fieldHelpSummary should be final. | 1048 | |
| 'fieldHelpSummary' hides a field. | 1048 | |
| Method 'getFieldHelpName' is not designed for extension - needs to be abstract, final or empty. | 1056 | |
| Method 'setFieldHelpName' is not designed for extension - needs to be abstract, final or empty. | 1064 | |
| Parameter fieldHelpName should be final. | 1064 | |
| 'fieldHelpName' hides a field. | 1064 | |
| Method 'getScript' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| Method 'setScript' is not designed for extension - needs to be abstract, final or empty. | 1082 | |
| Parameter script should be final. | 1082 | |
| 'script' hides a field. | 1082 | |
| Method 'getPersonNameAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1091 | |
| Method 'setPersonNameAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1100 | |
| Parameter personNameAttributeName should be final. | 1100 | |
| 'personNameAttributeName' hides a field. | 1100 | |
| Method 'getUniversalIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1109 | |
| Method 'setUniversalIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| Parameter universalIdAttributeName should be final. | 1118 | |
| 'universalIdAttributeName' hides a field. | 1118 | |
| Method 'getUserIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1127 | |
| Method 'setUserIdAttributeName' is not designed for extension - needs to be abstract, final or empty. | 1136 | |
| Parameter userIdAttributeName should be final. | 1136 | |
| 'userIdAttributeName' hides a field. | 1136 | |
| Method 'isKeyField' is not designed for extension - needs to be abstract, final or empty. | 1145 | |
| Method 'setKeyField' is not designed for extension - needs to be abstract, final or empty. | 1154 | |
| Parameter keyField should be final. | 1154 | |
| 'keyField' hides a field. | 1154 | |
| Method 'getDisplayEditMode' is not designed for extension - needs to be abstract, final or empty. | 1164 | |
| Method 'setDisplayEditMode' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| Parameter displayEditMode should be final. | 1173 | |
| 'displayEditMode' hides a field. | 1173 | |
| Method 'getDisplayMask' is not designed for extension - needs to be abstract, final or empty. | 1182 | |
| Method 'setDisplayMask' is not designed for extension - needs to be abstract, final or empty. | 1191 | |
| Parameter displayMask should be final. | 1191 | |
| 'displayMask' hides a field. | 1191 | |
| Method 'getDisplayMaskValue' is not designed for extension - needs to be abstract, final or empty. | 1200 | |
| Method 'setDisplayMaskValue' is not designed for extension - needs to be abstract, final or empty. | 1209 | |
| Parameter displayMaskValue should be final. | 1209 | |
| 'displayMaskValue' hides a field. | 1209 | |
| Method 'getEncryptedValue' is not designed for extension - needs to be abstract, final or empty. | 1218 | |
| Method 'setEncryptedValue' is not designed for extension - needs to be abstract, final or empty. | 1227 | |
| Parameter encryptedValue should be final. | 1227 | |
| 'encryptedValue' hides a field. | 1227 | |
| Method 'isSecure' is not designed for extension - needs to be abstract, final or empty. | 1236 | |
| Method 'setSecure' is not designed for extension - needs to be abstract, final or empty. | 1245 | |
| Parameter secure should be final. | 1245 | |
| 'secure' hides a field. | 1245 | |
| Line is longer than 80 characters. | 1250 | |
| Expected an @return tag. | 1255 | |
| Method 'getWebOnBlurHandler' is not designed for extension - needs to be abstract, final or empty. | 1255 | |
| Method 'setWebOnBlurHandler' is not designed for extension - needs to be abstract, final or empty. | 1259 | |
| Missing a Javadoc comment. | 1259 | |
| Parameter webOnBlurHandler should be final. | 1259 | |
| 'webOnBlurHandler' hides a field. | 1259 | |
| Line is longer than 80 characters. | 1264 | |
| Expected an @return tag. | 1269 | |
| Method 'getWebOnBlurHandlerCallback' is not designed for extension - needs to be abstract, final or empty. | 1269 | |
| Method 'setWebOnBlurHandlerCallback' is not designed for extension - needs to be abstract, final or empty. | 1273 | |
| Missing a Javadoc comment. | 1273 | |
| Parameter webOnBlurHandlerCallback should be final. | 1273 | |
| 'webOnBlurHandlerCallback' hides a field. | 1273 | |
| Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 1282 | |
| Parameter propertyValue should be final. | 1283 | |
| 'propertyValue' hides a field. | 1283 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1287 | |
| Line is longer than 80 characters. | 1289 | |
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. | 1292 | |
| Missing a Javadoc comment. | 1292 | |
| Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. | 1296 | |
| Missing a Javadoc comment. | 1296 | |
| Parameter styleClass should be final. | 1296 | |
| 'styleClass' hides a field. | 1296 | |
| Method 'getFormattedMaxLength' is not designed for extension - needs to be abstract, final or empty. | 1300 | |
| Missing a Javadoc comment. | 1300 | |
| Method 'setFormattedMaxLength' is not designed for extension - needs to be abstract, final or empty. | 1304 | |
| Missing a Javadoc comment. | 1304 | |
| Parameter formattedMaxLength should be final. | 1304 | |
| 'formattedMaxLength' hides a field. | 1304 | |
| Method 'getContainerName' is not designed for extension - needs to be abstract, final or empty. | 1308 | |
| Missing a Javadoc comment. | 1308 | |
| Method 'setContainerName' is not designed for extension - needs to be abstract, final or empty. | 1312 | |
| Missing a Javadoc comment. | 1312 | |
| Parameter containerName should be final. | 1312 | |
| 'containerName' hides a field. | 1312 | |
| Method 'getContainerElementName' is not designed for extension - needs to be abstract, final or empty. | 1321 | |
| Method 'setContainerElementName' is not designed for extension - needs to be abstract, final or empty. | 1330 | |
| Parameter containerElementName should be final. | 1330 | |
| 'containerElementName' hides a field. | 1330 | |
| Method 'getContainerDisplayFields' is not designed for extension - needs to be abstract, final or empty. | 1339 | |
| Method 'setContainerDisplayFields' is not designed for extension - needs to be abstract, final or empty. | 1348 | |
| Parameter containerDisplayFields should be final. | 1348 | |
| 'containerDisplayFields' hides a field. | 1348 | |
| Method 'getReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 1352 | |
| Missing a Javadoc comment. | 1352 | |
| Method 'setReferencesToRefresh' is not designed for extension - needs to be abstract, final or empty. | 1356 | |
| Missing a Javadoc comment. | 1356 | |
| Parameter referencesToRefresh should be final. | 1356 | |
| 'referencesToRefresh' hides a field. | 1356 | |
| First sentence should end with a period. | 1360 | |
| Line is longer than 80 characters. | 1361 | |
| Line is longer than 80 characters. | 1363 | |
| Method 'getMultipleValueLookupClassLabel' is not designed for extension - needs to be abstract, final or empty. | 1365 | |
| First sentence should end with a period. | 1369 | |
| Line is longer than 80 characters. | 1370 | |
| Line is longer than 80 characters. | 1372 | |
| Line is longer than 80 characters. | 1374 | |
| Method 'setMultipleValueLookupClassLabel' is not designed for extension - needs to be abstract, final or empty. | 1374 | |
| Parameter multipleValueLookupClassLabel should be final. | 1374 | |
| 'multipleValueLookupClassLabel' hides a field. | 1374 | |
| Line is longer than 80 characters. | 1379 | |
| Expected an @return tag. | 1384 | |
| Method 'getMultipleValueLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 1384 | |
| Line is longer than 80 characters. | 1389 | |
| Line is longer than 80 characters. | 1395 | |
| Method 'setMultipleValueLookedUpCollectionName' is not designed for extension - needs to be abstract, final or empty. | 1395 | |
| Parameter multipleValueLookedUpCollectionName should be final. | 1395 | |
| 'multipleValueLookedUpCollectionName' hides a field. | 1395 | |
| Expected @param tag for 'multipleValueLookedUpCollectionName'. | 1395 | |
| Line is longer than 80 characters. | 1396 | |
| Line is longer than 80 characters. | 1400 | |
| Expected an @return tag. | 1404 | |
| Method 'getMultipleValueLookupClassName' is not designed for extension - needs to be abstract, final or empty. | 1404 | |
| Line is longer than 80 characters. | 1409 | |
| Line is longer than 80 characters. | 1413 | |
| Method 'setMultipleValueLookupClassName' is not designed for extension - needs to be abstract, final or empty. | 1413 | |
| Parameter multipleValueLookupClassName should be final. | 1413 | |
| 'multipleValueLookupClassName' hides a field. | 1413 | |
| Expected @param tag for 'multipleValueLookupClassName'. | 1413 | |
| Method 'getCellAlign' is not designed for extension - needs to be abstract, final or empty. | 1422 | |
| Method 'setCellAlign' is not designed for extension - needs to be abstract, final or empty. | 1431 | |
| Parameter cellAlign should be final. | 1431 | |
| 'cellAlign' hides a field. | 1431 | |
| Method 'getInquiryParameters' is not designed for extension - needs to be abstract, final or empty. | 1435 | |
| Missing a Javadoc comment. | 1435 | |
| Method 'setInquiryParameters' is not designed for extension - needs to be abstract, final or empty. | 1439 | |
| Missing a Javadoc comment. | 1439 | |
| Parameter inquiryParameters should be final. | 1439 | |
| 'inquiryParameters' hides a field. | 1439 | |
| Line is longer than 80 characters. | 1444 | |
| Line is longer than 80 characters. | 1445 | |
| Line is longer than 80 characters. | 1446 | |
| Line is longer than 80 characters. | 1448 | |
| Method 'isFieldLevelHelpEnabled' is not designed for extension - needs to be abstract, final or empty. | 1451 | |
| Method 'setFieldLevelHelpEnabled' is not designed for extension - needs to be abstract, final or empty. | 1455 | |
| Missing a Javadoc comment. | 1455 | |
| Parameter fieldLevelHelpEnabled should be final. | 1455 | |
| 'fieldLevelHelpEnabled' hides a field. | 1455 | |
| Line is longer than 80 characters. | 1460 | |
| Line is longer than 80 characters. | 1461 | |
| Line is longer than 80 characters. | 1462 | |
| Line is longer than 80 characters. | 1464 | |
| Method 'isFieldLevelHelpDisabled' is not designed for extension - needs to be abstract, final or empty. | 1467 | |
| Method 'setFieldLevelHelpDisabled' is not designed for extension - needs to be abstract, final or empty. | 1471 | |
| Missing a Javadoc comment. | 1471 | |
| Parameter fieldLevelHelpDisabled should be final. | 1471 | |
| 'fieldLevelHelpDisabled' hides a field. | 1471 | |
| Method 'isFieldDirectInquiryEnabled' is not designed for extension - needs to be abstract, final or empty. | 1475 | |
| Missing a Javadoc comment. | 1475 | |
| Line is longer than 80 characters. | 1479 | |
| Method 'setFieldDirectInquiryEnabled' is not designed for extension - needs to be abstract, final or empty. | 1479 | |
| Missing a Javadoc comment. | 1479 | |
| Parameter fieldDirectInquiryEnabled should be final. | 1479 | |
| 'fieldDirectInquiryEnabled' hides a field. | 1479 | |
| Method 'getFieldInactiveValidValues' is not designed for extension - needs to be abstract, final or empty. | 1486 | |
| Method 'setFieldInactiveValidValues' is not designed for extension - needs to be abstract, final or empty. | 1493 | |
| Parameter fieldInactiveValidValues should be final. | 1493 | |
| 'fieldInactiveValidValues' hides a field. | 1493 | |
| Method 'isTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 1497 | |
| Missing a Javadoc comment. | 1497 | |
| Method 'setTriggerOnChange' is not designed for extension - needs to be abstract, final or empty. | 1501 | |
| Missing a Javadoc comment. | 1501 | |
| Parameter triggerOnChange should be final. | 1501 | |
| 'triggerOnChange' hides a field. | 1501 | |
| Method 'getHasLookupable' is not designed for extension - needs to be abstract, final or empty. | 1505 | |
| Missing a Javadoc comment. | 1505 | |
| Conditional logic can be removed. | 1506 | |
| Method 'getAlternateDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 1513 | |
| Method 'setAlternateDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 1518 | |
| Line is longer than 80 characters. | 1519 | |
| Parameter alternateDisplayPropertyName should be final. | 1519 | |
| 'alternateDisplayPropertyName' hides a field. | 1519 | |
| Method 'getAlternateDisplayPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 1523 | |
| Missing a Javadoc comment. | 1523 | |
| Line is longer than 80 characters. | 1527 | |
| Method 'setAlternateDisplayPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 1527 | |
| Missing a Javadoc comment. | 1527 | |
| Parameter alternateDisplayPropertyValue should be final. | 1527 | |
| 'alternateDisplayPropertyValue' hides a field. | 1527 | |
| Line is longer than 80 characters. | 1528 | |
| Method 'getAdditionalDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 1533 | |
| Method 'setAdditionalDisplayPropertyName' is not designed for extension - needs to be abstract, final or empty. | 1538 | |
| Line is longer than 80 characters. | 1539 | |
| Parameter additionalDisplayPropertyName should be final. | 1539 | |
| 'additionalDisplayPropertyName' hides a field. | 1539 | |
| Method 'getAdditionalDisplayPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 1543 | |
| Missing a Javadoc comment. | 1543 | |
| Line is longer than 80 characters. | 1547 | |
| Method 'setAdditionalDisplayPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 1547 | |
| Missing a Javadoc comment. | 1547 | |
| Parameter additionalDisplayPropertyValue should be final. | 1547 | |
| 'additionalDisplayPropertyValue' hides a field. | 1547 | |
| Line is longer than 80 characters. | 1548 | |
| Method 'isIndexedForSearch' is not designed for extension - needs to be abstract, final or empty. | 1554 | |
| Missing a Javadoc comment. | 1554 | |
| Method 'setIndexedForSearch' is not designed for extension - needs to be abstract, final or empty. | 1558 | |
| Missing a Javadoc comment. | 1558 | |
| Parameter indexedForSearch should be final. | 1558 | |
| Method 'getMainFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 1562 | |
| Missing a Javadoc comment. | 1562 | |
| Method 'getRangeFieldInclusive' is not designed for extension - needs to be abstract, final or empty. | 1566 | |
| Missing a Javadoc comment. | 1566 | |
| Method 'isMemberOfRange' is not designed for extension - needs to be abstract, final or empty. | 1570 | |
| Missing a Javadoc comment. | 1570 | |
| Method 'setMainFieldLabel' is not designed for extension - needs to be abstract, final or empty. | 1574 | |
| Missing a Javadoc comment. | 1574 | |
| Parameter mainFieldLabel should be final. | 1574 | |
| 'mainFieldLabel' hides a field. | 1574 | |
| Method 'setRangeFieldInclusive' is not designed for extension - needs to be abstract, final or empty. | 1578 | |
| Missing a Javadoc comment. | 1578 | |
| Parameter rangeFieldInclusive should be final. | 1578 | |
| 'rangeFieldInclusive' hides a field. | 1578 | |
| Method 'setMemberOfRange' is not designed for extension - needs to be abstract, final or empty. | 1582 | |
| Missing a Javadoc comment. | 1582 | |
| Parameter memberOfRange should be final. | 1582 | |
| 'memberOfRange' hides a field. | 1582 | |
| Method 'isInclusive' is not designed for extension - needs to be abstract, final or empty. | 1586 | |
| Missing a Javadoc comment. | 1586 | |
| Avoid inline conditionals. | 1587 | |
| Method 'getFieldDataType' is not designed for extension - needs to be abstract, final or empty. | 1590 | |
| Missing a Javadoc comment. | 1590 | |
| Method 'setFieldDataType' is not designed for extension - needs to be abstract, final or empty. | 1594 | |
| Missing a Javadoc comment. | 1594 | |
| Parameter fieldDataType should be final. | 1594 | |
| 'fieldDataType' hides a field. | 1594 | |
| Method 'isColumnVisible' is not designed for extension - needs to be abstract, final or empty. | 1598 | |
| Missing a Javadoc comment. | 1598 | |
| Method 'setColumnVisible' is not designed for extension - needs to be abstract, final or empty. | 1602 | |
| Missing a Javadoc comment. | 1602 | |
| Parameter isColumnVisible should be final. | 1602 | |
| 'isColumnVisible' hides a field. | 1602 | |
| Method 'getPropertyValues' is not designed for extension - needs to be abstract, final or empty. | 1606 | |
| Missing a Javadoc comment. | 1606 | |
| Method 'setPropertyValues' is not designed for extension - needs to be abstract, final or empty. | 1610 | |
| Missing a Javadoc comment. | 1610 | |
| Parameter propertyValues should be final. | 1610 | |
| 'propertyValues' hides a field. | 1610 | |
| Method 'isSkipBlankValidValue' is not designed for extension - needs to be abstract, final or empty. | 1617 | |
| Method 'setSkipBlankValidValue' is not designed for extension - needs to be abstract, final or empty. | 1624 | |
| Parameter skipBlankValidValue should be final. | 1624 | |
| 'skipBlankValidValue' hides a field. | 1624 | |
| Method 'isAllowInlineRange' is not designed for extension - needs to be abstract, final or empty. | 1631 | |
| Method 'setAllowInlineRange' is not designed for extension - needs to be abstract, final or empty. | 1638 | |
| Parameter allowInlineRange should be final. | 1638 | |
| 'allowInlineRange' hides a field. | 1638 | |
| Method 'getUniversalIdValue' is not designed for extension - needs to be abstract, final or empty. | 1642 | |
| Missing a Javadoc comment. | 1642 | |
| Method 'setUniversalIdValue' is not designed for extension - needs to be abstract, final or empty. | 1646 | |
| Missing a Javadoc comment. | 1646 | |
| Parameter universalIdValue should be final. | 1646 | |
| 'universalIdValue' hides a field. | 1646 | |
| Method 'getPersonNameValue' is not designed for extension - needs to be abstract, final or empty. | 1650 | |
| Missing a Javadoc comment. | 1650 | |
| Method 'setPersonNameValue' is not designed for extension - needs to be abstract, final or empty. | 1654 | |
| Missing a Javadoc comment. | 1654 | |
| Parameter personNameValue should be final. | 1654 | |
| 'personNameValue' hides a field. | 1654 | |
| Method 'getBaseLookupUrl' is not designed for extension - needs to be abstract, final or empty. | 1658 | |
| Missing a Javadoc comment. | 1658 | |
| Method 'setBaseLookupUrl' is not designed for extension - needs to be abstract, final or empty. | 1662 | |
| Missing a Javadoc comment. | 1662 | |
| Parameter baseLookupURL should be final. | 1662 | |
| Method 'getFieldLevelHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 1666 | |
| Missing a Javadoc comment. | 1666 | |
| Method 'setFieldLevelHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| Missing a Javadoc comment. | 1670 | |
| Parameter fieldLevelHelpUrl should be final. | 1670 | |
| 'fieldLevelHelpUrl' hides a field. | 1670 | |
| Method 'getWebUILeaveFieldFunctionParameters' is not designed for extension - needs to be abstract, final or empty. | 1677 | |
| Method 'setWebUILeaveFieldFunctionParameters' is not designed for extension - needs to be abstract, final or empty. | 1685 | |
| Parameter webUILeaveFieldFunctionParameters should be final. | 1686 | |
| 'webUILeaveFieldFunctionParameters' hides a field. | 1686 | |
| Line is longer than 80 characters. | 1687 | |
| Method 'getWebUILeaveFieldFunctionParametersString' is not designed for extension - needs to be abstract, final or empty. | 1690 | |
| Missing a Javadoc comment. | 1690 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.datadictionary.*. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Using the '.*' form of import should be avoided - org.kuali.rice.kns.service.*. | 29 | |
| Missing a Javadoc comment. | 40 | |
| Utility classes should not have a public or default constructor. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| First sentence should end with a period. | 47 | |
| Line is longer than 80 characters. | 53 | |
| Parameter field should be final. | 53 | |
| Parameter definition should be final. | 53 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 53 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 72 | |
| '!=' is not preceded with whitespace. | 72 | |
| '!=' is not followed by whitespace. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Parameter field should be final. | 103 | |
| Parameter bo should be final. | 103 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 119 | |
| 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 is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 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 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| '(' is followed by whitespace. | 150 | |
| ')' is preceded with whitespace. | 150 | |
| Line has trailing spaces. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line contains a tab character. | 153 | |
| '(' is followed by whitespace. | 153 | |
| ')' is preceded with whitespace. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| '(' is followed by whitespace. | 155 | |
| ')' is preceded with whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| '(' is followed by whitespace. | 161 | |
| ')' is preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line contains a tab character. | 162 | |
| '(' is followed by whitespace. | 162 | |
| ')' is preceded with whitespace. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| '(' is followed by whitespace. | 165 | |
| ')' is preceded with whitespace. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 166 | |
| '(' is followed by whitespace. | 166 | |
| ')' is preceded with whitespace. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line contains a tab character. | 176 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 190 | |
| Parameter fieldControl should be final. | 190 | |
| Parameter prop should be final. | 190 | |
| Parameter finder should be final. | 190 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| Line is longer than 80 characters. | 201 | |
| 'if' is not followed by whitespace. | 205 | |
| '==' is not preceded with whitespace. | 205 | |
| '==' is not followed by whitespace. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line has trailing spaces. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter property should be final. | 211 | |
| Parameter finder should be final. | 211 | |
| '{' is not preceded with whitespace. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line has trailing spaces. | 214 | |
| Line contains a tab character. | 214 | |
| Line has trailing spaces. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter property should be final. | 217 | |
| Parameter keyValues should be final. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| Line contains a tab character. | 218 | |
| Line has trailing spaces. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Unused @param tag for 'businessObjectClass'. | 238 | |
| Unused @param tag for 'attributeName'. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 243 | |
| Parameter m should be final. | 243 | |
| Expected @param tag for 'm'. | 243 | |
| Parameter fieldDefinition should be final. | 243 | |
| Expected @param tag for 'fieldDefinition'. | 243 | |
| '(' is followed by whitespace. | 244 | |
| ')' is preceded with whitespace. | 244 | |
| Line is longer than 80 characters. | 245 | |
| '(' is followed by whitespace. | 245 | |
| ')' is preceded with whitespace. | 245 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Unused @param tag for 'businessObjectClass'. | 260 | |
| Unused @param tag for 'attributeName'. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 265 | |
| Parameter m should be final. | 265 | |
| Expected @param tag for 'm'. | 265 | |
| Parameter fieldDefinition should be final. | 265 | |
| Expected @param tag for 'fieldDefinition'. | 265 | |
| '(' is followed by whitespace. | 266 | |
| ')' is preceded with whitespace. | 266 | |
| Line is longer than 80 characters. | 267 | |
| '(' is followed by whitespace. | 267 | |
| ')' is preceded with whitespace. | 267 | |
| Line is longer than 80 characters. | 278 | |
| Unused @param tag for 'autoFillDefaultValues'. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Unused @param tag for 'autoFillBlankRequiredValues'. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Expected an @return tag. | 291 | |
| Line is longer than 80 characters. | 291 | |
| Parameter id should be final. | 291 | |
| Parameter sd should be final. | 291 | |
| Parameter o should be final. | 291 | |
| Parameter m should be final. | 291 | |
| Expected @param tag for 'm'. | 291 | |
| Parameter s should be final. | 291 | |
| Parameter displayedFieldNames should be final. | 291 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 291 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 291 | |
| Expected @throws tag for 'InstantiationException'. | 291 | |
| Expected @throws tag for 'IllegalAccessException'. | 291 | |
| Line is longer than 80 characters. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 299 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line is longer than 80 characters. | 304 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 336 | |
| Line contains a tab character. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line is longer than 80 characters. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 357 | |
| Unused @param tag for 'document'. | 357 | |
| Line is longer than 80 characters. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 363 | |
| Line is longer than 80 characters. | 367 | |
| More than 7 parameters. | 367 | |
| Parameter collectionDefinition should be final. | 367 | |
| Parameter o should be final. | 367 | |
| Parameter m should be final. | 367 | |
| Expected @param tag for 'm'. | 367 | |
| Parameter displayedFieldNames should be final. | 367 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 367 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 367 | |
| Parameter containerRowErrorKey should be final. | 367 | |
| Parameter parents should be final. | 367 | |
| Expected @param tag for 'parents'. | 367 | |
| Parameter hideAdd should be final. | 367 | |
| Parameter numberOfColumns should be final. | 367 | |
| '(' is followed by whitespace. | 368 | |
| ')' is preceded with whitespace. | 368 | |
| '(' is followed by whitespace. | 379 | |
| ')' is preceded with whitespace. | 379 | |
| '(' is followed by whitespace. | 380 | |
| ')' is preceded with whitespace. | 380 | |
| '(' is followed by whitespace. | 383 | |
| ')' is preceded with whitespace. | 383 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 391 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 407 | |
| '+' is not preceded with whitespace. | 407 | |
| '+' is not followed by whitespace. | 407 | |
| Line is longer than 80 characters. | 408 | |
| '+' is not preceded with whitespace. | 408 | |
| '+' is not followed by whitespace. | 408 | |
| '}' should be on the same line. | 409 | |
| Line is longer than 80 characters. | 411 | |
| '+' is not preceded with whitespace. | 411 | |
| '+' is not followed by whitespace. | 411 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 420 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 427 | |
| ',' is not followed by whitespace. | 427 | |
| Line is longer than 80 characters. | 429 | |
| '(' is followed by whitespace. | 431 | |
| ')' is preceded with whitespace. | 431 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 435 | |
| Line has trailing spaces. | 437 | |
| Line is longer than 80 characters. | 438 | |
| First sentence should end with a period. | 443 | |
| Line has trailing spaces. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line has trailing spaces. | 446 | |
| Expected an @return tag. | 456 | |
| Line is longer than 80 characters. | 456 | |
| Parameter collectionDefinition should be final. | 456 | |
| Expected @param tag for 'collectionDefinition'. | 456 | |
| Parameter parents should be final. | 456 | |
| Expected @param tag for 'parents'. | 456 | |
| Parameter o should be final. | 456 | |
| Expected @param tag for 'o'. | 456 | |
| Parameter hideAdd should be final. | 456 | |
| Expected @param tag for 'hideAdd'. | 456 | |
| Parameter numberOfColumns should be final. | 456 | |
| Expected @param tag for 'numberOfColumns'. | 456 | |
| Parameter collName should be final. | 456 | |
| Expected @param tag for 'collName'. | 456 | |
| Parameter collFields should be final. | 456 | |
| Expected @param tag for 'collFields'. | 456 | |
| Line is longer than 80 characters. | 458 | |
| 'if' is not followed by whitespace. | 462 | |
| '{' is not preceded with whitespace. | 462 | |
| Line is longer than 80 characters. | 463 | |
| ',' is not followed by whitespace. | 463 | |
| Line is longer than 80 characters. | 468 | |
| 'if' is not followed by whitespace. | 469 | |
| 'if' is not followed by whitespace. | 476 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 489 | |
| Line is longer than 80 characters. | 499 | |
| Expected an @return tag. | 501 | |
| Line is longer than 80 characters. | 501 | |
| Parameter collectionDefinition should be final. | 501 | |
| Expected @param tag for 'collectionDefinition'. | 501 | |
| Parameter o should be final. | 501 | |
| Expected @param tag for 'o'. | 501 | |
| Parameter m should be final. | 501 | |
| Expected @param tag for 'm'. | 501 | |
| Parameter displayedFieldNames should be final. | 501 | |
| Expected @param tag for 'displayedFieldNames'. | 501 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 501 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 501 | |
| Parameter containerRowErrorKey should be final. | 501 | |
| Expected @param tag for 'containerRowErrorKey'. | 501 | |
| Parameter numberOfColumns should be final. | 501 | |
| Expected @param tag for 'numberOfColumns'. | 501 | |
| Line is longer than 80 characters. | 503 | |
| Line is longer than 80 characters. | 515 | |
| Parameter d should be final. | 515 | |
| Parameter o should be final. | 515 | |
| Parameter s should be final. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line has trailing spaces. | 517 | |
| Line is longer than 80 characters. | 520 | |
| Line contains a tab character. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line contains a tab character. | 521 | |
| Line contains a tab character. | 522 | |
| Line is longer than 80 characters. | 523 | |
| Line contains a tab character. | 523 | |
| Line contains a tab character. | 524 | |
| Line is longer than 80 characters. | 526 | |
| Line contains a tab character. | 526 | |
| Line is longer than 80 characters. | 527 | |
| Line contains a tab character. | 527 | |
| Line contains a tab character. | 528 | |
| Line is longer than 80 characters. | 529 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| '}' should be on the same line. | 530 | |
| Line contains a tab character. | 531 | |
| Line is longer than 80 characters. | 532 | |
| Line contains a tab character. | 532 | |
| Line contains a tab character. | 533 | |
| Line is longer than 80 characters. | 534 | |
| Line contains a tab character. | 534 | |
| Line contains a tab character. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 543 | |
| Missing a Javadoc comment. | 543 | |
| Line contains a tab character. | 544 | |
| Line is longer than 80 characters. | 545 | |
| Line contains a tab character. | 545 | |
| Line contains a tab character. | 546 | |
| Line contains a tab character. | 547 | |
| Line contains a tab character. | 548 | |
| Line is longer than 80 characters. | 550 | |
| Line contains a tab character. | 550 | |
| Missing a Javadoc comment. | 550 | |
| Line contains a tab character. | 551 | |
| Line is longer than 80 characters. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Line contains a tab character. | 554 | |
| Line contains a tab character. | 555 | |
| Line is longer than 80 characters. | 557 | |
| Line contains a tab character. | 557 | |
| Missing a Javadoc comment. | 557 | |
| Line contains a tab character. | 558 | |
| Line is longer than 80 characters. | 559 | |
| Line contains a tab character. | 559 | |
| Line contains a tab character. | 560 | |
| Line has trailing spaces. | 561 | |
| Line contains a tab character. | 561 | |
| Line contains a tab character. | 562 | |
| Line has trailing spaces. | 563 | |
| Line contains a tab character. | 563 | |
| Line is longer than 80 characters. | 564 | |
| Line contains a tab character. | 564 | |
| Missing a Javadoc comment. | 564 | |
| Line contains a tab character. | 565 | |
| Line is longer than 80 characters. | 566 | |
| Line contains a tab character. | 566 | |
| Line contains a tab character. | 567 | |
| Line has trailing spaces. | 568 | |
| Line contains a tab character. | 568 | |
| Line contains a tab character. | 569 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Expected an @return tag. | 39 | |
| Line is longer than 80 characters. | 39 | |
| Method 'decorate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter cellValue should be final. | 39 | |
| Expected @param tag for 'cellValue'. | 39 | |
| Parameter pageContext should be final. | 39 | |
| Expected @param tag for 'pageContext'. | 39 | |
| Parameter mediaType should be final. | 39 | |
| Expected @param tag for 'mediaType'. | 39 | |
| Expected @throws tag for 'DecoratorException'. | 39 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Avoid inline conditionals. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Avoid inline conditionals. | 53 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Line has trailing spaces. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 64 | |
| Parameter cellValue should be final. | 68 | |
| Line contains a tab character. | 69 | |
| Line has trailing spaces. | 70 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 75 | |
| Line has trailing spaces. | 80 | |
| First sentence should end with a period. | 81 | |
| Line has trailing spaces. | 83 | |
| Parameter cellValue should be final. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 93 | |
| Line has trailing spaces. | 95 | |
| Parameter mediaType should be final. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| Avoid inline conditionals. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| 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 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter id should be final. | 37 | |
| 'id' hides a field. | 37 | |
| Parameter ddAttributeEntryName should be final. | 37 | |
| 'ddAttributeEntryName' hides a field. | 37 | |
| Parameter displayValue should be final. | 37 | |
| 'displayValue' hides a field. | 37 | |
| Parameter nonLookupValue should be final. | 37 | |
| 'nonLookupValue' hides a field. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter ddAttributeEntryName should be final. | 42 | |
| 'ddAttributeEntryName' hides a field. | 42 | |
| Parameter displayValue should be final. | 42 | |
| 'displayValue' hides a field. | 42 | |
| Parameter nonLookupValue should be final. | 42 | |
| 'nonLookupValue' hides a field. | 42 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Parameter ddAttributeEntryName should be final. | 49 | |
| 'ddAttributeEntryName' hides a field. | 49 | |
| Parameter displayValue should be final. | 49 | |
| 'displayValue' hides a field. | 49 | |
| Line has trailing spaces. | 54 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter id should be final. | 59 | |
| 'id' hides a field. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Method 'getDdAttributeEntryName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line has trailing spaces. | 66 | |
| Method 'setDdAttributeEntryName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter ddAttributeEntryName should be final. | 67 | |
| 'ddAttributeEntryName' hides a field. | 67 | |
| Line has trailing spaces. | 70 | |
| Method 'getDisplayValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 74 | |
| Method 'setDisplayValue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter displayValue should be final. | 75 | |
| 'displayValue' hides a field. | 75 | |
| Line has trailing spaces. | 78 | |
| Method 'getNonLookupValue' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 82 | |
| Method 'setNonLookupValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter nonLookupValue should be final. | 83 | |
| 'nonLookupValue' hides a field. | 83 | |
| Line has trailing spaces. | 86 | |
| Method 'isLookupAware' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line has trailing spaces. | 90 | |
| Method 'setLookupAware' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter lookupAware should be final. | 91 | |
| 'lookupAware' hides a field. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Redundant 'public' modifier. | 78 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Redundant 'public' modifier. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 26 | |
| 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 | |
| First sentence should end with a period. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter columns should be final. | 43 | |
| 'columns' hides a field. | 43 | |
| Parameter returnUrl should be final. | 43 | |
| 'returnUrl' hides a field. | 43 | |
| Parameter actionUrls should be final. | 43 | |
| 'actionUrls' hides a field. | 43 | |
| Method 'getReturnUrl' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Method 'setReturnUrl' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter returnUrl should be final. | 60 | |
| 'returnUrl' hides a field. | 60 | |
| Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'setColumns' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter columns should be final. | 74 | |
| 'columns' hides a field. | 74 | |
| Method 'getActionUrls' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Unused @param tag for 'actionsUrl'. | 86 | |
| Method 'setActionUrls' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter actionUrls should be final. | 88 | |
| 'actionUrls' hides a field. | 88 | |
| Expected @param tag for 'actionUrls'. | 88 | |
| First sentence should end with a period. | 92 | |
| Expected an @return tag. | 96 | |
| Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| First sentence should end with a period. | 100 | |
| Method 'setObjectId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter objectId should be final. | 104 | |
| 'objectId' hides a field. | 104 | |
| Expected @param tag for 'objectId'. | 104 | |
| First sentence should end with a period. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line has trailing spaces. | 111 | |
| Expected an @return tag. | 114 | |
| Method 'isRowReturnable' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| First sentence should end with a period. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line has trailing spaces. | 121 | |
| Method 'setRowReturnable' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter rowReturnable should be final. | 124 | |
| 'rowReturnable' hides a field. | 124 | |
| Expected @param tag for 'rowReturnable'. | 124 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Method 'getBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Method 'setBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter businessObject should be final. | 140 | |
| 'businessObject' hides a field. | 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 | |
| Method 'getRowId' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Method 'setRowId' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter rowId should be final. | 154 | |
| 'rowId' hides a field. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Method 'getReturnUrlHtmlData' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Method 'setReturnUrlHtmlData' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Parameter returnUrlHtmlData should be final. | 168 | |
| 'returnUrlHtmlData' hides a field. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line has trailing spaces. | 173 | |
| Line contains a tab character. | 173 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 35 | |
| Parameter fields should be final. | 35 | |
| 'fields' hides a field. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Parameter field should be final. | 40 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter fields should be final. | 56 | |
| 'fields' hides a field. | 56 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter hidden should be final. | 70 | |
| 'hidden' hides a field. | 70 | |
| Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter index should be final. | 74 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| '{' is not preceded with whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| 'for' is not followed by whitespace. | 87 | |
| ':' is not preceded with whitespace. | 87 | |
| '{' is not preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 91 | |
| '-' is not preceded with whitespace. | 91 | |
| '-' is not followed by whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'sectionTitle' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'sectionId' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'errorKey' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'numberOfColumns' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'isCollapsible' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'extraButtonSource' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'hidden' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'readOnly' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'helpUrl' must be private and have accessor methods. | 34 | |
| '=' is not preceded with whitespace. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'defaultOpen' must be private and have accessor methods. | 36 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'sectionClass' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'rows' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'containedCollectionNames' must be private and have accessor methods. | 40 | |
| First sentence should end with a period. | 42 | |
| First sentence should end with a period. | 48 | |
| Line has trailing spaces. | 50 | |
| Parameter rows should be final. | 53 | |
| 'rows' hides a field. | 53 | |
| Method 'getErrorKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'setErrorKey' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter errorKey should be final. | 69 | |
| 'errorKey' hides a field. | 69 | |
| Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter rows should be final. | 85 | |
| 'rows' hides a field. | 85 | |
| Method 'getSectionTitle' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Method 'setSectionTitle' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter sectionTitle should be final. | 101 | |
| 'sectionTitle' hides a field. | 101 | |
| Method 'isCollapsible' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'setCollapsible' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter isCollapsible should be final. | 117 | |
| 'isCollapsible' hides a field. | 117 | |
| Method 'getSectionClass' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Method 'setSectionClass' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter sectionClass should be final. | 133 | |
| 'sectionClass' hides a field. | 133 | |
| Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Line is longer than 80 characters. | 142 | |
| Method 'setNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter numberOfColumns should be final. | 147 | |
| 'numberOfColumns' hides a field. | 147 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 153 | |
| Method 'getContainedCollectionNames' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Line is longer than 80 characters. | 164 | |
| Method 'setContainedCollectionNames' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter containedCollectionNames should be final. | 164 | |
| 'containedCollectionNames' hides a field. | 164 | |
| Line has trailing spaces. | 167 | |
| Method 'getExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Method 'setExtraButtonSource' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Parameter extraButtonSource should be final. | 178 | |
| 'extraButtonSource' hides a field. | 178 | |
| Method 'getFieldCnt' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 198 | |
| '&&' is not followed by whitespace. | 198 | |
| '||' should be on a new line. | 198 | |
| Line is longer than 80 characters. | 199 | |
| ')' is preceded with whitespace. | 207 | |
| '}' should be on the same line. | 214 | |
| Method 'getSectionId' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Method 'setSectionId' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter sectionId should be final. | 224 | |
| 'sectionId' hides a field. | 224 | |
| Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Parameter hidden should be final. | 232 | |
| 'hidden' hides a field. | 232 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Parameter readOnly should be final. | 246 | |
| 'readOnly' hides a field. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Method 'isDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Method 'setDefaultOpen' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Parameter defaultOpen should be final. | 260 | |
| 'defaultOpen' hides a field. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 264 | |
| Method 'getHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Missing a Javadoc comment. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 268 | |
| Method 'setHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Parameter helpUrl should be final. | 268 | |
| 'helpUrl' hides a field. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line has trailing spaces. | 271 | |
| Line contains a tab character. | 271 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 60 | |
| Utility classes should not have a public or default constructor. | 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 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Parameter inquirable should be final. | 85 | |
| Expected @param tag for 'inquirable'. | 85 | |
| Parameter sd should be final. | 85 | |
| Parameter o should be final. | 85 | |
| Parameter auths should be final. | 85 | |
| Expected @param tag for 'auths'. | 85 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| Line has trailing spaces. | 91 | |
| '}' should be on the same line. | 94 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 108 | |
| '}' should be on the same line. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| '}' should be on the same line. | 113 | |
| Line is longer than 80 characters. | 125 | |
| Line has trailing spaces. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line has trailing spaces. | 131 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Redundant 'final' modifier. | 136 | |
| Parameter section should be final. | 136 | |
| Parameter inquiryRestrictions should be final. | 136 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Redundant 'final' modifier. | 140 | |
| Parameter rows should be final. | 140 | |
| Parameter inquiryRestrictions should be final. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line has trailing spaces. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter field should be final. | 149 | |
| Parameter inquiryRestrictions should be final. | 149 | |
| Line contains a tab character. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| '}' should be on the same line. | 153 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 155 | |
| 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. | 159 | |
| '}' should be on the same line. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line contains a tab character. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line has trailing spaces. | 170 | |
| Line is longer than 80 characters. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Redundant 'final' modifier. | 172 | |
| Parameter rows should be final. | 172 | |
| Parameter numberOfColumns should be final. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line contains a tab character. | 173 | |
| Line has trailing spaces. | 174 | |
| 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 is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| 'if' is not followed by whitespace. | 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 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| 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 has trailing spaces. | 191 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line has trailing spaces. | 195 | |
| Line has trailing spaces. | 198 | |
| Line is longer than 80 characters. | 202 | |
| Unused @param tag for 'autoFillDefaultValues'. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Unused @param tag for 'autoFillBlankRequiredValues'. | 204 | |
| Line is longer than 80 characters. | 210 | |
| Parameter sd should be final. | 210 | |
| Parameter o should be final. | 210 | |
| Parameter maintainable should be final. | 210 | |
| Expected @param tag for 'maintainable'. | 210 | |
| Parameter oldMaintainable should be final. | 210 | |
| Expected @param tag for 'oldMaintainable'. | 210 | |
| Parameter maintenanceAction should be final. | 210 | |
| Parameter displayedFieldNames should be final. | 210 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 210 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 210 | |
| Expected @throws tag for 'InstantiationException'. | 210 | |
| Expected @throws tag for 'IllegalAccessException'. | 210 | |
| Line contains a tab character. | 211 | |
| '(' is followed by whitespace. | 213 | |
| ')' is preceded with whitespace. | 213 | |
| '(' is followed by whitespace. | 216 | |
| ')' is preceded with whitespace. | 216 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line has trailing spaces. | 268 | |
| Line has trailing spaces. | 269 | |
| Line is longer than 80 characters. | 271 | |
| Expected an @return tag. | 274 | |
| Line is longer than 80 characters. | 274 | |
| More than 7 parameters. | 274 | |
| Parameter s should be final. | 274 | |
| Expected @param tag for 's'. | 274 | |
| Parameter collectionDefinition should be final. | 274 | |
| Expected @param tag for 'collectionDefinition'. | 274 | |
| Parameter o should be final. | 274 | |
| Expected @param tag for 'o'. | 274 | |
| Parameter m should be final. | 274 | |
| Expected @param tag for 'm'. | 274 | |
| Parameter oldMaintainable should be final. | 274 | |
| Expected @param tag for 'oldMaintainable'. | 274 | |
| Parameter displayedFieldNames should be final. | 274 | |
| Expected @param tag for 'displayedFieldNames'. | 274 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 274 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 274 | |
| Parameter containerRowErrorKey should be final. | 274 | |
| Expected @param tag for 'containerRowErrorKey'. | 274 | |
| Parameter numberOfColumns should be final. | 274 | |
| Expected @param tag for 'numberOfColumns'. | 274 | |
| Parameter inquirable should be final. | 274 | |
| Expected @param tag for 'inquirable'. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line has trailing spaces. | 280 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 289 | |
| Expected an @return tag. | 292 | |
| Line is longer than 80 characters. | 292 | |
| Method length is 386 lines (max allowed is 150). | 292 | |
| More than 7 parameters. | 292 | |
| Parameter s should be final. | 292 | |
| Parameter collectionDefinition should be final. | 292 | |
| Parameter o should be final. | 292 | |
| Parameter m should be final. | 292 | |
| Parameter oldMaintainable should be final. | 292 | |
| Expected @param tag for 'oldMaintainable'. | 292 | |
| Parameter displayedFieldNames should be final. | 292 | |
| Expected @param tag for 'displayedFieldNames'. | 292 | |
| Parameter conditionallyRequiredMaintenanceFields should be final. | 292 | |
| Expected @param tag for 'conditionallyRequiredMaintenanceFields'. | 292 | |
| Parameter containerRowErrorKey should be final. | 292 | |
| Parameter parents should be final. | 292 | |
| Expected @param tag for 'parents'. | 292 | |
| Parameter hideAdd should be final. | 292 | |
| Parameter numberOfColumns should be final. | 292 | |
| Parameter inquirable should be final. | 292 | |
| Expected @param tag for 'inquirable'. | 292 | |
| Line has trailing spaces. | 295 | |
| Line has trailing spaces. | 297 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line has trailing spaces. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 315 | |
| 'if' is not followed by whitespace. | 315 | |
| Line is longer than 80 characters. | 316 | |
| 'cast' is not followed by whitespace. | 316 | |
| 'if' is not followed by whitespace. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 340 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 343 | |
| Line has trailing spaces. | 344 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 354 | |
| Line has trailing spaces. | 356 | |
| Line is longer than 80 characters. | 358 | |
| Line is longer than 80 characters. | 359 | |
| Line is longer than 80 characters. | 366 | |
| Line has trailing spaces. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Line contains a tab character. | 369 | |
| Line has trailing spaces. | 371 | |
| Line is longer than 80 characters. | 373 | |
| Line has trailing spaces. | 374 | |
| Line is longer than 80 characters. | 374 | |
| Line has trailing spaces. | 375 | |
| Line is longer than 80 characters. | 379 | |
| Line has trailing spaces. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 393 | |
| Line is longer than 80 characters. | 395 | |
| Line has trailing spaces. | 400 | |
| Line is longer than 80 characters. | 400 | |
| Line has trailing spaces. | 401 | |
| Line is longer than 80 characters. | 401 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 404 | |
| 'cast' is not followed by whitespace. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Line has trailing spaces. | 409 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 413 | |
| Line has trailing spaces. | 414 | |
| Line contains a tab character. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Line contains a tab character. | 416 | |
| Line contains a tab character. | 417 | |
| Line has trailing spaces. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 420 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 425 | |
| Line has trailing spaces. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 439 | |
| Line is longer than 80 characters. | 440 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 447 | |
| Line has trailing spaces. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line contains a tab character. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line contains a tab character. | 451 | |
| Line is longer than 80 characters. | 452 | |
| Line contains a tab character. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line has trailing spaces. | 455 | |
| Line contains a tab character. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line contains a tab character. | 456 | |
| Line is longer than 80 characters. | 457 | |
| Line contains a tab character. | 457 | |
| Line is longer than 80 characters. | 458 | |
| Line contains a tab character. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line contains a tab character. | 459 | |
| Line contains a tab character. | 460 | |
| Line has trailing spaces. | 461 | |
| Line is longer than 80 characters. | 462 | |
| Line contains a tab character. | 462 | |
| Line is longer than 80 characters. | 463 | |
| Line contains a tab character. | 463 | |
| Line has trailing spaces. | 464 | |
| Line is longer than 80 characters. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 480 | |
| Line is longer than 80 characters. | 481 | |
| Line is longer than 80 characters. | 483 | |
| Line is longer than 80 characters. | 484 | |
| Line has trailing spaces. | 485 | |
| Line is longer than 80 characters. | 485 | |
| '&&' should be on a new line. | 485 | |
| Line has trailing spaces. | 486 | |
| Line is longer than 80 characters. | 486 | |
| Line contains a tab character. | 486 | |
| Line is longer than 80 characters. | 487 | |
| Line contains a tab character. | 487 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 492 | |
| Line is longer than 80 characters. | 493 | |
| Line is longer than 80 characters. | 495 | |
| Line is longer than 80 characters. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line is longer than 80 characters. | 498 | |
| Line is longer than 80 characters. | 499 | |
| Line has trailing spaces. | 501 | |
| Line has trailing spaces. | 507 | |
| Line has trailing spaces. | 508 | |
| Line is longer than 80 characters. | 510 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line is longer than 80 characters. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 523 | |
| Line is longer than 80 characters. | 524 | |
| Line is longer than 80 characters. | 526 | |
| Line is longer than 80 characters. | 530 | |
| Line is longer than 80 characters. | 532 | |
| Line is longer than 80 characters. | 533 | |
| Line is longer than 80 characters. | 534 | |
| Line is longer than 80 characters. | 535 | |
| Line is longer than 80 characters. | 540 | |
| Line has trailing spaces. | 541 | |
| Line is longer than 80 characters. | 544 | |
| Line has trailing spaces. | 546 | |
| Line is longer than 80 characters. | 548 | |
| Line is longer than 80 characters. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Line has trailing spaces. | 551 | |
| Line is longer than 80 characters. | 553 | |
| Line is longer than 80 characters. | 554 | |
| Line has trailing spaces. | 555 | |
| Line is longer than 80 characters. | 556 | |
| Line is longer than 80 characters. | 557 | |
| Line contains a tab character. | 557 | |
| Line has trailing spaces. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line is longer than 80 characters. | 562 | |
| Line has trailing spaces. | 563 | |
| Line is longer than 80 characters. | 564 | |
| Line is longer than 80 characters. | 565 | |
| Line is longer than 80 characters. | 568 | |
| Line is longer than 80 characters. | 570 | |
| Line is longer than 80 characters. | 575 | |
| Line is longer than 80 characters. | 577 | |
| Line has trailing spaces. | 581 | |
| Line is longer than 80 characters. | 584 | |
| Line is longer than 80 characters. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line is longer than 80 characters. | 589 | |
| Line has trailing spaces. | 590 | |
| Line contains a tab character. | 591 | |
| Line is longer than 80 characters. | 592 | |
| Line contains a tab character. | 592 | |
| Line contains a tab character. | 593 | |
| Line is longer than 80 characters. | 595 | |
| Line is longer than 80 characters. | 596 | |
| Line has trailing spaces. | 597 | |
| Line is longer than 80 characters. | 599 | |
| Line is longer than 80 characters. | 602 | |
| Line is longer than 80 characters. | 604 | |
| Line is longer than 80 characters. | 605 | |
| Line is longer than 80 characters. | 606 | |
| Line is longer than 80 characters. | 607 | |
| Line is longer than 80 characters. | 609 | |
| Line is longer than 80 characters. | 610 | |
| Line is longer than 80 characters. | 613 | |
| Line is longer than 80 characters. | 614 | |
| Line has trailing spaces. | 615 | |
| Line is longer than 80 characters. | 616 | |
| Line contains a tab character. | 616 | |
| Line is longer than 80 characters. | 617 | |
| Line contains a tab character. | 617 | |
| Line is longer than 80 characters. | 618 | |
| Line contains a tab character. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Line contains a tab character. | 619 | |
| Line contains a tab character. | 620 | |
| Line has trailing spaces. | 621 | |
| Line is longer than 80 characters. | 622 | |
| Line contains a tab character. | 622 | |
| Line is longer than 80 characters. | 623 | |
| Line contains a tab character. | 623 | |
| Line is longer than 80 characters. | 624 | |
| Line contains a tab character. | 624 | |
| Line is longer than 80 characters. | 625 | |
| Line contains a tab character. | 625 | |
| Line contains a tab character. | 626 | |
| Line has trailing spaces. | 627 | |
| Line is longer than 80 characters. | 629 | |
| Line is longer than 80 characters. | 630 | |
| Line is longer than 80 characters. | 633 | |
| Line is longer than 80 characters. | 640 | |
| Line is longer than 80 characters. | 641 | |
| Line is longer than 80 characters. | 642 | |
| Line is longer than 80 characters. | 646 | |
| Line is longer than 80 characters. | 647 | |
| Line is longer than 80 characters. | 648 | |
| Line is longer than 80 characters. | 650 | |
| Line is longer than 80 characters. | 651 | |
| Line is longer than 80 characters. | 653 | |
| Line is longer than 80 characters. | 655 | |
| Line is longer than 80 characters. | 656 | |
| Line is longer than 80 characters. | 657 | |
| Line has trailing spaces. | 659 | |
| Line is longer than 80 characters. | 660 | |
| Line is longer than 80 characters. | 664 | |
| '(' is followed by whitespace. | 669 | |
| ')' is preceded with whitespace. | 669 | |
| '(' is followed by whitespace. | 670 | |
| ')' is preceded with whitespace. | 670 | |
| Line has trailing spaces. | 675 | |
| Line has trailing spaces. | 680 | |
| Line is longer than 80 characters. | 680 | |
| Line has trailing spaces. | 681 | |
| Line is longer than 80 characters. | 685 | |
| Redundant 'final' modifier. | 685 | |
| Parameter field should be final. | 685 | |
| Expected @param tag for 'field'. | 685 | |
| Parameter businessObject should be final. | 685 | |
| Expected @param tag for 'businessObject'. | 685 | |
| '{' is not preceded with whitespace. | 685 | |
| Line is longer than 80 characters. | 686 | |
| '(' is followed by whitespace. | 687 | |
| ')' is preceded with whitespace. | 687 | |
| Line is longer than 80 characters. | 690 | |
| '(' is followed by whitespace. | 690 | |
| ')' is preceded with whitespace. | 690 | |
| Line is longer than 80 characters. | 691 | |
| '(' is followed by whitespace. | 692 | |
| ')' is preceded with whitespace. | 692 | |
| Line is longer than 80 characters. | 696 | |
| '(' is followed by whitespace. | 696 | |
| ')' is preceded with whitespace. | 696 | |
| Line is longer than 80 characters. | 697 | |
| '(' is followed by whitespace. | 698 | |
| ')' is preceded with whitespace. | 698 | |
| '(' is followed by whitespace. | 699 | |
| ')' is preceded with whitespace. | 699 | |
| '(' is followed by whitespace. | 702 | |
| ')' is preceded with whitespace. | 702 | |
| Line is longer than 80 characters. | 703 | |
| '(' is followed by whitespace. | 703 | |
| ')' is preceded with whitespace. | 703 | |
| Line has trailing spaces. | 707 | |
| Line is longer than 80 characters. | 709 | |
| Line has trailing spaces. | 711 | |
| Line is longer than 80 characters. | 716 | |
| Redundant 'final' modifier. | 716 | |
| Parameter collectionName should be final. | 716 | |
| Parameter rowIndex should be final. | 716 | |
| Line is longer than 80 characters. | 719 | |
| Line has trailing spaces. | 726 | |
| Line is longer than 80 characters. | 728 | |
| Line has trailing spaces. | 729 | |
| Line is longer than 80 characters. | 732 | |
| Unused Javadoc tag. | 733 | |
| Line is longer than 80 characters. | 735 | |
| Redundant 'final' modifier. | 735 | |
| Parameter section should be final. | 735 | |
| Parameter collectionName should be final. | 735 | |
| Parameter showInactive should be final. | 735 | |
| Line is longer than 80 characters. | 736 | |
| Line contains a tab character. | 736 | |
| '(' is followed by whitespace. | 736 | |
| ')' is preceded with whitespace. | 736 | |
| Line is longer than 80 characters. | 737 | |
| Line has trailing spaces. | 738 | |
| Line is longer than 80 characters. | 739 | |
| Avoid inline conditionals. | 739 | |
| Line is longer than 80 characters. | 741 | |
| Line has trailing spaces. | 745 | |
| Line is longer than 80 characters. | 747 | |
| Line is longer than 80 characters. | 748 | |
| Line is longer than 80 characters. | 749 | |
| Line is longer than 80 characters. | 751 | |
| Redundant 'final' modifier. | 751 | |
| Parameter businessObjectClass should be final. | 751 | |
| Expected @param tag for 'businessObjectClass'. | 751 | |
| Parameter field should be final. | 751 | |
| Expected @param tag for 'field'. | 751 | |
| Line contains a tab character. | 752 | |
| 'try' is not followed by whitespace. | 752 | |
| '{' is not preceded with whitespace. | 752 | |
| Comment matches to-do format 'TODO:'. | 753 | |
| Line is longer than 80 characters. | 753 | |
| Line contains a tab character. | 753 | |
| Line is longer than 80 characters. | 754 | |
| Line contains a tab character. | 754 | |
| Line has trailing spaces. | 755 | |
| Line contains a tab character. | 755 | |
| Line is longer than 80 characters. | 756 | |
| Line contains a tab character. | 756 | |
| Line contains a tab character. | 757 | |
| Line contains a tab character. | 758 | |
| Line contains a tab character. | 759 | |
| Line contains a tab character. | 760 | |
| 'catch' is not followed by whitespace. | 760 | |
| '{' is not preceded with whitespace. | 760 | |
| Line is longer than 80 characters. | 761 | |
| Line contains a tab character. | 761 | |
| Line is longer than 80 characters. | 762 | |
| Line contains a tab character. | 762 | |
| '+' is not preceded with whitespace. | 762 | |
| '+' is not followed by whitespace. | 762 | |
| '+' is not preceded with whitespace. | 762 | |
| '+' is not followed by whitespace. | 762 | |
| '+' is not preceded with whitespace. | 762 | |
| '+' is not followed by whitespace. | 762 | |
| Line contains a tab character. | 763 | |
| Line has trailing spaces. | 765 | |
| Line is longer than 80 characters. | 766 | |
| Missing a Javadoc comment. | 766 | |
| Parameter field should be final. | 766 | |
| Parameter duplicateIdentificationFieldNames should be final. | 766 | |
| Line is longer than 80 characters. | 767 | |
| Line has trailing spaces. | 774 | |
| Expected an @return tag. | 779 | |
| Line is longer than 80 characters. | 779 | |
| Redundant 'final' modifier. | 779 | |
| Parameter collSummaryFields should be final. | 779 | |
| Expected @param tag for 'collSummaryFields'. | 779 | |
| Parameter collectionDefinition should be final. | 779 | |
| Expected @param tag for 'collectionDefinition'. | 779 | |
| Line is longer than 80 characters. | 781 | |
| Line is longer than 80 characters. | 792 | |
| First sentence should end with a period. | 799 | |
| Line has trailing spaces. | 801 | |
| Line is longer than 80 characters. | 802 | |
| Line is longer than 80 characters. | 805 | |
| Redundant 'final' modifier. | 805 | |
| Parameter definition should be final. | 805 | |
| Line has trailing spaces. | 813 | |
| Line is longer than 80 characters. | 815 | |
| Line is longer than 80 characters. | 816 | |
| Line has trailing spaces. | 817 | |
| Line is longer than 80 characters. | 818 | |
| Line has trailing spaces. | 819 | |
| Line is longer than 80 characters. | 819 | |
| Line is longer than 80 characters. | 821 | |
| Line is longer than 80 characters. | 823 | |
| Parameter lineBusinessObject should be final. | 823 | |
| Parameter oldLineBusinessObject should be final. | 823 | |
| Line is longer than 80 characters. | 825 | |
| Line is longer than 80 characters. | 829 | |
| Line is longer than 80 characters. | 830 | |
| Line has trailing spaces. | 838 | |
| Line is longer than 80 characters. | 839 | |
| Line is longer than 80 characters. | 842 | |
| Expected an @return tag. | 845 | |
| Line is longer than 80 characters. | 845 | |
| Parameter lineBusinessObject should be final. | 845 | |
| Parameter oldLineBusinessObject should be final. | 845 | |
| Parameter newMaintainable should be final. | 846 | |
| Parameter collectionName should be final. | 846 | |
| Line is longer than 80 characters. | 847 | |
| Line has trailing spaces. | 849 | |
| Line is longer than 80 characters. | 851 | |
| Line is longer than 80 characters. | 852 | |
| Line has trailing spaces. | 853 | |
| Line is longer than 80 characters. | 854 | |
| Line is longer than 80 characters. | 855 | |
| Line is longer than 80 characters. | 857 | |
| Parameter lineBusinessObject should be final. | 857 | |
| Line has trailing spaces. | 860 | |
| Line has trailing spaces. | 863 | |
| Line is longer than 80 characters. | 864 | |
| Line is longer than 80 characters. | 869 | |
| Parameter lineBusinessObject should be final. | 869 | |
| Parameter inquirable should be final. | 869 | |
| Parameter collectionName should be final. | 869 | |
| Line is longer than 80 characters. | 870 | |
| Line has trailing spaces. | 872 | |
| Line is longer than 80 characters. | 873 | |
| Line contains a tab character. | 873 | |
| Missing a Javadoc comment. | 873 | |
| Line contains a tab character. | 874 | |
| Line is longer than 80 characters. | 875 | |
| Line contains a tab character. | 875 | |
| Line contains a tab character. | 876 | |
| Line has trailing spaces. | 877 | |
| Line contains a tab character. | 877 | |
| Line contains a tab character. | 878 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Method 'setPerson' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter person should be final. | 28 | |
| 'person' hides a field. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter document should be final. | 29 | |
| 'document' hides a field. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Method 'getKualiTransactionalDocumentInformation' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 37 | |
| Method 'setKualiTransactionalDocumentInformation' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter kualiTransactionalDocumentInformation should be final. | 37 | |
| 'kualiTransactionalDocumentInformation' hides a field. | 37 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getDocumentInitiator' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Method 'setDocumentInitiator' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter initiator should be final. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kew.dto.UserIdDTO. | 23 | |
| Unused import - org.kuali.rice.kew.exception.InvalidActionTakenException. | 25 | |
| Unused import - org.kuali.rice.kew.exception.ResourceUnavailableException. | 26 | |
| Unused import - org.kuali.rice.kew.service.WorkflowDocumentActions. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Redundant 'public' modifier. | 38 | |
| Expected @param tag for 'applicationContent'. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Redundant 'public' modifier. | 47 | |
| Expected an @return tag. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Expected @param tag for 'attributeDefinition'. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Redundant 'public' modifier. | 74 | |
| Expected @param tag for 'searchableDefinition'. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Redundant 'public' modifier. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Redundant 'public' modifier. | 80 | |
| Missing a Javadoc comment. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Redundant 'public' modifier. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Redundant 'public' modifier. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Redundant 'public' modifier. | 89 | |
| Line has trailing spaces. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Redundant 'public' modifier. | 91 | |
| Line has trailing spaces. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Redundant 'public' modifier. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Redundant 'public' modifier. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Redundant 'public' modifier. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Redundant 'public' modifier. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Redundant 'public' modifier. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Redundant 'public' modifier. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Redundant 'public' modifier. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Redundant 'public' modifier. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Redundant 'public' modifier. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Redundant 'public' modifier. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Redundant 'public' modifier. | 115 | |
| Missing a Javadoc comment. | 117 | |
| Redundant 'public' modifier. | 117 | |
| Line is longer than 80 characters. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Redundant 'public' modifier. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Redundant 'public' modifier. | 121 | |
| Missing a Javadoc comment. | 123 | |
| Redundant 'public' modifier. | 123 | |
| Missing a Javadoc comment. | 125 | |
| Redundant 'public' modifier. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Redundant 'public' modifier. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Redundant 'public' modifier. | 129 | |
| Line has trailing spaces. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Redundant 'public' modifier. | 131 | |
| Line is longer than 80 characters. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Redundant 'public' modifier. | 133 | |
| Missing a Javadoc comment. | 135 | |
| Redundant 'public' modifier. | 135 | |
| Missing a Javadoc comment. | 137 | |
| Redundant 'public' modifier. | 137 | |
| First sentence should end with a period. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line has trailing spaces. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Redundant 'public' modifier. | 144 | |
| Line has trailing spaces. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line has trailing spaces. | 153 | |
| Redundant 'public' modifier. | 155 | |
| Line has trailing spaces. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line has trailing spaces. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line has trailing spaces. | 164 | |
| Redundant 'public' modifier. | 166 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line has trailing spaces. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line has trailing spaces. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line has trailing spaces. | 175 | |
| Redundant 'public' modifier. | 177 | |
| Line has trailing spaces. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line has trailing spaces. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line has trailing spaces. | 186 | |
| Redundant 'public' modifier. | 188 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line has trailing spaces. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line has trailing spaces. | 197 | |
| Redundant 'public' modifier. | 199 | |
| First sentence should end with a period. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line has trailing spaces. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Redundant 'public' modifier. | 206 | |
| Missing a Javadoc comment. | 208 | |
| Redundant 'public' modifier. | 208 | |
| Redundant 'public' modifier. | 216 | |
| Expected @param tag for 'annotation'. | 216 | |
| Expected @throws tag for 'WorkflowException'. | 216 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 226 | |
| Redundant 'public' modifier. | 226 | |
| Line is longer than 80 characters. | 229 | |
| Unused @param tag for 'ReturnPointDTO'. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 236 | |
| Redundant 'public' modifier. | 236 | |
| Expected @param tag for 'returnPoint'. | 236 | |
| Line is longer than 80 characters. | 245 | |
| Redundant 'public' modifier. | 245 | |
| Expected @param tag for 'annotation'. | 245 | |
| Expected @param tag for 'destRouteLevel'. | 245 | |
| Expected @throws tag for 'WorkflowException'. | 245 | |
| Line is longer than 80 characters. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Redundant 'public' modifier. | 247 | |
| Line has trailing spaces. | 251 | |
| Redundant 'public' modifier. | 254 | |
| Line has trailing spaces. | 258 | |
| Redundant 'public' modifier. | 261 | |
| Line has trailing spaces. | 265 | |
| Redundant 'public' modifier. | 268 | |
| Line has trailing spaces. | 273 | |
| Redundant 'public' modifier. | 276 | |
| Line has trailing spaces. | 280 | |
| Redundant 'public' modifier. | 283 | |
| Line has trailing spaces. | 287 | |
| Redundant 'public' modifier. | 290 | |
| Line has trailing spaces. | 294 | |
| Redundant 'public' modifier. | 297 | |
| Line is longer than 80 characters. | 300 | |
| Line has trailing spaces. | 301 | |
| Redundant 'public' modifier. | 304 | |
| Line has trailing spaces. | 308 | |
| Redundant 'public' modifier. | 311 | |
| Missing a Javadoc comment. | 313 | |
| Redundant 'public' modifier. | 313 | |
| Missing a Javadoc comment. | 315 | |
| Redundant 'public' modifier. | 315 | |
| First sentence should end with a period. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Line has trailing spaces. | 320 | |
| Redundant 'public' modifier. | 324 | |
| Expected @param tag for 'user'. | 324 | |
| First sentence should end with a period. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line has trailing spaces. | 328 | |
| Redundant 'public' modifier. | 332 | |
| Expected @param tag for 'user'. | 332 | |
| Line has trailing spaces. | 333 | |
| Expected an @return tag. | 337 | |
| Redundant 'public' modifier. | 337 | |
| Expected @throws tag for 'WorkflowException'. | 337 | |
| First sentence should end with a period. | 339 | |
| Line has trailing spaces. | 340 | |
| Line is longer than 80 characters. | 340 | |
| Expected an @return tag. | 343 | |
| Redundant 'public' modifier. | 343 | |
| Line has trailing spaces. | 344 | |
| Line has trailing spaces. | 347 | |
| Redundant 'public' modifier. | 350 | |
| Expected @throws tag for 'WorkflowException'. | 350 | |
| Line has trailing spaces. | 351 | |
| Missing a Javadoc comment. | 352 | |
| Redundant 'public' modifier. | 352 | |
| Line has trailing spaces. | 353 | |
| Missing a Javadoc comment. | 354 | |
| Redundant 'public' modifier. | 354 | |
| Line has trailing spaces. | 355 | |
| Missing a Javadoc comment. | 356 | |
| Redundant 'public' modifier. | 356 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'public' modifier. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line has trailing spaces. | 65 | |
| Redundant 'public' modifier. | 67 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| 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. | 77 | |
| Line is longer than 80 characters. | 80 | |
| Redundant 'public' modifier. | 80 | |
| Expected @throws tag for 'WorkflowException'. | 80 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 83 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Expected an @return tag. | 87 | |
| Line is longer than 80 characters. | 87 | |
| Redundant 'public' modifier. | 87 | |
| Expected @param tag for 'reportCriteriaDTO'. | 87 | |
| Expected @param tag for 'actionRequestedCodes'. | 87 | |
| Expected @throws tag for 'WorkflowException'. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Redundant 'public' modifier. | 89 | |
| '(' is followed by whitespace. | 89 | |
| ')' is preceded with whitespace. | 89 | |
| Line has trailing spaces. | 90 | |
| First sentence should end with a period. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Redundant 'public' modifier. | 98 | |
| Expected @throws tag for 'WorkflowException'. | 98 | |
| First sentence should end with a period. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 108 | |
| Redundant 'public' modifier. | 108 | |
| Expected @throws tag for 'WorkflowException'. | 108 | |
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 110 | |
| Line is longer than 80 characters. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Redundant 'public' modifier. | 110 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Unused import - org.kuali.rice.kew.exception.ResourceUnavailableException. | 20 | |
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| Redundant 'public' modifier. | 36 | |
| Expected @param tag for 'documentHeaderId'. | 36 | |
| Line is longer than 80 characters. | 40 | |
| Line has trailing spaces. | 41 | |
| Unused @throws tag for 'IllegalArgumentException'. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Unused @throws tag for 'IllegalArgumentException'. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Expected @param tag for 'documentTypeId'. | 49 | |
| Expected @param tag for 'workflowUser'. | 49 | |
| Expected @throws tag for 'WorkflowException'. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 54 | |
| Unused @throws tag for 'IllegalArgumentException'. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Unused @throws tag for 'IllegalArgumentException'. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Redundant 'public' modifier. | 61 | |
| Expected @param tag for 'documentHeaderId'. | 61 | |
| Expected @param tag for 'workflowUser'. | 61 | |
| Expected @throws tag for 'WorkflowException'. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 73 | |
| Redundant 'public' modifier. | 73 | |
| Expected @param tag for 'workflowDocument'. | 73 | |
| Expected @param tag for 'annotation'. | 73 | |
| Expected @throws tag for 'WorkflowException'. | 73 | |
| First sentence should end with a period. | 75 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Redundant 'public' modifier. | 81 | |
| Expected @param tag for 'workflowDocument'. | 81 | |
| Expected @throws tag for 'WorkflowException'. | 81 | |
| First sentence should end with a period. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 92 | |
| Redundant 'public' modifier. | 92 | |
| Expected @param tag for 'workflowDocument'. | 92 | |
| Expected @param tag for 'annotation'. | 92 | |
| Expected @param tag for 'adHocRecipients'. | 92 | |
| Expected @throws tag for 'WorkflowException'. | 92 | |
| First sentence should end with a period. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 103 | |
| Redundant 'public' modifier. | 103 | |
| Expected @param tag for 'workflowDocument'. | 103 | |
| Expected @param tag for 'annotation'. | 103 | |
| Expected @param tag for 'adHocRecipients'. | 103 | |
| Expected @throws tag for 'WorkflowException'. | 103 | |
| First sentence should end with a period. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 113 | |
| Redundant 'public' modifier. | 113 | |
| Expected @param tag for 'workflowDocument'. | 113 | |
| Expected @param tag for 'annotation'. | 113 | |
| Expected @throws tag for 'WorkflowException'. | 113 | |
| First sentence should end with a period. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 123 | |
| Redundant 'public' modifier. | 123 | |
| Expected @param tag for 'workflowDocument'. | 123 | |
| Expected @param tag for 'annotation'. | 123 | |
| Expected @throws tag for 'WorkflowException'. | 123 | |
| First sentence should end with a period. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 133 | |
| Redundant 'public' modifier. | 133 | |
| Expected @param tag for 'workflowDocument'. | 133 | |
| Expected @param tag for 'annotation'. | 133 | |
| Expected @throws tag for 'WorkflowException'. | 133 | |
| First sentence should end with a period. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line has trailing spaces. | 138 | |
| Line is longer than 80 characters. | 142 | |
| Redundant 'public' modifier. | 142 | |
| Expected @param tag for 'workflowDocument'. | 142 | |
| Expected @param tag for 'annotation'. | 142 | |
| Expected @throws tag for 'WorkflowException'. | 142 | |
| First sentence should end with a period. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 147 | |
| Line is longer than 80 characters. | 151 | |
| Redundant 'public' modifier. | 151 | |
| Expected @param tag for 'workflowDocument'. | 151 | |
| Expected @param tag for 'annotation'. | 151 | |
| Expected @throws tag for 'WorkflowException'. | 151 | |
| First sentence should end with a period. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line has trailing spaces. | 158 | |
| Line is longer than 80 characters. | 163 | |
| Redundant 'public' modifier. | 163 | |
| Expected @param tag for 'workflowDocument'. | 163 | |
| Expected @param tag for 'annotation'. | 163 | |
| Expected @param tag for 'adHocRecipients'. | 163 | |
| Expected @throws tag for 'WorkflowException'. | 163 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line has trailing spaces. | 170 | |
| Line is longer than 80 characters. | 175 | |
| Redundant 'public' modifier. | 175 | |
| Expected @param tag for 'workflowDocument'. | 175 | |
| Expected @param tag for 'annotation'. | 175 | |
| Expected @param tag for 'adHocRecipients'. | 175 | |
| Expected @throws tag for 'WorkflowException'. | 175 | |
| First sentence should end with a period. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line has trailing spaces. | 180 | |
| Line is longer than 80 characters. | 184 | |
| Redundant 'public' modifier. | 184 | |
| Expected @param tag for 'workflowDocument'. | 184 | |
| Expected @param tag for 'adHocRecipients'. | 184 | |
| Expected @throws tag for 'WorkflowException'. | 184 | |
| Line has trailing spaces. | 185 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line has trailing spaces. | 189 | |
| Line has trailing spaces. | 191 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 194 | |
| Redundant 'public' modifier. | 194 | |
| Expected @param tag for 'workflowDocument'. | 194 | |
| Expected @throws tag for 'WorkflowException'. | 194 | |
| Line has trailing spaces. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line has trailing spaces. | 199 | |
| Line is longer than 80 characters. | 206 | |
| Redundant 'public' modifier. | 206 | |
| Expected @param tag for 'workflowDocument'. | 206 | |
| Expected @param tag for 'annotation'. | 206 | |
| Expected @param tag for 'adHocRecipients'. | 206 | |
| Expected @param tag for 'notificationLabel'. | 206 | |
| Expected @throws tag for 'WorkflowException'. | 206 | |
| Line has trailing spaces. | 207 | |
| Line is longer than 80 characters. | 209 | |
| Line has trailing spaces. | 211 | |
| Line is longer than 80 characters. | 217 | |
| Redundant 'public' modifier. | 217 | |
| Expected @param tag for 'workflowDocument'. | 217 | |
| Expected @param tag for 'annotation'. | 217 | |
| Expected @param tag for 'adHocRecipients'. | 217 | |
| Expected @throws tag for 'WorkflowException'. | 217 |