The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 124 | 0 | 0 | 8264 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 22 | |
| NewlineAtEndOfFile | 10 | |
| Translation | 0 | |
| JavadocMethod | 743 | |
| JavadocType | 26 | |
| JavadocVariable | 245 | |
| JavadocStyle | 25 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 2 | |
| LocalVariableName | 5 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 12 | |
| StaticVariableName | 3 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 678 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 18 | |
| NoWhitespaceBefore | 3 | |
| OperatorWrap | 5 | |
| ParenPad | 87 | |
| TypecastParenPad | 0 | |
| TabCharacter | 2193 | |
| WhitespaceAfter | 85 | |
| WhitespaceAround | 1893 | |
| ModifierOrder | 4 | |
| RedundantModifier | 13 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 10 | |
| NeedBraces | 238 | |
| RightCurly | 1 | |
| AvoidInlineConditionals | 80 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 143 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 14 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 441 | |
| FinalClass | 2 | |
| HideUtilityClassConstructor | 8 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 97 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 530 | |
GenericIllegalRegexp
| 625 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'name' must be private and have accessor methods. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'id' must be private and have accessor methods. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'modelType' must be private and have accessor methods. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| Variable 'context' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'parentModel' must be private and have accessor methods. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Variable 'childModels' must be private and have accessor methods. | 49 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Parameter name should be final. | 53 | |
| 'name' hides a field. | 53 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Method 'getName' 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. | 60 | |
| Line contains a tab character. | 62 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter name should be final. | 62 | |
| 'name' hides a field. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter id should be final. | 71 | |
| 'id' hides a field. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Method 'getModelType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Method 'setModelType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter modelType should be final. | 80 | |
| 'modelType' hides a field. | 80 | |
| Line has trailing spaces. | 83 | |
| Line has trailing spaces. | 87 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| 'if' construct must use '{}'s. | 93 | |
| '!=' is not preceded with whitespace. | 93 | |
| '!=' is not followed by whitespace. | 93 | |
| 'if' construct must use '{}'s. | 95 | |
| '!=' is not preceded with whitespace. | 95 | |
| '!=' is not followed by whitespace. | 95 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 101 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter obj should be final. | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| '(' is followed by whitespace. | 103 | |
| '!' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| 'cast' is not followed by whitespace. | 105 | |
| 'if' construct must use '{}'s. | 106 | |
| Line is longer than 80 characters. | 106 | |
| '!=' is not preceded with whitespace. | 106 | |
| '!=' is not followed by whitespace. | 106 | |
| '!=' is not preceded with whitespace. | 106 | |
| '!=' is not followed by whitespace. | 106 | |
| 'if' construct must use '{}'s. | 108 | |
| '!=' is not preceded with whitespace. | 108 | |
| '!=' is not followed by whitespace. | 108 | |
| '!=' is not preceded with whitespace. | 108 | |
| '!=' is not followed by whitespace. | 108 | |
| 'if' construct must use '{}'s. | 110 | |
| Line is longer than 80 characters. | 110 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 | |
| Method 'getParentModel' 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 | |
| Line contains a tab character. | 126 | |
| Line has trailing spaces. | 127 | |
| Line contains a tab character. | 127 | |
| Line has trailing spaces. | 128 | |
| Line contains a tab character. | 128 | |
| Method 'setParentModel' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter parentModel should be final. | 128 | |
| 'parentModel' hides a field. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| Line contains a tab character. | 131 | |
| Method 'getChildModels' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| '=' is not preceded with whitespace. | 135 | |
| '=' is not followed by whitespace. | 135 | |
| '<' is not preceded with whitespace. | 136 | |
| '<' is not followed by whitespace. | 136 | |
| '>' is not preceded with whitespace. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| '==' is not preceded with whitespace. | 137 | |
| '==' is not followed by whitespace. | 137 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| '>' is not followed by whitespace. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line has trailing spaces. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 145 | |
| Method 'setChildModels' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter childModels should be final. | 145 | |
| '<' is not preceded with whitespace. | 145 | |
| '<' is not followed by whitespace. | 145 | |
| '>' is not preceded with whitespace. | 145 | |
| 'childModels' hides a field. | 145 | |
| Expected @param tag for 'childModels'. | 145 | |
| '!=' is not preceded with whitespace. | 147 | |
| '!=' is not followed by whitespace. | 147 | |
| 'for' construct must use '{}'s. | 148 | |
| 'for' is not followed by whitespace. | 148 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 156 | |
| Method 'addChildModel' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter child should be final. | 156 | |
| Expected @param tag for 'child'. | 156 | |
| 'if' construct must use '{}'s. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '>' is not followed by whitespace. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line has trailing spaces. | 162 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Method 'lookupChildByName' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter name should be final. | 163 | |
| 'name' hides a field. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Method 'allOwnedModels' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| Line has trailing spaces. | 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 has trailing spaces. | 174 | |
| Line contains a tab character. | 174 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter key should be final. | 175 | |
| Avoid inline conditionals. | 176 | |
| Method 'put' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter key should be final. | 179 | |
| Parameter value should be final. | 179 | |
| Line has trailing spaces. | 187 | |
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Line contains a tab character. | 189 | |
| '<' is not preceded with whitespace. | 189 | |
| '<' is not followed by whitespace. | 189 | |
| ',' is not followed by whitespace. | 189 | |
| '>' is not preceded with whitespace. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 193 | |
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter context should be final. | 193 | |
| '<' is not preceded with whitespace. | 193 | |
| '<' is not followed by whitespace. | 193 | |
| ',' is not followed by whitespace. | 193 | |
| '>' is not preceded with whitespace. | 193 | |
| 'context' hides a field. | 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 contains a tab character. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| Line has trailing spaces. | 200 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter target should be final. | 201 | |
| 'if' construct must use '{}'s. | 202 | |
| Line contains a tab character. | 202 | |
| '==' is not preceded with whitespace. | 202 | |
| '==' is not followed by whitespace. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line contains a tab character. | 203 | |
| 'if' construct must use '{}'s. | 204 | |
| Line is longer than 80 characters. | 204 | |
| '!=' is not preceded with whitespace. | 204 | |
| '!=' is not followed by whitespace. | 204 | |
| '==' is not preceded with whitespace. | 204 | |
| '==' is not followed by whitespace. | 204 | |
| 'if' construct must use '{}'s. | 206 | |
| Line is longer than 80 characters. | 206 | |
| '!=' is not preceded with whitespace. | 206 | |
| '!=' is not followed by whitespace. | 206 | |
| '==' is not preceded with whitespace. | 206 | |
| '==' is not followed by whitespace. | 206 | |
| 'if' construct must use '{}'s. | 208 | |
| Line is longer than 80 characters. | 208 | |
| '!=' is not preceded with whitespace. | 208 | |
| '!=' is not followed by whitespace. | 208 | |
| '==' is not preceded with whitespace. | 208 | |
| '==' is not followed by whitespace. | 208 | |
| '!=' is not preceded with whitespace. | 210 | |
| '!=' is not followed by whitespace. | 210 | |
| 'for' is not followed by whitespace. | 211 | |
| Line contains a tab character. | 216 | |
| Line has trailing spaces. | 217 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 29 | |
| First sentence should end with a period. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Expected an @return tag. | 35 | |
| Line contains a tab character. | 35 | |
| Parameter anyString should be final. | 35 | |
| Expected @param tag for 'anyString'. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| First sentence should end with a period. | 39 | |
| Expected an @return tag. | 42 | |
| Line contains a tab character. | 42 | |
| Parameter anyString should be final. | 42 | |
| Expected @param tag for 'anyString'. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| First sentence should end with a period. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Expected an @return tag. | 56 | |
| Line contains a tab character. | 56 | |
| Parameter anyString should be final. | 56 | |
| Expected @param tag for 'anyString'. | 56 | |
| 'if' construct must use '{}'s. | 57 | |
| 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 | |
| First sentence should end with a period. | 66 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Expected an @return tag. | 70 | |
| Line contains a tab character. | 70 | |
| Parameter anyString should be final. | 70 | |
| Expected @param tag for 'anyString'. | 70 | |
| 'if' construct must use '{}'s. | 71 | |
| 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 contains a tab character. | 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 | |
| 'if' construct must use '{}'s. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| 'else' construct must use '{}'s. | 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 | |
| 'if' construct must use '{}'s. | 90 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| 'else' construct must use '{}'s. | 92 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| 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 contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Expected an @return tag. | 109 | |
| Line contains a tab character. | 109 | |
| Parameter name should be final. | 109 | |
| Expected @param tag for 'name'. | 109 | |
| Line contains a tab character. | 110 | |
| Avoid inline conditionals. | 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 | |
| Expected an @return tag. | 116 | |
| Line contains a tab character. | 116 | |
| Parameter name should be final. | 116 | |
| Expected @param tag for 'name'. | 116 | |
| Line is longer than 80 characters. | 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 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Missing a Javadoc comment. | 124 | |
| '<' is not preceded with whitespace. | 124 | |
| '<' is not followed by whitespace. | 124 | |
| '>' is not preceded with whitespace. | 124 | |
| Parameter tokens should be final. | 124 | |
| Parameter delim should be final. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| '>' is not followed by whitespace. | 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 | |
| Missing a Javadoc comment. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| Parameter array should be final. | 133 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 134 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 134 | |
| '>' is not followed by whitespace. | 134 | |
| 'if' construct must use '{}'s. | 135 | |
| '!=' is not preceded with whitespace. | 135 | |
| '!=' is not followed by whitespace. | 135 | |
| 'for' is not followed by whitespace. | 136 | |
| Line has trailing spaces. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Parameter tokens should be final. | 142 | |
| Parameter deliniator should be final. | 142 | |
| '==' is not preceded with whitespace. | 144 | |
| '==' is not followed by whitespace. | 144 | |
| Avoid inline conditionals. | 144 | |
| '+' is not preceded with whitespace. | 144 | |
| '+' is not followed by whitespace. | 144 | |
| Line has trailing spaces. | 146 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 41 | |
| Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter prefix should be final. | 46 | |
| 'prefix' hides a field. | 46 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter database should be final. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| Line has trailing spaces. | 51 | |
| '==' is not preceded with whitespace. | 51 | |
| '==' is not followed by whitespace. | 51 | |
| 'if' construct must use '{}'s. | 53 | |
| '==' is not preceded with whitespace. | 53 | |
| '==' is not followed by whitespace. | 53 | |
| Line has trailing spaces. | 64 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter database should be final. | 64 | |
| 'if' construct must use '{}'s. | 66 | |
| '==' is not preceded with whitespace. | 66 | |
| '==' is not followed by whitespace. | 66 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 67 | |
| '+' is not preceded with whitespace. | 67 | |
| '+' is not followed by whitespace. | 67 | |
| '!=' is not preceded with whitespace. | 67 | |
| '!=' is not followed by whitespace. | 67 | |
| Avoid inline conditionals. | 67 | |
| Line has trailing spaces. | 70 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter table should be final. | 70 | |
| 'if' construct must use '{}'s. | 71 | |
| '==' is not preceded with whitespace. | 71 | |
| '==' is not followed by whitespace. | 71 | |
| Line has trailing spaces. | 72 | |
| '+' is not preceded with whitespace. | 72 | |
| '+' is not followed by whitespace. | 72 | |
| Line has trailing spaces. | 75 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter column should be final. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| '==' is not preceded with whitespace. | 76 | |
| '==' is not followed by whitespace. | 76 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| '+' is not preceded with whitespace. | 77 | |
| '+' is not followed by whitespace. | 77 | |
| Line has trailing spaces. | 80 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter columnReference should be final. | 80 | |
| '==' is not preceded with whitespace. | 81 | |
| '==' is not followed by whitespace. | 81 | |
| '!=' is not preceded with whitespace. | 83 | |
| '!=' is not followed by whitespace. | 83 | |
| Line is longer than 80 characters. | 84 | |
| '+' is not preceded with whitespace. | 84 | |
| '+' is not followed by whitespace. | 84 | |
| '+' is not preceded with whitespace. | 84 | |
| '+' is not followed by whitespace. | 84 | |
| '+' is not preceded with whitespace. | 84 | |
| '+' is not followed by whitespace. | 84 | |
| Line has trailing spaces. | 88 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter fkConstraint should be final. | 88 | |
| '==' is not preceded with whitespace. | 89 | |
| '==' is not followed by whitespace. | 89 | |
| '!=' is not preceded with whitespace. | 90 | |
| '!=' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '+' is not preceded with whitespace. | 91 | |
| '+' is not followed by whitespace. | 91 | |
| '+' is not preceded with whitespace. | 91 | |
| '+' is not followed by whitespace. | 91 | |
| '+' is not preceded with whitespace. | 91 | |
| '+' is not followed by whitespace. | 91 | |
| Line has trailing spaces. | 95 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter pkColumn should be final. | 95 | |
| 'if' construct must use '{}'s. | 96 | |
| '==' is not preceded with whitespace. | 96 | |
| '==' is not followed by whitespace. | 96 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 97 | |
| '+' is not preceded with whitespace. | 97 | |
| '+' is not followed by whitespace. | 97 | |
| '+' is not preceded with whitespace. | 97 | |
| '+' is not followed by whitespace. | 97 | |
| '+' is not preceded with whitespace. | 97 | |
| '+' is not followed by whitespace. | 97 | |
| Line has trailing spaces. | 100 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter model should be final. | 100 | |
| 'if' construct must use '{}'s. | 101 | |
| '==' is not preceded with whitespace. | 101 | |
| '==' is not followed by whitespace. | 101 | |
| Line has trailing spaces. | 102 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| First sentence should end with a period. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 50 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 | |
| '=' is not preceded with whitespace. | 30 | |
| '=' is not followed by whitespace. | 30 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Parameter name should be final. | 37 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 42 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Missing a Javadoc comment. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Name 'ALL_UPPER_CASE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| Line is longer than 80 characters. | 66 | |
| 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 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 85 | |
| Expected an @return tag. | 89 | |
| Method 'toPlural' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter singular should be final. | 89 | |
| Expected @param tag for 'singular'. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| '==' is not preceded with whitespace. | 90 | |
| '==' is not followed by whitespace. | 90 | |
| '==' is not preceded with whitespace. | 90 | |
| '==' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '!=' is not preceded with whitespace. | 94 | |
| '!=' is not followed by whitespace. | 94 | |
| Avoid inline conditionals. | 95 | |
| '==' is not preceded with whitespace. | 98 | |
| '==' is not followed by whitespace. | 98 | |
| Avoid inline conditionals. | 101 | |
| Expected an @return tag. | 109 | |
| Method 'toSingular' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter plural should be final. | 109 | |
| Expected @param tag for 'plural'. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '!=' is not preceded with whitespace. | 115 | |
| '!=' is not followed by whitespace. | 115 | |
| Avoid inline conditionals. | 116 | |
| '==' is not preceded with whitespace. | 118 | |
| '==' is not followed by whitespace. | 118 | |
| Avoid inline conditionals. | 121 | |
| Line has trailing spaces. | 129 | |
| Expected an @return tag. | 133 | |
| Method 'lookupPlural' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter singular should be final. | 133 | |
| Expected @param tag for 'singular'. | 133 | |
| 'if' construct must use '{}'s. | 134 | |
| '==' is not preceded with whitespace. | 134 | |
| '==' is not followed by whitespace. | 134 | |
| Line is longer than 80 characters. | 138 | |
| '==' is not preceded with whitespace. | 138 | |
| '==' is not followed by whitespace. | 138 | |
| Avoid inline conditionals. | 138 | |
| Expected an @return tag. | 144 | |
| Method 'lookupSingular' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter plural should be final. | 144 | |
| Expected @param tag for 'plural'. | 144 | |
| 'if' construct must use '{}'s. | 145 | |
| '==' is not preceded with whitespace. | 145 | |
| '==' is not followed by whitespace. | 145 | |
| Line is longer than 80 characters. | 149 | |
| '==' is not preceded with whitespace. | 149 | |
| '==' is not followed by whitespace. | 149 | |
| Avoid inline conditionals. | 149 | |
| Missing a Javadoc comment. | 152 | |
| Parameter text should be final. | 152 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Method 'addToPluralReplacementPattern' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter regex should be final. | 164 | |
| Expected @param tag for 'regex'. | 164 | |
| Parameter replacementPattern should be final. | 164 | |
| Expected @param tag for 'replacementPattern'. | 164 | |
| 'if' construct must use '{}'s. | 165 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 174 | |
| Method 'addToSingularReplacementPattern' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter regex should be final. | 174 | |
| Expected @param tag for 'regex'. | 174 | |
| Parameter replacementPattern should be final. | 174 | |
| Expected @param tag for 'replacementPattern'. | 174 | |
| 'if' construct must use '{}'s. | 175 | |
| Line has trailing spaces. | 179 | |
| Method 'getToPluralRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Method 'setToPluralRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter toPluralRegexRenamer should be final. | 184 | |
| 'toPluralRegexRenamer' hides a field. | 184 | |
| Method 'getToSingularRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Method 'setToSingularRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter toSingularRegexRenamer should be final. | 192 | |
| 'toSingularRegexRenamer' hides a field. | 192 | |
| Method 'getSingularToPlural' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| '<' is not preceded with whitespace. | 196 | |
| '<' is not followed by whitespace. | 196 | |
| '>' is not preceded with whitespace. | 196 | |
| Line is longer than 80 characters. | 201 | |
| Method 'setSingularToPlural' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Parameter singularToPlural should be final. | 204 | |
| '<' is not preceded with whitespace. | 204 | |
| '<' is not followed by whitespace. | 204 | |
| '>' is not preceded with whitespace. | 204 | |
| 'singularToPlural' hides a field. | 204 | |
| '==' is not preceded with whitespace. | 205 | |
| '==' is not followed by whitespace. | 205 | |
| Line is longer than 80 characters. | 208 | |
| '<' is not preceded with whitespace. | 208 | |
| '<' is not followed by whitespace. | 208 | |
| '>' is not preceded with whitespace. | 208 | |
| '>' is not followed by whitespace. | 208 | |
| Line is longer than 80 characters. | 209 | |
| 'for' is not followed by whitespace. | 209 | |
| '<' is not preceded with whitespace. | 209 | |
| '<' is not followed by whitespace. | 209 | |
| '>' is not preceded with whitespace. | 209 | |
| Line is longer than 80 characters. | 210 | |
| '==' is not preceded with whitespace. | 214 | |
| '==' is not followed by whitespace. | 214 | |
| Line is longer than 80 characters. | 217 | |
| '<' is not preceded with whitespace. | 217 | |
| '<' is not followed by whitespace. | 217 | |
| '>' is not preceded with whitespace. | 217 | |
| '>' is not followed by whitespace. | 217 | |
| Line is longer than 80 characters. | 218 | |
| 'for' is not followed by whitespace. | 218 | |
| '<' is not preceded with whitespace. | 218 | |
| '<' is not followed by whitespace. | 218 | |
| '>' is not preceded with whitespace. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Method 'getPluralToSingular' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter context should be final. | 39 | |
| Parameter currentModel should be final. | 39 | |
| Parameter emitterContextHolder should be final. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Method 'popAll' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter context should be final. | 48 | |
| Parameter modelTree should be final. | 48 | |
| Parameter emitterContextHolder should be final. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Utility classes should not have a public or default constructor. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter javaModel should be final. | 29 | |
| Parameter visitor should be final. | 29 | |
| 'if' construct must use '{}'s. | 30 | |
| Line contains a tab character. | 30 | |
| '==' is not preceded with whitespace. | 30 | |
| '==' is not followed by whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter model should be final. | 35 | |
| Parameter visitor should be final. | 35 | |
| Parameter itinerary should be final. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| '==' is not preceded with whitespace. | 36 | |
| '==' is not followed by whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| '(' is followed by whitespace. | 38 | |
| 'cast' is not followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '(' is followed by whitespace. | 40 | |
| 'cast' is not followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| '(' is followed by whitespace. | 42 | |
| 'cast' is not followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| Line contains a tab character. | 44 | |
| '(' is followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| Line contains a tab character. | 46 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| Line contains a tab character. | 48 | |
| '(' is followed by whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| 'for' is not followed by whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 30 | |
| Parameter currentNode should be final. | 36 | |
| 'while' construct must use '{}'s. | 37 | |
| 'while' is not followed by whitespace. | 37 | |
| '!=' is not preceded with whitespace. | 37 | |
| '!=' is not followed by whitespace. | 37 | |
| Line has trailing spaces. | 41 | |
| Expected an @return tag. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Parameter parent should be final. | 51 | |
| Expected @param tag for 'parent'. | 51 | |
| Parameter name should be final. | 51 | |
| Parameter type should be final. | 51 | |
| Parameter includeSubTrees should be final. | 51 | |
| 'if' construct must use '{}'s. | 52 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 52 | |
| '==' is not preceded with whitespace. | 52 | |
| '==' is not followed by whitespace. | 52 | |
| '==' is not preceded with whitespace. | 52 | |
| '==' is not followed by whitespace. | 52 | |
| 'for' is not followed by whitespace. | 54 | |
| 'if' construct must use '{}'s. | 55 | |
| Line is longer than 80 characters. | 55 | |
| '==' is not preceded with whitespace. | 55 | |
| '==' is not followed by whitespace. | 55 | |
| 'if' construct must use '{}'s. | 58 | |
| 'for' is not followed by whitespace. | 59 | |
| 'if' construct must use '{}'s. | 61 | |
| '!=' is not preceded with whitespace. | 61 | |
| '!=' is not followed by whitespace. | 61 | |
| Line has trailing spaces. | 66 | |
| Expected an @return tag. | 70 | |
| Line is longer than 80 characters. | 70 | |
| Parameter parent should be final. | 70 | |
| Expected @param tag for 'parent'. | 70 | |
| Parameter name should be final. | 70 | |
| Expected @param tag for 'name'. | 70 | |
| Parameter includeSubTrees should be final. | 70 | |
| Expected @param tag for 'includeSubTrees'. | 70 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line has trailing spaces. | 95 | |
| Expected an @return tag. | 97 | |
| Parameter currentNode should be final. | 98 | |
| Expected @param tag for 'currentNode'. | 98 | |
| Parameter path should be final. | 98 | |
| Expected @param tag for 'path'. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Avoid inline conditionals. | 99 | |
| ',' is not followed by whitespace. | 100 | |
| ',' is not followed by whitespace. | 100 | |
| 'if' construct must use '{}'s. | 101 | |
| 'if' construct must use '{}'s. | 109 | |
| '!' is followed by whitespace. | 109 | |
| Line is longer than 80 characters. | 110 | |
| '+' is not preceded with whitespace. | 110 | |
| '+' is not followed by whitespace. | 110 | |
| '+' is not preceded with whitespace. | 110 | |
| '+' is not followed by whitespace. | 110 | |
| '+' is not preceded with whitespace. | 110 | |
| '+' is not followed by whitespace. | 110 | |
| '+' is not preceded with whitespace. | 110 | |
| '+' is not followed by whitespace. | 110 | |
| '+' is not preceded with whitespace. | 110 | |
| '+' is not followed by whitespace. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| Avoid inline conditionals. | 110 | |
| 'cast' is not followed by whitespace. | 111 | |
| Line is longer than 80 characters. | 115 | |
| '<' is not preceded with whitespace. | 115 | |
| '<' is not followed by whitespace. | 115 | |
| '>' is not preceded with whitespace. | 115 | |
| '<' is not preceded with whitespace. | 115 | |
| '<' is not followed by whitespace. | 115 | |
| '>' is not preceded with whitespace. | 115 | |
| '>' is not followed by whitespace. | 115 | |
| 'cast' is not followed by whitespace. | 115 | |
| 'if' construct must use '{}'s. | 116 | |
| '==' is not preceded with whitespace. | 116 | |
| '==' is not followed by whitespace. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '+' is not preceded with whitespace. | 117 | |
| '+' is not followed by whitespace. | 117 | |
| '+' is not preceded with whitespace. | 117 | |
| '+' should be on a new line. | 117 | |
| '+' is not preceded with whitespace. | 118 | |
| '+' should be on a new line. | 118 | |
| Line is longer than 80 characters. | 119 | |
| '+' is not preceded with whitespace. | 119 | |
| '+' is not followed by whitespace. | 119 | |
| 'if' construct must use '{}'s. | 121 | |
| '==' is not preceded with whitespace. | 121 | |
| '==' is not followed by whitespace. | 121 | |
| 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 | |
| Line is longer than 80 characters. | 124 | |
| Avoid inline conditionals. | 124 | |
| 'if' construct must use '{}'s. | 126 | |
| '==' is not preceded with whitespace. | 126 | |
| '==' is not followed by whitespace. | 126 | |
| Line is longer than 80 characters. | 127 | |
| '+' is not preceded with whitespace. | 127 | |
| '+' is not followed by whitespace. | 127 | |
| '+' is not preceded with whitespace. | 127 | |
| '+' is not followed by whitespace. | 127 | |
| '+' is not preceded with whitespace. | 127 | |
| '+' is not followed by whitespace. | 127 | |
| '+' is not preceded with whitespace. | 127 | |
| '+' is not followed by whitespace. | 127 | |
| Line has trailing spaces. | 132 | |
| Line is longer than 80 characters. | 136 | |
| Parameter properties should be final. | 136 | |
| Expected @param tag for 'properties'. | 136 | |
| Parameter model should be final. | 136 | |
| Expected @param tag for 'model'. | 136 | |
| '!=' is not preceded with whitespace. | 137 | |
| '!=' is not followed by whitespace. | 137 | |
| 'for' is not followed by whitespace. | 138 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 59 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 80 | |
| Line has trailing spaces. | 81 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter stack should be final. | 29 | |
| Parameter modelTree should be final. | 29 | |
| Parameter emitterContextHolder should be final. | 29 | |
| 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 has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Method 'popAll' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter stack should be final. | 35 | |
| Parameter modelTree should be final. | 35 | |
| Parameter emitterContextHolder should be final. | 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 is longer than 80 characters. | 41 | |
| 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 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Method 'pushModelTreeFromRoot' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter stack should be final. | 45 | |
| Parameter node should be final. | 45 | |
| 'if' construct must use '{}'s. | 46 | |
| Line contains a tab character. | 46 | |
| '==' is not preceded with whitespace. | 46 | |
| '==' is not followed by whitespace. | 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 is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Method 'popModelTreeToRoot' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter stack should be final. | 52 | |
| Parameter parent should be final. | 52 | |
| Line contains a tab character. | 53 | |
| 'while' is not followed by whitespace. | 53 | |
| '!=' is not preceded with whitespace. | 53 | |
| '!=' is not followed by whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 25 | |
| 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 has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 40 | |
| Method 'varFromClassName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter className should be final. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Method 'packageFromPath' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter filePath should be final. | 45 | |
| Line has trailing spaces. | 48 | |
| Method 'camelBackName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter anyString should be final. | 49 | |
| Method 'bindName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter templateKey should be final. | 58 | |
| Parameter model should be final. | 58 | |
| Method 'className' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter classNameTemplateKey should be final. | 63 | |
| Parameter _class should be final. | 63 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| '!=' is not preceded with whitespace. | 65 | |
| '!=' is not followed by whitespace. | 65 | |
| 'if' construct must use '{}'s. | 66 | |
| '==' is not preceded with whitespace. | 66 | |
| '==' is not followed by whitespace. | 66 | |
| Method 'className' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter _class should be final. | 73 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| Method 'packageName' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter packageNameTemplateKey should be final. | 77 | |
| Parameter _class should be final. | 77 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| Line is longer than 80 characters. | 86 | |
| Method 'fullClassName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter packageNameTemplateKey should be final. | 86 | |
| Parameter classNameTemplateKey should be final. | 86 | |
| Parameter _class should be final. | 86 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| '==' is not preceded with whitespace. | 89 | |
| '==' is not followed by whitespace. | 89 | |
| Avoid inline conditionals. | 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 is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Method 'collectionInterface' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter collectionKey should be final. | 113 | |
| Line has trailing spaces. | 116 | |
| Method 'collectionImplementation' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter collectionKey should be final. | 117 | |
| Line has trailing spaces. | 120 | |
| Method 'toPlural' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter singular should be final. | 125 | |
| Method 'toSingular' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter plural should be final. | 129 | |
| Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| 'if' construct must use '{}'s. | 138 | |
| '==' is not preceded with whitespace. | 138 | |
| '==' is not followed by whitespace. | 138 | |
| Method 'setCollections' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter collections should be final. | 143 | |
| 'collections' hides a field. | 143 | |
| Method 'getPluralisation' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| '==' is not preceded with whitespace. | 148 | |
| '==' is not followed by whitespace. | 148 | |
| Method 'setPluralisation' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter pluralisation should be final. | 154 | |
| 'pluralisation' hides a field. | 154 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Line has trailing spaces. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter key should be final. | 30 | |
| 'key' hides a field. | 30 | |
| Parameter value should be final. | 30 | |
| 'value' hides a field. | 30 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter key should be final. | 41 | |
| 'key' hides a field. | 41 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter value should be final. | 49 | |
| 'value' hides a field. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Variable 'itinerary' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'relativeInputPath' must be private and have accessor methods. | 40 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter input should be final. | 58 | |
| 'if' construct must use '{}'s. | 60 | |
| Line has trailing spaces. | 60 | |
| '!=' is not preceded with whitespace. | 60 | |
| '!=' is not followed by whitespace. | 60 | |
| 'if' construct must use '{}'s. | 62 | |
| Line has trailing spaces. | 62 | |
| '==' is not preceded with whitespace. | 62 | |
| '==' is not followed by whitespace. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '+' is not preceded with whitespace. | 63 | |
| '+' is not followed by whitespace. | 63 | |
| 'if' construct must use '{}'s. | 64 | |
| Line has trailing spaces. | 64 | |
| '(' is followed by whitespace. | 64 | |
| '!' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '+' is not preceded with whitespace. | 65 | |
| '+' is not followed by whitespace. | 65 | |
| '+' is not preceded with whitespace. | 65 | |
| '+' is not followed by whitespace. | 65 | |
| '+' is not preceded with whitespace. | 65 | |
| '+' is not followed by whitespace. | 65 | |
| '(' is followed by whitespace. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'itinerary' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Line has trailing spaces. | 75 | |
| Line contains a tab character. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Parameter database should be final. | 76 | |
| Line contains a tab character. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter table should be final. | 78 | |
| Line contains a tab character. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter column should be final. | 80 | |
| Line contains a tab character. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter columnReference should be final. | 82 | |
| Line contains a tab character. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter fkConstraint should be final. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Parameter pkColumn should be final. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Parameter uniqueConstraint should be final. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Parameter model should be final. | 90 | |
| Line has trailing spaces. | 95 | |
| Method 'setItinerary' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter itinerary should be final. | 96 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| 'itinerary' hides a field. | 96 | |
| Line has trailing spaces. | 99 | |
| Method 'setItinerary' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter modelTypeNames should be final. | 100 | |
| Line has trailing spaces. | 103 | |
| Method 'getRelativeInputPath' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'setRelativeInputPath' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter relativeInputPath should be final. | 108 | |
| 'relativeInputPath' hides a field. | 108 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 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 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'code' must be private and have accessor methods. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter targetModel should be final. | 49 | |
| 'cast' is not followed by whitespace. | 50 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Parameter name should be final. | 62 | |
| Line has trailing spaces. | 66 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '>' is not followed by whitespace. | 69 | |
| 'for' construct must use '{}'s. | 70 | |
| 'for' is not followed by whitespace. | 70 | |
| 'cast' is not followed by whitespace. | 71 | |
| Line contains a tab character. | 73 | |
| Method 'lookupProperty' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter name should be final. | 75 | |
| Line is longer than 80 characters. | 76 | |
| 'cast' is not followed by whitespace. | 76 | |
| Line contains a tab character. | 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. | 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 | |
| Line contains a tab character. | 94 | |
| 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 contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| 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 | |
| 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. | 114 | |
| 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 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line has trailing spaces. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| 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 is longer than 80 characters. | 139 | |
| 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 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. | 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 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 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. | 172 | |
| Line contains a tab character. | 174 | |
| Line is longer than 80 characters. | 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 is longer than 80 characters. | 180 | |
| 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 is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line has trailing spaces. | 186 | |
| 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. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 196 | |
| Method 'toReference' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter prop should be final. | 196 | |
| Line contains a tab character. | 197 | |
| Avoid inline conditionals. | 197 | |
| 'cast' is not followed by whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| Avoid inline conditionals. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 206 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter obj should be final. | 211 | |
| 'if' construct must use '{}'s. | 212 | |
| 'if' construct must use '{}'s. | 214 | |
| 'if' construct must use '{}'s. | 216 | |
| 'if' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 222 | |
| Line has trailing spaces. | 236 | |
| Line has trailing spaces. | 237 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 34 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Parameter pkColumn should be final. | 38 | |
| Expected @param tag for 'pkColumn'. | 38 | |
| Line has trailing spaces. | 40 | |
| '(' is followed by whitespace. | 40 | |
| '!' is followed by whitespace. | 40 | |
| '!' is followed by whitespace. | 41 | |
| '{' should be on the previous line. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'contextKey' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'values' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Parameter contextKey should be final. | 31 | |
| 'contextKey' hides a field. | 31 | |
| Parameter value should be final. | 31 | |
| Missing a Javadoc comment. | 36 | |
| Parameter contextKey should be final. | 36 | |
| 'contextKey' hides a field. | 36 | |
| Parameter value1 should be final. | 36 | |
| Parameter value2 should be final. | 36 | |
| ',' is not followed by whitespace. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter contextKey should be final. | 41 | |
| 'contextKey' hides a field. | 41 | |
| Parameter value1 should be final. | 41 | |
| Parameter value2 should be final. | 41 | |
| Parameter value3 should be final. | 41 | |
| ',' is not followed by whitespace. | 44 | |
| ',' is not followed by whitespace. | 44 | |
| Method 'getContextKey' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'eval' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter outputFile should be final. | 52 | |
| Parameter context should be final. | 52 | |
| '!=' is not preceded with whitespace. | 54 | |
| '!=' is not followed by whitespace. | 54 | |
| '!=' is not preceded with whitespace. | 54 | |
| '!=' is not followed by whitespace. | 54 | |
| 'for' construct must use '{}'s. | 55 | |
| 'for' is not followed by whitespace. | 55 | |
| 'if' construct must use '{}'s. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Variable 'predicates' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Parameter predicates should be final. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| 'predicates' hides a field. | 25 | |
| Method 'eval' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter outputFile should be final. | 29 | |
| Parameter context should be final. | 29 | |
| 'if' construct must use '{}'s. | 30 | |
| '==' is not preceded with whitespace. | 30 | |
| '==' is not followed by whitespace. | 30 | |
| 'for' is not followed by whitespace. | 32 | |
| 'if' construct must use '{}'s. | 33 | |
| '(' is followed by whitespace. | 33 | |
| '!' is followed by whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'public' modifier. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Redundant 'public' modifier. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'public' modifier. | 67 | |
| Line has trailing spaces. | 68 | |
| Line contains a tab character. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| ';' is preceded with whitespace. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Parameter name should be final. | 30 | |
| 'name' hides a field. | 30 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Unclosed HTML tag found: <String> to auto-incrament primary keys. | 28 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| 'static' modifier out of order with the JLS suggestions. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Line has trailing spaces. | 42 | |
| Method 'getTargetAutoPkTypes' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| First sentence should end with a period. | 47 | |
| Method 'setTargetAutoPkTypes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter targetAutoPkTypes should be final. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| 'targetAutoPkTypes' hides a field. | 48 | |
| Expected @param tag for 'targetAutoPkTypes'. | 48 | |
| Method 'itinerary' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter pkColumn should be final. | 57 | |
| Expected @param tag for 'pkColumn'. | 57 | |
| Line has trailing spaces. | 59 | |
| '(' is followed by whitespace. | 59 | |
| '!' is followed by whitespace. | 59 | |
| '!' is followed by whitespace. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '==' is not preceded with whitespace. | 62 | |
| '==' is not followed by whitespace. | 62 | |
| '{' should be on the previous line. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Parameter table should be final. | 38 | |
| Expected @param tag for 'table'. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| '(' is followed by whitespace. | 39 | |
| '!' is followed by whitespace. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| '!=' is not preceded with whitespace. | 40 | |
| '!=' is not followed by whitespace. | 40 | |
| '==' is not preceded with whitespace. | 40 | |
| '==' is not followed by whitespace. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| '!=' is not preceded with whitespace. | 41 | |
| '!=' is not followed by whitespace. | 41 | |
| '==' is not preceded with whitespace. | 41 | |
| '==' is not followed by whitespace. | 41 | |
| Line contains a tab character. | 45 | |
| '{' should be on the previous line. | 45 | |
| Line contains a tab character. | 46 | |
| 'if' construct must use '{}'s. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '+' is not preceded with whitespace. | 48 | |
| '+' is not followed by whitespace. | 48 | |
| '+' is not preceded with whitespace. | 48 | |
| '+' is not followed by whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'configFile' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'propertyFile' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'properties' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'beanFactory' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'startModelBeanId' must be private and have accessor methods. | 61 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Method 'setArgs' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter args should be final. | 76 | |
| '!=' is not preceded with whitespace. | 77 | |
| '!=' is not followed by whitespace. | 77 | |
| 'for' is not followed by whitespace. | 78 | |
| ':' is not preceded with whitespace. | 78 | |
| 'if' construct must use '{}'s. | 79 | |
| '==' is not preceded with whitespace. | 79 | |
| '==' is not followed by whitespace. | 79 | |
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 83 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 90 | |
| Expected an @return tag. | 93 | |
| Method 'getBean' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter beanId should be final. | 93 | |
| Expected @param tag for 'beanId'. | 93 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 98 | |
| Unused @param tag for 'factory'. | 100 | |
| Expected an @return tag. | 102 | |
| Method 'runPipeline' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line is longer than 80 characters. | 103 | |
| 'cast' is not followed by whitespace. | 103 | |
| Line is longer than 80 characters. | 104 | |
| '==' is not preceded with whitespace. | 104 | |
| '==' is not followed by whitespace. | 104 | |
| Avoid inline conditionals. | 104 | |
| 'cast' is not followed by whitespace. | 104 | |
| Line has trailing spaces. | 108 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Expected an @return tag. | 121 | |
| Method 'getBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Line has trailing spaces. | 122 | |
| '==' is not preceded with whitespace. | 122 | |
| '==' is not followed by whitespace. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| 'cast' is not followed by whitespace. | 127 | |
| '!=' is not preceded with whitespace. | 128 | |
| '!=' is not followed by whitespace. | 128 | |
| '!=' is not preceded with whitespace. | 128 | |
| '!=' is not followed by whitespace. | 128 | |
| '!=' is not preceded with whitespace. | 129 | |
| '!=' is not followed by whitespace. | 129 | |
| Line is longer than 80 characters. | 130 | |
| '!=' is not preceded with whitespace. | 133 | |
| '!=' is not followed by whitespace. | 133 | |
| '==' is not preceded with whitespace. | 134 | |
| '==' is not followed by whitespace. | 134 | |
| Line has trailing spaces. | 141 | |
| Line is longer than 80 characters. | 142 | |
| First sentence should end with a period. | 151 | |
| 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. | 159 | |
| Line has trailing spaces. | 164 | |
| Unused @param tag for 'configFile'. | 165 | |
| Expected an @return tag. | 167 | |
| Line has trailing spaces. | 167 | |
| Method 'getConfigFile' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Line has trailing spaces. | 168 | |
| Line has trailing spaces. | 170 | |
| Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter configFile should be final. | 171 | |
| 'configFile' hides a field. | 171 | |
| Line has trailing spaces. | 176 | |
| Line has trailing spaces. | 177 | |
| Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Parameter properties should be final. | 180 | |
| 'properties' hides a field. | 180 | |
| Expected @param tag for 'properties'. | 180 | |
| First sentence should end with a period. | 184 | |
| Line has trailing spaces. | 185 | |
| Method 'setPropertyFile' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter propertyFile should be final. | 193 | |
| 'propertyFile' hides a field. | 193 | |
| Expected @param tag for 'propertyFile'. | 193 | |
| Method 'getConfigurerBeanId' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Line has trailing spaces. | 198 | |
| Method 'getPipelineBeanId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Line has trailing spaces. | 200 | |
| Line is longer than 80 characters. | 204 | |
| Expected an @return tag. | 206 | |
| Method 'getStartModelBeanId' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Method 'setStartModelBeanId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter parentNodeBeanId should be final. | 207 | |
| Line has trailing spaces. | 208 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '+' is not preceded with whitespace. | 40 | |
| '+' is not followed by whitespace. | 40 | |
| '+' is not preceded with whitespace. | 40 | |
| '+' is not followed by whitespace. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'templateBasePath' must be private and have accessor methods. | 42 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'vengine' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'writerFactory' must be private and have accessor methods. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 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 | |
| '+' is not preceded with whitespace. | 54 | |
| '+' is not followed by whitespace. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'tempTemplate' must be private and have accessor methods. | 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 | |
| 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. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter templatePath should be final. | 70 | |
| Expected @param tag for 'templatePath'. | 70 | |
| Parameter outFile should be final. | 70 | |
| Expected @param tag for 'outFile'. | 70 | |
| Parameter context should be final. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| Expected @param tag for 'context'. | 70 | |
| Line contains a tab character. | 71 | |
| 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 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. | 79 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| '+' is not preceded with whitespace. | 81 | |
| '+' is not followed by whitespace. | 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 | |
| Expected an @return tag. | 88 | |
| Line contains a tab character. | 88 | |
| Parameter props should be final. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| Expected @param tag for 'props'. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| Line contains a tab character. | 91 | |
| 'while' is not followed by whitespace. | 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. | 98 | |
| Method 'getTemplateBasePath' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Method 'setTemplateBasePath' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter templateBasePath should be final. | 102 | |
| 'templateBasePath' hides a field. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Method 'setWriterFactory' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter writerFactory should be final. | 106 | |
| 'writerFactory' hides a field. | 106 | |
| Line has trailing spaces. | 109 | |
| Method 'getWriterFactory' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Line has trailing spaces. | 116 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 27 | |
| Line contains a tab character. | 27 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 44 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter input should be final. | 46 | |
| 'if' construct must use '{}'s. | 48 | |
| '==' is not preceded with whitespace. | 48 | |
| '==' is not followed by whitespace. | 48 | |
| Line is longer than 80 characters. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '>' is not followed by whitespace. | 49 | |
| 'cast' is not followed by whitespace. | 49 | |
| 'if' construct must use '{}'s. | 50 | |
| '==' is not preceded with whitespace. | 50 | |
| '==' is not followed by whitespace. | 50 | |
| '+' is not preceded with whitespace. | 51 | |
| '+' is not followed by whitespace. | 51 | |
| '+' is not preceded with whitespace. | 51 | |
| '+' should be on a new line. | 51 | |
| '+' is not preceded with whitespace. | 52 | |
| '+' should be on a new line. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '+' is not preceded with whitespace. | 53 | |
| '+' is not followed by whitespace. | 53 | |
| Line has trailing spaces. | 61 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter model should be final. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| '==' is not preceded with whitespace. | 64 | |
| '==' is not followed by whitespace. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '+' is not preceded with whitespace. | 65 | |
| '+' is not followed by whitespace. | 65 | |
| '+' is not preceded with whitespace. | 65 | |
| '+' is not followed by whitespace. | 65 | |
| '==' is not preceded with whitespace. | 66 | |
| '==' is not followed by whitespace. | 66 | |
| '==' is not preceded with whitespace. | 68 | |
| '==' is not followed by whitespace. | 68 | |
| 'if' construct must use '{}'s. | 69 | |
| Line is longer than 80 characters. | 70 | |
| '+' is not preceded with whitespace. | 70 | |
| '+' is not followed by whitespace. | 70 | |
| '+' is not preceded with whitespace. | 70 | |
| '+' is not followed by whitespace. | 70 | |
| 'else' construct must use '{}'s. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '+' is not preceded with whitespace. | 72 | |
| '+' is not followed by whitespace. | 72 | |
| '+' is not preceded with whitespace. | 72 | |
| '+' is not followed by whitespace. | 72 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 82 | |
| Method 'getCustomizingModels' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'setCustomizingModels' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter customizedModels should be final. | 87 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| Method 'setIndex' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter index should be final. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| 'index' hides a field. | 95 | |
| Method 'getIdPrefixFilter' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Method 'setIdPrefixFilter' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter idPrefixFilter should be final. | 103 | |
| 'idPrefixFilter' hides a field. | 103 | |
| Method 'isIgnoreUnboundMetadata' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Method 'setIgnoreUnboundMetadata' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter ignoreUnboundMetadata should be final. | 111 | |
| 'ignoreUnboundMetadata' hides a field. | 111 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'outputDirectoryProperty' must be private and have accessor methods. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'fileNameProperty' must be private and have accessor methods. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter outputDirectoryProperty should be final. | 36 | |
| 'outputDirectoryProperty' hides a field. | 36 | |
| Parameter fileNameProperty should be final. | 36 | |
| 'fileNameProperty' hides a field. | 36 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'outputFileName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter context should be final. | 41 | |
| Line contains a tab character. | 42 | |
| '==' is not preceded with whitespace. | 42 | |
| '==' is not followed by whitespace. | 42 | |
| Line is longer than 80 characters. | 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 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Method 'outputDirectory' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter context should be final. | 49 | |
| Line contains a tab character. | 50 | |
| '==' is not preceded with whitespace. | 50 | |
| '==' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 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 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 87 | |
| Line has trailing spaces. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 18 | |
| '{' is not preceded with whitespace. | 25 | |
| '{' is not followed by whitespace. | 25 | |
| '}' is not preceded with whitespace. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 41 | |
| Method 'setItinerary' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter itinerary should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| 'itinerary' hides a field. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'setItinerary' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter modelTypeNames should be final. | 46 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Method 'itinerary' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter _class should be final. | 62 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| '{' is not followed by whitespace. | 62 | |
| '}' is not preceded with whitespace. | 62 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter property should be final. | 64 | |
| '{' is not followed by whitespace. | 64 | |
| '}' is not preceded with whitespace. | 64 | |
| Line contains a tab character. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter reference should be final. | 66 | |
| '{' is not followed by whitespace. | 66 | |
| '}' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Parameter model should be final. | 68 | |
| Line has trailing spaces. | 73 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter input should be final. | 74 | |
| 'if' construct must use '{}'s. | 75 | |
| Line has trailing spaces. | 75 | |
| '==' is not preceded with whitespace. | 75 | |
| '==' is not followed by whitespace. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '+' is not preceded with whitespace. | 76 | |
| '+' is not followed by whitespace. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| ',' is not followed by whitespace. | 39 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 42 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter column should be final. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| '==' is not preceded with whitespace. | 45 | |
| '==' is not followed by whitespace. | 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. | 51 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter pkColumn should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| '==' is not preceded with whitespace. | 54 | |
| '==' is not followed by whitespace. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter source should be final. | 60 | |
| Parameter target should be final. | 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 | |
| 'if' construct must use '{}'s. | 65 | |
| Line contains a tab character. | 65 | |
| '(' is followed by whitespace. | 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 | |
| Line has trailing spaces. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| 'for' is not followed by whitespace. | 72 | |
| Line contains a tab character. | 73 | |
| ',' is not followed by whitespace. | 73 | |
| Line contains a tab c |