The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 5 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 173 | |
RegexpSingleline
| 38 | |
| JavadocMethod | 28 | |
| JavadocType | 5 | |
| JavadocVariable | 24 | |
| JavadocStyle | 4 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 148 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 4 | |
| ParenPad | 21 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 9 | |
| WhitespaceAround | 10 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 20 | |
| NeedBraces | 3 | |
| RightCurly | 8 | |
| AvoidInlineConditionals | 3 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 25 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 40 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| First sentence should end with a period. | 40 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 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 | |
| Expected an @return tag. | 45 | |
| Line contains a tab character. | 45 | |
| Method 'getBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line contains a tab character. | 46 | |
| Parameter fieldValues should be final. | 46 | |
| Expected @param tag for 'fieldValues'. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| 'cast' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| 'cast' is not followed by whitespace. | 52 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 53 | |
| 'if' construct must use '{}'s. | 54 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| '+' should be on a new line. | 54 | |
| Line contains a tab character. | 55 | |
| 'if' construct must use '{}'s. | 56 | |
| Line has trailing spaces. | 56 | |
| 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 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 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| '+' should be on a new line. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line has trailing spaces. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| '&&' should be on a new line. | 69 | |
| Line is longer than 80 characters. | 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 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line has trailing spaces. | 79 | |
| Line contains a tab character. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 36 | |
| 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 | |
| Method 'getSearchResults' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Parameter fieldValues should be final. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| '}' should be on the same line. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 74 | |
| '}' should be on the same line. | 77 | |
| Line is longer than 80 characters. | 83 | |
| '}' should be on the same line. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 92 | |
| '}' should be on the same line. | 95 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 119 | |
| '}' should be on the same line. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line has trailing spaces. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Expected an @return tag. | 134 | |
| Method 'getCustomActionUrls' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Parameter businessObject should be final. | 135 | |
| Expected @param tag for 'businessObject'. | 135 | |
| Parameter pkNames should be final. | 135 | |
| Expected @param tag for 'pkNames'. | 135 | |
| '(' is followed by whitespace. | 136 | |
| 'cast' is not followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Method 'setParameterService' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter parameterService should be final. | 142 | |
| 'parameterService' hides a field. | 142 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter request should be final. | 45 | |
| Parameter response should be final. | 45 | |
| Line is longer than 80 characters. | 46 | |
| 'cast' is not followed by whitespace. | 46 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 56 | |
| '+' is not preceded with whitespace. | 56 | |
| '+' is not followed by whitespace. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter request should be final. | 61 | |
| Parameter response should be final. | 61 | |
| Missing a Javadoc comment. | 65 | |
| Parameter request should be final. | 65 | |
| '+' is not preceded with whitespace. | 69 | |
| '+' is not followed by whitespace. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter request should be final. | 74 | |
| Parameter dataSet should be final. | 74 | |
| Line is longer than 80 characters. | 76 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 57 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line contains a tab character. | 60 | |
| Parameter mapping should be final. | 61 | |
| Parameter form should be final. | 62 | |
| Parameter request should be final. | 63 | |
| Parameter response should be final. | 64 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 81 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| '{' should be on the previous line. | 102 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| '{' should be on the previous line. | 112 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| '{' should be on the previous line. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| '{' should be on the previous line. | 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 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 126 | |
| '{' should be on the previous line. | 129 | |
| '{' should be on the previous line. | 135 | |
| Line is longer than 80 characters. | 136 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 154 | |
| '{' should be on the previous line. | 160 | |
| '{' should be on the previous line. | 163 | |
| '{' should be on the previous line. | 165 | |
| '{' should be on the previous line. | 167 | |
| Line is longer than 80 characters. | 169 | |
| Avoid inline conditionals. | 169 | |
| '{' should be on the previous line. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Avoid inline conditionals. | 172 | |
| '{' should be on the previous line. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Avoid inline conditionals. | 176 | |
| Line is longer than 80 characters. | 183 | |
| '{' should be on the previous line. | 194 | |
| '{' should be on the previous line. | 196 | |
| Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| '(' is followed by whitespace. | 208 | |
| Parameter form should be final. | 208 | |
| Parameter methodToCall should be final. | 208 | |
| Redundant throws: 'AuthorizationException' is unchecked exception. | 208 | |
| 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 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line contains a tab character. | 215 | |
| ')' is preceded with whitespace. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter index should be final. | 44 | |
| Parameter value should be final. | 44 | |
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter index should be final. | 48 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| First sentence should end with a period. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line contains a tab character. | 53 | |
| Parameter sce should be final. | 53 | |
| Expected @param tag for 'sce'. | 53 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 67 | |
| 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. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Expected an @return tag. | 98 | |
| Method 'getContextParameters' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter context should be final. | 98 | |
| 'context' hides a field. | 98 | |
| Expected @param tag for 'context'. | 98 | |
| Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Line contains a tab character. | 109 | |
| Parameter sce should be final. | 109 | |
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| Line has trailing spaces. | 46 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter o1 should be final. | 61 | |
| Parameter o2 should be final. | 61 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Method 'allowsMaintenanceEditAction' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Parameter businessObject should be final. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| 'cast' is not followed by whitespace. | 62 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 65 | |
| 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. | 69 | |
| 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 contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 76 | |
| Method 'getSearchResults' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Parameter fieldValues should be final. | 78 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| 'cast' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 117 | |
| Parameter object should be final. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| 'cast' is not followed by whitespace. | 118 | |
| Line contains a tab character. | 119 | |
| '}' should be on the same line. | 121 | |
| 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 | |
| Parameter allDetailTypes should be final. | 135 | |
| Expected @param tag for 'allDetailTypes'. | 135 | |
| Line has trailing spaces. | 136 | |
| 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. | 140 | |
| 'for' construct must use '{}'s. | 141 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| 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 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| 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 contains a tab character. | 157 | |
| Expected an @return tag. | 158 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Parameter parameterDetailTypeName should be final. | 159 | |
| Expected @param tag for 'parameterDetailTypeName'. | 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 contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| '}' should be on the same line. | 165 | |
| Line contains a tab character. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| 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 has trailing spaces. | 175 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Parameter parameters should be final. | 180 | |
| Expected @param tag for 'parameters'. | 180 | |
| Line contains a tab character. | 181 | |
| Parameter ddDetailTypes should be final. | 181 | |
| Expected @param tag for 'ddDetailTypes'. | 181 | |
| Line contains a tab character. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 187 | |
| Method 'setParameterService' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter parameterService should be final. | 189 | |
| 'parameterService' hides a field. | 189 | |
| Line has trailing spaces. | 192 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line contains a tab character. | 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 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 | |
| Line contains a tab character. | 49 | |
| Expected an @return tag. | 50 | |
| Line contains a tab character. | 50 | |
| Method 'processCustomRouteDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Parameter document should be final. | 51 | |
| Expected @param tag for 'document'. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| '(' is followed by whitespace. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| 'cast' is not followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Method 'checkAllowsMaintenanceEdit' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter initiatorPrincipalId should be final. | 62 | |
| Parameter newBO should be final. | 62 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| 'cast' is not followed by whitespace. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| 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 | |
| Line is longer than 80 characters. | 70 | |
| 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 is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| 'if' is not followed by whitespace. | 76 | |
| '{' is not preceded with whitespace. | 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 | |
| Line contains a tab character. | 80 | |
| Method 'checkComponent' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter param should be final. | 82 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 104 | |
| '}' should be on the same line. | 108 | |
| Line is longer than 80 characters. | 110 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter o1 should be final. | 61 | |
| Parameter o2 should be final. | 61 |