The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 19 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 6708 | Error |
RegexpSingleline
| 812 | Error |
JavadocMethod | 1129 | Error |
JavadocType | 133 | Error |
JavadocVariable | 488 | Error |
JavadocStyle | 60 | Error |
ConstantName | 3 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 10 | Error |
MethodName | 7 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 1 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
LineLength | 1452 | Error |
MethodLength | 2 | Error |
ParameterNumber | 4 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 1182 | Error |
NoWhitespaceAfter | 41 | Error |
NoWhitespaceBefore | 4 | Error |
OperatorWrap | 24 | Error |
ParenPad | 20 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 268 | Error |
WhitespaceAround | 1453 | Error |
ModifierOrder | 3 | Error |
RedundantModifier | 61 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 20 | Error |
LeftCurly | 378 | Error |
NeedBraces | 38 | Error |
RightCurly | 75 | Error |
AvoidInlineConditionals | 40 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 269 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 1 | Error |
MagicNumber | 19 | Error |
MissingSwitchDefault | 8 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 719 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 6 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 77 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1086 | Error |
TodoComment | 29 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Type Javadoc comment is missing an @param <E> tag. | 39 | |
Type Javadoc comment is missing an @param <T> tag. | 39 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Redundant 'public' modifier. | 54 | |
Expected @throws tag for 'AssemblyException'. | 54 | |
First sentence should end with a period. | 56 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
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 | |
Unused @param tag for 'isCreate'. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Redundant 'public' modifier. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Expected @param tag for 'operation'. | 73 | |
Expected @throws tag for 'AssemblyException'. | 73 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Type Javadoc comment is missing an @param <E> tag. | 32 | |
Type Javadoc comment is missing an @param <T> tag. | 32 | |
',' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Variable 'operation' must be private and have accessor methods. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Variable 'businessDTORef' must be private and have accessor methods. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Variable 'nodeData' must be private and have accessor methods. | 42 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Variable 'assembler' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
',' is not followed by whitespace. | 47 | |
Variable 'childNodes' must be private and have accessor methods. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter assembler should be final. | 49 | |
'assembler' hides a field. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'getNodeData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'setNodeData' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter nodeData should be final. | 65 | |
'nodeData' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter operation should be final. | 80 | |
'operation' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getChildNodes' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
',' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
',' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'setChildNodes' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter childNodes should be final. | 91 | |
',' is not followed by whitespace. | 91 | |
'childNodes' hides a field. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Method 'getAssembler' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Method 'setAssembler' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter assembler should be final. | 105 | |
'assembler' hides a field. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Method 'getBusinessDTORef' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'setBusinessDTORef' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter businessDTORef should be final. | 119 | |
'businessDTORef' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Redundant 'public' modifier. | 19 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter message should be final. | 29 | |
Parameter cause should be final. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter cause should be final. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'minOccurs' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Variable 'specialValidator' must be private and have accessor methods. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 67 | |
Method 'getChildConstraints' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Method 'setChildConstraints' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter childConstraints should be final. | 71 | |
'childConstraints' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter comments should be final. | 79 | |
'comments' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter desc should be final. | 87 | |
'desc' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter id should be final. | 95 | |
'id' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter maxLength should be final. | 103 | |
'maxLength' hides a field. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter maxOccurs should be final. | 111 | |
'maxOccurs' hides a field. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter maxValue should be final. | 119 | |
'maxValue' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getMinLength' 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. | 127 | |
Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter minLength should be final. | 127 | |
'minLength' hides a field. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter minOccurs should be final. | 135 | |
'minOccurs' hides a field. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter minValue should be final. | 143 | |
'minValue' hides a field. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter serverSide should be final. | 151 | |
'serverSide' hides a field. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Method 'getSpecialValidator' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Method 'setSpecialValidator' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter specialValidator should be final. | 159 | |
'specialValidator' hides a field. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Parameter validChars should be final. | 167 | |
'validChars' hides a field. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 171 | |
Method 'getValidCharsMessageId' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Method 'setValidCharsMessageId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter validCharsMessageId should be final. | 175 | |
'validCharsMessageId' hides a field. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Method 'isRequiredForNextState' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Method 'setRequiredForNextState' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter requiredForNextState should be final. | 183 | |
'requiredForNextState' hides a field. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Method 'getNextState' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 191 | |
Method 'setNextState' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter nextState should be final. | 191 | |
'nextState' hides a field. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Line has trailing spaces. | 201 | |
Method '_toString' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
Parameter sb should be final. | 202 | |
Avoid inline conditionals. | 210 | |
Avoid inline conditionals. | 212 | |
Avoid inline conditionals. | 216 | |
Avoid inline conditionals. | 218 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
'}' is not preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
'value' hides a field. | 54 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 86 | |
'value' hides a field. | 86 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 118 | |
'value' hides a field. | 118 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 150 | |
'value' hides a field. | 150 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 182 | |
'value' hides a field. | 182 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 213 | |
'key' hides a field. | 213 | |
Line has trailing spaces. | 219 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Line is longer than 80 characters. | 225 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Line has trailing spaces. | 240 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Line has trailing spaces. | 251 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Missing a Javadoc comment. | 262 | |
Missing a Javadoc comment. | 264 | |
Missing a Javadoc comment. | 266 | |
Missing a Javadoc comment. | 270 | |
'value' hides a field. | 270 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 294 | |
Missing a Javadoc comment. | 296 | |
Missing a Javadoc comment. | 298 | |
Missing a Javadoc comment. | 301 | |
Missing a Javadoc comment. | 303 | |
Missing a Javadoc comment. | 305 | |
Missing a Javadoc comment. | 309 | |
'value' hides a field. | 309 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 333 | |
Missing a Javadoc comment. | 334 | |
Missing a Javadoc comment. | 336 | |
Missing a Javadoc comment. | 338 | |
Missing a Javadoc comment. | 340 | |
Missing a Javadoc comment. | 342 | |
Missing a Javadoc comment. | 344 | |
Missing a Javadoc comment. | 347 | |
Missing a Javadoc comment. | 349 | |
Missing a Javadoc comment. | 351 | |
Missing a Javadoc comment. | 355 | |
'value' hides a field. | 355 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 359 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Missing a Javadoc comment. | 379 | |
Missing a Javadoc comment. | 381 | |
Missing a Javadoc comment. | 383 | |
Missing a Javadoc comment. | 387 | |
'key' hides a field. | 387 | |
Line has trailing spaces. | 393 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Line is longer than 80 characters. | 399 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 407 | |
Line has trailing spaces. | 414 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Line has trailing spaces. | 425 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 429 | |
Missing a Javadoc comment. | 436 | |
Missing a Javadoc comment. | 438 | |
Missing a Javadoc comment. | 440 | |
Missing a Javadoc comment. | 444 | |
'value' hides a field. | 444 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 448 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Missing a Javadoc comment. | 463 | |
Parameter value should be final. | 463 | |
'value' hides a field. | 463 | |
Missing a Javadoc comment. | 468 | |
Missing a Javadoc comment. | 470 | |
Missing a Javadoc comment. | 472 | |
Missing a Javadoc comment. | 476 | |
'value' hides a field. | 476 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 480 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 485 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 500 | |
Missing a Javadoc comment. | 502 | |
Missing a Javadoc comment. | 504 | |
Missing a Javadoc comment. | 508 | |
'value' hides a field. | 508 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 517 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 522 | |
First sentence should end with a period. | 532 | |
Line has trailing spaces. | 534 | |
Missing a Javadoc comment. | 539 | |
Missing a Javadoc comment. | 541 | |
Line is longer than 80 characters. | 544 | |
Missing a Javadoc comment. | 544 | |
Missing a Javadoc comment. | 546 | |
Missing a Javadoc comment. | 548 | |
Missing a Javadoc comment. | 550 | |
Missing a Javadoc comment. | 552 | |
Missing a Javadoc comment. | 554 | |
Missing a Javadoc comment. | 556 | |
Missing a Javadoc comment. | 560 | |
'className' hides a field. | 560 | |
Method '_getQueryPath' is not designed for extension - needs to be abstract, final or empty. | 565 | |
Missing a Javadoc comment. | 565 | |
Name '_getQueryPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 | |
Method 'execChangeCallbacks' is not designed for extension - needs to be abstract, final or empty. | 572 | |
Missing a Javadoc comment. | 572 | |
Parameter type should be final. | 572 | |
Parameter path should be final. | 572 | |
Line is longer than 80 characters. | 583 | |
Method 'addChangeCallback' is not designed for extension - needs to be abstract, final or empty. | 583 | |
Missing a Javadoc comment. | 583 | |
Missing a Javadoc comment. | 598 | |
Parameter key should be final. | 598 | |
Parameter value should be final. | 598 | |
Avoid inline conditionals. | 600 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 606 | |
Missing a Javadoc comment. | 606 | |
Parameter key should be final. | 606 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 614 | |
Missing a Javadoc comment. | 614 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 618 | |
Missing a Javadoc comment. | 618 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 627 | |
Missing a Javadoc comment. | 627 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 631 | |
Missing a Javadoc comment. | 631 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 635 | |
Missing a Javadoc comment. | 635 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 639 | |
Missing a Javadoc comment. | 639 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 643 | |
Missing a Javadoc comment. | 643 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 647 | |
Missing a Javadoc comment. | 647 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 651 | |
Missing a Javadoc comment. | 651 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 655 | |
Missing a Javadoc comment. | 655 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 659 | |
Missing a Javadoc comment. | 659 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 663 | |
Missing a Javadoc comment. | 663 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 667 | |
Missing a Javadoc comment. | 667 | |
Parameter target should be final. | 667 | |
Parameter recurse should be final. | 667 | |
Line is longer than 80 characters. | 668 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 684 | |
Missing a Javadoc comment. | 684 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 693 | |
Missing a Javadoc comment. | 693 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 702 | |
Missing a Javadoc comment. | 702 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 711 | |
Missing a Javadoc comment. | 711 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 715 | |
Missing a Javadoc comment. | 715 | |
Method 'getQueryPath' is not designed for extension - needs to be abstract, final or empty. | 719 | |
Missing a Javadoc comment. | 719 | |
Method 'realPropertyIterator' is not designed for extension - needs to be abstract, final or empty. | 729 | |
Line contains a tab character. | 731 | |
Line is longer than 80 characters. | 734 | |
Variable 'current' must be private and have accessor methods. | 737 | |
Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 797 | |
Variable 'current' must be private and have accessor methods. | 802 | |
Method 'query' is not designed for extension - needs to be abstract, final or empty. | 856 | |
Missing a Javadoc comment. | 856 | |
Line is longer than 80 characters. | 859 | |
Line is longer than 80 characters. | 865 | |
Method 'query' is not designed for extension - needs to be abstract, final or empty. | 878 | |
Missing a Javadoc comment. | 878 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 882 | |
Missing a Javadoc comment. | 882 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 897 | |
Missing a Javadoc comment. | 897 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 901 | |
Missing a Javadoc comment. | 901 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 910 | |
Missing a Javadoc comment. | 910 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 914 | |
Missing a Javadoc comment. | 914 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 918 | |
Missing a Javadoc comment. | 918 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 922 | |
Missing a Javadoc comment. | 922 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 926 | |
Missing a Javadoc comment. | 926 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 930 | |
Missing a Javadoc comment. | 930 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 934 | |
Missing a Javadoc comment. | 934 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 938 | |
Missing a Javadoc comment. | 938 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 942 | |
Missing a Javadoc comment. | 942 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 946 | |
Missing a Javadoc comment. | 946 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 950 | |
Missing a Javadoc comment. | 950 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 958 | |
Missing a Javadoc comment. | 958 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 962 | |
Missing a Javadoc comment. | 962 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 966 | |
Missing a Javadoc comment. | 966 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 970 | |
Missing a Javadoc comment. | 970 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 974 | |
Missing a Javadoc comment. | 974 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 978 | |
Missing a Javadoc comment. | 978 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 982 | |
Missing a Javadoc comment. | 982 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 986 | |
Missing a Javadoc comment. | 986 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 990 | |
Missing a Javadoc comment. | 990 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 994 | |
Missing a Javadoc comment. | 994 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1005 | |
Missing a Javadoc comment. | 1005 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1009 | |
Missing a Javadoc comment. | 1009 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1018 | |
Missing a Javadoc comment. | 1018 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1022 | |
Missing a Javadoc comment. | 1022 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
Missing a Javadoc comment. | 1026 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1030 | |
Missing a Javadoc comment. | 1030 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1034 | |
Missing a Javadoc comment. | 1034 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
Missing a Javadoc comment. | 1038 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
Missing a Javadoc comment. | 1042 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1046 | |
Missing a Javadoc comment. | 1046 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 1050 | |
Missing a Javadoc comment. | 1050 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 1054 | |
Missing a Javadoc comment. | 1054 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
Missing a Javadoc comment. | 1058 | |
Line contains a tab character. | 1059 | |
Line has trailing spaces. | 1061 | |
First sentence should end with a period. | 1062 | |
Expected an @return tag. | 1066 | |
Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1066 | |
'{' is not preceded with whitespace. | 1066 | |
Line has trailing spaces. | 1081 | |
First sentence should end with a period. | 1082 | |
Line has trailing spaces. | 1084 | |
Expected an @return tag. | 1086 | |
Name '_toXmlString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1086 | |
Parameter indent should be final. | 1086 | |
Expected @param tag for 'indent'. | 1086 | |
'{' is not preceded with whitespace. | 1086 | |
Line has trailing spaces. | 1088 | |
Line contains a tab character. | 1089 | |
Line has trailing spaces. | 1092 | |
'{' is not preceded with whitespace. | 1092 | |
Line contains a tab character. | 1092 | |
Line contains a tab character. | 1093 | |
'{' is not preceded with whitespace. | 1093 | |
Line is longer than 80 characters. | 1094 | |
Line contains a tab character. | 1094 | |
Line is longer than 80 characters. | 1095 | |
Line contains a tab character. | 1095 | |
'cast' is not followed by whitespace. | 1095 | |
Line has trailing spaces. | 1096 | |
Line is longer than 80 characters. | 1096 | |
Line contains a tab character. | 1096 | |
Line contains a tab character. | 1097 | |
Line contains a tab character. | 1098 | |
Line is longer than 80 characters. | 1099 | |
Line contains a tab character. | 1099 | |
'cast' is not followed by whitespace. | 1099 | |
Line contains a tab character. | 1100 | |
Line contains a tab character. | 1101 | |
'{' is not preceded with whitespace. | 1102 | |
Line is longer than 80 characters. | 1103 | |
Line contains a tab character. | 1103 | |
'+' is not preceded with whitespace. | 1103 | |
Line has trailing spaces. | 1105 | |
Line is longer than 80 characters. | 1105 | |
Line contains a tab character. | 1105 | |
'+' is not preceded with whitespace. | 1105 | |
Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 1112 | |
Missing a Javadoc comment. | 1112 | |
Parameter key should be final. | 1112 | |
Method 'containsValue' is not designed for extension - needs to be abstract, final or empty. | 1116 | |
Missing a Javadoc comment. | 1116 | |
Parameter value should be final. | 1116 | |
Method 'keySet' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 1127 | |
Missing a Javadoc comment. | 1127 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 32 | |
Method 'format' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
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 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'getWildCard' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Must have at least one statement. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Method 'getPathSeparator' is not designed for extension - needs to be abstract, final or empty. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 67 | |
Method 'getWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line has trailing spaces. | 71 | |
Method 'setWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter widgetOptions should be final. | 72 | |
'widgetOptions' hides a field. | 72 | |
Line has trailing spaces. | 75 | |
Method 'getWidgetOptionValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter widgetOption should be final. | 76 | |
'if' construct must use '{}'s. | 77 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter name should be final. | 85 | |
'name' hides a field. | 85 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter desc should be final. | 93 | |
'desc' hides a field. | 93 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter title should be final. | 101 | |
'title' hides a field. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter params should be final. | 112 | |
'params' hides a field. | 112 | |
Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter results should be final. | 123 | |
'results' hides a field. | 123 | |
Method 'getSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'setSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter searchTypeId should be final. | 131 | |
'searchTypeId' hides a field. | 131 | |
Method 'getResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter resultReturnKey should be final. | 139 | |
'resultReturnKey' hides a field. | 139 | |
Method 'getResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Method 'setResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter resultDisplayKey should be final. | 147 | |
'resultDisplayKey' hides a field. | 147 | |
Method 'getResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Method 'setResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter resultSortKey should be final. | 155 | |
'resultSortKey' hides a field. | 155 | |
Method 'getQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Method 'setQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter qosMetadata should be final. | 163 | |
'qosMetadata' hides a field. | 163 | |
Line contains a tab character. | 167 | |
Method 'getSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 171 | |
Method 'setSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter searchParamIdKey should be final. | 171 | |
'searchParamIdKey' hides a field. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter id should be final. | 179 | |
'id' hides a field. | 179 | |
Expected an @return tag. | 186 | |
Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter usage should be final. | 193 | |
'usage' hides a field. | 193 | |
Expected @param tag for 'usage'. | 193 | |
Line has trailing spaces. | 196 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter widget should be final. | 201 | |
'widget' hides a field. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
'{' is not preceded with whitespace. | 205 | |
Line has trailing spaces. | 208 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Method 'getChildLookup' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setChildLookup' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter childLookup should be final. | 55 | |
'childLookup' hides a field. | 55 | |
Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter usage should be final. | 63 | |
'usage' hides a field. | 63 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter widget should be final. | 71 | |
'widget' hides a field. | 71 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter key should be final. | 79 | |
'key' hides a field. | 79 | |
Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter optional should be final. | 87 | |
'optional' hides a field. | 87 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter dataType should be final. | 95 | |
'dataType' hides a field. | 95 | |
Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter writeAccess should be final. | 103 | |
'writeAccess' hides a field. | 103 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter name should be final. | 111 | |
'name' hides a field. | 111 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter desc should be final. | 119 | |
'desc' hides a field. | 119 | |
Method 'isCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter caseSensitive should be final. | 128 | |
'caseSensitive' hides a field. | 128 | |
Line contains a tab character. | 132 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
'==' is not preceded with whitespace. | 137 | |
'==' is not followed by whitespace. | 137 | |
'?' is not preceded with whitespace. | 137 | |
Avoid inline conditionals. | 137 | |
'?' is not followed by whitespace. | 137 | |
':' is not preceded with whitespace. | 137 | |
':' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'getDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Method 'setDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter defaultValueList should be final. | 145 | |
'defaultValueList' hides a field. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Method 'getDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Method 'setDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter defaultValueString should be final. | 153 | |
'defaultValueString' hides a field. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Method 'getFieldPath' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Method 'setFieldPath' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter fieldPath should be final. | 161 | |
'fieldPath' hides a field. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Method 'getStartAt' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'setStartAt' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter startAt should be final. | 37 | |
'startAt' hides a field. | 37 | |
Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setMaxResults' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter maxResults should be final. | 45 | |
'maxResults' hides a field. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
'{' is not followed by whitespace. | 51 | |
'}' is not preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 53 | |
Method 'getResultColumnKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'setResultColumnKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter resultColumnKey should be final. | 59 | |
'resultColumnKey' hides a field. | 59 | |
Missing a Javadoc comment. | 63 | |
Method 'isDescending' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setDescending' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter descending should be final. | 69 | |
'descending' hides a field. | 69 | |
Missing a Javadoc comment. | 75 | |
Variable 'sorts' must be private and have accessor methods. | 75 | |
First sentence should end with a period. | 77 | |
Line has trailing spaces. | 79 | |
Method 'getSorts' is not designed for extension - needs to be abstract, final or empty. | 82 | |
First sentence should end with a period. | 86 | |
Line has trailing spaces. | 88 | |
Method 'setSorts' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter sorts should be final. | 92 | |
'sorts' hides a field. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter name should be final. | 34 | |
'name' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter desc should be final. | 42 | |
'desc' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter dataType should be final. | 50 | |
'dataType' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter key should be final. | 58 | |
'key' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'isHidden' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter hidden should be final. | 66 | |
'hidden' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Variable 'partialMaskFormatter' must be private and have accessor methods. | 44 | |
';' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Variable 'maskFormatter' must be private and have accessor methods. | 45 | |
';' is not followed by whitespace. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 54 | |
Comment matches to-do format 'TODO:'. | 55 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 74 | |
Parameter toClone should be final. | 77 | |
Line has trailing spaces. | 92 | |
'if' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 96 | |
'for' is not followed by whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 102 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line has trailing spaces. | 109 | |
Method '_toString' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Name '_toString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Parameter sb should be final. | 110 | |
Avoid inline conditionals. | 111 | |
Avoid inline conditionals. | 116 | |
Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter constraints should be final. | 150 | |
'constraints' hides a field. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 156 | |
Method 'setNonServerConstraints' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Parameter constraints should be final. | 159 | |
'constraints' hides a field. | 159 | |
Expected @param tag for 'constraints'. | 159 | |
Line contains a tab character. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
':' is not preceded with whitespace. | 162 | |
':' is not followed by whitespace. | 162 | |
'{' is not preceded with whitespace. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
'&&' should be on a new line. | 163 | |
Line contains a tab character. | 164 | |
'&&' should be on a new line. | 164 | |
Line contains a tab character. | 165 | |
'{' is not preceded with whitespace. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 170 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter dataType should be final. | 177 | |
'dataType' hides a field. | 177 | |
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter defaultValue should be final. | 185 | |
'defaultValue' hides a field. | 185 | |
Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter defaultValuePath should be final. | 193 | |
'defaultValuePath' hides a field. | 193 | |
Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter initialLookup should be final. | 201 | |
'initialLookup' hides a field. | 201 | |
Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter lookupContextPath should be final. | 209 | |
'lookupContextPath' hides a field. | 209 | |
Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Missing a Javadoc comment. | 213 | |
Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter additionalLookups should be final. | 220 | |
'additionalLookups' hides a field. | 220 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter properties should be final. | 231 | |
Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter writeAccess should be final. | 239 | |
'writeAccess' hides a field. | 239 | |
Line has trailing spaces. | 243 | |
Method 'isOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
Method 'setOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter onChangeRefereshMetadata should be final. | 248 | |
Method 'isCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Method 'setCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter canUnmask should be final. | 256 | |
'canUnmask' hides a field. | 256 | |
Method 'isCanView' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'setCanView' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Parameter canView should be final. | 264 | |
'canView' hides a field. | 264 | |
Method 'isCanEdit' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Method 'setCanEdit' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
Parameter canEdit should be final. | 272 | |
'canEdit' hides a field. | 272 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter name should be final. | 280 | |
'name' hides a field. | 280 | |
Line contains a tab character. | 284 | |
Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 288 | |
Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Missing a Javadoc comment. | 288 | |
Parameter dynamic should be final. | 288 | |
'dynamic' hides a field. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 292 | |
Method 'getLabelKey' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Missing a Javadoc comment. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Method 'setLabelKey' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Missing a Javadoc comment. | 296 | |
Parameter labelKey should be final. | 296 | |
'labelKey' hides a field. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Method 'getPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Missing a Javadoc comment. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 304 | |
Method 'setPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 304 | |
Missing a Javadoc comment. | 304 | |
Parameter partialMaskFormatter should be final. | 304 | |
'partialMaskFormatter' hides a field. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 308 | |
Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Missing a Javadoc comment. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter maskFormatter should be final. | 312 | |
'maskFormatter' hides a field. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'id' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter meta should be final. | 44 | |
'meta' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
First sentence should end with a period. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Expected an @return tag. | 51 | |
Line contains a tab character. | 51 | |
Method 'hasConstraint' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter id should be final. | 51 | |
Expected @param tag for 'id'. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
First sentence should end with a period. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
First sentence should end with a period. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'getLargestMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
First sentence should end with a period. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
First sentence should end with a period. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'getSmallestMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
First sentence should end with a period. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'getLargestMinLength' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'getSmallestMaxLength' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'isMultilined' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
First sentence should end with a period. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Expected an @return tag. | 113 | |
Line contains a tab character. | 113 | |
Parameter meta should be final. | 113 | |
Expected @param tag for 'meta'. | 113 | |
Parameter id should be final. | 113 | |
Expected @param tag for 'id'. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
First sentence should end with a period. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Expected an @return tag. | 119 | |
Line contains a tab character. | 119 | |
Parameter meta should be final. | 119 | |
Expected @param tag for 'meta'. | 119 | |
Parameter id should be final. | 119 | |
Expected @param tag for 'id'. | 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 is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter constraints should be final. | 127 | |
Line contains a tab character. | 128 | |
Parameter id should be final. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
First sentence should end with a period. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Parameter meta should be final. | 147 | |
Expected @param tag for 'meta'. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Expected an @return tag. | 168 | |
Line contains a tab character. | 168 | |
Parameter meta should be final. | 168 | |
Expected @param tag for 'meta'. | 168 | |
'{' is not preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
'if' is not followed by whitespace. | 171 | |
'{' is not preceded with whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
'{' is not preceded with whitespace. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Line 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. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Expected an @return tag. | 190 | |
Line contains a tab character. | 190 | |
Parameter meta should be final. | 190 | |
Expected @param tag for 'meta'. | 190 | |
'{' is not preceded with whitespace. | 190 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
'if' is not followed by whitespace. | 193 | |
'{' is not preceded with whitespace. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line has trailing spaces. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
First sentence should end with a period. | 206 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Parameter meta should be final. | 211 | |
Expected @param tag for 'meta'. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Comment matches to-do format 'TODO:'. | 216 | |
Line contains a tab character. | 216 | |
Comment matches to-do format 'TODO:'. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
First sentence should end with a period. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line has trailing spaces. | 232 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Parameter meta should be final. | 235 | |
Expected @param tag for 'meta'. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'||' should be on a new line. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line has trailing spaces. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter meta should be final. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
'{' is not preceded with whitespace. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
First sentence should end with a period. | 258 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line has trailing spaces. | 260 | |
Line contains a tab character. | 260 | |
Line has trailing spaces. | 261 | |
Line contains a tab character. | 261 | |
Line has trailing spaces. | 262 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line has trailing spaces. | 264 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Parameter meta should be final. | 267 | |
Expected @param tag for 'meta'. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
'{' is not preceded with whitespace. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line has trailing spaces. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
'{' is not preceded with whitespace. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line has trailing spaces. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
First sentence should end with a period. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line has trailing spaces. | 296 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Parameter meta should be final. | 299 | |
Expected @param tag for 'meta'. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Comment matches to-do format 'TODO:'. | 304 | |
Line contains a tab character. | 304 | |
Comment matches to-do format 'TODO:'. | 305 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line is longer than 80 characters. | 310 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 318 | |
Missing a Javadoc comment. | 318 | |
Parameter meta should be final. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Comment matches to-do format 'TODO:'. | 323 | |
Line contains a tab character. | 323 | |
Comment matches to-do format 'TODO:'. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 337 | |
Missing a Javadoc comment. | 337 | |
Parameter meta should be final. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Comment matches to-do format 'TODO:'. | 341 | |
Line contains a tab character. | 341 | |
Line has trailing spaces. | 342 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
Line is longer than 80 characters. | 343 | |
Line contains a tab character. | 343 | |
Line has trailing spaces. | 344 | |
Line contains a tab character. | 344 | |
Comment matches to-do format 'TODO:'. | 345 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
'150' is a magic number. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line has trailing spaces. | 357 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Missing a Javadoc comment. | 358 | |
Parameter meta should be final. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 374 | |
Missing a Javadoc comment. | 374 | |
Parameter meta should be final. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line has trailing spaces. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Missing a Javadoc comment. | 391 | |
Parameter meta should be final. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 407 | |
Missing a Javadoc comment. | 407 | |
Parameter meta should be final. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 423 | |
Missing a Javadoc comment. | 423 | |
Parameter meta should be final. | 423 | |
Parameter parser should be final. | 423 | |
Parameter dataValue should be final. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line is longer than 80 characters. | 431 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
'{' is not preceded with whitespace. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
'cast' is not followed by whitespace. | 437 | |
'{' is not preceded with whitespace. | 437 | |
Line contains a tab character. | 438 | |
'cast' is not followed by whitespace. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line is longer than 80 characters. | 444 | |
Line contains a tab character. | 444 | |
Missing a Javadoc comment. | 444 | |
Parameter meta should be final. | 444 | |
Parameter parser should be final. | 444 | |
Parameter dataValue should be final. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
'{' is not preceded with whitespace. | 457 | |
Line is longer than 80 characters. | 458 | |
Line contains a tab character. | 458 | |
'==' is not preceded with whitespace. | 458 | |
'==' is not followed by whitespace. | 458 | |
'cast' is not followed by whitespace. | 458 | |
'{' is not preceded with whitespace. | 458 | |
Line contains a tab character. | 459 | |
'cast' is not followed by whitespace. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line has trailing spaces. | 464 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Missing a Javadoc comment. | 465 | |
Parameter s should be final. | 465 | |
Line contains a tab character. | 466 | |
Line has trailing spaces. | 467 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Must have at least one statement. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Line has trailing spaces. | 475 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line has trailing spaces. | 478 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Missing a Javadoc comment. | 479 | |
Parameter s should be final. | 479 | |
Line contains a tab character. | 480 | |
Line has trailing spaces. | 481 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Must have at least one statement. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line has trailing spaces. | 489 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line has trailing spaces. | 492 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Missing a Javadoc comment. | 493 | |
Parameter s should be final. | 493 | |
Parameter parser should be final. | 493 | |
Line contains a tab character. | 494 | |
Line has trailing spaces. | 495 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Must have at least one statement. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line has trailing spaces. | 503 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
First sentence should end with a period. | 26 | |
'{' is not preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'parser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 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. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 109 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 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 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Method 'removeRange' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'subPath' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 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 has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter paths should be final. | 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. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
'{' is not preceded with whitespace. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'initialLookup' must be private and have accessor methods. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Variable 'additionalLookups' must be private and have accessor methods. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter initialLookup should be final. | 24 | |
'initialLookup' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter additionalLookups should be final. | 32 | |
'additionalLookups' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter name should be final. | 40 | |
'name' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter path should be final. | 48 | |
'path' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter dataType should be final. | 56 | |
'dataType' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'(' is preceded with whitespace. | 60 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is preceded with whitespace. | 64 | |
Parameter type should be final. | 64 | |
'type' hides a field. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
'=' is not preceded with whitespace. | 26 | |
'=' is not followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'getWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Method 'setWidgetOptions' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter widgetOptions should be final. | 62 | |
'widgetOptions' hides a field. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'getWidgetOptionValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter widgetOption should be final. | 66 | |
'if' construct must use '{}'s. | 67 | |
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 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter name should be final. | 75 | |
'name' hides a field. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter desc should be final. | 83 | |
'desc' hides a field. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter title should be final. | 91 | |
'title' hides a field. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
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 | |
Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Method 'setResults' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter results should be final. | 113 | |
'results' hides a field. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 119 | |
Method 'getResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'setResultDisplayKey' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter resultDisplayKey should be final. | 123 | |
'resultDisplayKey' hides a field. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'getResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'setResultSortKey' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter resultSortKey should be final. | 131 | |
'resultSortKey' hides a field. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Method 'getQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Method 'setQosMetadata' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter qosMetadata should be final. | 139 | |
'qosMetadata' hides a field. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter id should be final. | 147 | |
'id' hides a field. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter usage should be final. | 155 | |
'usage' hides a field. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter widget should be final. | 163 | |
'widget' hides a field. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
'{' is not preceded with whitespace. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
'5000' is a magic number. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter structureName should be final. | 42 | |
'structureName' hides a field. | 42 | |
Parameter structureMetadata should be final. | 42 | |
'structureMetadata' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Parameter type should be final. | 43 | |
'type' hides a field. | 43 | |
Parameter parent should be final. | 43 | |
'parent' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Parameter structuresAlreadyProcessed should be final. | 44 | |
'structuresAlreadyProcessed' hides a field. | 44 | |
Parameter level should be final. | 44 | |
'level' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'getStructureName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter rowSeperator should be final. | 65 | |
'rowSeperator' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter separator should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter str should be final. | 77 | |
Parameter size should be final. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line 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. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 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 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. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'(' is preceded with whitespace. | 145 | |
'{' should be on the previous line. | 146 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'(' is preceded with whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'10' is a magic number. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
'25' is a magic number. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'15' is a magic number. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
'7' is a magic number. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
'15' is a magic number. | 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 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 is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line is longer than 80 characters. | 179 | |
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 contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 189 | |
Missing a Javadoc comment. | 189 | |
Parameter fieldMeta should be final. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'type' hides a field. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter fieldMeta should be final. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter meta should be final. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Missing a Javadoc comment. | 219 | |
'(' is preceded with whitespace. | 219 | |
Parameter key should be final. | 219 | |
Parameter fieldMeta should be final. | 219 | |
'{' should be on the previous line. | 220 | |
'(' is preceded with whitespace. | 221 | |
'40' is a magic number. | 221 | |
'(' is preceded with whitespace. | 222 | |
'30' is a magic number. | 222 | |
'(' is preceded with whitespace. | 223 | |
'{' should be on the previous line. | 224 | |
'(' is preceded with whitespace. | 225 | |
'(' is preceded with whitespace. | 226 | |
'(' is preceded with whitespace. | 227 | |
'(' is preceded with whitespace. | 227 | |
'(' is preceded with whitespace. | 229 | |
Line contains a tab character. | 232 | |
Method 'calcFullyQualifiedFieldName' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Missing a Javadoc comment. | 232 | |
Parameter fieldName should be final. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 240 | |
Missing a Javadoc comment. | 240 | |
Parameter name should be final. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter name should be final. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter fieldMeta should be final. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Missing a Javadoc comment. | 275 | |
Line contains a tab character. | 277 | |
Missing a Javadoc comment. | 277 | |
Parameter fieldMeta should be final. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line is longer than 80 characters. | 283 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter str should be final. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 318 | |
Missing a Javadoc comment. | 318 | |
Parameter fieldMeta should be final. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 347 | |
Missing a Javadoc comment. | 347 | |
Parameter fieldMeta should be final. | 347 | |
'(' is preceded with whitespace. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
'(' is preceded with whitespace. | 350 | |
'(' is preceded with whitespace. | 350 | |
'(' is preceded with whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line has trailing spaces. | 352 | |
'(' is preceded with whitespace. | 353 | |
'(' is preceded with whitespace. | 354 | |
'(' is preceded with whitespace. | 354 | |
Line contains a tab character. | 356 | |
'(' is preceded with whitespace. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line has trailing spaces. | 359 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
'(' is preceded with whitespace. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
'(' is preceded with whitespace. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
'(' is preceded with whitespace. | 369 | |
'(' is preceded with whitespace. | 369 | |
Line contains a tab character. | 371 | |
Line has trailing spaces. | 372 | |
'(' is preceded with whitespace. | 374 | |
'{' should be on the previous line. | 375 | |
'(' is preceded with whitespace. | 376 | |
'(' is preceded with whitespace. | 378 | |
Missing a Javadoc comment. | 381 | |
Parameter lm should be final. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
'(' is preceded with whitespace. | 388 | |
Line contains a tab character. | 389 | |
'(' is preceded with whitespace. | 389 | |
'(' is preceded with whitespace. | 390 | |
'(' is preceded with whitespace. | 390 | |
'(' is preceded with whitespace. | 392 | |
':' is not preceded with whitespace. | 393 | |
'(' is preceded with whitespace. | 393 | |
'(' is preceded with whitespace. | 393 | |
'{' should be on the previous line. | 394 | |
'(' is preceded with whitespace. | 395 | |
'(' is preceded with whitespace. | 396 | |
'(' is preceded with whitespace. | 397 | |
'(' is preceded with whitespace. | 398 | |
'(' is preceded with whitespace. | 398 | |
'(' is preceded with whitespace. | 398 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
'(' is preceded with whitespace. | 418 | |
'(' is preceded with whitespace. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line is longer than 80 characters. | 421 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line is longer than 80 characters. | 433 | |
'(' is preceded with whitespace. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
'(' is preceded with whitespace. | 440 | |
Line contains a tab character. | 441 | |
'(' is preceded with whitespace. | 442 | |
'(' is preceded with whitespace. | 442 | |
'(' is preceded with whitespace. | 443 | |
Line contains a tab character. | 444 | |
'(' is preceded with whitespace. | 445 | |
'(' is preceded with whitespace. | 445 | |
Line contains a tab character. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
'(' is preceded with whitespace. | 458 | |
'{' should be on the previous line. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
'(' is preceded with whitespace. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
'(' is preceded with whitespace. | 465 | |
'(' is preceded with whitespace. | 465 | |
'(' is preceded with whitespace. | 465 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 472 | |
Missing a Javadoc comment. | 472 | |
Line contains a tab character. | 473 | |
Missing a Javadoc comment. | 473 | |
Line contains a tab character. | 475 | |
Missing a Javadoc comment. | 475 | |
Parameter searchType should be final. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 479 | |
Missing a Javadoc comment. | 479 | |
Parameter searchType should be final. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 517 | |
Missing a Javadoc comment. | 517 | |
Line contains a tab character. | 518 | |
Parameter params should be final. | 518 | |
Line is longer than 80 characters. | 519 | |
Line contains a tab character. | 519 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line contains a tab character. | 539 | |
Missing a Javadoc comment. | 539 | |
'(' is preceded with whitespace. | 539 | |
Line contains a tab character. | 540 | |
Parameter params should be final. | 540 | |
Line is longer than 80 characters. | 541 | |
Line contains a tab character. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 545 | |
Line contains a tab character. | 546 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 549 | |
'(' is preceded with whitespace. | 549 | |
'(' is followed by whitespace. | 550 | |
'!' is followed by whitespace. | 550 | |
'(' is preceded with whitespace. | 550 | |
'(' is preceded with whitespace. | 550 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 559 | |
Missing a Javadoc comment. | 559 | |
Parameter fieldMeta should be final. | 559 | |
Line contains a tab character. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line is longer than 80 characters. | 568 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 572 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 578 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line is longer than 80 characters. | 583 | |
Line contains a tab character. | 583 | |
Line is longer than 80 characters. | 584 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line is longer than 80 characters. | 587 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 590 | |
Missing a Javadoc comment. | 590 | |
Parameter fieldMeta should be final. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
Line is longer than 80 characters. | 595 | |
Line contains a tab character. | 595 | |
Line is longer than 80 characters. | 596 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Line is longer than 80 characters. | 599 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
Line contains a tab character. | 605 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Variable 'LOG' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Parameter objectName should be final. | 59 | |
Missing a Javadoc comment. | 71 | |
Parameter objectName should be final. | 71 | |
First sentence should end with a period. | 82 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 84 | |
Parameter dictionaryServices should be final. | 87 | |
Expected @param tag for 'dictionaryServices'. | 87 | |
Line is longer than 80 characters. | 89 | |
First sentence should end with a period. | 99 | |
Line is longer than 80 characters. | 100 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 108 | |
Line is longer than 80 characters. | 108 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Parameter objectKey should be final. | 108 | |
Expected @param tag for 'objectKey'. | 108 | |
Parameter type should be final. | 108 | |
Parameter state should be final. | 108 | |
Parameter nextState should be final. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
First sentence should end with a period. | 112 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 117 | |
Expected an @return tag. | 120 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter objectKey should be final. | 120 | |
Expected @param tag for 'objectKey'. | 120 | |
Parameter type should be final. | 120 | |
Parameter state should be final. | 120 | |
First sentence should end with a period. | 125 | |
Line has trailing spaces. | 127 | |
Unused @param tag for 'type'. | 129 | |
Expected an @return tag. | 131 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter objectKey should be final. | 131 | |
Expected @param tag for 'objectKey'. | 131 | |
Parameter state should be final. | 131 | |
Expected @param tag for 'state'. | 131 | |
Line has trailing spaces. | 137 | |
Expected an @return tag. | 142 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter objectKey should be final. | 142 | |
Expected @param tag for 'objectKey'. | 142 | |
Line is longer than 80 characters. | 147 | |
Line has trailing spaces. | 149 | |
Expected an @return tag. | 155 | |
Line is longer than 80 characters. | 155 | |
Method 'getMetadataFromDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter objectKey should be final. | 155 | |
Expected @param tag for 'objectKey'. | 155 | |
Parameter type should be final. | 155 | |
Expected @param tag for 'type'. | 155 | |
Parameter state should be final. | 155 | |
Expected @param tag for 'state'. | 155 | |
Parameter nextState should be final. | 155 | |
Expected @param tag for 'nextState'. | 155 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 160 | |
First sentence should end with a period. | 168 | |
Line is longer than 80 characters. | 169 | |
Line has trailing spaces. | 170 | |
Expected an @return tag. | 176 | |
Line is longer than 80 characters. | 176 | |
Parameter objectStructure should be final. | 176 | |
Expected @param tag for 'objectStructure'. | 176 | |
Parameter type should be final. | 176 | |
Expected @param tag for 'type'. | 176 | |
Parameter state should be final. | 176 | |
Expected @param tag for 'state'. | 176 | |
Parameter nextState should be final. | 176 | |
Expected @param tag for 'nextState'. | 176 | |
Parameter counter should be final. | 176 | |
Expected @param tag for 'counter'. | 176 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 199 | |
Line has trailing spaces. | 201 | |
Line contains a tab character. | 202 | |
'{' is not preceded with whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
'{' is not preceded with whitespace. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 229 | |
First sentence should end with a period. | 245 | |
Line has trailing spaces. | 247 | |
Expected an @return tag. | 251 | |
Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Parameter fd should be final. | 251 | |
Expected @param tag for 'fd'. | 251 | |
First sentence should end with a period. | 263 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 265 | |
Expected an @return tag. | 269 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter objectKey should be final. | 269 | |
Expected @param tag for 'objectKey'. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 273 | |
Line is longer than 80 characters. | 279 | |
Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter fd should be final. | 279 | |
Parameter type should be final. | 279 | |
Parameter state should be final. | 279 | |
Parameter nextState should be final. | 279 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 291 | |
Line has trailing spaces. | 292 | |
Line is longer than 80 characters. | 296 | |
Method 'updateConstraintMetadata' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Parameter constraintMetadata should be final. | 296 | |
Expected @param tag for 'constraintMetadata'. | 296 | |
Parameter constraint should be final. | 296 | |
Expected @param tag for 'constraint'. | 296 | |
Parameter type should be final. | 296 | |
Expected @param tag for 'type'. | 296 | |
Parameter state should be final. | 296 | |
Expected @param tag for 'state'. | 296 | |
Parameter nextState should be final. | 296 | |
Expected @param tag for 'nextState'. | 296 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 312 | |
'9999' is a magic number. | 314 | |
Line is longer than 80 characters. | 331 | |
'9999' is a magic number. | 334 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 360 | |
Method 'processCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Missing a Javadoc comment. | 360 | |
Parameter constraintMetadata should be final. | 360 | |
Parameter caseConstraint should be final. | 360 | |
Parameter type should be final. | 360 | |
Parameter state should be final. | 360 | |
Parameter nextState should be final. | 360 | |
Line is longer than 80 characters. | 362 | |
Avoid inline conditionals. | 364 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Avoid inline conditionals. | 369 | |
':' is not preceded with whitespace. | 369 | |
':' is not followed by whitespace. | 369 | |
Line is longer than 80 characters. | 370 | |
Line contains a tab character. | 370 | |
Avoid inline conditionals. | 370 | |
':' is not preceded with whitespace. | 370 | |
':' is not followed by whitespace. | 370 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 381 | |
Line is longer than 80 characters. | 388 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 401 | |
Line has trailing spaces. | 407 | |
Line is longer than 80 characters. | 409 | |
Line has trailing spaces. | 410 | |
Expected an @return tag. | 415 | |
Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Parameter dataType should be final. | 415 | |
Expected @param tag for 'dataType'. | 415 | |
Parameter value should be final. | 415 | |
Expected @param tag for 'value'. | 415 | |
switch without "default" clause. | 419 | |
Line is longer than 80 characters. | 434 | |
Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Missing a Javadoc comment. | 456 | |
Parameter value should be final. | 456 | |
Line is longer than 80 characters. | 478 | |
Method 'convertDictionaryDataType' is not designed for extension - needs to be abstract, final or empty. | 478 | |
Missing a Javadoc comment. | 478 | |
Parameter dataType should be final. | 478 | |
switch without "default" clause. | 479 | |
Method 'setUiLookupContext' is not designed for extension - needs to be abstract, final or empty. | 501 | |
Missing a Javadoc comment. | 501 | |
Parameter uiLookupContext should be final. | 501 | |
'uiLookupContext' hides a field. | 501 | |
Missing a Javadoc comment. | 507 | |
Line is longer than 80 characters. | 509 | |
Line is longer than 80 characters. | 511 | |
Missing a Javadoc comment. | 519 | |
Parameter objectKey should be final. | 519 | |
Missing a Javadoc comment. | 528 | |
Parameter objectKey should be final. | 528 | |
Parameter path should be final. | 528 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 534 | |
Missing a Javadoc comment. | 538 | |
Parameter paramType should be final. | 538 | |
Parameter lookupType should be final. | 538 | |
Line is longer than 80 characters. | 543 | |
Line is longer than 80 characters. | 551 | |
Line is longer than 80 characters. | 557 | |
Line is longer than 80 characters. | 560 | |
Line is longer than 80 characters. | 564 | |
Missing a Javadoc comment. | 564 | |
Parameter objectKey should be final. | 564 | |
Parameter metadata should be final. | 564 | |
Parameter type should be final. | 564 | |
Comment matches to-do format 'TODO:'. | 573 | |
Line is longer than 80 characters. | 573 | |
Line is longer than 80 characters. | 575 | |
Line is longer than 80 characters. | 586 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 590 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 593 | |
Line is longer than 80 characters. | 599 | |
Line is longer than 80 characters. | 604 | |
Line is longer than 80 characters. | 608 | |
Line is longer than 80 characters. | 609 | |
Line is longer than 80 characters. | 610 | |
Line is longer than 80 characters. | 612 | |
Missing a Javadoc comment. | 619 | |
Parameter lookupData should be final. | 619 | |
Line is longer than 80 characters. | 622 | |
Line is longer than 80 characters. | 624 | |
Line is longer than 80 characters. | 627 | |
'(' is preceded with whitespace. | 629 | |
'(' is preceded with whitespace. | 630 | |
'(' is preceded with whitespace. | 630 | |
Line is longer than 80 characters. | 631 | |
':' is not preceded with whitespace. | 631 | |
'(' is preceded with whitespace. | 631 | |
'(' is preceded with whitespace. | 631 | |
'(' is preceded with whitespace. | 632 | |
'(' is preceded with whitespace. | 632 | |
Line is longer than 80 characters. | 633 | |
'(' is preceded with whitespace. | 634 | |
'(' is preceded with whitespace. | 634 | |
Line is longer than 80 characters. | 648 | |
Missing a Javadoc comment. | 648 | |
Parameter param should be final. | 648 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 652 | |
Line is longer than 80 characters. | 655 | |
Line is longer than 80 characters. | 658 | |
Line is longer than 80 characters. | 661 | |
Line is longer than 80 characters. | 664 | |
Missing a Javadoc comment. | 670 | |
Parameter fieldPath should be final. | 670 | |
Line is longer than 80 characters. | 671 | |
Avoid inline conditionals. | 671 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'name' must be private and have accessor methods. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'desc' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'writeAccess' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Variable 'permission' must be private and have accessor methods. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'dataType' must be private and have accessor methods. | 49 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'defaultValue' must be private and have accessor methods. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'defaultValuePath' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'onChangeRefreshMetadata' must be private and have accessor methods. | 55 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'lookupContextPath' must be private and have accessor methods. | 57 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'constraints' must be private and have accessor methods. | 59 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
Variable 'initialLookup' must be private and have accessor methods. | 61 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 63 | |
Variable 'additionalLookups' must be private and have accessor methods. | 63 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 65 | |
Variable 'dataObjectStructure' must be private and have accessor methods. | 65 | |
Line has trailing spaces. | 66 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter name should be final. | 71 | |
'name' hides a field. | 71 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter desc should be final. | 79 | |
'desc' hides a field. | 79 | |
Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'getPermission' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Method 'setPermission' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter permission should be final. | 91 | |
'permission' hides a field. | 91 | |
Line has trailing spaces. | 94 | |
Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter writeAccess should be final. | 95 | |
'writeAccess' hides a field. | 95 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter dataType should be final. | 103 | |
'dataType' hides a field. | 103 | |
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter defaultValue should be final. | 111 | |
'defaultValue' hides a field. | 111 | |
Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter constraints should be final. | 119 | |
'constraints' hides a field. | 119 | |
Method 'isOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Method 'setOnChangeRefreshMetadata' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter onChangeRefreshMetadata should be final. | 127 | |
'onChangeRefreshMetadata' hides a field. | 127 | |
Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter lookupContextPath should be final. | 135 | |
'lookupContextPath' hides a field. | 135 | |
Method 'getInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Method 'setInitialLookup' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter initialLookup should be final. | 143 | |
'initialLookup' hides a field. | 143 | |
Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter defaultValuePath should be final. | 155 | |
'defaultValuePath' hides a field. | 155 | |
Method 'getDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Line is longer than 80 characters. | 163 | |
Method 'setDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter dataObjectStructure should be final. | 163 | |
'dataObjectStructure' hides a field. | 163 | |
Method 'isCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Method 'setCanUnmask' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter canUnmask should be final. | 171 | |
'canUnmask' hides a field. | 171 | |
Method 'isCanView' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Method 'setCanView' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter canView should be final. | 179 | |
'canView' hides a field. | 179 | |
Method 'isCanEdit' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Method 'setCanEdit' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Parameter canEdit should be final. | 187 | |
'canEdit' hides a field. | 187 | |
Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter additionalLookups should be final. | 191 | |
'additionalLookups' hides a field. | 191 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 27 | |
Variable 'name' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'desc' must be private and have accessor methods. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'fields' must be private and have accessor methods. | 30 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter name should be final. | 36 | |
'name' hides a field. | 36 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter desc should be final. | 44 | |
'desc' hides a field. | 44 | |
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter fields should be final. | 52 | |
'fields' hides a field. | 52 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 47 | |
Comment matches to-do format 'TODO:'. | 48 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 58 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'LOG' must be private and have accessor methods. | 58 | |
Line has trailing spaces. | 59 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Line has trailing spaces. | 68 | |
Missing a Javadoc comment. | 69 | |
Parameter objectName should be final. | 69 | |
'{' is not preceded with whitespace. | 69 | |
Line has trailing spaces. | 71 | |
'{' is not preceded with whitespace. | 72 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
Parameter objectName should be final. | 81 | |
'{' is not preceded with whitespace. | 81 | |
'{' is not preceded with whitespace. | 83 | |
Line has trailing spaces. | 91 | |
First sentence should end with a period. | 92 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 94 | |
Parameter metadataContext should be final. | 97 | |
'{' is not preceded with whitespace. | 97 | |
'cast' is not followed by whitespace. | 98 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter dictionaryServices should be final. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter metadataContext should be final. | 105 | |
Parameter dictionaryServices should be final. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line has trailing spaces. | 108 | |
Missing a Javadoc comment. | 109 | |
Line is longer than 80 characters. | 110 | |
Parameter metadataContext should be final. | 110 | |
Parameter dictionaryServices should be final. | 110 | |
'{' is not preceded with whitespace. | 110 | |
'{' is not preceded with whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 115 | |
'{' is not preceded with whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 121 | |
'{' is not preceded with whitespace. | 122 | |
Line is longer than 80 characters. | 123 | |
':' is not preceded with whitespace. | 124 | |
':' is not followed by whitespace. | 124 | |
'{' is not preceded with whitespace. | 124 | |
'for' is not followed by whitespace. | 126 | |
':' is not preceded with whitespace. | 126 | |
':' is not followed by whitespace. | 126 | |
'{' is not preceded with whitespace. | 126 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 129 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 133 | |
First sentence should end with a period. | 134 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 136 | |
Expected an @return tag. | 142 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter objectKey should be final. | 143 | |
Expected @param tag for 'objectKey'. | 143 | |
Parameter type should be final. | 143 | |
Expected @param tag for 'type'. | 143 | |
Parameter state should be final. | 143 | |
Expected @param tag for 'state'. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Line has trailing spaces. | 146 | |
'(' is preceded with whitespace. | 147 | |
Line is longer than 80 characters. | 152 | |
'cast' is not followed by whitespace. | 152 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 156 | |
Line has trailing spaces. | 157 | |
Line has trailing spaces. | 158 | |
First sentence should end with a period. | 159 | |
Line is longer than 80 characters. | 160 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 165 | |
Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter properties should be final. | 165 | |
Expected @param tag for 'properties'. | 165 | |
Parameter fields should be final. | 165 | |
Expected @param tag for 'fields'. | 165 | |
Parameter counter should be final. | 165 | |
Expected @param tag for 'counter'. | 165 | |
'{' is not preceded with whitespace. | 165 | |
':' is not preceded with whitespace. | 167 | |
':' is not followed by whitespace. | 167 | |
'{' is not preceded with whitespace. | 167 | |
Line is longer than 80 characters. | 169 | |
Line has trailing spaces. | 173 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 181 | |
'{' is not preceded with whitespace. | 182 | |
Line has trailing spaces. | 185 | |
Line is longer than 80 characters. | 188 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 190 | |
'{' is not preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 193 | |
Line is longer than 80 characters. | 194 | |
'{' is not preceded with whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Line has trailing spaces. | 202 | |
Line has trailing spaces. | 204 | |
First sentence should end with a period. | 205 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 207 | |
Expected an @return tag. | 211 | |
Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter field should be final. | 211 | |
Expected @param tag for 'field'. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line has trailing spaces. | 221 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Missing a Javadoc comment. | 222 | |
Line is longer than 80 characters. | 223 | |
Parameter dataObjectStructure should be final. | 223 | |
Parameter counter should be final. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line has trailing spaces. | 226 | |
Line has trailing spaces. | 228 | |
'{' is not preceded with whitespace. | 229 | |
Line is longer than 80 characters. | 230 | |
'cast' is not followed by whitespace. | 230 | |
'{' is not preceded with whitespace. | 231 | |
'{' is not preceded with whitespace. | 233 | |
Line is longer than 80 characters. | 236 | |
Line has trailing spaces. | 238 | |
Line has trailing spaces. | 242 | |
Line has trailing spaces. | 243 | |
Line has trailing spaces. | 244 | |
Line is longer than 80 characters. | 245 | |
Line has trailing spaces. | 247 | |
Expected an @return tag. | 253 | |
Line is longer than 80 characters. | 253 | |
Method 'getMetadataFromDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Parameter objectKey should be final. | 253 | |
Expected @param tag for 'objectKey'. | 253 | |
Parameter type should be final. | 253 | |
Expected @param tag for 'type'. | 253 | |
Parameter state should be final. | 253 | |
Expected @param tag for 'state'. | 253 | |
'{' is not preceded with whitespace. | 253 | |
Line has trailing spaces. | 255 | |
Line has trailing spaces. | 259 | |
Line has trailing spaces. | 260 | |
Line is longer than 80 characters. | 260 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 265 | |
Line has trailing spaces. | 268 | |
Line has trailing spaces. | 271 | |
First sentence should end with a period. | 272 | |
Line has trailing spaces. | 272 | |
Line is longer than 80 characters. | 273 | |
Line has trailing spaces. | 274 | |
Expected an @return tag. | 280 | |
Line is longer than 80 characters. | 280 | |
Parameter fields should be final. | 280 | |
Expected @param tag for 'fields'. | 280 | |
Parameter type should be final. | 280 | |
Expected @param tag for 'type'. | 280 | |
Parameter state should be final. | 280 | |
Expected @param tag for 'state'. | 280 | |
'{' is not preceded with whitespace. | 280 | |
Line has trailing spaces. | 282 | |
':' is not preceded with whitespace. | 283 | |
':' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line has trailing spaces. | 285 | |
Line has trailing spaces. | 289 | |
Line is longer than 80 characters. | 289 | |
Line has trailing spaces. | 290 | |
Line has trailing spaces. | 291 | |
Line is longer than 80 characters. | 291 | |
Line has trailing spaces. | 292 | |
Line has trailing spaces. | 294 | |
Line is longer than 80 characters. | 294 | |
'{' is not preceded with whitespace. | 294 | |
'{' is not preceded with whitespace. | 296 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 304 | |
Line has trailing spaces. | 305 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 307 | |
Line has trailing spaces. | 310 | |
Line has trailing spaces. | 311 | |
'{' is not preceded with whitespace. | 312 | |
Line has trailing spaces. | 315 | |
Line is longer than 80 characters. | 318 | |
Line has trailing spaces. | 319 | |
'{' is not preceded with whitespace. | 320 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 324 | |
'{' is not preceded with whitespace. | 327 | |
Line has trailing spaces. | 330 | |
Line has trailing spaces. | 332 | |
Line has trailing spaces. | 334 | |
Line has trailing spaces. | 337 | |
Line has trailing spaces. | 338 | |
First sentence should end with a period. | 339 | |
Line has trailing spaces. | 339 | |
Line has trailing spaces. | 341 | |
Expected an @return tag. | 345 | |
Method 'isRepeating' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Parameter field should be final. | 345 | |
Expected @param tag for 'field'. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line is longer than 80 characters. | 346 | |
'{' is not preceded with whitespace. | 346 | |
Line is longer than 80 characters. | 347 | |
':' is not preceded with whitespace. | 347 | |
':' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
'{' is not preceded with whitespace. | 348 | |
Line has trailing spaces. | 355 | |
First sentence should end with a period. | 356 | |
Line has trailing spaces. | 356 | |
Line is longer than 80 characters. | 357 | |
Line has trailing spaces. | 358 | |
Expected an @return tag. | 362 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Parameter objectKey should be final. | 362 | |
Expected @param tag for 'objectKey'. | 362 | |
'{' is not preceded with whitespace. | 362 | |
Line is longer than 80 characters. | 363 | |
Line has trailing spaces. | 364 | |
Line has trailing spaces. | 367 | |
Line has trailing spaces. | 369 | |
Expected an @return tag. | 376 | |
Line is longer than 80 characters. | 376 | |
Method 'getObjectState' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Parameter objectStructure should be final. | 376 | |
Expected @param tag for 'objectStructure'. | 376 | |
Parameter type should be final. | 376 | |
Expected @param tag for 'type'. | 376 | |
Parameter state should be final. | 376 | |
Expected @param tag for 'state'. | 376 | |
'{' is not preceded with whitespace. | 376 | |
Line has trailing spaces. | 377 | |
Line is longer than 80 characters. | 377 | |
':' is not preceded with whitespace. | 379 | |
':' is not followed by whitespace. | 379 | |
'{' is not preceded with whitespace. | 379 | |
'{' is not preceded with whitespace. | 380 | |
':' is not preceded with whitespace. | 381 | |
':' is not followed by whitespace. | 381 | |
'{' is not preceded with whitespace. | 381 | |
'{' is not preceded with whitespace. | 382 | |
Line has trailing spaces. | 388 | |
Line has trailing spaces. | 391 | |
Line is longer than 80 characters. | 392 | |
Method 'copyConstraints' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Missing a Javadoc comment. | 392 | |
Parameter constraintDescriptor should be final. | 392 | |
'{' is not preceded with whitespace. | 392 | |
Line has trailing spaces. | 394 | |
Line has trailing spaces. | 395 | |
Line is longer than 80 characters. | 395 | |
'{' is not preceded with whitespace. | 395 | |
Line has trailing spaces. | 397 | |
Line has trailing spaces. | 398 | |
Line is longer than 80 characters. | 399 | |
':' is not preceded with whitespace. | 399 | |
':' is not followed by whitespace. | 399 | |
'{' is not preceded with whitespace. | 399 | |
Line has trailing spaces. | 401 | |
'{' is not preceded with whitespace. | 403 | |
Line is longer than 80 characters. | 404 | |
Line has trailing spaces. | 409 | |
'{' is not preceded with whitespace. | 410 | |
Line is longer than 80 characters. | 411 | |
Line has trailing spaces. | 413 | |
Line is longer than 80 characters. | 414 | |
Line has trailing spaces. | 415 | |
Line has trailing spaces. | 417 | |
Line has trailing spaces. | 421 | |
Line has trailing spaces. | 424 | |
Line is longer than 80 characters. | 426 | |
Expected an @return tag. | 431 | |
Method 'convertDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Parameter dataType should be final. | 431 | |
Expected @param tag for 'dataType'. | 431 | |
Parameter value should be final. | 431 | |
Expected @param tag for 'value'. | 431 | |
'{' is not preceded with whitespace. | 431 | |
'{' is not preceded with whitespace. | 433 | |
'cast' is not followed by whitespace. | 434 | |
switch without "default" clause. | 435 | |
'{' is not preceded with whitespace. | 435 | |
Line has trailing spaces. | 438 | |
Line has trailing spaces. | 446 | |
Line is longer than 80 characters. | 446 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line has trailing spaces. | 463 | |
Line has trailing spaces. | 466 | |
Line has trailing spaces. | 469 | |
Method 'convertDictionaryDataType' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 | |
Parameter dataType should be final. | 470 | |
'{' is not preceded with whitespace. | 470 | |
'{' is not preceded with whitespace. | 471 | |
'{' is not preceded with whitespace. | 473 | |
'{' is not preceded with whitespace. | 475 | |
'{' is not preceded with whitespace. | 477 | |
'{' is not preceded with whitespace. | 479 | |
Line has trailing spaces. | 481 | |
Line has trailing spaces. | 482 | |
Line has trailing spaces. | 483 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Class RuntimeDataHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
'key' hides a field. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'(' is preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
'{' should be on the previous line. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is preceded with whitespace. | 49 | |
Parameter data should be final. | 49 | |
'data' hides a field. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
Parameter data should be final. | 54 | |
Line contains a tab character. | 55 | |
'{' should be on the previous line. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'(' is preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
'(' is preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter value should be final. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
'(' is preceded with whitespace. | 71 | |
'(' is preceded with whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
'(' is preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
'{' should be on the previous line. | 76 | |
Line contains a tab character. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
'(' is preceded with whitespace. | 81 | |
Parameter value should be final. | 81 | |
Line contains a tab character. | 82 | |
'{' should be on the previous line. | 82 | |
Line contains a tab character. | 83 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
'(' is preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line contains a tab character. | 89 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 | |
Parameter value should be final. | 93 | |
Line contains a tab character. | 94 | |
'{' should be on the previous line. | 94 | |
Line contains a tab character. | 95 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
'(' is preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
'{' should be on the previous line. | 100 | |
Line contains a tab character. | 101 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
'(' is preceded with whitespace. | 105 | |
Parameter value should be final. | 105 | |
Line contains a tab character. | 106 | |
'{' should be on the previous line. | 106 | |
Line contains a tab character. | 107 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
'(' is preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
'{' should be on the previous line. | 112 | |
Line contains a tab character. | 113 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Redundant 'public' modifier. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Redundant 'public' modifier. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Redundant 'public' modifier. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Variable 'value' must be private and have accessor methods. | 64 | |
Line contains a tab character. | 65 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter newValue should be final. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 72 | |
'{' is not preceded with whitespace. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Variable 'type' must be private and have accessor methods. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Variable 'state' must be private and have accessor methods. | 74 | |
Line contains a tab character. | 75 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter type should be final. | 78 | |
'type' hides a field. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter state should be final. | 84 | |
'state' hides a field. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter filter should be final. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter target should be final. | 46 | |
'target' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Parameter input should be final. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Parameter request should be final. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Parameter response should be final. | 64 | |
Line contains a tab character. | 65 | |
'if' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'else' is not preceded with whitespace. | 67 | |
'}' is not followed by whitespace. | 67 | |
'else' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
'}' is not followed by whitespace. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Parameter input should be final. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Parameter request should be final. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Parameter response should be final. | 94 | |
Line contains a tab character. | 95 | |
'if' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'else' is not preceded with whitespace. | 97 | |
'}' is not followed by whitespace. | 97 | |
'else' is not followed by whitespace. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'}' is not followed by whitespace. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line contains a tab character. | 111 | |
Parameter id should be final. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Parameter request should be final. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Parameter response should be final. | 122 | |
Line contains a tab character. | 123 | |
'if' is not followed by whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'else' is not preceded with whitespace. | 125 | |
'}' is not followed by whitespace. | 125 | |
'else' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'}' is not followed by whitespace. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Parameter type should be final. | 139 | |
Parameter state should be final. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Parameter request should be final. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Parameter response should be final. | 152 | |
Line contains a tab character. | 153 | |
'if' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
'else' is not preceded with whitespace. | 155 | |
'}' is not followed by whitespace. | 155 | |
'else' is not followed by whitespace. | 155 | |
'{' is not preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
',' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
'}' is not followed by whitespace. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 168 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line contains a tab character. | 169 | |
Parameter input should be final. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'{' is not preceded with whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Parameter request should be final. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Parameter response should be final. | 182 | |
Line contains a tab character. | 183 | |
'if' is not followed by whitespace. | 183 | |
'{' is not preceded with whitespace. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
'else' is not preceded with whitespace. | 185 | |
'}' is not followed by whitespace. | 185 | |
'else' is not followed by whitespace. | 185 | |
'{' is not preceded with whitespace. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
'}' is not followed by whitespace. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 198 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Line contains a tab character. | 199 | |
Parameter input should be final. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line has trailing spaces. | 202 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Parameter request should be final. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Parameter response should be final. | 211 | |
Line contains a tab character. | 212 | |
'if' is not followed by whitespace. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'else' is not preceded with whitespace. | 214 | |
'}' is not followed by whitespace. | 214 | |
'else' is not followed by whitespace. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
'}' is not followed by whitespace. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Method 'setFilters' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter filters should be final. | 227 | |
'filters' hides a field. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter target should be final. | 235 | |
'target' hides a field. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line has trailing spaces. | 243 | |
Line contains a tab character. | 243 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 38 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Variable 'LOG' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 40 | |
Variable 'permissionService' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'metadataService' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'kimName' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Parameter kimName should be final. | 46 | |
'kimName' hides a field. | 46 | |
Missing a Javadoc comment. | 53 | |
Parameter kimName should be final. | 53 | |
'for' is not followed by whitespace. | 54 | |
'if' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 63 | |
Comment matches to-do format 'TODO:'. | 65 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Method 'getFieldAccessPermissions' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter dtoName should be final. | 66 | |
Parameter idType should be final. | 66 | |
Parameter id should be final. | 66 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter metadata should be final. | 93 | |
Parameter readOnly should be final. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line 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 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 104 | |
Parameter idType should be final. | 104 | |
Parameter id should be final. | 104 | |
Parameter type should be final. | 104 | |
Parameter state should be final. | 104 | |
Line is longer than 80 characters. | 105 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 110 | |
Method 'applyPermissionsToMetadata' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter metadata should be final. | 110 | |
Parameter idType should be final. | 110 | |
Parameter id should be final. | 110 | |
'{' is not preceded with whitespace. | 110 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
'if' is not followed by whitespace. | 121 | |
'for' is not followed by whitespace. | 122 | |
'if' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 130 | |
'}' should be on the same line. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'for' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
'if' is not followed by whitespace. | 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 is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Line has trailing spaces. | 163 | |
Line is longer than 80 characters. | 164 | |
Method 'hasValidationErrors' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter validationResults should be final. | 164 | |
Line has trailing spaces. | 176 | |
Line is longer than 80 characters. | 177 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter data should be final. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Missing a Javadoc comment. | 183 | |
Parameter fieldPath should be final. | 183 | |
Line is longer than 80 characters. | 184 | |
Avoid inline conditionals. | 184 | |
Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
First sentence should end with a period. | 191 | |
Line has trailing spaces. | 192 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 195 | |
First sentence should end with a period. | 199 | |
Line has trailing spaces. | 200 | |
Line has trailing spaces. | 202 | |
Line is longer than 80 characters. | 203 | |
First sentence should end with a period. | 207 | |
Line has trailing spaces. | 208 | |
Line has trailing spaces. | 210 | |
Line has trailing spaces. | 211 | |
Line is longer than 80 characters. | 211 | |
First sentence should end with a period. | 215 | |
Line has trailing spaces. | 216 | |
Line has trailing spaces. | 218 | |
Expected @param tag for 'idType'. | 221 | |
Expected @param tag for 'id'. | 221 | |
Line has trailing spaces. | 222 | |
Line is longer than 80 characters. | 223 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter permissionService should be final. | 223 | |
'permissionService' hides a field. | 223 | |
Line has trailing spaces. | 226 | |
Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter metadataService should be final. | 227 | |
'metadataService' hides a field. | 227 | |
Line has trailing spaces. | 230 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 31 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'LOG' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Parameter idTranslator should be final. | 44 | |
'idTranslator' hides a field. | 44 | |
Method 'doGetFilter' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line is longer than 80 characters. | 49 | |
Parameter id should be final. | 49 | |
Parameter response should be final. | 49 | |
Parameter chain should be final. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 56 | |
Method 'doSaveFilter' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
Parameter request should be final. | 58 | |
Parameter response should be final. | 58 | |
Parameter chain should be final. | 58 | |
Line is longer than 80 characters. | 61 | |
Avoid inline conditionals. | 61 | |
'if' is not followed by whitespace. | 62 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter data should be final. | 67 | |
Parameter chain should be final. | 67 | |
Line has trailing spaces. | 74 | |
First sentence should end with a period. | 75 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 85 | |
Name '__translateIds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Parameter data should be final. | 85 | |
Parameter metadata should be final. | 85 | |
Line contains a tab character. | 86 | |
Expected @throws tag for 'AssemblyException'. | 86 | |
Line contains a tab character. | 87 | |
'try' is not followed by whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'if' is not followed by whitespace. | 99 | |
'==' is not preceded with whitespace. | 99 | |
'==' is not followed by whitespace. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
'=' is not preceded with whitespace. | 100 | |
'=' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'if' is not followed by whitespace. | 109 | |
'{' is not preceded with whitespace. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'else' is not preceded with whitespace. | 111 | |
'}' is not followed by whitespace. | 111 | |
'else' is not followed by whitespace. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'for' is not followed by whitespace. | 113 | |
'cast' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
'cast' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line 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 contains a tab character. | 145 | |
'catch' is not preceded with whitespace. | 145 | |
'}' is not followed by whitespace. | 145 | |
'catch' is not followed by whitespace. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter data should be final. | 150 | |
Parameter field should be final. | 150 | |
Parameter index should be final. | 150 | |
Parameter translation should be final. | 150 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 158 | |
Line is longer than 80 characters. | 159 | |
'if' is not followed by whitespace. | 161 | |
'==' is not preceded with whitespace. | 161 | |
'==' is not followed by whitespace. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line contains a tab character. | 162 | |
'else' is not preceded with whitespace. | 166 | |
'}' is not followed by whitespace. | 166 | |
'else' is not followed by whitespace. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
'if' is not followed by whitespace. | 170 | |
'==' is not preceded with whitespace. | 170 | |
'==' is not followed by whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 28 | |
Method 'doAssembleFilter' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Parameter request should be final. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Parameter response should be final. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Parameter chain should be final. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'doDisassembleFilter' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Parameter request should be final. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Parameter response should be final. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Parameter chain should be final. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'doGetFilter' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Parameter id should be final. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Parameter response should be final. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Parameter chain should be final. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'doGetMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Parameter request should be final. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Parameter response should be final. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Parameter chain should be final. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'doSaveFilter' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Parameter request should be final. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Parameter response should be final. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Parameter chain should be final. | 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 | |
Method 'doValidateFilter' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Parameter request should be final. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Parameter response should be final. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Parameter chain should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter value should be final. | 32 | |
'value' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Method 'setValidationResults' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter validationResults should be final. | 40 | |
'validationResults' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Method 'addValidationResults' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter validationResults should be final. | 44 | |
'validationResults' hides a field. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
'else' is not followed by whitespace. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 7 | |
Line has trailing spaces. | 8 | |
Line contains a tab character. | 8 | |
Line has trailing spaces. | 9 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Unused @param tag for 'data'. | 10 | |
Line contains a tab character. | 11 | |
Unused @param tag for 'metadata'. | 11 | |
Line contains a tab character. | 12 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Parameter dto should be final. | 13 | |
Expected @param tag for 'dto'. | 13 | |
Parameter properties should be final. | 13 | |
Expected @param tag for 'properties'. | 13 | |
Expected @throws tag for 'Exception'. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Unused @param tag for 'data'. | 19 | |
Line contains a tab character. | 20 | |
Unused @param tag for 'metadata'. | 20 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Parameter dto should be final. | 22 | |
Expected @param tag for 'dto'. | 22 | |
Parameter properties should be final. | 22 | |
Expected @param tag for 'properties'. | 22 | |
Expected @throws tag for 'Exception'. | 22 | |
'{' is not preceded with whitespace. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Line contains a tab character. | 10 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 11 | |
Line has trailing spaces. | 12 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Parameter data should be final. | 16 | |
Parameter metadata should be final. | 16 | |
Parameter properties should be final. | 16 | |
Expected @param tag for 'properties'. | 16 | |
Expected @throws tag for 'Exception'. | 16 | |
'{' is not preceded with whitespace. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Parameter data should be final. | 25 | |
Parameter metadata should be final. | 25 | |
Parameter properties should be final. | 25 | |
Expected @param tag for 'properties'. | 25 | |
Expected @throws tag for 'Exception'. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'permissionService' must be private and have accessor methods. | 30 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Variable 'LOG' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Variable 'kimName' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 39 | |
Parameter kimName should be final. | 39 | |
'kimName' hides a field. | 39 | |
Missing a Javadoc comment. | 46 | |
Parameter kimName should be final. | 46 | |
'for' is not followed by whitespace. | 47 | |
'if' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Parameter data should be final. | 63 | |
Expected @param tag for 'data'. | 63 | |
Parameter metadata should be final. | 63 | |
Expected @param tag for 'metadata'. | 63 | |
Parameter filterProperties should be final. | 63 | |
',' is not followed by whitespace. | 63 | |
Expected @param tag for 'filterProperties'. | 63 | |
Expected @throws tag for 'Exception'. | 63 | |
'if' is not followed by whitespace. | 64 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 69 | |
'for' is not followed by whitespace. | 70 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 80 | |
Comment matches to-do format 'TODO:'. | 81 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 84 | |
Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Parameter data should be final. | 85 | |
Parameter metadata should be final. | 85 | |
Parameter filterProperties should be final. | 85 | |
',' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'applyMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Parameter dtoName should be final. | 94 | |
Expected @param tag for 'dtoName'. | 94 | |
Parameter metadata should be final. | 94 | |
Expected @param tag for 'metadata'. | 94 | |
Parameter metadataProperties should be final. | 94 | |
Expected @param tag for 'metadataProperties'. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Method 'applyPermissionsToData' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter data should be final. | 105 | |
Expected @param tag for 'data'. | 105 | |
Parameter metadata should be final. | 105 | |
Expected @param tag for 'metadata'. | 105 | |
Parameter filterProperties should be final. | 105 | |
Expected @param tag for 'filterProperties'. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
':' is not preceded with whitespace. | 111 | |
':' is not followed by whitespace. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'{' is not preceded with whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
'cast' is not followed by whitespace. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
'cast' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'cast' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Method 'applyPermissionsToMetadata' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter dtoName should be final. | 140 | |
Expected @param tag for 'dtoName'. | 140 | |
Parameter metadata should be final. | 140 | |
Expected @param tag for 'metadata'. | 140 | |
Parameter metadataProperties should be final. | 140 | |
Expected @param tag for 'metadataProperties'. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line has trailing spaces. | 142 | |
'cast' is not followed by whitespace. | 143 | |
'cast' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
'cast' is not followed by whitespace. | 145 | |
Line is longer than 80 characters. | 146 | |
'cast' is not followed by whitespace. | 146 | |
Line has trailing spaces. | 147 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 149 | |
Line has trailing spaces. | 150 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 161 | |
Line has trailing spaces. | 162 | |
'{' is not preceded with whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
',' is not followed by whitespace. | 168 | |
',' is not followed by whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
'for' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
'if' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
'{' is not preceded with whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 199 | |
Method 'getFieldAccessPermissions' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter dtoName should be final. | 199 | |
Parameter idType should be final. | 199 | |
Parameter id should be final. | 199 | |
Parameter docType should be final. | 199 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line has trailing spaces. | 221 | |
Line is longer than 80 characters. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 228 | |
Parameter metadata should be final. | 228 | |
Expected @param tag for 'metadata'. | 228 | |
Parameter readOnly should be final. | 228 | |
Expected @param tag for 'readOnly'. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line has trailing spaces. | 237 | |
Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter docLevelPerm should be final. | 238 | |
Line contains a tab character. | 239 | |
Line has trailing spaces. | 242 | |
Line contains a tab character. | 242 | |
Missing a Javadoc comment. | 243 | |
Parameter fieldPath should be final. | 243 | |
Line is longer than 80 characters. | 244 | |
Avoid inline conditionals. | 244 | |
Line is longer than 80 characters. | 247 | |
Method 'getQualification' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter idType should be final. | 247 | |
Parameter id should be final. | 247 | |
Parameter docType should be final. | 247 | |
Line contains a tab character. | 254 | |
Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Parameter permissionService should be final. | 258 | |
'permissionService' hides a field. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Line has trailing spaces. | 10 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Redundant 'public' modifier. | 14 | |
Expected @param tag for 'value'. | 14 | |
Expected @throws tag for 'Exception'. | 14 | |
First sentence should end with a period. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Expected an @return tag. | 23 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Redundant 'public' modifier. | 23 | |
Expected @param tag for 'data'. | 23 | |
Expected @param tag for 'clazz'. | 23 | |
Expected @param tag for 'metadata'. | 23 | |
Expected @throws tag for 'Exception'. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Variable 'INSTANCE' 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 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'convertFromBean' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter value should be final. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 46 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 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 contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Method 'convertFromData' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter data should be final. | 61 | |
Parameter clazz should be final. | 61 | |
Parameter metadata should be final. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
'if' is not followed by whitespace. | 82 | |
'!=' is not preceded with whitespace. | 82 | |
'!=' is not followed by whitespace. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
'if' is not followed by whitespace. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
'cast' is not followed by whitespace. | 84 | |
',' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
'else' is not preceded with whitespace. | 85 | |
'}' is not followed by whitespace. | 85 | |
'else' is not followed by whitespace. | 85 | |
'{' is not preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'cast' is not followed by whitespace. | 86 | |
',' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
'}' should be on the same line. | 88 | |
Line contains a tab character. | 89 | |
'else' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
'cast' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'else' is not preceded with whitespace. | 92 | |
'}' is not followed by whitespace. | 92 | |
'if' is not followed by whitespace. | 92 | |
'!=' is not preceded with whitespace. | 92 | |
'!=' is not followed by whitespace. | 92 | |
'&&' is not preceded with whitespace. | 92 | |
'&&' is not followed by whitespace. | 92 | |
'==' is not preceded with whitespace. | 92 | |
'==' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'if' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'if' is not followed by whitespace. | 100 | |
'{' is not preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
'if' is not followed by whitespace. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'else' is not preceded with whitespace. | 105 | |
'}' is not followed by whitespace. | 105 | |
'else' is not followed by whitespace. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
'if' is not followed by whitespace. | 123 | |
'==' is not preceded with whitespace. | 123 | |
'==' is not followed by whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
'cast' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'}' should be on the same line. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'!' is followed by whitespace. | 129 | |
'&&' should be on a new line. | 129 | |
Line contains a tab character. | 130 | |
'&&' should be on a new line. | 130 | |
Line contains a tab character. | 131 | |
'!' is followed by whitespace. | 131 | |
'&&' should be on a new line. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
'&&' should be on a new line. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'{' should be on the previous line. | 134 | |
Line is longer than 80 characters. | 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. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Expected an @return tag. | 157 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Method 'convertNestedData' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Parameter data should be final. | 157 | |
Expected @param tag for 'data'. | 157 | |
Parameter propField should be final. | 157 | |
Expected @param tag for 'propField'. | 157 | |
Parameter metadata should be final. | 157 | |
Expected @param tag for 'metadata'. | 157 | |
Expected @throws tag for 'Exception'. | 157 | |
'{' is not preceded with whitespace. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'cast' is not followed by whitespace. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
'for' is not followed by whitespace. | 168 | |
'{' is not preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
')' is preceded with whitespace. | 171 | |
'{' is not preceded with whitespace. | 171 | |
Line contains a tab character. | 172 | |
'cast' is not followed by whitespace. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Line contains a tab character. | 175 | |
'if' is not followed by whitespace. | 175 | |
'!=' is not preceded with whitespace. | 175 | |
'!=' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
'cast' is not followed by whitespace. | 176 | |
'cast' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
'else' is not preceded with whitespace. | 177 | |
'}' is not followed by whitespace. | 177 | |
'else' is not followed by whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
'cast' is not followed by whitespace. | 178 | |
'cast' is not followed by whitespace. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
',' is not followed by whitespace. | 189 | |
Line contains a tab character. | 190 | |
Line has trailing spaces. | 191 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Method 'setDataValue' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Parameter data should be final. | 202 | |
Expected @param tag for 'data'. | 202 | |
Parameter propertyKey should be final. | 202 | |
Expected @param tag for 'propertyKey'. | 202 | |
Parameter value should be final. | 202 | |
Expected @param tag for 'value'. | 202 | |
Expected @throws tag for 'Exception'. | 202 | |
'{' is not preceded with whitespace. | 202 | |
Line contains a tab character. | 203 | |
'{' is not preceded with whitespace. | 203 | |
Line contains a tab character. | 204 | |
'{' is not preceded with whitespace. | 204 | |
Line contains a tab character. | 205 | |
'cast' is not followed by whitespace. | 205 | |
Line contains a tab character. | 206 | |
'{' is not preceded with whitespace. | 206 | |
Line contains a tab character. | 207 | |
'cast' is not followed by whitespace. | 207 | |
Line contains a tab character. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line contains a tab character. | 209 | |
'cast' is not followed by whitespace. | 209 | |
Line contains a tab character. | 210 | |
'{' is not preceded with whitespace. | 210 | |
Line contains a tab character. | 211 | |
'cast' is not followed by whitespace. | 211 | |
Line contains a tab character. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Line contains a tab character. | 213 | |
'cast' is not followed by whitespace. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
'cast' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
'{' is not preceded with whitespace. | 216 | |
Line has trailing spaces. | 217 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'cast' is not followed by whitespace. | 217 | |
Line contains a tab character. | 218 | |
'{' is not preceded with whitespace. | 218 | |
Line contains a tab character. | 219 | |
'cast' is not followed by whitespace. | 219 | |
Line contains a tab character. | 220 | |
'{' is not preceded with whitespace. | 220 | |
Line contains a tab character. | 221 | |
'cast' is not followed by whitespace. | 221 | |
Line contains a tab character. | 222 | |
'{' is not preceded with whitespace. | 222 | |
Line contains a tab character. | 223 | |
'cast' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
'{' is not preceded with whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
First sentence should end with a period. | 234 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line has trailing spaces. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Method 'setDataAttributes' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter data should be final. | 240 | |
Expected @param tag for 'data'. | 240 | |
Parameter value should be final. | 240 | |
Expected @param tag for 'value'. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
'cast' is not followed by whitespace. | 242 | |
Line has trailing spaces. | 243 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
':' is not preceded with whitespace. | 244 | |
':' is not followed by whitespace. | 244 | |
'{' is not preceded with whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
'if' is not followed by whitespace. | 245 | |
'||' is not preceded with whitespace. | 245 | |
'||' is not followed by whitespace. | 245 | |
'{' is not preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'else' is not preceded with whitespace. | 247 | |
'}' is not followed by whitespace. | 247 | |
'else' is not followed by whitespace. | 247 | |
'{' is not preceded with whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line has trailing spaces. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Method 'setDataListValue' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Parameter data should be final. | 259 | |
Expected @param tag for 'data'. | 259 | |
Parameter value should be final. | 259 | |
Expected @param tag for 'value'. | 259 | |
Expected @throws tag for 'Exception'. | 259 | |
'{' is not preceded with whitespace. | 259 | |
Line contains a tab character. | 260 | |
'{' is not preceded with whitespace. | 260 | |
Line contains a tab character. | 261 | |
'{' is not preceded with whitespace. | 261 | |
Line contains a tab character. | 262 | |
'cast' is not followed by whitespace. | 262 | |
Line contains a tab character. | 263 | |
'{' is not preceded with whitespace. | 263 | |
Line contains a tab character. | 264 | |
'cast' is not followed by whitespace. | 264 | |
Line contains a tab character. | 265 | |
'{' is not preceded with whitespace. | 265 | |
Line contains a tab character. | 266 | |
'cast' is not followed by whitespace. | 266 | |
Line contains a tab character. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
'cast' is not followed by whitespace. | 268 | |
Line contains a tab character. | 269 | |
'{' is not preceded with whitespace. | 269 | |
Line contains a tab character. | 270 | |
'cast' is not followed by whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
'cast' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line has trailing spaces. | 274 | |
Line contains a tab character. | 274 | |
'cast' is not followed by whitespace. | 274 | |
Line contains a tab character. | 275 | |
'{' is not preceded with whitespace. | 275 | |
Line contains a tab character. | 276 | |
'cast' is not followed by whitespace. | 276 | |
Line contains a tab character. | 277 | |
'{' is not preceded with whitespace. | 277 | |
Line contains a tab character. | 278 | |
'cast' is not followed by whitespace. | 278 | |
Line contains a tab character. | 279 | |
'{' is not preceded with whitespace. | 279 | |
Line contains a tab character. | 280 | |
'cast' is not followed by whitespace. | 280 | |
Line contains a tab character. | 281 | |
'{' is not preceded with whitespace. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line has trailing spaces. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
First sentence should end with a period. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line has trailing spaces. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Expected an @return tag. | 297 | |
Line contains a tab character. | 297 | |
Method 'getCollectionData' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Parameter value should be final. | 297 | |
Expected @param tag for 'value'. | 297 | |
Expected @throws tag for 'Exception'. | 297 | |
'{' is not preceded with whitespace. | 297 | |
Line contains a tab character. | 298 | |
Line has trailing spaces. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
'{' is not preceded with whitespace. | 300 | |
Line contains a tab character. | 301 | |
'cast' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
'=' is not preceded with whitespace. | 302 | |
'=' is not followed by whitespace. | 302 | |
';' is not followed by whitespace. | 302 | |
'<' is not preceded with whitespace. | 302 | |
'<' is not followed by whitespace. | 302 | |
';' is not followed by whitespace. | 302 | |
'{' is not preceded with whitespace. | 302 | |
Line has trailing spaces. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
'cast' is not followed by whitespace. | 307 | |
Line contains a tab character. | 308 | |
':' is not preceded with whitespace. | 308 | |
':' is not followed by whitespace. | 308 | |
'{' is not preceded with whitespace. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line has trailing spaces. | 312 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Method 'isPropertyValid' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Missing a Javadoc comment. | 316 | |
Parameter value should be final. | 316 | |
'{' is not preceded with whitespace. | 316 | |
Line contains a tab character. | 317 | |
Line has trailing spaces. | 318 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
'{' is not preceded with whitespace. | 319 | |
Line contains a tab character. | 320 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line has trailing spaces. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Line has trailing spaces. | 9 | |
Line contains a tab character. | 9 | |
Line contains a tab character. | 10 | |
Method 'getDocContentFieldMap' is not designed for extension - needs to be abstract, final or empty. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Method 'setDocContentFieldMap' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Missing a Javadoc comment. | 14 | |
Parameter docContentFieldMap should be final. | 14 | |
'docContentFieldMap' hides a field. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Method 'getDefaultDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Method 'setDefaultDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Parameter defaultDocumentTitle should be final. | 28 | |
'defaultDocumentTitle' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter documentType should be final. | 36 | |
'documentType' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
'{' is not preceded with whitespace. | 3 | |
Line contains a tab character. | 5 | |
Line has trailing spaces. | 6 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 7 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Parameter message should be final. | 14 | |
Parameter cause should be final. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter message should be final. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter cause should be final. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
Unused import - org.kuali.student.common.assembly.data.AssemblyException. | 8 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Variable 'LOG' must be private and have accessor methods. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Parameter idTranslator should be final. | 21 | |
'idTranslator' hides a field. | 21 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Parameter data should be final. | 31 | |
Expected @param tag for 'data'. | 31 | |
Parameter metadata should be final. | 31 | |
Expected @param tag for 'metadata'. | 31 | |
Parameter properties should be final. | 31 | |
',' is not followed by whitespace. | 31 | |
Expected @param tag for 'properties'. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
First sentence should end with a period. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 48 | |
Parameter data should be final. | 48 | |
Parameter metadata should be final. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'if' is not followed by whitespace. | 61 | |
'==' is not preceded with whitespace. | 61 | |
'==' is not followed by whitespace. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
'=' is not preceded with whitespace. | 62 | |
'=' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
'if' is not followed by whitespace. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'else' is not preceded with whitespace. | 73 | |
'}' is not followed by whitespace. | 73 | |
'else' is not followed by whitespace. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
'for' is not followed by whitespace. | 75 | |
'cast' is not followed by whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'cast' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'cast' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'if' is not followed by whitespace. | 102 | |
'cast' is not followed by whitespace. | 102 | |
'==' is not preceded with whitespace. | 102 | |
'==' is not followed by whitespace. | 102 | |
'cast' is not followed by whitespace. | 102 | |
'!=' is not preceded with whitespace. | 102 | |
'!=' is not followed by whitespace. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
'cast' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'cast' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'catch' is not preceded with whitespace. | 130 | |
'}' is not followed by whitespace. | 130 | |
'catch' is not followed by whitespace. | 130 | |
'{' is not preceded with whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter data should be final. | 135 | |
Parameter field should be final. | 135 | |
Parameter index should be final. | 135 | |
Parameter translation should be final. | 135 | |
Line contains a tab character. | 137 | |
'if' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
'if' is not followed by whitespace. | 146 | |
'==' is not preceded with whitespace. | 146 | |
'==' is not followed by whitespace. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line contains a tab character. | 147 | |
'else' is not preceded with whitespace. | 151 | |
'}' is not followed by whitespace. | 151 | |
'else' is not followed by whitespace. | 151 | |
'{' is not preceded with whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
'if' is not followed by whitespace. | 155 | |
'==' is not preceded with whitespace. | 155 | |
'==' is not followed by whitespace. | 155 | |
'{' is not preceded with whitespace. | 155 | |
Line contains a tab character. | 156 | |
Method 'getTranslationForAtp' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter value should be final. | 164 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 3 | |
Line has trailing spaces. | 5 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line has trailing spaces. | 12 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 13 | |
'{' is not preceded with whitespace. | 13 | |
'{' is not followed by whitespace. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
'}' is not preceded with whitespace. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Expected an @return tag. | 19 | |
Line contains a tab character. | 19 | |
Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Variable 'LOG' must be private and have accessor methods. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Expected an @return tag. | 32 | |
Line contains a tab character. | 32 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter value should be final. | 32 | |
Expected @param tag for 'value'. | 32 | |
Expected @throws tag for 'Exception'. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
',' is not followed by whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
',' is not followed by whitespace. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter value should be final. | 40 | |
Parameter filterProperties should be final. | 40 | |
',' is not followed by whitespace. | 40 | |
'{' is not preceded with whitespace. | 40 | |
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 contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter value should be final. | 58 | |
Parameter clazz should be final. | 58 | |
Expected @throws tag for 'Exception'. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Avoid inline conditionals. | 60 | |
':' is not preceded with whitespace. | 60 | |
':' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
',' is not followed by whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter value should be final. | 78 | |
Parameter clazz should be final. | 78 | |
Parameter filterProperties should be final. | 78 | |
',' is not followed by whitespace. | 78 | |
Expected @throws tag for 'Exception'. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Avoid inline conditionals. | 80 | |
':' is not preceded with whitespace. | 80 | |
':' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
',' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
',' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
',' is not followed by whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Method 'applyInboundFilters' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter dtoName should be final. | 96 | |
Parameter value should be final. | 96 | |
Parameter properties should be final. | 96 | |
',' is not followed by whitespace. | 96 | |
Expected @param tag for 'properties'. | 96 | |
Parameter metadata should be final. | 96 | |
Expected @param tag for 'metadata'. | 96 | |
Expected @throws tag for 'Exception'. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line contains a tab character. | 97 | |
':' is not preceded with whitespace. | 97 | |
':' is not followed by whitespace. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line contains a tab character. | 98 | |
'{' is not preceded with whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'cast' is not followed by whitespace. | 100 | |
'cast' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'cast' is not followed by whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
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. | 109 | |
Line is longer than 80 characters. | 110 | |
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 | |
Method 'applyOutboundFilters' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter dtoName should be final. | 117 | |
Parameter value should be final. | 117 | |
Parameter properties should be final. | 117 | |
',' is not followed by whitespace. | 117 | |
Expected @param tag for 'properties'. | 117 | |
Expected @throws tag for 'Exception'. | 117 | |
'{' is not preceded with whitespace. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
':' is not preceded with whitespace. | 120 | |
':' is not followed by whitespace. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Line contains a tab character. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Avoid inline conditionals. | 123 | |
':' is not preceded with whitespace. | 123 | |
':' is not followed by whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'cast' is not followed by whitespace. | 124 | |
'cast' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'cast' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter dtoName should be final. | 133 | |
Parameter filterProperties should be final. | 133 | |
',' is not followed by whitespace. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
'cast' is not followed by whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
'cast' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Method 'applyMetadataFilters' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter dtoName should be final. | 143 | |
Parameter metadata should be final. | 143 | |
Parameter filterProperties should be final. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line contains a tab character. | 144 | |
':' is not preceded with whitespace. | 144 | |
':' is not followed by whitespace. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Line contains a tab character. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'getUnfilteredMetadata' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter dtoName should be final. | 151 | |
'{' is not preceded with whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter metadataService should be final. | 156 | |
'metadataService' hides a field. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Method 'addFilter' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter filter should be final. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Method 'setFilters' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter filters should be final. | 164 | |
'{' is not preceded with whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'removeFilter' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter filter should be final. | 168 | |
'{' is not preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Utility classes should not have a public or default constructor. | 29 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'key' hides a field. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter data should be final. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 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 data should be final. | 60 | |
Parameter typeName should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter data should be final. | 64 | |
Parameter typeName should be final. | 64 | |
Parameter id should be final. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter data should be final. | 73 | |
Parameter typeName should be final. | 73 | |
Parameter id should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter data should be final. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter data should be final. | 104 | |
Parameter typeName should be final. | 104 | |
Parameter id should be final. | 104 | |
Parameter version should be final. | 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 is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter data should be final. | 121 | |
Parameter versions should be final. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter data should be final. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter data should be final. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter data should be final. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter data should be final. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter data should be final. | 149 | |
Parameter flag should be final. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter data should be final. | 153 | |
Parameter flag should be final. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter data should be final. | 157 | |
Parameter flag should be final. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter data should be final. | 161 | |
Parameter key should be final. | 161 | |
Parameter flag should be final. | 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 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 | |
Missing a Javadoc comment. | 171 | |
Parameter data should be final. | 171 | |
Parameter key should be final. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter data should be final. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Missing a Javadoc comment. | 190 | |
Name '_findDirtyElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
Parameter data should be final. | 190 | |
Parameter results should be final. | 190 | |
Parameter currentFrame should be final. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Missing a Javadoc comment. | 217 | |
Parameter data should be final. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter metadata should be final. | 229 | |
Parameter frame should be final. | 229 | |
Line contains a tab character. | 230 | |
'if' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
'{' is not preceded with whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
'}' should be on the same line. | 235 | |
Line contains a tab character. | 236 | |
'else' is not followed by whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter metadata should be final. | 242 | |
Parameter frame should be final. | 242 | |
Parameter type should be final. | 242 | |
'{' is not preceded with whitespace. | 242 | |
Line contains a tab character. | 243 | |
'if' is not followed by whitespace. | 243 | |
'{' is not preceded with whitespace. | 243 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
'}' should be on the same line. | 245 | |
Line contains a tab character. | 246 | |
'else' is not followed by whitespace. | 246 | |
'{' is not preceded with whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter id should be final. | 34 | |
'id' hides a field. | 34 | |
Parameter display should be final. | 34 | |
'display' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter key should be final. | 39 | |
Parameter value should be final. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter id should be final. | 46 | |
'id' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'getDisplay' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setDisplay' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter display should be final. | 52 | |
'display' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter attributes should be final. | 58 | |
'attributes' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 33 | |
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Variable 'LOG' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter searchDispatcher should be final. | 47 | |
'searchDispatcher' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter lookupMetadata should be final. | 51 | |
Parameter searchId should be final. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'}' should be on the same line. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'}' should be on the same line. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
'}' should be on the same line. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 91 | |
Missing a Javadoc comment. | 92 | |
Parameter key should be final. | 92 | |
Parameter value should be final. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
'if' is not followed by whitespace. | 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. | 101 | |
'if' is not followed by whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
Method 'getTranslation' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter lookupMetadata should be final. | 110 | |
Parameter id should be final. | 110 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
'if' is not followed by whitespace. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'for' is not followed by whitespace. | 123 | |
':' is not preceded with whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
'if' is not followed by whitespace. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line has trailing spaces. | 133 | |
Method 'getTranslationForAtp' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter value should be final. | 136 | |
Line is longer than 80 characters. | 145 | |
'if' is not followed by whitespace. | 146 | |
'!=' is not preceded with whitespace. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 149 | |
'if' is not followed by whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Variable 'em' must be private and have accessor methods. | 28 | |
Line contains a tab character. | 30 | |
Method 'getEm' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter em should be final. | 34 | |
'em' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 39 | |
Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Parameter clazz should be final. | 40 | |
Parameter key should be final. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'find' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Parameter clazz should be final. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
'+' is not preceded with whitespace. | 54 | |
'+' is not followed by whitespace. | 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. | 58 | |
Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line contains a tab character. | 59 | |
Parameter entity should be final. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Parameter clazz should be final. | 65 | |
Parameter key should be final. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Parameter entity should be final. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'update' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
Parameter entity should be final. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Variable 'LOG' must be private and have accessor methods. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 45 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Method length is 202 lines (max allowed is 150). | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Parameter searchRequest should be final. | 46 | |
Parameter queryMap should be final. | 46 | |
Parameter searchTypeInfo should be final. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 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 contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
'+' is not preceded with whitespace. | 55 | |
'+' is not followed by whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
'if' is not followed by whitespace. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'for' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'for' is not followed by whitespace. | 68 | |
':' is not preceded with whitespace. | 68 | |
':' is not followed by whitespace. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
'if' is not followed by whitespace. | 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 | |
'!=' is not preceded with whitespace. | 70 | |
'!=' is not followed by whitespace. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
'if' is not followed by whitespace. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'cast' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
',' is not followed by whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'+' should be on a new line. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'+' should be on a new line. | 118 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'if' is not followed by whitespace. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
'if' is not followed by whitespace. | 128 | |
'{' is not preceded with whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'}' should be on the same line. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
'if' is not followed by whitespace. | 138 | |
'&&' is not preceded with whitespace. | 138 | |
'&&' is not followed by whitespace. | 138 | |
'!=' is not preceded with whitespace. | 138 | |
'!=' is not followed by whitespace. | 138 | |
'{' is not preceded with 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. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'+' is not preceded with whitespace. | 143 | |
'+' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
'for' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
'if' is not followed by whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
'+' is not preceded with whitespace. | 150 | |
'+' is not followed by whitespace. | 150 | |
'+' is not preceded with whitespace. | 150 | |
'+' is not followed by whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
'if' is not followed by whitespace. | 151 | |
'!=' is not preceded with whitespace. | 151 | |
'!=' is not followed by whitespace. | 151 | |
'==' is not preceded with whitespace. | 151 | |
'==' is not followed by whitespace. | 151 | |
'{' is not preceded with whitespace. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'else' is not preceded with whitespace. | 153 | |
'}' is not followed by whitespace. | 153 | |
'else' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'if' is not followed by whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line contains a tab character. | 171 | |
'+' is not preceded with whitespace. | 171 | |
'+' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'else' is not preceded with whitespace. | 173 | |
'}' is not followed by whitespace. | 173 | |
'else' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line contains a tab character. | 174 | |
'+' is not preceded with whitespace. | 174 | |
'+' is not followed by whitespace. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'if' is not followed by whitespace. | 179 | |
'!=' is not preceded with whitespace. | 179 | |
'!=' is not followed by whitespace. | 179 | |
'{' is not preceded with whitespace. | 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 | |
'if' is not followed by whitespace. | 182 | |
'!=' is not preceded with whitespace. | 182 | |
'!=' is not followed by whitespace. | 182 | |
'{' is not preceded with whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
'cast' is not followed by whitespace. | 203 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
'if' is not followed by whitespace. | 211 | |
'==' is not preceded with whitespace. | 211 | |
'==' is not followed by whitespace. | 211 | |
'||' is not preceded with whitespace. | 211 | |
'||' is not followed by whitespace. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'&&' is not preceded with whitespace. | 211 | |
'&&' is not followed by whitespace. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
',' is not followed by whitespace. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
'if' is not followed by whitespace. | 226 | |
'!=' is not preceded with whitespace. | 226 | |
'!=' is not followed by whitespace. | 226 | |
'{' is not preceded with whitespace. | 226 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
'+' is not preceded with whitespace. | 232 | |
'+' is not followed by whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
'if' is not followed by whitespace. | 234 | |
'{' is not preceded with whitespace. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
'else' is not preceded with whitespace. | 236 | |
'}' is not followed by whitespace. | 236 | |
'else' is not followed by whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line has trailing spaces. | 248 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Missing a Javadoc comment. | 249 | |
Parameter queryResults should be final. | 249 | |
Line contains a tab character. | 250 | |
Parameter searchTypeInfo should be final. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 253 | |
'if' is not followed by whitespace. | 253 | |
'!=' is not preceded with whitespace. | 253 | |
'!=' is not followed by whitespace. | 253 | |
'{' is not preceded with whitespace. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
'for' is not followed by whitespace. | 255 | |
':' is not preceded with whitespace. | 255 | |
':' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
'=' is not preceded with whitespace. | 257 | |
'=' is not followed by whitespace. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 259 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
Line has trailing spaces. | 262 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
'if' is not followed by whitespace. | 265 | |
'{' is not preceded with whitespace. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
'cast' is not followed by whitespace. | 266 | |
Line has trailing spaces. | 267 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
'else' is not preceded with whitespace. | 268 | |
'}' is not followed by whitespace. | 268 | |
'else' is not followed by whitespace. | 268 | |
'{' is not preceded with whitespace. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line has trailing spaces. | 271 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line has trailing spaces. | 273 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line has trailing spaces. | 275 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
',' is not followed by whitespace. | 277 | |
Line contains a tab character. | 278 | |
Line has trailing spaces. | 279 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
'{' should be on the previous line. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 | |
Parameter clazz should be final. | 22 | |
'clazz' hides a field. | 22 | |
'{' should be on the previous line. | 23 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
'{' should be on the previous line. | 28 | |
'(' is preceded with whitespace. | 29 | |
'(' is preceded with whitespace. | 30 | |
'(' is preceded with whitespace. | 30 | |
'{' should be on the previous line. | 33 | |
'(' is preceded with whitespace. | 34 | |
'}' should be on the same line. | 35 | |
'{' should be on the previous line. | 37 | |
'(' is preceded with whitespace. | 38 | |
'(' is preceded with whitespace. | 40 | |
'(' is preceded with whitespace. | 40 | |
'(' is preceded with whitespace. | 41 | |
'{' should be on the previous line. | 42 | |
'(' is followed by whitespace. | 43 | |
'!' is followed by whitespace. | 43 | |
'(' is preceded with whitespace. | 43 | |
'(' is preceded with whitespace. | 43 | |
'!' is followed by whitespace. | 44 | |
'(' is preceded with whitespace. | 44 | |
'(' is preceded with whitespace. | 44 | |
'!' is followed by whitespace. | 45 | |
'(' is preceded with whitespace. | 45 | |
'(' is preceded with whitespace. | 45 | |
'{' should be on the previous line. | 46 | |
'(' is preceded with whitespace. | 47 | |
'(' is preceded with whitespace. | 47 | |
'(' is preceded with whitespace. | 47 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Parameter beanInfo should be final. | 53 | |
'{' should be on the previous line. | 54 | |
'(' is preceded with whitespace. | 55 | |
'{' should be on the previous line. | 56 | |
'(' is preceded with whitespace. | 57 | |
'(' is preceded with whitespace. | 57 | |
'{' should be on the previous line. | 58 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Parameter clazz should be final. | 66 | |
'clazz' hides a field. | 66 | |
Parameter pd should be final. | 66 | |
'{' should be on the previous line. | 67 | |
'(' is preceded with whitespace. | 68 | |
'(' is preceded with whitespace. | 69 | |
'(' is preceded with whitespace. | 69 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 71 | |
'{' should be on the previous line. | 72 | |
'(' is preceded with whitespace. | 73 | |
'{' should be on the previous line. | 75 | |
Line is longer than 80 characters. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
'}' should be on the same line. | 78 | |
'{' should be on the previous line. | 80 | |
'(' is preceded with whitespace. | 81 | |
'}' should be on the same line. | 82 | |
'{' should be on the previous line. | 84 | |
'(' is preceded with whitespace. | 85 | |
'}' should be on the same line. | 87 | |
'{' should be on the previous line. | 89 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 92 | |
'(' is preceded with whitespace. | 92 | |
Missing a Javadoc comment. | 96 | |
'(' is preceded with whitespace. | 96 | |
Parameter pt should be final. | 96 | |
'{' should be on the previous line. | 97 | |
'(' is preceded with whitespace. | 98 | |
'(' is preceded with whitespace. | 98 | |
'{' should be on the previous line. | 99 | |
'}' should be on the same line. | 101 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 102 | |
'{' should be on the previous line. | 103 | |
'}' should be on the same line. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 106 | |
'{' should be on the previous line. | 107 | |
'}' should be on the same line. | 109 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 110 | |
'{' should be on the previous line. | 111 | |
'}' should be on the same line. | 113 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 114 | |
'{' should be on the previous line. | 115 | |
'}' should be on the same line. | 117 | |
'(' is preceded with whitespace. | 118 | |
'{' should be on the previous line. | 119 | |
'}' should be on the same line. | 121 | |
'(' is preceded with whitespace. | 122 | |
'{' should be on the previous line. | 123 | |
'}' should be on the same line. | 125 | |
'(' is preceded with whitespace. | 126 | |
'{' should be on the previous line. | 127 | |
'(' is preceded with whitespace. | 128 | |
'}' should be on the same line. | 129 | |
'(' is preceded with whitespace. | 130 | |
'{' should be on the previous line. | 131 | |
'}' should be on the same line. | 133 | |
'(' is preceded with whitespace. | 134 | |
'{' should be on the previous line. | 135 | |
'}' should be on the same line. | 137 | |
'(' is preceded with whitespace. | 138 | |
'(' is preceded with whitespace. | 138 | |
'{' should be on the previous line. | 139 | |
'}' should be on the same line. | 141 | |
'{' should be on the previous line. | 143 | |
Line is longer than 80 characters. | 144 | |
'(' is preceded with whitespace. | 144 | |
'(' is preceded with whitespace. | 144 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
'{' should be on the previous line. | 17 | |
Method 'getComplexStructures' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
'(' is preceded with whitespace. | 20 | |
Parameter className should be final. | 20 | |
'{' should be on the previous line. | 21 | |
'(' is preceded with whitespace. | 22 | |
'(' is preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Parameter className should be final. | 27 | |
Parameter complexStructures should be final. | 28 | |
'{' should be on the previous line. | 29 | |
'(' is followed by whitespace. | 30 | |
'!' is followed by whitespace. | 30 | |
'(' is preceded with whitespace. | 30 | |
'{' should be on the previous line. | 31 | |
'{' should be on the previous line. | 37 | |
'(' is preceded with whitespace. | 38 | |
'}' should be on the same line. | 39 | |
'{' should be on the previous line. | 41 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
'{' should be on the previous line. | 46 | |
'(' is preceded with whitespace. | 47 | |
'}' should be on the same line. | 48 | |
'{' should be on the previous line. | 50 | |
'(' is preceded with whitespace. | 51 | |
'(' is preceded with whitespace. | 53 | |
'{' should be on the previous line. | 54 | |
'(' is preceded with whitespace. | 55 | |
'(' is preceded with whitespace. | 56 | |
'{' should be on the previous line. | 57 | |
'{' should be on the previous line. | 59 | |
'(' is preceded with whitespace. | 61 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 62 | |
'}' should be on the same line. | 63 | |
'{' should be on the previous line. | 65 | |
'(' is preceded with whitespace. | 66 | |
'}' should be on the same line. | 67 | |
'{' should be on the previous line. | 69 | |
'(' is preceded with whitespace. | 70 | |
'(' is followed by whitespace. | 73 | |
'!' is followed by whitespace. | 73 | |
'(' is preceded with whitespace. | 73 | |
'!' is followed by whitespace. | 74 | |
'(' is preceded with whitespace. | 74 | |
'!' is followed by whitespace. | 75 | |
'(' is preceded with whitespace. | 75 | |
'!' is followed by whitespace. | 76 | |
'(' is preceded with whitespace. | 76 | |
'!' is followed by whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
'!' is followed by whitespace. | 78 | |
'(' is preceded with whitespace. | 78 | |
'!' is followed by whitespace. | 79 | |
'(' is preceded with whitespace. | 79 | |
'!' is followed by whitespace. | 80 | |
'(' is preceded with whitespace. | 80 | |
'!' is followed by whitespace. | 81 | |
'(' is preceded with whitespace. | 81 | |
'!' is followed by whitespace. | 82 | |
'(' is preceded with whitespace. | 82 | |
'!' is followed by whitespace. | 83 | |
'(' is preceded with whitespace. | 83 | |
'!' is followed by whitespace. | 84 | |
'(' is preceded with whitespace. | 84 | |
'!' is followed by whitespace. | 85 | |
'(' is preceded with whitespace. | 85 | |
'(' is preceded with whitespace. | 85 | |
'!' is followed by whitespace. | 86 | |
'(' is preceded with whitespace. | 86 | |
'!' is followed by whitespace. | 87 | |
'(' is preceded with whitespace. | 87 | |
'{' should be on the previous line. | 88 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
'{' should be on the previous line. | 11 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
Parameter className should be final. | 17 | |
'className' hides a field. | 17 | |
Parameter osDict should be final. | 17 | |
'osDict' hides a field. | 17 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
'(' is preceded with whitespace. | 24 | |
'{' should be on the previous line. | 25 | |
'{' should be on the previous line. | 27 | |
Line is longer than 80 characters. | 28 | |
'(' is preceded with whitespace. | 28 | |
'(' is preceded with whitespace. | 28 | |
'{' should be on the previous line. | 32 | |
'(' is preceded with whitespace. | 33 | |
'}' should be on the same line. | 34 | |
'{' should be on the previous line. | 36 | |
Line is longer than 80 characters. | 37 | |
'(' is preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
'(' is preceded with whitespace. | 39 | |
'(' is preceded with whitespace. | 40 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Parameter osDict should be final. | 44 | |
'osDict' hides a field. | 44 | |
Parameter osBean should be final. | 45 | |
'{' should be on the previous line. | 46 | |
'(' is preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
'(' is preceded with whitespace. | 48 | |
'(' is preceded with whitespace. | 48 | |
'(' is preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
'(' is preceded with whitespace. | 49 | |
'(' is preceded with whitespace. | 49 | |
'(' is preceded with whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
'(' is preceded with whitespace. | 50 | |
'(' is preceded with whitespace. | 50 | |
'(' is preceded with whitespace. | 50 | |
'(' is preceded with whitespace. | 51 | |
'{' should be on the previous line. | 52 | |
'(' is preceded with whitespace. | 53 | |
'(' is preceded with whitespace. | 53 | |
'{' should be on the previous line. | 55 | |
'(' is followed by whitespace. | 56 | |
'!' is followed by whitespace. | 56 | |
'(' is preceded with whitespace. | 56 | |
'{' should be on the previous line. | 57 | |
Line is longer than 80 characters. | 58 | |
'(' is preceded with whitespace. | 58 | |
'(' is preceded with whitespace. | 58 | |
Line is longer than 80 characters. | 62 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
'(' is preceded with whitespace. | 63 | |
'(' is preceded with whitespace. | 63 | |
'(' is preceded with whitespace. | 63 | |
'(' is preceded with whitespace. | 63 | |
'(' is preceded with whitespace. | 65 | |
'{' should be on the previous line. | 66 | |
'(' is preceded with whitespace. | 67 | |
'(' is preceded with whitespace. | 67 | |
'{' should be on the previous line. | 69 | |
Line is longer than 80 characters. | 70 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 70 | |
Missing a Javadoc comment. | 77 | |
'(' is preceded with whitespace. | 77 | |
Parameter name should be final. | 77 | |
Parameter os should be final. | 77 | |
'{' should be on the previous line. | 78 | |
'(' is preceded with whitespace. | 79 | |
'{' should be on the previous line. | 80 | |
'(' is preceded with whitespace. | 81 | |
'(' is preceded with whitespace. | 81 | |
'{' should be on the previous line. | 82 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Parameter discrepancies should be final. | 89 | |
Parameter field should be final. | 89 | |
Parameter value1 should be final. | 89 | |
Parameter value2 should be final. | 90 | |
'{' should be on the previous line. | 91 | |
'(' is preceded with whitespace. | 92 | |
'{' should be on the previous line. | 94 | |
'(' is preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
'(' is preceded with whitespace. | 99 | |
Parameter discrepancies should be final. | 99 | |
Parameter field should be final. | 99 | |
Parameter value1 should be final. | 99 | |
Parameter value2 should be final. | 100 | |
'{' should be on the previous line. | 101 | |
'(' is preceded with whitespace. | 102 | |
'{' should be on the previous line. | 104 | |
'(' is preceded with whitespace. | 105 | |
Missing a Javadoc comment. | 109 | |
'(' is preceded with whitespace. | 109 | |
Parameter field should be final. | 109 | |
Parameter value1 should be final. | 109 | |
Parameter value2 should be final. | 109 | |
'{' should be on the previous line. | 110 | |
'{' should be on the previous line. | 112 | |
'{' should be on the previous line. | 114 | |
'(' is followed by whitespace. | 118 | |
'!' is followed by whitespace. | 118 | |
'{' should be on the previous line. | 119 | |
'(' is followed by whitespace. | 120 | |
'!' is followed by whitespace. | 120 | |
'{' should be on the previous line. | 121 | |
Line is longer than 80 characters. | 125 | |
Missing a Javadoc comment. | 128 | |
'(' is preceded with whitespace. | 128 | |
Parameter field should be final. | 128 | |
Parameter value1 should be final. | 128 | |
Parameter value2 should be final. | 128 | |
'{' should be on the previous line. | 129 | |
'{' should be on the previous line. | 131 | |
'{' should be on the previous line. | 133 | |
'}' should be on the same line. | 136 | |
'{' should be on the previous line. | 138 | |
'(' is preceded with whitespace. | 139 | |
'{' should be on the previous line. | 140 | |
Line is longer than 80 characters. | 144 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
Utility classes should not have a public or default constructor. | 6 | |
'{' should be on the previous line. | 7 | |
Missing a Javadoc comment. | 9 | |
'(' is preceded with whitespace. | 10 | |
Missing a Javadoc comment. | 11 | |
'(' is preceded with whitespace. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
'{' should be on the previous line. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 60 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'(' is preceded with whitespace. | 61 | |
Parameter clazz should be final. | 61 | |
Parameter outputFileName should be final. | 61 | |
'{' should be on the previous line. | 62 | |
'(' is preceded with whitespace. | 64 | |
'{' should be on the previous line. | 67 | |
'(' is preceded with whitespace. | 68 | |
'}' should be on the same line. | 69 | |
'{' should be on the previous line. | 71 | |
'(' is preceded with whitespace. | 72 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 75 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 80 | |
'{' should be on the previous line. | 82 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 83 | |
'}' should be on the same line. | 84 | |
'{' should be on the previous line. | 86 | |
'(' is preceded with whitespace. | 87 | |
Missing a Javadoc comment. | 91 | |
'(' is preceded with whitespace. | 91 | |
Parameter clazz should be final. | 91 | |
Parameter s should be final. | 91 | |
Parameter processed should be final. | 92 | |
'{' should be on the previous line. | 93 | |
'(' is preceded with whitespace. | 95 | |
'{' should be on the previous line. | 96 | |
'(' is preceded with whitespace. | 99 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'{' should be on the previous line. | 111 | |
'(' is preceded with whitespace. | 112 | |
'}' should be on the same line. | 113 | |
'{' should be on the previous line. | 115 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 119 | |
'{' should be on the previous line. | 120 | |
Line is longer than 80 characters. | 121 | |
'(' is followed by whitespace. | 121 | |
'!' is followed by whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
'!' is followed by whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 122 | |
'!' is followed by whitespace. | 122 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 122 | |
'{' should be on the previous line. | 123 | |
Line is longer than 80 characters. | 124 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 125 | |
'(' is preceded with whitespace. | 126 | |
'}' should be on the same line. | 127 | |
'{' should be on the previous line. | 129 | |
'(' is preceded with whitespace. | 133 | |
'(' is preceded with whitespace. | 134 | |
'(' is preceded with whitespace. | 136 | |
'(' is preceded with whitespace. | 136 | |
'(' is preceded with whitespace. | 137 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 141 | |
'(' is preceded with whitespace. | 143 | |
'(' is preceded with whitespace. | 144 | |
'{' should be on the previous line. | 145 | |
Line is longer than 80 characters. | 146 | |
'(' is followed by whitespace. | 146 | |
'!' is followed by whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
'!' is followed by whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 147 | |
'!' is followed by whitespace. | 147 | |
'(' is preceded with whitespace. | 147 | |
'(' is preceded with whitespace. | 147 | |
'{' should be on the previous line. | 148 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 149 | |
'{' should be on the previous line. | 154 | |
'(' is preceded with whitespace. | 155 | |
Missing a Javadoc comment. | 160 | |
'(' is preceded with whitespace. | 160 | |
Parameter clazz should be final. | 160 | |
Parameter pd should be final. | 160 | |
Parameter s should be final. | 161 | |
Parameter processed should be final. | 161 | |
'{' should be on the previous line. | 162 | |
'(' is preceded with whitespace. | 163 | |
Line is longer than 80 characters. | 166 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 167 | |
'(' is preceded with whitespace. | 168 | |
'(' is preceded with whitespace. | 171 | |
'(' is preceded with whitespace. | 171 | |
'(' is preceded with whitespace. | 171 | |
'{' should be on the previous line. | 172 | |
'}' should be on the same line. | 174 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 175 | |
'{' should be on the previous line. | 176 | |
'}' should be on the same line. | 178 | |
'(' is preceded with whitespace. | 179 | |
'(' is preceded with whitespace. | 179 | |
'{' should be on the previous line. | 180 | |
'}' should be on the same line. | 182 | |
'(' is preceded with whitespace. | 183 | |
'(' is preceded with whitespace. | 183 | |
'{' should be on the previous line. | 184 | |
'}' should be on the same line. | 186 | |
'(' is preceded with whitespace. | 187 | |
'{' should be on the previous line. | 188 | |
'{' should be on the previous line. | 190 | |
Line is longer than 80 characters. | 192 | |
'(' is preceded with whitespace. | 192 | |
'(' is preceded with whitespace. | 192 | |
'(' is preceded with whitespace. | 192 | |
'(' is preceded with whitespace. | 192 | |
'}' should be on the same line. | 193 | |
'{' should be on the previous line. | 195 | |
'(' is preceded with whitespace. | 196 | |
'}' should be on the same line. | 197 | |
'{' should be on the previous line. | 199 | |
'(' is preceded with whitespace. | 200 | |
'(' is preceded with whitespace. | 202 | |
'(' is preceded with whitespace. | 202 | |
'{' should be on the previous line. | 203 | |
'}' should be on the same line. | 205 | |
'(' is preceded with whitespace. | 206 | |
'(' is preceded with whitespace. | 206 | |
'{' should be on the previous line. | 207 | |
'}' should be on the same line. | 209 | |
'(' is preceded with whitespace. | 210 | |
'(' is preceded with whitespace. | 210 | |
'{' should be on the previous line. | 211 | |
'}' should be on the same line. | 213 | |
'(' is preceded with whitespace. | 214 | |
'(' is preceded with whitespace. | 214 | |
'{' should be on the previous line. | 215 | |
'}' should be on the same line. | 217 | |
'(' is preceded with whitespace. | 218 | |
'(' is preceded with whitespace. | 218 | |
'{' should be on the previous line. | 219 | |
'}' should be on the same line. | 221 | |
'(' is preceded with whitespace. | 222 | |
'{' should be on the previous line. | 223 | |
'}' should be on the same line. | 225 | |
'(' is preceded with whitespace. | 226 | |
'{' should be on the previous line. | 227 | |
'}' should be on the same line. | 229 | |
'(' is preceded with whitespace. | 230 | |
'{' should be on the previous line. | 231 | |
Line is longer than 80 characters. | 232 | |
'(' is preceded with whitespace. | 232 | |
'}' should be on the same line. | 234 | |
'{' should be on the previous line. | 236 | |
'(' is preceded with whitespace. | 239 | |
'}' should be on the same line. | 241 | |
'{' should be on the previous line. | 243 | |
'(' is preceded with whitespace. | 244 | |
'(' is preceded with whitespace. | 244 | |
'{' should be on the previous line. | 245 | |
'}' should be on the same line. | 247 | |
'(' is preceded with whitespace. | 248 | |
'(' is preceded with whitespace. | 248 | |
'{' should be on the previous line. | 249 | |
'}' should be on the same line. | 251 | |
'(' is preceded with whitespace. | 252 | |
'(' is preceded with whitespace. | 252 | |
'{' should be on the previous line. | 253 | |
'}' should be on the same line. | 255 | |
'(' is preceded with whitespace. | 256 | |
'(' is preceded with whitespace. | 256 | |
'{' should be on the previous line. | 257 | |
'}' should be on the same line. | 259 | |
'(' is preceded with whitespace. | 260 | |
'(' is preceded with whitespace. | 260 | |
'{' should be on the previous line. | 261 | |
'}' should be on the same line. | 263 | |
'(' is preceded with whitespace. | 264 | |
'{' should be on the previous line. | 265 | |
'}' should be on the same line. | 267 | |
'(' is preceded with whitespace. | 268 | |
'{' should be on the previous line. | 269 | |
'}' should be on the same line. | 271 | |
'{' should be on the previous line. | 273 | |
'(' is preceded with whitespace. | 276 | |
'(' is preceded with whitespace. | 281 | |
'(' is preceded with whitespace. | 283 | |
'(' is preceded with whitespace. | 283 | |
'{' should be on the previous line. | 285 | |
'(' is preceded with whitespace. | 286 | |
'(' is preceded with whitespace. | 286 | |
'(' is preceded with whitespace. | 289 | |
'(' is preceded with whitespace. | 292 | |
Missing a Javadoc comment. | 298 | |
'(' is preceded with whitespace. | 298 | |
Parameter propertyName should be final. | 298 | |
Parameter propertyValue should be final. | 298 | |
Parameter s should be final. | 299 | |
'{' should be on the previous line. | 300 | |
'(' is preceded with whitespace. | 301 | |
Missing a Javadoc comment. | 305 | |
'(' is preceded with whitespace. | 305 | |
Parameter propertyName should be final. | 305 | |
Parameter propertyValue should be final. | 305 | |
Parameter s should be final. | 306 | |
'{' should be on the previous line. | 307 | |
'(' is preceded with whitespace. | 308 | |
Missing a Javadoc comment. | 312 | |
'(' is preceded with whitespace. | 312 | |
Parameter s should be final. | 312 | |
'{' should be on the previous line. | 313 | |
'(' is preceded with whitespace. | 314 | |
Method 'addSpringHeaderOpen' is not designed for extension - needs to be abstract, final or empty. | 317 | |
Missing a Javadoc comment. | 317 | |
'(' is preceded with whitespace. | 317 | |
Parameter s should be final. | 317 | |
'{' should be on the previous line. | 318 | |
'(' is preceded with whitespace. | 319 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 324 | |
'(' is preceded with whitespace. | 324 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 | |
'5000' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
'(' is preceded with whitespace. | 38 | |
Parameter name should be final. | 38 | |
'name' hides a field. | 38 | |
Parameter className should be final. | 39 | |
'className' hides a field. | 39 | |
Parameter os should be final. | 40 | |
'os' hides a field. | 40 | |
Line is longer than 80 characters. | 41 | |
Parameter subStructuresAlreadyProcessed should be final. | 41 | |
'subStructuresAlreadyProcessed' hides a field. | 41 | |
Parameter level should be final. | 42 | |
'level' hides a field. | 42 | |
Parameter processSubstructures should be final. | 43 | |
'processSubstructures' hides a field. | 43 | |
'{' should be on the previous line. | 44 | |
Missing a Javadoc comment. | 52 | |
Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
'{' should be on the previous line. | 55 | |
Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Parameter rowSeperator should be final. | 59 | |
'rowSeperator' hides a field. | 59 | |
'{' should be on the previous line. | 60 | |
Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is preceded with whitespace. | 64 | |
'{' should be on the previous line. | 65 | |
Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter separator should be final. | 69 | |
'{' should be on the previous line. | 70 | |
Missing a Javadoc comment. | 74 | |
'(' is preceded with whitespace. | 74 | |
Parameter str should be final. | 74 | |
Parameter size should be final. | 74 | |
'{' should be on the previous line. | 75 | |
'(' is preceded with whitespace. | 76 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 78 | |
'{' should be on the previous line. | 79 | |
'(' is preceded with whitespace. | 80 | |
'(' is preceded with whitespace. | 82 | |
Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'(' is preceded with whitespace. | 85 | |
'{' should be on the previous line. | 86 | |
'(' is preceded with whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 92 | |
'{' should be on the previous line. | 94 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 96 | |
'(' is preceded with whitespace. | 98 | |
'{' should be on the previous line. | 99 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 104 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 111 | |
'(' is preceded with whitespace. | 112 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 117 | |
'(' is preceded with whitespace. | 118 | |
'(' is preceded with whitespace. | 119 | |
'(' is preceded with whitespace. | 120 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 123 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 125 | |
'(' is preceded with whitespace. | 126 | |
'(' is preceded with whitespace. | 127 | |
'(' is preceded with whitespace. | 128 | |
'(' is preceded with whitespace. | 129 | |
'(' is preceded with whitespace. | 130 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 133 | |
'(' is preceded with whitespace. | 134 | |
'(' is preceded with whitespace. | 135 | |
'(' is preceded with whitespace. | 136 | |
'(' is preceded with whitespace. | 137 | |
'{' should be on the previous line. | 138 | |
'(' is preceded with whitespace. | 139 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 140 | |
'30' is a magic number. | 140 | |
'(' is preceded with whitespace. | 141 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 142 | |
'10' is a magic number. | 142 | |
'(' is preceded with whitespace. | 143 | |
'(' is preceded with whitespace. | 144 | |
'(' is preceded with whitespace. | 144 | |
'(' is preceded with whitespace. | 144 | |
'25' is a magic number. | 144 | |
'(' is preceded with whitespace. | 145 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
'15' is a magic number. | 146 | |
'(' is preceded with whitespace. | 147 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 148 | |
'7' is a magic number. | 148 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 150 | |
'15' is a magic number. | 150 | |
'(' is preceded with whitespace. | 151 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 153 | |
'(' is preceded with whitespace. | 154 | |
'(' is preceded with whitespace. | 154 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 156 | |
'(' is preceded with whitespace. | 156 | |
'(' is preceded with whitespace. | 157 | |
'(' is preceded with whitespace. | 158 | |
'(' is preceded with whitespace. | 158 | |
'(' is preceded with whitespace. | 159 | |
'(' is preceded with whitespace. | 160 | |
'{' should be on the previous line. | 164 | |
'(' is preceded with whitespace. | 165 | |
'(' is preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 167 | |
'}' should be on the same line. | 168 | |
'{' should be on the previous line. | 170 | |
'(' is preceded with whitespace. | 171 | |
'(' is preceded with whitespace. | 171 | |
'(' is preceded with whitespace. | 173 | |
'{' should be on the previous line. | 174 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 177 | |
'(' is preceded with whitespace. | 178 | |
'(' is preceded with whitespace. | 179 | |
'(' is preceded with whitespace. | 179 | |
'(' is preceded with whitespace. | 180 | |
'(' is preceded with whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
'(' is preceded with whitespace. | 186 | |
'(' is preceded with whitespace. | 187 | |
'(' is preceded with whitespace. | 189 | |
'{' should be on the previous line. | 190 | |
'(' is preceded with whitespace. | 191 | |
'(' is followed by whitespace. | 192 | |
'!' is followed by whitespace. | 192 | |
'(' is preceded with whitespace. | 192 | |
'{' should be on the previous line. | 194 | |
'(' is preceded with whitespace. | 195 | |
'(' is preceded with whitespace. | 197 | |
'(' is preceded with whitespace. | 197 | |
'(' is preceded with whitespace. | 199 | |
'(' is preceded with whitespace. | 199 | |
'(' is preceded with whitespace. | 204 | |
'(' is preceded with whitespace. | 204 | |
'(' is preceded with whitespace. | 205 | |
'(' is preceded with whitespace. | 209 | |
Missing a Javadoc comment. | 214 | |
'(' is preceded with whitespace. | 214 | |
'{' should be on the previous line. | 215 | |
'(' is preceded with whitespace. | 216 | |
'(' is preceded with whitespace. | 217 | |
'(' is preceded with whitespace. | 217 | |
Line is longer than 80 characters. | 221 | |
Missing a Javadoc comment. | 221 | |
'(' is preceded with whitespace. | 224 | |
Parameter o1 should be final. | 224 | |
Parameter o2 should be final. | 224 | |
'{' should be on the previous line. | 225 | |
'(' is preceded with whitespace. | 226 | |
'(' is preceded with whitespace. | 226 | |
'(' is preceded with whitespace. | 226 | |
'(' is preceded with whitespace. | 226 | |
'(' is preceded with whitespace. | 226 | |
Missing a Javadoc comment. | 231 | |
'(' is preceded with whitespace. | 231 | |
Parameter className should be final. | 231 | |
'className' hides a field. | 231 | |
'{' should be on the previous line. | 232 | |
'{' should be on the previous line. | 234 | |
'(' is preceded with whitespace. | 235 | |
'}' should be on the same line. | 236 | |
'{' should be on the previous line. | 238 | |
Line is longer than 80 characters. | 240 | |
Missing a Javadoc comment. | 244 | |
'(' is preceded with whitespace. | 244 | |
Parameter discrepancies should be final. | 244 | |
'{' should be on the previous line. | 245 | |
'builder' hides a field. | 247 | |
'(' is preceded with whitespace. | 247 | |
'{' should be on the previous line. | 249 | |
'++' is preceded with whitespace. | 250 | |
'(' is preceded with whitespace. | 251 | |
'(' is preceded with whitespace. | 253 | |
Missing a Javadoc comment. | 256 | |
'(' is preceded with whitespace. | 256 | |
Parameter fd should be final. | 256 | |
'{' should be on the previous line. | 257 | |
'(' is preceded with whitespace. | 258 | |
'(' is preceded with whitespace. | 258 | |
'{' should be on the previous line. | 259 | |
'(' is preceded with whitespace. | 260 | |
'{' should be on the previous line. | 261 | |
'(' is preceded with whitespace. | 262 | |
'(' is preceded with whitespace. | 263 | |
'(' is preceded with whitespace. | 265 | |
'(' is preceded with whitespace. | 265 | |
'(' is preceded with whitespace. | 265 | |
'(' is preceded with whitespace. | 266 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 268 | |
'{' should be on the previous line. | 270 | |
'(' is followed by whitespace. | 271 | |
'!' is followed by whitespace. | 271 | |
'(' is preceded with whitespace. | 271 | |
'(' is preceded with whitespace. | 272 | |
'{' should be on the previous line. | 273 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 275 | |
'(' is preceded with whitespace. | 275 | |
'(' is preceded with whitespace. | 275 | |
'(' is preceded with whitespace. | 278 | |
'(' is preceded with whitespace. | 280 | |
'(' is preceded with whitespace. | 280 | |
Missing a Javadoc comment. | 283 | |
'(' is preceded with whitespace. | 283 | |
Parameter fd should be final. | 283 | |
'{' should be on the previous line. | 284 | |
'(' is preceded with whitespace. | 285 | |
'{' should be on the previous line. | 286 | |
'(' is preceded with whitespace. | 287 | |
'(' is preceded with whitespace. | 287 | |
Missing a Javadoc comment. | 293 | |
'(' is preceded with whitespace. | 293 | |
Parameter fd should be final. | 293 | |
'{' should be on the previous line. | 294 | |
'(' is preceded with whitespace. | 295 | |
'{' should be on the previous line. | 296 | |
'(' is preceded with whitespace. | 297 | |
'{' should be on the previous line. | 298 | |
'(' is preceded with whitespace. | 303 | |
'{' should be on the previous line. | 304 | |
Missing a Javadoc comment. | 310 | |
'(' is preceded with whitespace. | 310 | |
Parameter fd should be final. | 310 | |
'{' should be on the previous line. | 311 | |
'{' should be on the previous line. | 313 | |
'(' is preceded with whitespace. | 314 | |
'(' is preceded with whitespace. | 314 | |
'(' is preceded with whitespace. | 315 | |
'(' is preceded with whitespace. | 315 | |
'(' is preceded with whitespace. | 317 | |
'(' is preceded with whitespace. | 317 | |
'(' is preceded with whitespace. | 317 | |
Missing a Javadoc comment. | 320 | |
'(' is preceded with whitespace. | 320 | |
Parameter name should be final. | 320 | |
'name' hides a field. | 320 | |
'{' should be on the previous line. | 321 | |
'(' is preceded with whitespace. | 322 | |
'{' should be on the previous line. | 323 | |
'(' is preceded with whitespace. | 324 | |
'(' is preceded with whitespace. | 324 | |
Missing a Javadoc comment. | 329 | |
'(' is preceded with whitespace. | 329 | |
Parameter name should be final. | 329 | |
'name' hides a field. | 329 | |
'{' should be on the previous line. | 330 | |
'(' is preceded with whitespace. | 331 | |
'{' should be on the previous line. | 332 | |
'(' is preceded with whitespace. | 335 | |
'(' is preceded with whitespace. | 336 | |
'(' is preceded with whitespace. | 336 | |
'(' is preceded with whitespace. | 336 | |
'(' is preceded with whitespace. | 337 | |
Missing a Javadoc comment. | 342 | |
'(' is preceded with whitespace. | 342 | |
Parameter fd should be final. | 342 | |
'{' should be on the previous line. | 343 | |
'(' is preceded with whitespace. | 344 | |
'{' should be on the previous line. | 345 | |
'(' is followed by whitespace. | 346 | |
'!' is followed by whitespace. | 346 | |
'(' is preceded with whitespace. | 346 | |
'(' is preceded with whitespace. | 346 | |
'{' should be on the previous line. | 347 | |
'(' is preceded with whitespace. | 348 | |
'(' is preceded with whitespace. | 348 | |
'{' should be on the previous line. | 349 | |
'(' is preceded with whitespace. | 355 | |
'{' should be on the previous line. | 356 | |
'(' is preceded with whitespace. | 357 | |
'{' should be on the previous line. | 358 | |
Missing a Javadoc comment. | 366 | |
Line is longer than 80 characters. | 367 | |
Missing a Javadoc comment. | 369 | |
'(' is preceded with whitespace. | 369 | |
Parameter fd should be final. | 369 | |
'{' should be on the previous line. | 370 | |
'(' is preceded with whitespace. | 371 | |
'{' should be on the previous line. | 372 | |
'(' is preceded with whitespace. | 375 | |
'(' is preceded with whitespace. | 375 | |
Missing a Javadoc comment. | 378 | |
'(' is preceded with whitespace. | 378 | |
Parameter cons should be final. | 378 | |
'{' should be on the previous line. | 379 | |
'(' is preceded with whitespace. | 380 | |
'{' should be on the previous line. | 382 | |
'(' is preceded with whitespace. | 385 | |
'(' is preceded with whitespace. | 385 | |
Missing a Javadoc comment. | 391 | |
'(' is preceded with whitespace. | 391 | |
Parameter str should be final. | 391 | |
'{' should be on the previous line. | 392 | |
'(' is preceded with whitespace. | 393 | |
'(' is preceded with whitespace. | 393 | |
'(' is preceded with whitespace. | 394 | |
'++' is preceded with whitespace. | 394 | |
'{' should be on the previous line. | 395 | |
'(' is preceded with whitespace. | 396 | |
switch without "default" clause. | 397 | |
'{' should be on the previous line. | 398 | |
'(' is preceded with whitespace. | 404 | |
'(' is preceded with whitespace. | 406 | |
'(' is preceded with whitespace. | 408 | |
Missing a Javadoc comment. | 411 | |
'(' is preceded with whitespace. | 411 | |
Parameter fd should be final. | 411 | |
'{' should be on the previous line. | 412 | |
'(' is preceded with whitespace. | 413 | |
'{' should be on the previous line. | 414 | |
'(' is preceded with whitespace. | 417 | |
'(' is preceded with whitespace. | 417 | |
Missing a Javadoc comment. | 420 | |
'(' is preceded with whitespace. | 420 | |
Parameter lc should be final. | 420 | |
'{' should be on the previous line. | 421 | |
'(' is preceded with whitespace. | 422 | |
'(' is preceded with whitespace. | 423 | |
'(' is preceded with whitespace. | 423 | |
'(' is preceded with whitespace. | 428 | |
'(' is preceded with whitespace. | 429 | |
'(' is preceded with whitespace. | 430 | |
'(' is preceded with whitespace. | 431 | |
'(' is preceded with whitespace. | 431 | |
'(' is preceded with whitespace. | 432 | |
'(' is preceded with whitespace. | 432 | |
'(' is preceded with whitespace. | 433 | |
'(' is preceded with whitespace. | 434 | |
'(' is preceded with whitespace. | 435 | |
'(' is preceded with whitespace. | 436 | |
'{' should be on the previous line. | 437 | |
'(' is preceded with whitespace. | 438 | |
'(' is preceded with whitespace. | 439 | |
'(' is preceded with whitespace. | 440 | |
'{' should be on the previous line. | 443 | |
'(' is preceded with whitespace. | 444 | |
'(' is preceded with whitespace. | 446 | |
'(' is preceded with whitespace. | 446 | |
'(' is preceded with whitespace. | 447 | |
'(' is preceded with whitespace. | 448 | |
'{' should be on the previous line. | 449 | |
'(' is preceded with whitespace. | 450 | |
'(' is preceded with whitespace. | 450 | |
'(' is preceded with whitespace. | 453 | |
'{' should be on the previous line. | 454 | |
'(' is preceded with whitespace. | 456 | |
'{' should be on the previous line. | 457 | |
'(' is preceded with whitespace. | 458 | |
'(' is preceded with whitespace. | 460 | |
'(' is preceded with whitespace. | 465 | |
Missing a Javadoc comment. | 468 | |
'(' is preceded with whitespace. | 468 | |
Parameter fd should be final. | 468 | |
'{' should be on the previous line. | 469 | |
'(' is preceded with whitespace. | 470 | |
'(' is preceded with whitespace. | 471 | |
'(' is preceded with whitespace. | 473 | |
'(' is preceded with whitespace. | 473 | |
'{' should be on the previous line. | 474 | |
'(' is preceded with whitespace. | 477 | |
'(' is preceded with whitespace. | 477 | |
'{' should be on the previous line. | 478 | |
Missing a Javadoc comment. | 484 | |
'(' is preceded with whitespace. | 484 | |
Parameter fd should be final. | 484 | |
'{' should be on the previous line. | 485 | |
'(' is preceded with whitespace. | 486 | |
'{' should be on the previous line. | 487 | |
'(' is preceded with whitespace. | 488 | |
'{' should be on the previous line. | 489 | |
'(' is preceded with whitespace. | 492 | |
'(' is preceded with whitespace. | 494 | |
'{' should be on the previous line. | 495 | |
'(' is preceded with whitespace. | 496 | |
'(' is preceded with whitespace. | 498 | |
'(' is preceded with whitespace. | 499 | |
Missing a Javadoc comment. | 501 | |
Missing a Javadoc comment. | 502 | |
Missing a Javadoc comment. | 504 | |
'(' is preceded with whitespace. | 504 | |
Parameter searchType should be final. | 504 | |
'{' should be on the previous line. | 505 | |
'(' is preceded with whitespace. | 506 | |
Missing a Javadoc comment. | 509 | |
'(' is preceded with whitespace. | 509 | |
Parameter searchType should be final. | 509 | |
'{' should be on the previous line. | 510 | |
'{' should be on the previous line. | 512 | |
'(' is preceded with whitespace. | 515 | |
'{' should be on the previous line. | 516 | |
'(' is preceded with whitespace. | 519 | |
'{' should be on the previous line. | 520 | |
'(' is preceded with whitespace. | 523 | |
'{' should be on the previous line. | 524 | |
'(' is preceded with whitespace. | 527 | |
'{' should be on the previous line. | 528 | |
'(' is preceded with whitespace. | 531 | |
'{' should be on the previous line. | 532 | |
'(' is preceded with whitespace. | 535 | |
'{' should be on the previous line. | 536 | |
'(' is preceded with whitespace. | 539 | |
'{' should be on the previous line. | 540 | |
'(' is preceded with whitespace. | 543 | |
'{' should be on the previous line. | 544 | |
'(' is preceded with whitespace. | 547 | |
Missing a Javadoc comment. | 550 | |
'(' is preceded with whitespace. | 550 | |
Parameter params should be final. | 551 | |
'{' should be on the previous line. | 552 | |
'(' is preceded with whitespace. | 553 | |
'{' should be on the previous line. | 555 | |
'(' is preceded with whitespace. | 558 | |
'{' should be on the previous line. | 559 | |
'{' should be on the previous line. | 563 | |
'(' is preceded with whitespace. | 564 | |
'{' should be on the previous line. | 565 | |
'(' is preceded with whitespace. | 566 | |
'(' is preceded with whitespace. | 569 | |
'{' should be on the previous line. | 570 | |
'(' is preceded with whitespace. | 571 | |
Missing a Javadoc comment. | 577 | |
'(' is preceded with whitespace. | 577 | |
Parameter fd should be final. | 577 | |
'{' should be on the previous line. | 578 | |
'(' is preceded with whitespace. | 579 | |
'{' should be on the previous line. | 580 | |
'(' is preceded with whitespace. | 583 | |
'(' is preceded with whitespace. | 583 | |
'{' should be on the previous line. | 584 | |
'(' is preceded with whitespace. | 585 | |
'(' is preceded with whitespace. | 585 | |
'{' should be on the previous line. | 586 | |
'(' is preceded with whitespace. | 587 | |
'(' is preceded with whitespace. | 591 | |
'(' is preceded with whitespace. | 591 | |
'{' should be on the previous line. | 592 | |
'(' is preceded with whitespace. | 595 | |
'(' is preceded with whitespace. | 595 | |
'{' should be on the previous line. | 596 | |
'(' is preceded with whitespace. | 601 | |
'{' should be on the previous line. | 602 | |
'(' is preceded with whitespace. | 603 | |
'{' should be on the previous line. | 604 | |
'(' is preceded with whitespace. | 605 | |
'(' is preceded with whitespace. | 605 | |
'(' is preceded with whitespace. | 609 | |
Missing a Javadoc comment. | 612 | |
'(' is preceded with whitespace. | 612 | |
Parameter fd should be final. | 612 | |
'{' should be on the previous line. | 613 | |
'(' is preceded with whitespace. | 614 | |
'{' should be on the previous line. | 615 | |
'(' is preceded with whitespace. | 616 | |
'(' is preceded with whitespace. | 616 | |
'{' should be on the previous line. | 617 | |
'(' is preceded with whitespace. | 618 | |
'(' is preceded with whitespace. | 618 | |
'(' is preceded with whitespace. | 618 | |
'{' should be on the previous line. | 619 | |
'(' is preceded with whitespace. | 620 | |
'(' is preceded with whitespace. | 622 | |
'(' is preceded with whitespace. | 622 | |
'(' is preceded with whitespace. | 624 | |
'(' is preceded with whitespace. | 626 | |
'{' should be on the previous line. | 627 | |
'(' is preceded with whitespace. | 628 | |
Missing a Javadoc comment. | 633 | |
'(' is preceded with whitespace. | 633 | |
Parameter fd should be final. | 633 | |
'{' should be on the previous line. | 634 | |
'(' is preceded with whitespace. | 635 | |
'(' is preceded with whitespace. | 637 | |
'{' should be on the previous line. | 639 | |
'(' is preceded with whitespace. | 640 | |
'(' is preceded with whitespace. | 642 | |
'(' is preceded with whitespace. | 644 | |
'{' should be on the previous line. | 646 | |
'(' is preceded with whitespace. | 647 | |
'(' is preceded with whitespace. | 649 | |
'(' is preceded with whitespace. | 651 | |
'{' should be on the previous line. | 652 | |
'(' is preceded with whitespace. | 655 | |
Missing a Javadoc comment. | 658 | |
'(' is preceded with whitespace. | 658 | |
Parameter fd should be final. | 658 | |
'{' should be on the previous line. | 659 | |
'(' is preceded with whitespace. | 660 | |
'{' should be on the previous line. | 661 | |
'(' is preceded with whitespace. | 664 | |
'(' is preceded with whitespace. | 664 | |
'{' should be on the previous line. | 665 | |
'(' is preceded with whitespace. | 668 | |
'(' is preceded with whitespace. | 670 | |
'(' is preceded with whitespace. | 671 | |
'{' should be on the previous line. | 672 | |
'(' is preceded with whitespace. | 673 | |
'(' is preceded with whitespace. | 675 | |
'(' is preceded with whitespace. | 675 | |
'(' is preceded with whitespace. | 677 | |
'(' is preceded with whitespace. | 677 | |
'{' should be on the previous line. | 678 | |
'(' is preceded with whitespace. | 679 | |
'}' should be on the same line. | 680 | |
'{' should be on the previous line. | 682 | |
'(' is preceded with whitespace. | 683 | |
'(' is preceded with whitespace. | 685 | |
'(' is preceded with whitespace. | 686 | |
Missing a Javadoc comment. | 689 | |
'(' is preceded with whitespace. | 689 | |
Parameter fd should be final. | 689 | |
'{' should be on the previous line. | 690 | |
'(' is preceded with whitespace. | 691 | |
'{' should be on the previous line. | 692 | |
'(' is preceded with whitespace. | 695 | |
'(' is preceded with whitespace. | 696 | |
'(' is preceded with whitespace. | 697 | |
'{' should be on the previous line. | 698 | |
'(' is preceded with whitespace. | 699 | |
'(' is preceded with whitespace. | 700 | |
'(' is preceded with whitespace. | 701 | |
'(' is preceded with whitespace. | 702 | |
'(' is preceded with whitespace. | 702 | |
'(' is preceded with whitespace. | 703 | |
'(' is followed by whitespace. | 704 | |
'!' is followed by whitespace. | 704 | |
'(' is preceded with whitespace. | 704 | |
'{' should be on the previous line. | 705 | |
'(' is preceded with whitespace. | 706 | |
'(' is preceded with whitespace. | 708 | |
'(' is preceded with whitespace. | 708 | |
'(' is preceded with whitespace. | 709 | |
'(' is preceded with whitespace. | 711 | |
'(' is preceded with whitespace. | 712 | |
'(' is preceded with whitespace. | 714 | |
'{' should be on the previous line. | 715 | |
'(' is preceded with whitespace. | 716 | |
'(' is preceded with whitespace. | 718 | |
'(' is preceded with whitespace. | 718 | |
'(' is preceded with whitespace. | 720 | |
'(' is preceded with whitespace. | 721 | |
'(' is preceded with whitespace. | 722 | |
'(' is preceded with whitespace. | 723 | |
'(' is preceded with whitespace. | 723 | |
'(' is preceded with whitespace. | 725 | |
Missing a Javadoc comment. | 728 | |
'(' is preceded with whitespace. | 728 | |
Parameter fd should be final. | 728 | |
Parameter cons should be final. | 728 | |
'{' should be on the previous line. | 729 | |
'(' is preceded with whitespace. | 730 | |
'(' is preceded with whitespace. | 731 | |
'(' is preceded with whitespace. | 731 | |
'(' is preceded with whitespace. | 731 | |
'(' is preceded with whitespace. | 732 | |
'(' is preceded with whitespace. | 733 | |
'(' is preceded with whitespace. | 733 | |
'(' is preceded with whitespace. | 733 | |
'(' is preceded with whitespace. | 734 | |
'(' is preceded with whitespace. | 735 | |
'(' is preceded with whitespace. | 735 | |
'(' is preceded with whitespace. | 735 | |
'(' is preceded with whitespace. | 736 | |
'(' is preceded with whitespace. | 737 | |
'(' is preceded with whitespace. | 737 | |
'(' is preceded with whitespace. | 738 | |
'(' is followed by whitespace. | 739 | |
'!' is followed by whitespace. | 739 | |
'(' is preceded with whitespace. | 739 | |
'(' is preceded with whitespace. | 739 | |
'{' should be on the previous line. | 740 | |
'(' is preceded with whitespace. | 741 | |
'(' is preceded with whitespace. | 741 | |
'{' should be on the previous line. | 742 | |
'(' is preceded with whitespace. | 746 | |
'(' is preceded with whitespace. | 747 | |
'(' is preceded with whitespace. | 747 | |
'(' is preceded with whitespace. | 747 | |
'(' is preceded with whitespace. | 748 | |
'(' is preceded with whitespace. | 749 | |
'(' is preceded with whitespace. | 749 | |
'(' is preceded with whitespace. | 749 | |
'(' is preceded with whitespace. | 750 | |
Comment matches to-do format 'TODO:'. | 751 | |
'(' is preceded with whitespace. | 752 | |
Missing a Javadoc comment. | 755 | |
'(' is preceded with whitespace. | 755 | |
Parameter attribute should be final. | 755 | |
Parameter val1 should be final. | 755 | |
Parameter val2 should be final. | 756 | |
'{' should be on the previous line. | 757 | |
'{' should be on the previous line. | 759 | |
'{' should be on the previous line. | 763 | |
'(' is preceded with whitespace. | 764 | |
'{' should be on the previous line. | 767 | |
'(' is preceded with whitespace. | 770 | |
Missing a Javadoc comment. | 773 | |
'(' is preceded with whitespace. | 773 | |
Parameter attribute should be final. | 773 | |
Parameter val1 should be final. | 773 | |
Parameter val2 should be final. | 774 | |
'{' should be on the previous line. | 775 | |
'{' should be on the previous line. | 777 | |
'{' should be on the previous line. | 781 | |
'(' is preceded with whitespace. | 782 | |
'{' should be on the previous line. | 785 | |
'(' is preceded with whitespace. | 788 | |
Missing a Javadoc comment. | 791 | |
'(' is preceded with whitespace. | 791 | |
Parameter attribute should be final. | 791 | |
Parameter val1 should be final. | 791 | |
Parameter val2 should be final. | 791 | |
'{' should be on the previous line. | 792 | |
'{' should be on the previous line. | 794 | |
Missing a Javadoc comment. | 800 | |
'(' is preceded with whitespace. | 800 | |
Parameter attribute should be final. | 800 | |
Parameter val1 should be final. | 800 | |
Parameter val2 should be final. | 800 | |
'{' should be on the previous line. | 801 | |
'{' should be on the previous line. | 803 | |
'{' should be on the previous line. | 807 | |
'{' should be on the previous line. | 811 | |
'(' is preceded with whitespace. | 814 | |
'{' should be on the previous line. | 815 | |
Missing a Javadoc comment. | 821 | |
'(' is preceded with whitespace. | 821 | |
Parameter attribute should be final. | 821 | |
Parameter val1 should be final. | 821 | |
Parameter val2 should be final. | 821 | |
'{' should be on the previous line. | 822 | |
'{' should be on the previous line. | 824 | |
'{' should be on the previous line. | 828 | |
'{' should be on the previous line. | 832 | |
'(' is preceded with whitespace. | 835 | |
'{' should be on the previous line. | 836 | |
'(' is preceded with whitespace. | 839 | |
Missing a Javadoc comment. | 842 | |
'(' is preceded with whitespace. | 842 | |
Parameter value should be final. | 842 | |
'{' should be on the previous line. | 843 | |
'{' should be on the previous line. | 845 | |
'{' should be on the previous line. | 849 | |
'(' is preceded with whitespace. | 852 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 15 | |
'{' is not preceded with whitespace. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter dictionaryContext should be final. | 23 | |
'dictionaryContext' hides a field. | 23 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter dictionaryContext should be final. | 30 | |
'dictionaryContext' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Parameter objectTypeKey should be final. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Method 'getDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'setDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter dictionaryContext should be final. | 61 | |
'dictionaryContext' hides a field. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
'{' should be on the previous line. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
'(' is preceded with whitespace. | 32 | |
Parameter outputFileName should be final. | 32 | |
'outputFileName' hides a field. | 32 | |
Parameter startingClasses should be final. | 33 | |
'startingClasses' hides a field. | 33 | |
Parameter dictFileName should be final. | 34 | |
'dictFileName' hides a field. | 34 | |
Parameter processSubstructures should be final. | 35 | |
'processSubstructures' hides a field. | 35 | |
'{' should be on the previous line. | 36 | |
'(' is preceded with whitespace. | 42 | |
'{' should be on the previous line. | 44 | |
'(' is preceded with whitespace. | 45 | |
'}' should be on the same line. | 46 | |
'{' should be on the previous line. | 48 | |
'(' is preceded with whitespace. | 49 | |
'(' is preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 54 | |
Method 'doTest' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
'{' should be on the previous line. | 57 | |
'(' is preceded with whitespace. | 58 | |
'(' is preceded with whitespace. | 60 | |
Line is longer than 80 characters. | 62 | |
'(' is preceded with whitespace. | 63 | |
':' is not preceded with whitespace. | 64 | |
'(' is preceded with whitespace. | 64 | |
'{' should be on the previous line. | 65 | |
'(' is preceded with whitespace. | 66 | |
'(' is preceded with whitespace. | 66 | |
'(' is preceded with whitespace. | 67 | |
'(' is preceded with whitespace. | 67 | |
':' is not preceded with whitespace. | 70 | |
'{' should be on the previous line. | 71 | |
'(' is preceded with whitespace. | 73 | |
'{' should be on the previous line. | 75 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
'(' is preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 79 | |
'(' is preceded with whitespace. | 81 | |
'(' is preceded with whitespace. | 82 | |
'{' should be on the previous line. | 83 | |
'(' is preceded with whitespace. | 89 | |
':' is not preceded with whitespace. | 90 | |
'{' should be on the previous line. | 91 | |
'(' is preceded with whitespace. | 92 | |
'(' is preceded with whitespace. | 92 | |
'{' should be on the previous line. | 96 | |
Line is longer than 80 characters. | 98 | |
'}' should be on the same line. | 99 | |
'{' should be on the previous line. | 101 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
Line is longer than 80 characters. | 110 | |
'(' is preceded with whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
':' is not preceded with whitespace. | 114 | |
'{' should be on the previous line. | 115 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 118 | |
'(' is preceded with whitespace. | 119 | |
'(' is preceded with whitespace. | 120 | |
'(' is preceded with whitespace. | 121 | |
':' is not preceded with whitespace. | 122 | |
'{' should be on the previous line. | 123 | |
'(' is preceded with whitespace. | 125 | |
'(' is preceded with whitespace. | 127 | |
'(' is preceded with whitespace. | 128 | |
Missing a Javadoc comment. | 131 | |
'(' is preceded with whitespace. | 131 | |
Parameter className should be final. | 131 | |
'{' should be on the previous line. | 132 | |
'(' is preceded with whitespace. | 133 | |
'(' is preceded with whitespace. | 133 | |
Missing a Javadoc comment. | 136 | |
'(' is preceded with whitespace. | 136 | |
Parameter className should be final. | 136 | |
Parameter ac should be final. | 136 | |
'{' should be on the previous line. | 137 | |
Inner assignments should be avoided. | 138 | |
'(' is preceded with whitespace. | 138 | |
'(' is preceded with whitespace. | 139 | |
'{' should be on the previous line. | 141 | |
'(' is preceded with whitespace. | 143 | |
'(' is preceded with whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
'(' is preceded with whitespace. | 145 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 155 | |
Missing a Javadoc comment. | 158 | |
'(' is preceded with whitespace. | 158 | |
Parameter name should be final. | 158 | |
'{' should be on the previous line. | 159 | |
'(' is preceded with whitespace. | 160 | |
'{' should be on the previous line. | 161 | |
'(' is preceded with whitespace. | 162 | |
'(' is preceded with whitespace. | 162 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
'{' should be on the previous line. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
'(' is preceded with whitespace. | 29 | |
Parameter os should be final. | 29 | |
'os' hides a field. | 29 | |
Parameter alreadyValidated should be final. | 30 | |
'alreadyValidated' hides a field. | 30 | |
Parameter processSubstructures should be final. | 31 | |
'{' should be on the previous line. | 32 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
'(' is preceded with whitespace. | 38 | |
'{' should be on the previous line. | 39 | |
'(' is preceded with whitespace. | 40 | |
'(' is preceded with whitespace. | 41 | |
'{' should be on the previous line. | 42 | |
'(' is preceded with whitespace. | 43 | |
'(' is preceded with whitespace. | 45 | |
'{' should be on the previous line. | 46 | |
'(' is preceded with whitespace. | 47 | |
'(' is preceded with whitespace. | 55 | |
'{' should be on the previous line. | 56 | |
'(' is preceded with whitespace. | 57 | |
'(' is preceded with whitespace. | 60 | |
'(' is preceded with whitespace. | 60 | |
'{' should be on the previous line. | 61 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 65 | |
'(' is preceded with whitespace. | 66 | |
'{' should be on the previous line. | 67 | |
'(' is preceded with whitespace. | 68 | |
'{' should be on the previous line. | 69 | |
'(' is followed by whitespace. | 70 | |
'!' is followed by whitespace. | 70 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 70 | |
'{' should be on the previous line. | 71 | |
'(' is preceded with whitespace. | 72 | |
'(' is preceded with whitespace. | 72 | |
'(' is preceded with whitespace. | 75 | |
'(' is preceded with whitespace. | 75 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 | |
Parameter fd should be final. | 92 | |
'{' should be on the previous line. | 93 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 95 | |
'{' should be on the previous line. | 96 | |
'(' is preceded with whitespace. | 97 | |
'}' should be on the same line. | 98 | |
'(' is preceded with whitespace. | 99 | |
'(' is preceded with whitespace. | 99 | |
'(' is preceded with whitespace. | 99 | |
'{' should be on the previous line. | 100 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 103 | |
'{' should be on the previous line. | 104 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 111 | |
'{' should be on the previous line. | 112 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 114 | |
Line is longer than 80 characters. | 115 | |
'}' should be on the same line. | 116 | |
'{' should be on the previous line. | 118 | |
'{' should be on the previous line. | 120 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
'{' should be on the previous line. | 122 | |
'(' is preceded with whitespace. | 123 | |
'(' is preceded with whitespace. | 123 | |
'(' is preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 125 | |
'(' is preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 130 | |
'(' is preceded with whitespace. | 130 | |
'(' is preceded with whitespace. | 130 | |
'(' is preceded with whitespace. | 130 | |
'(' is preceded with whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 132 | |
Comment matches to-do format 'TODO:'. | 133 | |
Line is longer than 80 characters. | 133 | |
'(' is preceded with whitespace. | 134 | |
'{' should be on the previous line. | 135 | |
'{' should be on the previous line. | 137 | |
'(' is preceded with whitespace. | 138 | |
'(' is preceded with whitespace. | 138 | |
'}' should be on the same line. | 139 | |
'{' should be on the previous line. | 141 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 143 | |
'(' is preceded with whitespace. | 148 | |
'{' should be on the previous line. | 149 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 152 | |
'{' should be on the previous line. | 153 | |
'(' is preceded with whitespace. | 154 | |
'(' is preceded with whitespace. | 154 | |
'(' is preceded with whitespace. | 154 | |
'(' is preceded with whitespace. | 156 | |
'{' should be on the previous line. | 157 | |
'(' is preceded with whitespace. | 158 | |
'(' is preceded with whitespace. | 158 | |
'(' is preceded with whitespace. | 158 | |
Missing a Javadoc comment. | 163 | |
'(' is preceded with whitespace. | 163 | |
Parameter errors should be final. | 163 | |
Parameter fd should be final. | 163 | |
Parameter validation should be final. | 164 | |
Parameter value should be final. | 165 | |
'{' should be on the previous line. | 166 | |
'{' should be on the previous line. | 168 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 169 | |
Missing a Javadoc comment. | 174 | |
'(' is preceded with whitespace. | 174 | |
Parameter errors should be final. | 174 | |
Parameter fieldName should be final. | 174 | |
Parameter propertyName should be final. | 175 | |
Parameter dataType should be final. | 175 | |
Parameter value should be final. | 176 | |
'{' should be on the previous line. | 177 | |
'{' should be on the previous line. | 179 | |
'{' should be on the previous line. | 183 | |
'(' is preceded with whitespace. | 185 | |
'(' is preceded with whitespace. | 185 | |
'{' should be on the previous line. | 189 | |
'(' is preceded with whitespace. | 190 | |
'}' should be on the same line. | 191 | |
'{' should be on the previous line. | 193 | |
'(' is preceded with whitespace. | 194 | |
'{' should be on the previous line. | 202 | |
'(' is preceded with whitespace. | 203 | |
'}' should be on the same line. | 204 | |
'{' should be on the previous line. | 206 | |
'(' is preceded with whitespace. | 207 | |
Line is longer than 80 characters. | 209 | |
'{' should be on the previous line. | 214 | |
'(' is preceded with whitespace. | 215 | |
'}' should be on the same line. | 216 | |
'{' should be on the previous line. | 218 | |
'(' is preceded with whitespace. | 219 | |
'{' should be on the previous line. | 227 | |
'(' is preceded with whitespace. | 228 | |
'}' should be on the same line. | 229 | |
'{' should be on the previous line. | 231 | |
'(' is preceded with whitespace. | 232 | |
'{' should be on the previous line. | 240 | |
'(' is preceded with whitespace. | 241 | |
'{' should be on the previous line. | 244 | |
'(' is preceded with whitespace. | 245 | |
'(' is preceded with whitespace. | 245 | |
'{' should be on the previous line. | 246 | |
'(' is preceded with whitespace. | 249 | |
'(' is preceded with whitespace. | 249 | |
'{' should be on the previous line. | 250 | |
'(' is preceded with whitespace. | 254 | |
'{' should be on the previous line. | 262 | |
'{' should be on the previous line. | 266 | |
Comment matches to-do format 'TODO:'. | 267 | |
'(' is preceded with whitespace. | 268 | |
'(' is preceded with whitespace. | 268 | |
'(' is preceded with whitespace. | 268 | |
'}' should be on the same line. | 269 | |
'{' should be on the previous line. | 271 | |
'(' is preceded with whitespace. | 272 | |
'(' is preceded with whitespace. | 279 | |
Missing a Javadoc comment. | 287 | |
'(' is preceded with whitespace. | 287 | |
Parameter fd should be final. | 287 | |
Parameter vc should be final. | 288 | |
'{' should be on the previous line. | 289 | |
'(' is preceded with whitespace. | 290 | |
'(' is preceded with whitespace. | 291 | |
'(' is preceded with whitespace. | 292 | |
'{' should be on the previous line. | 295 | |
'}' should be on the same line. | 297 | |
'{' should be on the previous line. | 299 | |
'(' is preceded with whitespace. | 300 | |
'(' is preceded with whitespace. | 301 | |
'(' is followed by whitespace. | 303 | |
'!' is followed by whitespace. | 303 | |
'(' is preceded with whitespace. | 303 | |
'{' should be on the previous line. | 304 | |
'(' is preceded with whitespace. | 305 | |
'(' is preceded with whitespace. | 306 | |
Line is longer than 80 characters. | 307 | |
'{' should be on the previous line. | 311 | |
'(' is preceded with whitespace. | 312 | |
'}' should be on the same line. | 313 | |
'{' should be on the previous line. | 315 | |
'(' is preceded with whitespace. | 316 | |
'(' is preceded with whitespace. | 316 | |
Missing a Javadoc comment. | 323 | |
'(' is preceded with whitespace. | 323 | |
Parameter fd should be final. | 323 | |
Parameter lc should be final. | 323 | |
'{' should be on the previous line. | 324 | |
'(' is preceded with whitespace. | 325 | |
'(' is preceded with whitespace. | 326 | |
'{' should be on the previous line. | 327 | |
'(' is preceded with whitespace. | 328 | |
'(' is preceded with whitespace. | 328 | |
Comment matches to-do format 'TODO:'. | 330 | |
Missing a Javadoc comment. | 333 | |
Missing a Javadoc comment. | 334 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 336 | |
Missing a Javadoc comment. | 337 | |
Missing a Javadoc comment. | 338 | |
Missing a Javadoc comment. | 339 | |
Line is longer than 80 characters. | 341 | |
Missing a Javadoc comment. | 344 | |
'(' is preceded with whitespace. | 344 | |
Parameter fd should be final. | 344 | |
Parameter cc should be final. | 344 | |
'{' should be on the previous line. | 345 | |
'(' is preceded with whitespace. | 346 | |
'(' is preceded with whitespace. | 347 | |
'{' should be on the previous line. | 348 | |
'(' is preceded with whitespace. | 349 | |
'(' is preceded with whitespace. | 349 | |
'}' should be on the same line. | 351 | |
'{' should be on the previous line. | 353 | |
'++' is preceded with whitespace. | 355 | |
'{' should be on the previous line. | 356 | |
'(' is preceded with whitespace. | 357 | |
'(' is preceded with whitespace. | 357 | |
'{' should be on the previous line. | 358 | |
'(' is followed by whitespace. | 363 | |
'!' is followed by whitespace. | 363 | |
'{' should be on the previous line. | 364 | |
'(' is preceded with whitespace. | 365 | |
'(' is preceded with whitespace. | 365 | |
'(' is preceded with whitespace. | 367 | |
'(' is preceded with whitespace. | 370 | |
'{' should be on the previous line. | 371 | |
'(' is preceded with whitespace. | 372 | |
'(' is preceded with whitespace. | 373 | |
Line is longer than 80 characters. | 374 | |
'}' should be on the same line. | 375 | |
'(' is preceded with whitespace. | 376 | |
'(' is preceded with whitespace. | 376 | |
'(' is preceded with whitespace. | 376 | |
'{' should be on the previous line. | 377 | |
'(' is preceded with whitespace. | 378 | |
'(' is preceded with whitespace. | 379 | |
Line is longer than 80 characters. | 380 | |
'(' is preceded with whitespace. | 382 | |
'{' should be on the previous line. | 383 | |
'(' is preceded with whitespace. | 384 | |
'(' is preceded with whitespace. | 384 | |
'(' is preceded with whitespace. | 388 | |
'(' is preceded with whitespace. | 388 | |
'{' should be on the previous line. | 389 | |
'(' is preceded with whitespace. | 390 | |
'(' is preceded with whitespace. | 390 | |
'(' is preceded with whitespace. | 393 | |
'{' should be on the previous line. | 394 | |
'(' is preceded with whitespace. | 395 | |
'{' should be on the previous line. | 396 | |
'(' is preceded with whitespace. | 397 | |
'(' is preceded with whitespace. | 398 | |
Line is longer than 80 characters. | 399 | |
Comment matches to-do format 'TODO:'. | 402 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Variable 'logger' must be private and have accessor methods. | 61 | |
Line contains a tab character. | 63 | |
Method 'getBeanClass' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter element should be final. | 65 | |
Line contains a tab character. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
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. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Method 'doParse' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Line is longer than 80 characters. | 127 | |
Parameter element should be final. | 127 | |
Parameter pc should be final. | 127 | |
Parameter builder should be final. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'if' is not followed by whitespace. | 130 | |
'{' is not preceded with whitespace. | 130 | |
Line contains a tab character. | 131 | |
'for' is not followed by whitespace. | 131 | |
';' is not followed by whitespace. | 131 | |
'<' is not preceded with whitespace. | 131 | |
'<' is not followed by whitespace. | 131 | |
';' is not followed by whitespace. | 131 | |
'{' is not preceded with whitespace. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'if' is not followed by whitespace. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
'else' is not preceded with whitespace. | 135 | |
'}' is not followed by whitespace. | 135 | |
'if' is not followed by whitespace. | 135 | |
'&&' is not preceded with whitespace. | 135 | |
'&&' is not followed by whitespace. | 135 | |
'{' is not preceded with whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'for' is not followed by whitespace. | 143 | |
';' is not followed by whitespace. | 143 | |
'<' is not preceded with whitespace. | 143 | |
'<' is not followed by whitespace. | 143 | |
';' is not followed by whitespace. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 147 | |
'if' is not followed by whitespace. | 147 | |
'{' is not preceded with whitespace. | 147 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'=' is not preceded with whitespace. | 150 | |
'=' is not followed by whitespace. | 150 | |
Line contains a tab character. | 151 | |
'if' is not followed by whitespace. | 151 | |
'{' is not preceded with whitespace. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
'=' is not preceded with whitespace. | 152 | |
'=' is not followed by whitespace. | 152 | |
'-' is not preceded with whitespace. | 152 | |
'-' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
'if' is not followed by whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'if' is not followed by whitespace. | 156 | |
'{' is not preceded with whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
'=' is not preceded with whitespace. | 157 | |
'=' is not followed by whitespace. | 157 | |
',' is not followed by whitespace. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
'&&' is not preceded with whitespace. | 160 | |
'&&' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'=' is not preceded with whitespace. | 161 | |
'=' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 161 | |
Line contains a tab character. | 162 | |
',' is not followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
'else' is not preceded with whitespace. | 165 | |
'}' is not followed by whitespace. | 165 | |
'if' is not followed by whitespace. | 165 | |
'{' is not preceded with whitespace. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
',' is not followed by whitespace. | 166 | |
'cast' is not followed by whitespace. | 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 | |
'else' is not preceded with whitespace. | 169 | |
'}' is not followed by whitespace. | 169 | |
'if' is not followed by whitespace. | 169 | |
'{' is not preceded with whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'if' is not followed by whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
'cast' is not followed by whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
'cast' is not followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
'else' is not preceded with whitespace. | 174 | |
'}' is not followed by whitespace. | 174 | |
'else' is not followed by whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'cast' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'else' is not preceded with whitespace. | 177 | |
'}' is not followed by whitespace. | 177 | |
'else' is not followed by whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line is longer than 80 characters. | 178 | |
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 | |
'if' is not followed by whitespace. | 180 | |
'!=' is not preceded with whitespace. | 180 | |
'!=' is not followed by whitespace. | 180 | |
'||' is not followed by whitespace. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
'=' is not preceded with whitespace. | 183 | |
'=' is not followed by whitespace. | 183 | |
',' is not followed by whitespace. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
'else' is not preceded with whitespace. | 185 | |
'}' is not followed by whitespace. | 185 | |
'else' is not followed by whitespace. | 185 | |
'{' is not preceded with whitespace. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
'=' is not preceded with whitespace. | 189 | |
'=' is not followed by whitespace. | 189 | |
',' is not followed by whitespace. | 189 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
'if' is not followed by whitespace. | 191 | |
'&&' is not preceded with whitespace. | 191 | |
'&&' is not followed by whitespace. | 191 | |
'cast' is not followed by whitespace. | 191 | |
'{' is not preceded with whitespace. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
'+' is not preceded with whitespace. | 196 | |
'+' is not followed by whitespace. | 196 | |
',' is not followed by whitespace. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
'else' is not preceded with whitespace. | 198 | |
'}' is not followed by whitespace. | 198 | |
'else' is not followed by whitespace. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 208 | |
First sentence should end with a period. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 212 | |
Parameter element should be final. | 217 | |
Expected @param tag for 'element'. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
'for' is not followed by whitespace. | 219 | |
';' is not followed by whitespace. | 219 | |
'<' is not preceded with whitespace. | 219 | |
'<' is not followed by whitespace. | 219 | |
';' is not followed by whitespace. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'if' is not followed by whitespace. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line contains a tab character. | 222 | |
'cast' is not followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
'cast' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Missing a Javadoc comment. | 232 | |
Parameter element should be final. | 232 | |
Parameter localName should be final. | 232 | |
Line contains a tab character. | 233 | |
'try' is not followed by whitespace. | 233 | |
'{' is not preceded with whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line has trailing spaces. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line has trailing spaces. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
'for' is not followed by whitespace. | 241 | |
';' is not followed by whitespace. | 241 | |
'<' is not preceded with whitespace. | 241 | |
'<' is not followed by whitespace. | 241 | |
';' is not followed by whitespace. | 241 | |
'{' is not preceded with whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
'if' is not followed by whitespace. | 243 | |
'{' is not preceded with whitespace. | 243 | |
Line has trailing spaces. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
'if' is not followed by whitespace. | 249 | |
'+' is not preceded with whitespace. | 249 | |
'+' is not followed by whitespace. | 249 | |
'{' is not preceded with whitespace. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 253 | |
'cast' is not followed by whitespace. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line has trailing spaces. | 257 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
'catch' is not preceded with whitespace. | 259 | |
'}' is not followed by whitespace. | 259 | |
'catch' is not followed by whitespace. | 259 | |
'{' is not preceded with whitespace. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter parentName should be final. | 266 | |
Parameter nodeName should be final. | 266 | |
Line contains a tab character. | 267 | |
'if' is not followed by whitespace. | 267 | |
'&&' is not preceded with whitespace. | 267 | |
'&&' is not followed by whitespace. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
'if' is not followed by whitespace. | 270 | |
'&&' is not preceded with whitespace. | 270 | |
'&&' is not followed by whitespace. | 270 | |
'{' is not preceded with whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
'if' is not followed by whitespace. | 273 | |
'&&' is not preceded with whitespace. | 273 | |
'&&' is not followed by whitespace. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
'if' is not followed by whitespace. | 276 | |
'&&' is not preceded with whitespace. | 276 | |
'&&' is not followed by whitespace. | 276 | |
'{' is not preceded with whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
'if' is not followed by whitespace. | 279 | |
'&&' is not preceded with whitespace. | 279 | |
'&&' is not followed by whitespace. | 279 | |
'{' is not preceded with whitespace. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
'if' is not followed by whitespace. | 282 | |
'&&' is not preceded with whitespace. | 282 | |
'&&' is not followed by whitespace. | 282 | |
'{' is not preceded with whitespace. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter node should be final. | 290 | |
'for' is not followed by whitespace. | 291 | |
';' is not followed by whitespace. | 291 | |
'<' is not preceded with whitespace. | 291 | |
'<' is not followed by whitespace. | 291 | |
';' is not followed by whitespace. | 291 | |
'{' is not preceded with whitespace. | 291 | |
'if' is not followed by whitespace. | 293 | |
'{' is not preceded with whitespace. | 293 | |
Line contains a tab character. | 300 | |
Missing a Javadoc comment. | 301 | |
Parameter localName should be final. | 301 | |
'||' is not preceded with whitespace. | 303 | |
'||' should be on a new line. | 303 | |
Line contains a tab character. | 304 | |
'||' is not preceded with whitespace. | 304 | |
'||' should be on a new line. | 304 | |
Line contains a tab character. | 305 | |
'||' is not preceded with whitespace. | 305 | |
'||' should be on a new line. | 305 | |
Line contains a tab character. | 306 | |
'||' is not preceded with whitespace. | 306 | |
'||' should be on a new line. | 306 | |
Line contains a tab character. | 307 | |
'||' is not preceded with whitespace. | 307 | |
'||' should be on a new line. | 307 | |
Line contains a tab character. | 308 | |
'||' is not preceded with whitespace. | 308 | |
'||' should be on a new line. | 308 | |
Line contains a tab character. | 309 | |
'||' is not preceded with whitespace. | 309 | |
'||' should be on a new line. | 309 | |
Line contains a tab character. | 310 | |
'||' is not preceded with whitespace. | 310 | |
'||' should be on a new line. | 310 | |
Line contains a tab character. | 311 | |
'||' is not preceded with whitespace. | 311 | |
'||' should be on a new line. | 311 | |
Line contains a tab character. | 312 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 316 | |
Method 'getParentName' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Line contains a tab character. | 317 | |
Parameter element should be final. | 317 | |
Line contains a tab character. | 318 | |
'if' is not followed by whitespace. | 318 | |
'{' is not preceded with whitespace. | 318 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Method 'shouldGenerateIdAsFallback' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line has trailing spaces. | 329 | |
Line contains a tab character. | 329 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 24 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 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 contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter dictionaryContext should be final. | 43 | |
'dictionaryContext' hides a field. | 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. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter dictionaryContext should be final. | 50 | |
'dictionaryContext' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
'if' is not followed by whitespace. | 64 | |
'!=' is not preceded with whitespace. | 64 | |
'!=' is not followed by whitespace. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
'if' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'if' is not followed by whitespace. | 66 | |
'{' is not preceded with whitespace. | 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 | |
'else' is not preceded with whitespace. | 69 | |
'}' is not followed by whitespace. | 69 | |
'else' is not followed by whitespace. | 69 | |
'{' is not preceded with whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
'else' is not preceded with whitespace. | 72 | |
'}' is not followed by whitespace. | 72 | |
'else' is not followed by whitespace. | 72 | |
'{' is not preceded with whitespace. | 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. | 78 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
Parameter objectTypeKey should be final. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'getDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'setDictionaryContext' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter dictionaryContext should be final. | 92 | |
'dictionaryContext' hides a field. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 30 | |
Method 'getUnitType' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setUnitType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter unitType should be final. | 34 | |
'unitType' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getUnitQuantity' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setUnitQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter unitQuantity should be final. | 42 | |
'unitQuantity' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
'}' is not preceded with whitespace. | 24 | |
'}' is not preceded with whitespace. | 24 | |
'{' is not preceded with whitespace. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 37 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter value should be final. | 40 | |
'value' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter name should be final. | 47 | |
'name' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'setObjectId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter objectId should be final. | 30 | |
'objectId' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'prePersist' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'preUpdate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'getVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter versionNumber should be final. | 60 | |
'versionNumber' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter id should be final. | 68 | |
'id' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
'=' is not preceded with whitespace. | 14 | |
'=' is not followed by whitespace. | 14 | |
'=' is not preceded with whitespace. | 14 | |
'=' is not followed by whitespace. | 14 | |
'=' is not preceded with whitespace. | 14 | |
'=' is not followed by whitespace. | 14 | |
'}' is not preceded with whitespace. | 14 | |
'{' is not preceded with whitespace. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
',' is not followed by whitespace. | 19 | |
'=' is not preceded with whitespace. | 19 | |
'=' is not followed by whitespace. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter name should be final. | 34 | |
'name' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter effectiveDate should be final. | 42 | |
'effectiveDate' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter expirationDate should be final. | 50 | |
'expirationDate' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter descr should be final. | 58 | |
'descr' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 30 | |
Method 'getCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter currencyTypeKey should be final. | 34 | |
'currencyTypeKey' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter currencyQuantity should be final. | 42 | |
'currencyQuantity' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Variable 'name' must be private and have accessor methods. | 25 | |
Missing a Javadoc comment. | 26 | |
Variable 'descr' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'dataType' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Variable 'minValue' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Variable 'maxValue' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Variable 'minLength' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Variable 'maxLength' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Variable 'validChars' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Variable 'invalidChars' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Variable 'minOccurs' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Variable 'maxOccurs' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Variable 'readOnly' must be private and have accessor methods. | 47 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter name should be final. | 57 | |
'name' hides a field. | 57 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Unused @param tag for 'desc'. | 67 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter descr should be final. | 69 | |
'descr' hides a field. | 69 | |
Expected @param tag for 'descr'. | 69 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter dataType should be final. | 81 | |
'dataType' hides a field. | 81 | |
Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter minValue should be final. | 93 | |
'minValue' hides a field. | 93 | |
Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter maxValue should be final. | 105 | |
'maxValue' hides a field. | 105 | |
Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter minLength should be final. | 117 | |
'minLength' hides a field. | 117 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter maxLength should be final. | 129 | |
'maxLength' hides a field. | 129 | |
Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter validChars should be final. | 141 | |
'validChars' hides a field. | 141 | |
Method 'getInvalidChars' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'setInvalidChars' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter invalidChars should be final. | 153 | |
'invalidChars' hides a field. | 153 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter minOccurs should be final. | 165 | |
'minOccurs' hides a field. | 165 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter maxOccurs should be final. | 177 | |
'maxOccurs' hides a field. | 177 | |
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter readOnly should be final. | 189 | |
'readOnly' hides a field. | 189 | |
Line has trailing spaces. | 191 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
Utility classes should not have a public or default constructor. | 3 | |
Line has trailing spaces. | 5 | |
Line contains a tab character. | 5 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 52 | |
Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter createTime should be final. | 56 | |
'createTime' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter createId should be final. | 64 | |
'createId' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter updateTime should be final. | 72 | |
'updateTime' hides a field. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter updateId should be final. | 80 | |
'updateId' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
'{' is not preceded with whitespace. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Line contains a tab character. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
'if' is not followed by whitespace. | 34 | |
'==' is not preceded with whitespace. | 34 | |
'==' is not followed by whitespace. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
'==' is not preceded with whitespace. | 50 | |
'==' is not followed by whitespace. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'getMeta' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'setMeta' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter meta should be final. | 65 | |
'meta' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
',' is not followed by whitespace. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter plain should be final. | 37 | |
'plain' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter formatted should be final. | 45 | |
'formatted' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Method 'getAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'setAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter atpDurationTypeKey should be final. | 33 | |
'atpDurationTypeKey' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'setTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter timeQuantity should be final. | 39 | |
'timeQuantity' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Line is longer than 80 characters. | 21 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'getCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter currentVersionStart should be final. | 36 | |
'currentVersionStart' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'getCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'setCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter currentVersionEnd should be final. | 44 | |
'currentVersionEnd' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter versionIndId should be final. | 52 | |
'versionIndId' hides a field. | 52 | |
Method 'getSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter sequenceNumber should be final. | 60 | |
'sequenceNumber' hides a field. | 60 | |
Method 'getVersionComment' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setVersionComment' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter versionComment should be final. | 68 | |
'versionComment' hides a field. | 68 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 72 | |
Method 'getVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'setVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter versionedFromId should be final. | 76 | |
'versionedFromId' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Line contains a tab character. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
'if' is not followed by whitespace. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'if' is not followed by whitespace. | 28 | |
'==' is not preceded with whitespace. | 28 | |
'==' is not followed by whitespace. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter version should be final. | 39 | |
'version' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Redundant 'public' modifier. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Redundant 'public' modifier. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Redundant 'public' modifier. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Method 'doCrossSearch' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter searchRequest should be final. | 59 | |
Parameter crossSearchType should be final. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'for' is not followed by whitespace. | 65 | |
':' is not preceded with whitespace. | 65 | |
':' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
'for' is not followed by whitespace. | 73 | |
':' is not preceded with whitespace. | 73 | |
':' is not followed by whitespace. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
'for' is not followed by whitespace. | 74 | |
':' is not preceded with whitespace. | 74 | |
':' is not followed by whitespace. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
'if' is not followed by whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'if' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
'cast' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'else' is not preceded with whitespace. | 81 | |
'}' is not followed by whitespace. | 81 | |
'if' is not followed by whitespace. | 81 | |
'{' is not preceded with whitespace. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
'cast' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
'if' is not followed by whitespace. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'for' is not followed by whitespace. | 95 | |
',' is not followed by whitespace. | 95 | |
':' is not preceded with whitespace. | 95 | |
':' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
'for' is not followed by whitespace. | 96 | |
':' is not preceded with whitespace. | 96 | |
':' is not followed by whitespace. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'else' is not preceded with whitespace. | 101 | |
'}' is not followed by whitespace. | 101 | |
'else' is not followed by whitespace. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
',' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'for' is not followed by whitespace. | 105 | |
',' is not followed by whitespace. | 105 | |
':' is not preceded with whitespace. | 105 | |
':' is not followed by whitespace. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
'if' is not followed by whitespace. | 106 | |
',' is not followed by whitespace. | 106 | |
',' is not followed by whitespace. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 114 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Parameter searchResult should be final. | 123 | |
Expected @param tag for 'searchResult'. | 123 | |
Line contains a tab character. | 124 | |
Parameter searchRequest should be final. | 124 | |
Expected @param tag for 'searchRequest'. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'if' is not followed by whitespace. | 131 | |
'!=' is not preceded with whitespace. | 131 | |
'!=' is not followed by whitespace. | 131 | |
'{' is not preceded with whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
',' is not followed by whitespace. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
'if' is not followed by whitespace. | 138 | |
'!=' is not preceded with whitespace. | 138 | |
'!=' is not followed by whitespace. | 138 | |
'{' is not preceded with whitespace. | 138 | |
Line contains a tab character. | 139 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
'if' is not followed by whitespace. | 140 | |
'!=' is not preceded with whitespace. | 140 | |
'!=' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
'=' is not preceded with whitespace. | 141 | |
'=' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
'+' is not preceded with whitespace. | 143 | |
'+' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'=' is not preceded with whitespace. | 145 | |
'=' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
'+' is not preceded with whitespace. | 146 | |
'+' is not followed by whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
First sentence should end with a period. | 157 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Missing a Javadoc comment. | 162 | |
Line contains a tab character. | 163 | |
Missing a Javadoc comment. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter sortColumn should be final. | 165 | |
'sortColumn' hides a field. | 165 | |
Line contains a tab character. | 166 | |
Parameter sortDirection should be final. | 166 | |
'sortDirection' hides a field. | 166 | |
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 has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Parameter r1 should be final. | 173 | |
Parameter r2 should be final. | 173 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'=' is not preceded with whitespace. | 177 | |
'=' is not followed by whitespace. | 177 | |
Line contains a tab character. | 178 | |
'=' is not preceded with whitespace. | 178 | |
'=' is not followed by whitespace. | 178 | |
Line contains a tab character. | 179 | |
'for' is not followed by whitespace. | 179 | |
':' is not preceded with whitespace. | 179 | |
':' is not followed by whitespace. | 179 | |
'{' is not preceded with whitespace. | 179 | |
Line contains a tab character. | 180 | |
'if' is not followed by whitespace. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Line contains a tab character. | 181 | |
'=' is not preceded with whitespace. | 181 | |
'=' is not followed by whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
'for' is not followed by whitespace. | 185 | |
':' is not preceded with whitespace. | 185 | |
':' is not followed by whitespace. | 185 | |
'{' is not preceded with whitespace. | 185 | |
Line contains a tab character. | 186 | |
'if' is not followed by whitespace. | 186 | |
'{' is not preceded with whitespace. | 186 | |
Line contains a tab character. | 187 | |
'=' is not preceded with whitespace. | 187 | |
'=' is not followed by whitespace. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line has trailing spaces. | 191 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
'try' is not followed by whitespace. | 193 | |
'{' is not preceded with whitespace. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
'catch' is not preceded with whitespace. | 197 | |
'}' is not followed by whitespace. | 197 | |
'catch' is not followed by whitespace. | 197 | |
'{' is not preceded with whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
'if' is not followed by whitespace. | 198 | |
'!=' is not preceded with whitespace. | 198 | |
'!=' is not followed by whitespace. | 198 | |
'&&' is not preceded with whitespace. | 198 | |
'&&' is not followed by whitespace. | 198 | |
'!=' is not preceded with whitespace. | 198 | |
'!=' is not followed by whitespace. | 198 | |
'&&' is not preceded with whitespace. | 198 | |
'&&' is not followed by whitespace. | 198 | |
'||' is not preceded with whitespace. | 198 | |
'||' is not followed by whitespace. | 198 | |
'&&' is not preceded with whitespace. | 198 | |
'&&' should be on a new line. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
'||' is not preceded with whitespace. | 199 | |
'||' is not followed by whitespace. | 199 | |
'{' is not preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'else' is not preceded with whitespace. | 203 | |
'}' is not followed by whitespace. | 203 | |
'else' is not followed by whitespace. | 203 | |
'{' is not preceded with whitespace. | 203 | |
Line contains a tab character. | 204 | |
'try' is not followed by whitespace. | 204 | |
'{' is not preceded with whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'catch' is not preceded with whitespace. | 209 | |
'}' is not followed by whitespace. | 209 | |
'catch' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line contains a tab character. | 210 | |
'if' is not followed by whitespace. | 210 | |
'!=' is not preceded with whitespace. | 210 | |
'!=' is not followed by whitespace. | 210 | |
'!=' is not preceded with whitespace. | 210 | |
'!=' is not followed by whitespace. | 210 | |
'{' is not preceded with whitespace. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'else' is not preceded with whitespace. | 212 | |
'}' is not followed by whitespace. | 212 | |
'if' is not followed by whitespace. | 212 | |
'==' is not preceded with whitespace. | 212 | |
'==' is not followed by whitespace. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'else' is not preceded with whitespace. | 214 | |
'}' is not followed by whitespace. | 214 | |
'else' is not followed by whitespace. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line has trailing spaces. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
'if' is not followed by whitespace. | 222 | |
'{' is not preceded with whitespace. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line has trailing spaces. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
First sentence should end with a period. | 232 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Parameter permutation should be final. | 240 | |
Expected @param tag for 'permutation'. | 240 | |
Line contains a tab character. | 241 | |
Parameter crossSearchType should be final. | 241 | |
Expected @param tag for 'crossSearchType'. | 241 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
'for' is not followed by whitespace. | 244 | |
':' is not preceded with whitespace. | 244 | |
'{' is not preceded with whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
'for' is not followed by whitespace. | 245 | |
':' is not preceded with whitespace. | 245 | |
'{' is not preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
'if' is not followed by whitespace. | 246 | |
'{' is not preceded with whitespace. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
';' is not followed by whitespace. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line has trailing spaces. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Missing a Javadoc comment. | 259 | |
Line contains a tab character. | 260 | |
Parameter subSearchKey should be final. | 260 | |
Parameter row should be final. | 260 | |
Line contains a tab character. | 261 | |
Parameter crossSearchType should be final. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
'for' is not followed by whitespace. | 264 | |
':' is not preceded with whitespace. | 264 | |
'{' is not preceded with whitespace. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
'if' is not followed by whitespace. | 265 | |
'{' is not preceded with whitespace. | 265 | |
Line contains a tab character. | 266 | |
'for' is not followed by whitespace. | 266 | |
':' is not preceded with whitespace. | 266 | |
'{' is not preceded with whitespace. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
'if' is not followed by whitespace. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
';' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line has trailing spaces. | 280 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Parameter permutation should be final. | 287 | |
Expected @param tag for 'permutation'. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Parameter crossSearchType should be final. | 288 | |
Expected @param tag for 'crossSearchType'. | 288 | |
Parameter joinCriteria should be final. | 288 | |
Expected @param tag for 'joinCriteria'. | 288 | |
'{' is not preceded with whitespace. | 288 | |
Line contains a tab character. | 290 | |
Line has trailing spaces. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
'for' is not followed by whitespace. | 293 | |
':' is not preceded with whitespace. | 293 | |
':' is not followed by whitespace. | 293 | |
'{' is not preceded with whitespace. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
'if' is not followed by whitespace. | 296 | |
'!=' is not preceded with whitespace. | 296 | |
'!=' is not followed by whitespace. | 296 | |
'{' is not preceded with whitespace. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
'for' is not followed by whitespace. | 297 | |
':' is not preceded with whitespace. | 297 | |
'{' is not preceded with whitespace. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'if' is not followed by whitespace. | 298 | |
'{' is not preceded with whitespace. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
Line is longer than 80 characters. | 300 | |
Line contains a tab character. | 300 | |
';' is not followed by whitespace. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line has trailing spaces. | 304 | |
Line contains a tab character. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
'if' is not followed by whitespace. | 307 | |
'!=' is not preceded with whitespace. | 307 | |
'!=' is not followed by whitespace. | 307 | |
'{' is not preceded with whitespace. | 307 | |
Line is longer than 80 characters. | 308 | |
Line contains a tab character. | 308 | |
'for' is not followed by whitespace. | 308 | |
':' is not preceded with whitespace. | 308 | |
'{' is not preceded with whitespace. | 308 | |
Line is longer than 80 characters. | 309 | |
Line contains a tab character. | 309 | |
'if' is not followed by whitespace. | 309 | |
'{' is not preceded with whitespace. | 309 | |
Line is longer than 80 characters. | 310 | |
Line contains a tab character. | 310 | |
Line is longer than 80 characters. | 311 | |
Line contains a tab character. | 311 | |
';' is not followed by whitespace. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line has trailing spaces. | 314 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line has trailing spaces. | 316 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
'if' is not followed by whitespace. | 318 | |
'==' is not preceded with whitespace. | 318 | |
'==' is not followed by whitespace. | 318 | |
'||' is not preceded with whitespace. | 318 | |
'||' is not followed by whitespace. | 318 | |
'==' is not preceded with whitespace. | 318 | |
'==' is not followed by whitespace. | 318 | |
'{' is not preceded with whitespace. | 318 | |
Line contains a tab character. | 319 | |
'=' is not preceded with whitespace. | 319 | |
'=' is not followed by whitespace. | 319 | |
';' is not followed by whitespace. | 319 | |
Line contains a tab character. | 320 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
'if' is not followed by whitespace. | 321 | |
',' is not followed by whitespace. | 321 | |
',' is not followed by whitespace. | 321 | |
'{' is not preceded with whitespace. | 321 | |
Line contains a tab character. | 322 | |
'if' is not followed by whitespace. | 322 | |
'{' is not preceded with whitespace. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
'else' is not preceded with whitespace. | 325 | |
'}' is not followed by whitespace. | 325 | |
'else' is not followed by whitespace. | 325 | |
'{' is not preceded with whitespace. | 325 | |
Line contains a tab character. | 326 | |
'if' is not followed by whitespace. | 326 | |
'{' is not preceded with whitespace. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line has trailing spaces. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line is longer than 80 characters. | 333 | |
Line contains a tab character. | 333 | |
'for' is not followed by whitespace. | 333 | |
':' is not preceded with whitespace. | 333 | |
'{' is not preceded with whitespace. | 333 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 334 | |
'if' is not followed by whitespace. | 334 | |
'{' is not preceded with whitespace. | 334 | |
Line contains a tab character. | 335 | |
'if' is not followed by whitespace. | 335 | |
'{' is not preceded with whitespace. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
'else' is not preceded with whitespace. | 338 | |
'}' is not followed by whitespace. | 338 | |
'else' is not followed by whitespace. | 338 | |
'{' is not preceded with whitespace. | 338 | |
Line contains a tab character. | 339 | |
'if' is not followed by whitespace. | 339 | |
'{' is not preceded with whitespace. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line has trailing spaces. | 344 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
'if' is not followed by whitespace. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
'if' is not followed by whitespace. | 348 | |
'{' is not preceded with whitespace. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line has trailing spaces. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line is longer than 80 characters. | 359 | |
Line contains a tab character. | 359 | |
',' is not followed by whitespace. | 359 | |
Parameter searchResults should be final. | 359 | |
Expected @param tag for 'searchResults'. | 359 | |
'{' is not preceded with whitespace. | 359 | |
Line is longer than 80 characters. | 360 | |
Line contains a tab character. | 360 | |
',' is not followed by whitespace. | 360 | |
',' is not followed by whitespace. | 360 | |
Line contains a tab character. | 361 | |
'for' is not followed by whitespace. | 361 | |
',' is not followed by whitespace. | 361 | |
':' is not preceded with whitespace. | 361 | |
':' is not followed by whitespace. | 361 | |
'{' is not preceded with whitespace. | 361 | |
Line is longer than 80 characters. | 362 | |
Line contains a tab character. | 362 | |
',' is not followed by whitespace. | 362 | |
',' is not followed by whitespace. | 362 | |
Line contains a tab character. | 363 | |
'if' is not followed by whitespace. | 363 | |
'!=' is not preceded with whitespace. | 363 | |
'!=' is not followed by whitespace. | 363 | |
'&&' is not preceded with whitespace. | 363 | |
'&&' is not followed by whitespace. | 363 | |
'!=' is not preceded with whitespace. | 363 | |
'!=' is not followed by whitespace. | 363 | |
'{' is not preceded with whitespace. | 363 | |
Line contains a tab character. | 364 | |
'for' is not followed by whitespace. | 364 | |
':' is not preceded with whitespace. | 364 | |
':' is not followed by whitespace. | 364 | |
'{' is not preceded with whitespace. | 364 | |
Line contains a tab character. | 365 | |
'for' is not followed by whitespace. | 365 | |
',' is not followed by whitespace. | 365 | |
':' is not preceded with whitespace. | 365 | |
':' is not followed by whitespace. | 365 | |
'{' is not preceded with whitespace. | 365 | |
Line is longer than 80 characters. | 366 | |
Line contains a tab character. | 366 | |
',' is not followed by whitespace. | 366 | |
',' is not followed by whitespace. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
'if' is not followed by whitespace. | 371 | |
'==' is not preceded with whitespace. | 371 | |
'==' is not followed by whitespace. | 371 | |
'{' is not preceded with whitespace. | 371 | |
Line is longer than 80 characters. | 372 | |
Line contains a tab character. | 372 | |
',' is not followed by whitespace. | 372 | |
',' is not followed by whitespace. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line has trailing spaces. | 381 | |
Line contains a tab character. | 381 | |
Line has trailing spaces. | 382 | |
Line contains a tab character. | 382 | |
Missing a Javadoc comment. | 383 | |
Line contains a tab character. | 383 | |
'{' is not preceded with whitespace. | 383 | |
'{' is not followed by whitespace. | 383 | |
Missing a Javadoc comment. | 383 | |
',' is not followed by whitespace. | 383 | |
Missing a Javadoc comment. | 383 | |
',' is not followed by whitespace. | 383 | |
Missing a Javadoc comment. | 383 | |
',' is not followed by whitespace. | 383 | |
Missing a Javadoc comment. | 383 | |
'}' is not preceded with whitespace. | 383 | |
Line has trailing spaces. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 387 | |
Missing a Javadoc comment. | 387 | |
Parameter dataType should be final. | 387 | |
Parameter left should be final. | 387 | |
Parameter right should be final. | 387 | |
Line contains a tab character. | 388 | |
Parameter type should be final. | 388 | |
')' is preceded with whitespace. | 388 | |
'{' is not preceded with whitespace. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
'try' is not followed by whitespace. | 390 | |
'{' is not preceded with whitespace. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
',' is not followed by whitespace. | 393 | |
',' is not followed by whitespace. | 393 | |
Line contains a tab character. | 394 | |
'catch' is not preceded with whitespace. | 394 | |
'}' is not followed by whitespace. | 394 | |
'catch' is not followed by whitespace. | 394 | |
'{' is not preceded with whitespace. | 394 | |
Must have at least one statement. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
'try' is not followed by whitespace. | 396 | |
'{' is not preceded with whitespace. | 396 | |
Line is longer than 80 characters. | 397 | |
Line contains a tab character. | 397 | |
'if' is not followed by whitespace. | 397 | |
'||' is not preceded with whitespace. | 397 | |
'||' is not followed by whitespace. | 397 | |
'&&' is not preceded with whitespace. | 397 | |
'&&' should be on a new line. | 397 | |
Line is longer than 80 characters. | 398 | |
Line contains a tab character. | 398 | |
'||' is not preceded with whitespace. | 398 | |
'||' is not followed by whitespace. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 401 | |
Line contains a tab character. | 401 | |
',' is not followed by whitespace. | 401 | |
',' is not followed by whitespace. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
'catch' is not preceded with whitespace. | 403 | |
'}' is not followed by whitespace. | 403 | |
'catch' is not followed by whitespace. | 403 | |
'{' is not preceded with whitespace. | 403 | |
Must have at least one statement. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
'try' is not followed by whitespace. | 405 | |
'{' is not preceded with whitespace. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
',' is not followed by whitespace. | 409 | |
',' is not followed by whitespace. | 409 | |
Line contains a tab character. | 410 | |
'catch' is not preceded with whitespace. | 410 | |
'}' is not followed by whitespace. | 410 | |
'catch' is not followed by whitespace. | 410 | |
'{' is not preceded with whitespace. | 410 | |
Must have at least one statement. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
',' is not followed by whitespace. | 412 | |
',' is not followed by whitespace. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Line contains a tab character. | 425 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 432 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Missing a Javadoc comment. | 433 | |
Parameter left should be final. | 433 | |
Parameter right should be final. | 433 | |
Parameter type should be final. | 433 | |
Line contains a tab character. | 434 | |
switch without "default" clause. | 434 | |
'{' is not preceded with whitespace. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line is longer than 80 characters. | 451 | |
Line contains a tab character. | 451 | |
Missing a Javadoc comment. | 451 | |
Parameter left should be final. | 451 | |
Parameter right should be final. | 451 | |
Parameter type should be final. | 451 | |
Line contains a tab character. | 452 | |
switch without "default" clause. | 452 | |
'{' is not preceded with whitespace. | 452 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line is longer than 80 characters. | 469 | |
Line contains a tab character. | 469 | |
Missing a Javadoc comment. | 469 | |
Parameter left should be final. | 469 | |
Parameter right should be final. | 469 | |
Parameter type should be final. | 469 | |
Line contains a tab character. | 470 | |
switch without "default" clause. | 470 | |
'{' is not preceded with whitespace. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 487 | |
Missing a Javadoc comment. | 487 | |
Parameter left should be final. | 487 | |
Parameter right should be final. | 487 | |
Line contains a tab character. | 488 | |
Parameter type should be final. | 488 | |
Line contains a tab character. | 489 | |
switch without "default" clause. | 489 | |
'{' is not preceded with whitespace. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 505 | |
Missing a Javadoc comment. | 505 | |
Parameter searchDispatcher should be final. | 505 | |
'searchDispatcher' hides a field. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
Line contains a tab character. | 50 | |
Method 'getBeanClass' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line contains a tab character. | 51 | |
Parameter element should be final. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
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 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'doParse' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Parameter element should be final. | 102 | |
Parameter pc should be final. | 102 | |
Parameter builder should be final. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
'if' is not followed by whitespace. | 104 | |
'&&' is not preceded with whitespace. | 104 | |
'&&' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
'if' is not followed by whitespace. | 108 | |
'&&' is not preceded with whitespace. | 108 | |
'&&' is not followed by whitespace. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'if' is not followed by whitespace. | 113 | |
'&&' is not preceded with whitespace. | 113 | |
'&&' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'?' is not preceded with whitespace. | 114 | |
Avoid inline conditionals. | 114 | |
'?' is not followed by whitespace. | 114 | |
':' is not preceded with whitespace. | 114 | |
':' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
'if' is not followed by whitespace. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
'for' is not followed by whitespace. | 119 | |
';' is not followed by whitespace. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
';' is not followed by whitespace. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'if' is not followed by whitespace. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
'else' is not preceded with whitespace. | 123 | |
'}' is not followed by whitespace. | 123 | |
'if' is not followed by whitespace. | 123 | |
'&&' is not preceded with whitespace. | 123 | |
'&&' is not followed by whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
',' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'for' is not followed by whitespace. | 133 | |
';' is not followed by whitespace. | 133 | |
'<' is not preceded with whitespace. | 133 | |
'<' is not followed by whitespace. | 133 | |
';' is not followed by whitespace. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
'{' is not preceded with whitespace. | 136 | |
Line contains a tab character. | 137 | |
'=' is not preceded with whitespace. | 137 | |
'=' is not followed by whitespace. | 137 | |
Line contains a tab character. | 138 | |
'if' is not followed by whitespace. | 138 | |
'{' is not preceded with whitespace. | 138 | |
Line contains a tab character. | 139 | |
'if' is not followed by whitespace. | 139 | |
'{' is not preceded with whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
',' is not followed by whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'else' is not preceded with whitespace. | 142 | |
'}' is not followed by whitespace. | 142 | |
'if' is not followed by whitespace. | 142 | |
'{' is not preceded with whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'=' is not preceded with whitespace. | 143 | |
'=' is not followed by whitespace. | 143 | |
',' is not followed by whitespace. | 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 | |
'if' is not followed by whitespace. | 146 | |
'!=' is not preceded with whitespace. | 146 | |
'!=' is not followed by whitespace. | 146 | |
'&&' is not preceded with whitespace. | 146 | |
'&&' is not followed by whitespace. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'=' is not preceded with whitespace. | 147 | |
'=' is not followed by whitespace. | 147 | |
',' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
',' is not followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'else' is not preceded with whitespace. | 150 | |
'}' is not followed by whitespace. | 150 | |
'else' is not followed by whitespace. | 150 | |
'{' is not preceded with whitespace. | 150 | |
Line has trailing spaces. | 151 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 152 | |
'!=' is not preceded with whitespace. | 152 | |
'!=' is not followed by whitespace. | 152 | |
'{' is not preceded with whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'if' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'else' is not preceded with whitespace. | 156 | |
'}' is not followed by whitespace. | 156 | |
'else' is not followed by whitespace. | 156 | |
'{' is not preceded with whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
'cast' is not followed by whitespace. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
'else' is not preceded with whitespace. | 160 | |
'}' is not followed by whitespace. | 160 | |
'else' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'if' is not followed by whitespace. | 161 | |
'&&' is not preceded with whitespace. | 161 | |
'&&' is not followed by whitespace. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
'cast' is not followed by whitespace. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
'else' is not preceded with whitespace. | 164 | |
'}' is not followed by whitespace. | 164 | |
'if' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
'||' is not followed by whitespace. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
'||' is not followed by whitespace. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
'cast' is not followed by whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
'else' is not preceded with whitespace. | 169 | |
'}' is not followed by whitespace. | 169 | |
'else' is not followed by whitespace. | 169 | |
'{' is not preceded with whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter localName should be final. | 179 | |
Line contains a tab character. | 180 | |
'||' is not preceded with whitespace. | 180 | |
'||' should be on a new line. | 180 | |
'||' is not preceded with whitespace. | 181 | |
'||' should be on a new line. | 181 | |
'||' is not preceded with whitespace. | 182 | |
'||' should be on a new line. | 182 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 187 | |
Missing a Javadoc comment. | 187 | |
Parameter parentName should be final. | 187 | |
Parameter nodeName should be final. | 187 | |
Line contains a tab character. | 188 | |
'if' is not followed by whitespace. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'if' is not followed by whitespace. | 191 | |
'{' is not preceded with whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'if' is not followed by whitespace. | 194 | |
'{' is not preceded with whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
'if' is not followed by whitespace. | 197 | |
'&&' is not preceded with whitespace. | 197 | |
'&&' is not followed by whitespace. | 197 | |
'{' is not preceded with whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 204 | |
Missing a Javadoc comment. | 206 | |
Parameter element should be final. | 206 | |
Parameter localName should be final. | 206 | |
Line contains a tab character. | 207 | |
'try' is not followed by whitespace. | 207 | |
'{' is not preceded with whitespace. | 207 | |
Line contains a tab character. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line has trailing spaces. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
'for' is not followed by whitespace. | 215 | |
';' is not followed by whitespace. | 215 | |
'<' is not preceded with whitespace. | 215 | |
'<' is not followed by whitespace. | 215 | |
';' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
'if' is not followed by whitespace. | 217 | |
'{' is not preceded with whitespace. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
'if' is not followed by whitespace. | 223 | |
'+' is not preceded with whitespace. | 223 | |
'+' is not followed by whitespace. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line has trailing spaces. | 224 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
'cast' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
'catch' is not preceded with whitespace. | 233 | |
'}' is not followed by whitespace. | 233 | |
'catch' is not followed by whitespace. | 233 | |
'{' is not preceded with whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line has trailing spaces. | 238 | |
Line contains a tab character. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter node should be final. | 239 | |
Line contains a tab character. | 240 | |
'for' is not followed by whitespace. | 240 | |
';' is not followed by whitespace. | 240 | |
'<' is not preceded with whitespace. | 240 | |
'<' is not followed by whitespace. | 240 | |
';' is not followed by whitespace. | 240 | |
'{' is not preceded with whitespace. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
'if' is not followed by whitespace. | 242 | |
'{' is not preceded with whitespace. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line has trailing spaces. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Missing a Javadoc comment. | 250 | |
Parameter localName should be final. | 250 | |
Line contains a tab character. | 251 | |
'||' is not preceded with whitespace. | 251 | |
'||' should be on a new line. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line has trailing spaces. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Method 'getParentName' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Line contains a tab character. | 256 | |
Parameter element should be final. | 256 | |
Line contains a tab character. | 257 | |
'if' is not followed by whitespace. | 257 | |
'{' is not preceded with whitespace. | 257 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line has trailing spaces. | 262 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Method 'shouldGenerateIdAsFallback' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
'{' should be on the previous line. | 11 | |
Missing a Javadoc comment. | 13 | |
'(' is preceded with whitespace. | 13 | |
'5000' is a magic number. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 | |
Parameter searchInfoTypeMap should be final. | 22 | |
'searchInfoTypeMap' hides a field. | 22 | |
Parameter queryMap should be final. | 23 | |
'queryMap' hides a field. | 23 | |
'{' should be on the previous line. | 24 | |
Method 'getRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
'(' is preceded with whitespace. | 29 | |
'{' should be on the previous line. | 30 | |
Method 'setRowSeperator' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter rowSeperator should be final. | 34 | |
'rowSeperator' hides a field. | 34 | |
'{' should be on the previous line. | 35 | |
Method 'getColSeparator' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
'{' should be on the previous line. | 40 | |
Method 'setColSeparator' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Parameter separator should be final. | 44 | |
'{' should be on the previous line. | 45 | |
Missing a Javadoc comment. | 49 | |
'(' is preceded with whitespace. | 49 | |
Parameter str should be final. | 49 | |
Parameter size should be final. | 49 | |
'{' should be on the previous line. | 50 | |
'(' is preceded with whitespace. | 51 | |
'(' is preceded with whitespace. | 52 | |
'(' is preceded with whitespace. | 53 | |
'{' should be on the previous line. | 54 | |
'(' is preceded with whitespace. | 55 | |
'(' is preceded with whitespace. | 57 | |
Method 'formatForWiki' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'(' is preceded with whitespace. | 60 | |
'{' should be on the previous line. | 61 | |
'(' is preceded with whitespace. | 62 | |
'{' should be on the previous line. | 63 | |
'(' is preceded with whitespace. | 64 | |
'(' is preceded with whitespace. | 64 | |
'(' is preceded with whitespace. | 67 | |
Method length is 151 lines (max allowed is 150). | 70 | |
Missing a Javadoc comment. | 70 | |
'(' is preceded with whitespace. | 70 | |
Parameter name should be final. | 70 | |
Parameter st should be final. | 70 | |
'{' should be on the previous line. | 71 | |
'(' is preceded with whitespace. | 72 | |
'(' is preceded with whitespace. | 73 | |
'(' is preceded with whitespace. | 73 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 75 | |
'(' is preceded with whitespace. | 76 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 79 | |
'(' is preceded with whitespace. | 79 | |
'(' is preceded with whitespace. | 80 | |
'(' is preceded with whitespace. | 81 | |
'(' is preceded with whitespace. | 82 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 84 | |
'(' is preceded with whitespace. | 85 | |
'(' is preceded with whitespace. | 85 | |
'(' is preceded with whitespace. | 86 | |
'(' is preceded with whitespace. | 87 | |
'(' is preceded with whitespace. | 88 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 92 | |
'(' is preceded with whitespace. | 93 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 96 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 99 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 104 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 111 | |
'(' is preceded with whitespace. | 112 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 117 | |
'(' is preceded with whitespace. | 120 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 123 | |
'(' is preceded with whitespace. | 124 | |
'(' is preceded with whitespace. | 125 | |
'(' is preceded with whitespace. | 126 | |
'(' is preceded with whitespace. | 127 | |
'(' is preceded with whitespace. | 128 | |
'(' is preceded with whitespace. | 129 | |
'(' is preceded with whitespace. | 130 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 133 | |
'(' is preceded with whitespace. | 134 | |
'(' is preceded with whitespace. | 135 | |
'(' is preceded with whitespace. | 136 | |
'(' is preceded with whitespace. | 137 | |
'(' is preceded with whitespace. | 138 | |
'(' is preceded with whitespace. | 139 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 141 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 142 | |
'{' should be on the previous line. | 143 | |
'(' is preceded with whitespace. | 144 | |
'(' is preceded with whitespace. | 145 | |
'(' is preceded with whitespace. | 145 | |
'(' is preceded with whitespace. | 145 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 147 | |
'(' is preceded with whitespace. | 147 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 149 | |
'(' is preceded with whitespace. | 150 | |
'(' is preceded with whitespace. | 151 | |
'(' is preceded with whitespace. | 151 | |
'(' is preceded with whitespace. | 151 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 153 | |
'(' is preceded with whitespace. | 153 | |
'(' is preceded with whitespace. | 154 | |
Line is longer than 80 characters. | 155 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 156 | |
'(' is preceded with whitespace. | 157 | |
'(' is preceded with whitespace. | 161 | |
'(' is preceded with whitespace. | 162 | |
'(' is preceded with whitespace. | 163 | |
'(' is preceded with whitespace. | 163 | |
'(' is preceded with whitespace. | 163 | |
'(' is preceded with whitespace. | 165 | |
'(' is preceded with whitespace. | 166 | |
'(' is preceded with whitespace. | 167 | |
'(' is preceded with whitespace. | 168 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 170 | |
'(' is preceded with whitespace. | 171 | |
'(' is preceded with whitespace. | 172 | |
'(' is preceded with whitespace. | 173 | |
'(' is preceded with whitespace. | 174 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 176 | |
'(' is preceded with whitespace. | 177 | |
'(' is preceded with whitespace. | 178 | |
'(' is preceded with whitespace. | 179 | |
'(' is preceded with whitespace. | 180 | |
'(' is preceded with whitespace. | 181 | |
'(' is preceded with whitespace. | 181 | |
'(' is preceded with whitespace. | 181 | |
'(' is preceded with whitespace. | 182 | |
'(' is preceded with whitespace. | 183 | |
'(' is preceded with whitespace. | 186 | |
'(' is preceded with whitespace. | 187 | |
'(' is preceded with whitespace. | 188 | |
'(' is preceded with whitespace. | 189 | |
'(' is preceded with whitespace. | 190 | |
'(' is preceded with whitespace. | 191 | |
'(' is preceded with whitespace. | 192 | |
'(' is preceded with whitespace. | 193 | |
'(' is preceded with whitespace. | 194 | |
'(' is preceded with whitespace. | 195 | |
'(' is preceded with whitespace. | 196 | |
'(' is preceded with whitespace. | 197 | |
'(' is preceded with whitespace. | 198 | |
'(' is preceded with whitespace. | 199 | |
'(' is preceded with whitespace. | 199 | |
'(' is preceded with whitespace. | 201 | |
'(' is preceded with whitespace. | 202 | |
'(' is preceded with whitespace. | 202 | |
'(' is preceded with whitespace. | 203 | |
'(' is preceded with whitespace. | 204 | |
'(' is preceded with whitespace. | 204 | |
'(' is preceded with whitespace. | 205 | |
'(' is preceded with whitespace. | 206 | |
'(' is preceded with whitespace. | 206 | |
'(' is preceded with whitespace. | 207 | |
'(' is preceded with whitespace. | 208 | |
'(' is preceded with whitespace. | 212 | |
'(' is preceded with whitespace. | 213 | |
'(' is preceded with whitespace. | 214 | |
'(' is preceded with whitespace. | 215 | |
'(' is preceded with whitespace. | 216 | |
'(' is preceded with whitespace. | 217 | |
'(' is preceded with whitespace. | 217 | |
'(' is preceded with whitespace. | 217 | |
'(' is preceded with whitespace. | 218 | |
'(' is preceded with whitespace. | 219 | |
'(' is preceded with whitespace. | 220 | |
Missing a Javadoc comment. | 223 | |
Parameter str should be final. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter searchInfoTypeMap should be final. | 15 | |
'searchInfoTypeMap' hides a field. | 15 | |
Line contains a tab character. | 16 | |
Parameter queryMap should be final. | 16 | |
'queryMap' hides a field. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Comment matches to-do format 'TODO:'. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Variable 'LOG' must be private and have accessor methods. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
',' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter services should be final. | 45 | |
'services' hides a field. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'if' is not followed by whitespace. | 48 | |
'!=' is not preceded with whitespace. | 48 | |
'!=' is not followed by whitespace. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
'for' is not followed by whitespace. | 49 | |
':' is not preceded with whitespace. | 49 | |
':' is not followed by whitespace. | 49 | |
'{' is not preceded with 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 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
',' is not followed by whitespace. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'for' is not followed by whitespace. | 60 | |
':' is not preceded with whitespace. | 60 | |
':' is not followed by whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
'if' is not followed by whitespace. | 61 | |
'==' is not preceded with whitespace. | 61 | |
'==' is not followed by whitespace. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'else' is not preceded with whitespace. | 63 | |
'}' is not followed by whitespace. | 63 | |
'else' is not followed by whitespace. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
'if' is not followed by whitespace. | 66 | |
'!=' is not preceded with whitespace. | 66 | |
'!=' is not followed by whitespace. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
'for' is not followed by whitespace. | 67 | |
':' is not preceded with whitespace. | 67 | |
':' is not followed by whitespace. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
',' is not followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
',' is not followed by whitespace. | 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 has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
First sentence should end with a period. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Method 'dispatchSearch' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Parameter searchRequest should be final. | 84 | |
Expected @param tag for 'searchRequest'. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'if' is not followed by whitespace. | 87 | |
'==' is not preceded with whitespace. | 87 | |
'==' is not followed by whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'if' is not followed by whitespace. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'if' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
',' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
'+' is not preceded with whitespace. | 104 | |
'+' is not followed by whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Method 'setServices' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter services should be final. | 109 | |
'services' hides a field. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 38 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Variable 'logger' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter searchContextFile should be final. | 63 | |
'searchContextFile' hides a field. | 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 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Parameter searchCriteriaTypeKey should be final. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter searchResultTypeKey should be final. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter searchTypeKey should be final. | 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. | 100 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Parameter searchCriteriaTypeKey should be final. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line 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 contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Parameter searchResultTypeKey should be final. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'getSearchContextFile' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Method 'setSearchContext' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter searchContextFile should be final. | 137 | |
'searchContextFile' hides a field. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Parameter searchRequest should be final. | 142 | |
Parameter dao should be final. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'if' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line contains a tab character. | 149 | |
'if' is not followed by whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
'+' is not preceded with whitespace. | 150 | |
'+' is not followed by whitespace. | 150 | |
'+' is not preceded with whitespace. | 150 | |
'+' is not followed by whitespace. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
'try' is not followed by whitespace. | 156 | |
'{' is not preceded with whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
'catch' is not preceded with whitespace. | 158 | |
'}' is not followed by whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'+' is not preceded with whitespace. | 159 | |
'+' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
'+' is not preceded with whitespace. | 160 | |
'+' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Method 'setCrossSearchManager' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter crossSearchManager should be final. | 164 | |
'crossSearchManager' hides a field. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 23 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 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 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 39 | |
Utility classes should not have a public or default constructor. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
'static' modifier out of order with the JLS suggestions. | 41 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Parameter attributes should be final. | 44 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Parameter attributeClass should be final. | 56 | |
Parameter attributeMap should be final. | 56 | |
Parameter owner should be final. | 56 | |
Line contains a tab character. | 57 | |
Parameter dao should be final. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
'==' is not preceded with whitespace. | 60 | |
'==' is not followed by whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
',' is not followed by whitespace. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
'if' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'else' is not preceded with whitespace. | 81 | |
'}' is not followed by whitespace. | 81 | |
'else' is not followed by whitespace. | 81 | |
'{' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
'try' is not followed by whitespace. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'catch' is not preceded with whitespace. | 84 | |
'}' is not followed by whitespace. | 84 | |
'catch' is not followed by whitespace. | 84 | |
'{' is not preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
',' is not followed by whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
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. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Parameter typeInfoClass should be final. | 111 | |
Parameter typeEntity should be final. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
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 | |
'{' is followed by whitespace. | 122 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Missing a Javadoc comment. | 139 | |
Line contains a tab character. | 140 | |
Parameter typeInfoClass should be final. | 140 | |
Parameter typeEntities should be final. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'if' is not followed by whitespace. | 142 | |
'!=' is not preceded with whitespace. | 142 | |
'!=' is not followed by whitespace. | 142 | |
'{' is not preceded with whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Missing a Javadoc comment. | 150 | |
'(' is followed by whitespace. | 150 | |
Parameter typeEntities should be final. | 150 | |
'{' is not preceded with whitespace. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 152 | |
'!=' is not preceded with whitespace. | 152 | |
'!=' is not followed by whitespace. | 152 | |
'{' is not preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
'for' is not followed by whitespace. | 153 | |
':' is not preceded with whitespace. | 153 | |
':' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter metaEntity should be final. | 160 | |
Line contains a tab character. | 161 | |
'if' is not followed by whitespace. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Missing a Javadoc comment. | 167 | |
Parameter meta should be final. | 167 | |
Parameter versionInd should be final. | 167 | |
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. | 173 | |
Line contains a tab character. | 174 | |
'if' is not followed by whitespace. | 174 | |
'==' is not preceded with whitespace. | 174 | |
'==' is not followed by whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'else' is not preceded with whitespace. | 176 | |
'}' is not followed by whitespace. | 176 | |
'else' is not followed by whitespace. | 176 | |
'{' is not preceded with whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter richTextClass should be final. | 183 | |
Parameter richTextInfo should be final. | 183 | |
Line contains a tab character. | 184 | |
'if' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Missing a Javadoc comment. | 200 | |
Parameter entity should be final. | 200 | |
'if' is not followed by whitespace. | 201 | |
'==' is not preceded with whitespace. | 201 | |
'==' is not followed by whitespace. | 201 | |
'{' is not preceded with whitespace. | 201 | |
Line has trailing spaces. | 204 | |
'{' is followed by whitespace. | 206 | |
Line has trailing spaces. | 207 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter version should be final. | 211 | |
Line contains a tab character. | 212 | |
'if' is not followed by whitespace. | 212 | |
'==' is not preceded with whitespace. | 212 | |
'==' is not followed by whitespace. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 34 | |
Variable 'validatorFactory' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 35 | |
Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter validatorFactory should be final. | 40 | |
'validatorFactory' hides a field. | 40 | |
Line is longer than 80 characters. | 45 | |
Expected an @return tag. | 47 | |
Line is longer than 80 characters. | 48 | |
Expected @param tag for 'o'. | 48 | |
Expected @param tag for 'objStructure'. | 48 | |
Line is longer than 80 characters. | 51 | |
Expected an @return tag. | 53 | |
Line is longer than 80 characters. | 54 | |
Expected @param tag for 'field'. | 54 | |
Expected @param tag for 'o'. | 54 | |
Expected @param tag for 'objStructure'. | 54 | |
Expected @param tag for 'elementStack'. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
'static' modifier out of order with the JLS suggestions. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Variable 'dataMap' must be private and have accessor methods. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line contains a tab character. | 49 | |
Parameter o should be final. | 49 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
',' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'if' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
'cast' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Avoid inline conditionals. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line contains a tab character. | 82 | |
Parameter fieldKey should be final. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line contains a tab character. | 87 | |
Parameter fieldKey should be final. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Parameter message should be final. | 26 | |
Parameter cause should be final. | 26 | |
Missing a Javadoc comment. | 30 | |
Parameter message should be final. | 30 | |
Missing a Javadoc comment. | 34 | |
Parameter cause should be final. | 34 | |
Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
'static' modifier out of order with the JLS suggestions. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Method 'getMessageService' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'setMessageService' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter messageService should be final. | 62 | |
'messageService' hides a field. | 62 | |
Method 'getMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'setMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter messageLocaleKey should be final. | 70 | |
'messageLocaleKey' hides a field. | 70 | |
Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter messageGroupKey should be final. | 78 | |
'messageGroupKey' hides a field. | 78 | |
Method 'setDateParser' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter dateParser should be final. | 82 | |
'dateParser' hides a field. | 82 | |
Line contains a tab character. | 86 | |
Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Parameter serverSide should be final. | 97 | |
'serverSide' hides a field. | 97 | |
Method 'getDateParser' is not designed for extension - needs to be abstract, final or empty. | 104 | |
First sentence should end with a period. | 108 | |
Expected an @return tag. | 115 | |
Line is longer than 80 characters. | 115 | |
Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter data should be final. | 115 | |
Expected @param tag for 'data'. | 115 | |
Parameter objStructure should be final. | 115 | |
Expected @param tag for 'objStructure'. | 115 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter data should be final. | 122 | |
Parameter objStructure should be final. | 122 | |
Parameter elementStack should be final. | 122 | |
Parameter rootData should be final. | 122 | |
Parameter rootObjStructure should be final. | 122 | |
Parameter isRoot should be final. | 122 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 130 | |
'if' is not followed by whitespace. | 132 | |
'{' is not preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'if' is not followed by whitespace. | 152 | |
'==' is not preceded with whitespace. | 152 | |
'==' is not followed by whitespace. | 152 | |
'{' is not preceded with whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
',' is not followed by whitespace. | 155 | |
',' is not followed by whitespace. | 155 | |
Line contains a tab character. | 156 | |
'if' is not followed by whitespace. | 159 | |
'{' is not preceded with whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 175 | |
Method 'validateField' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter field should be final. | 175 | |
Parameter objStruct should be final. | 175 | |
Parameter dataProvider should be final. | 175 | |
Parameter elementStack should be final. | 175 | |
Parameter rootData should be final. | 175 | |
Parameter rootObjectStructure should be final. | 175 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 201 | |
'=' is not preceded with whitespace. | 203 | |
'=' is not followed by whitespace. | 203 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line has trailing spaces. | 236 | |
'if' is not followed by whitespace. | 244 | |
'cast' is not followed by whitespace. | 244 | |
'{' is not preceded with whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 273 | |
Method 'tryParse' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter s should be final. | 280 | |
Must have at least one statement. | 285 | |
Line is longer than 80 characters. | 292 | |
Method 'processNestedObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Missing a Javadoc comment. | 292 | |
Parameter results should be final. | 292 | |
Parameter value should be final. | 292 | |
Parameter nestedObjStruct should be final. | 292 | |
Parameter field should be final. | 292 | |
Parameter elementStack should be final. | 292 | |
Parameter rootData should be final. | 292 | |
Parameter rootObjStructure should be final. | 292 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 298 | |
Method 'processConstraint' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
More than 7 parameters. | 298 | |
Parameter valResults should be final. | 298 | |
Parameter field should be final. | 298 | |
Parameter objStructure should be final. | 298 | |
Parameter value should be final. | 298 | |
Parameter dataProvider should be final. | 298 | |
Parameter elementStack should be final. | 298 | |
Parameter rootData should be final. | 298 | |
Parameter rootObjStructure should be final. | 298 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 304 | |
Avoid inline conditionals. | 304 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 351 | |
Method 'processRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter element should be final. | 351 | |
Parameter constraint should be final. | 351 | |
Parameter field should be final. | 351 | |
Parameter objStructure should be final. | 351 | |
Parameter dataProvider should be final. | 351 | |
Line is longer than 80 characters. | 355 | |
';' is not followed by whitespace. | 355 | |
Avoid inline conditionals. | 365 | |
Line is longer than 80 characters. | 373 | |
First sentence should end with a period. | 379 | |
Line is longer than 80 characters. | 380 | |
Expected an @return tag. | 386 | |
Line is longer than 80 characters. | 386 | |
Method 'processCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 386 | |
More than 7 parameters. | 386 | |
Parameter valResults should be final. | 386 | |
Expected @param tag for 'valResults'. | 386 | |
Parameter field should be final. | 386 | |
Expected @param tag for 'field'. | 386 | |
Parameter objStructure should be final. | 386 | |
Expected @param tag for 'objStructure'. | 386 | |
Parameter value should be final. | 386 | |
Expected @param tag for 'value'. | 386 | |
Parameter dataProvider should be final. | 386 | |
Expected @param tag for 'dataProvider'. | 386 | |
Parameter elementStack should be final. | 386 | |
Expected @param tag for 'elementStack'. | 386 | |
Parameter rootData should be final. | 386 | |
Expected @param tag for 'rootData'. | 386 | |
Parameter rootObjStructure should be final. | 386 | |
Expected @param tag for 'rootObjStructure'. | 386 | |
Line is longer than 80 characters. | 394 | |
Avoid inline conditionals. | 394 | |
'if' is not followed by whitespace. | 397 | |
'{' is not preceded with whitespace. | 397 | |
Line contains a tab character. | 398 | |
'if' is not followed by whitespace. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
'else' is not preceded with whitespace. | 401 | |
'}' is not followed by whitespace. | 401 | |
'else' is not followed by whitespace. | 401 | |
'{' is not preceded with whitespace. | 401 | |
Line has trailing spaces. | 402 | |
Line is longer than 80 characters. | 402 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Comment matches to-do format 'TODO:'. | 406 | |
'if' is not followed by whitespace. | 408 | |
'!=' is not preceded with whitespace. | 408 | |
'!=' is not followed by whitespace. | 408 | |
'{' is not preceded with whitespace. | 408 | |
Line contains a tab character. | 409 | |
'if' is not followed by whitespace. | 409 | |
'{' is not preceded with whitespace. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
'if' is not followed by whitespace. | 411 | |
'{' is not preceded with whitespace. | 411 | |
Line is longer than 80 characters. | 412 | |
Line contains a tab character. | 412 | |
Line is longer than 80 characters. | 413 | |
Line contains a tab character. | 413 | |
Line is longer than 80 characters. | 414 | |
Line contains a tab character. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
',' is not followed by whitespace. | 415 | |
',' is not followed by whitespace. | 415 | |
Line contains a tab character. | 416 | |
'if' is not followed by whitespace. | 416 | |
'!=' is not preceded with whitespace. | 416 | |
'!=' is not followed by whitespace. | 416 | |
'{' is not preceded with whitespace. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
'else' is not preceded with whitespace. | 419 | |
'}' is not followed by whitespace. | 419 | |
'else' is not followed by whitespace. | 419 | |
'{' is not preceded with whitespace. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Must have at least one statement. | 422 | |
Line contains a tab character. | 423 | |
Must have at least one statement. | 423 | |
Line contains a tab character. | 424 | |
Must have at least one statement. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
'else' is not preceded with whitespace. | 426 | |
'}' is not followed by whitespace. | 426 | |
'else' is not followed by whitespace. | 426 | |
'{' is not preceded with whitespace. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line is longer than 80 characters. | 430 | |
Avoid inline conditionals. | 430 | |
':' is not preceded with whitespace. | 430 | |
':' is not followed by whitespace. | 430 | |
'if' is not followed by whitespace. | 433 | |
Line contains a tab character. | 440 | |
'if' is not followed by whitespace. | 440 | |
'{' is not preceded with whitespace. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
'if' is not followed by whitespace. | 442 | |
'{' is not preceded with whitespace. | 442 | |
Line contains a tab character. | 443 | |
Line is longer than 80 characters. | 444 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Must have at least one statement. | 445 | |
Line contains a tab character. | 446 | |
Must have at least one statement. | 446 | |
Line contains a tab character. | 447 | |
Must have at least one statement. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
'else' is not preceded with whitespace. | 449 | |
'}' is not followed by whitespace. | 449 | |
'else' is not followed by whitespace. | 449 | |
'{' is not preceded with whitespace. | 449 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line is longer than 80 characters. | 452 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 455 | |
'else' is not preceded with whitespace. | 455 | |
'}' is not followed by whitespace. | 455 | |
'else' is not followed by whitespace. | 455 | |
'{' is not preceded with whitespace. | 455 | |
Line contains a tab character. | 456 | |
Line has trailing spaces. | 457 | |
Line contains a tab character. | 458 | |
Line is longer than 80 characters. | 459 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line is longer than 80 characters. | 469 | |
Method 'processValidCharConstraint' is not designed for extension - needs to be abstract, final or empty. | 469 | |
Missing a Javadoc comment. | 469 | |
Parameter element should be final. | 469 | |
Parameter vcConstraint should be final. | 469 | |
Parameter dataProvider should be final. | 469 | |
Parameter value should be final. | 469 | |
Line is longer than 80 characters. | 488 | |
Line contains a tab character. | 489 | |
'if' is not followed by whitespace. | 490 | |
'!=' is not preceded with whitespace. | 490 | |
'!=' is not followed by whitespace. | 490 | |
'{' is not preceded with whitespace. | 490 | |
Line contains a tab character. | 491 | |
'else' is not preceded with whitespace. | 492 | |
'}' is not followed by whitespace. | 492 | |
'else' is not followed by whitespace. | 492 | |
'{' is not preceded with whitespace. | 492 | |
Line contains a tab character. | 493 | |
First sentence should end with a period. | 501 | |
Line is longer than 80 characters. | 502 | |
Expected an @return tag. | 513 | |
Line is longer than 80 characters. | 513 | |
Method 'processOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 513 | |
Parameter element should be final. | 513 | |
Expected @param tag for 'element'. | 513 | |
Parameter constraint should be final. | 513 | |
Expected @param tag for 'constraint'. | 513 | |
Parameter field should be final. | 513 | |
Expected @param tag for 'field'. | 513 | |
Parameter objStructure should be final. | 513 | |
Expected @param tag for 'objStructure'. | 513 | |
Parameter dataProvider should be final. | 513 | |
Expected @param tag for 'dataProvider'. | 513 | |
Line is longer than 80 characters. | 521 | |
Avoid inline conditionals. | 521 | |
Line is longer than 80 characters. | 525 | |
Avoid inline conditionals. | 525 | |
Line is longer than 80 characters. | 528 | |
Avoid inline conditionals. | 528 | |
Comment matches to-do format 'TODO:'. | 531 | |
Comment matches to-do format 'TODO:'. | 539 | |
Line is longer than 80 characters. | 540 | |
Method 'processLookupConstraint' is not designed for extension - needs to be abstract, final or empty. | 540 | |
Missing a Javadoc comment. | 540 | |
Parameter valResults should be final. | 540 | |
Parameter lookupConstraint should be final. | 540 | |
Parameter field should be final. | 540 | |
Parameter elementStack should be final. | 540 | |
Parameter dataProvider should be final. | 540 | |
Line is longer than 80 characters. | 553 | |
Line is longer than 80 characters. | 554 | |
Line is longer than 80 characters. | 582 | |
Line is longer than 80 characters. | 583 | |
Line is longer than 80 characters. | 589 | |
Method 'processBaseConstraints' is not designed for extension - needs to be abstract, final or empty. | 589 | |
Missing a Javadoc comment. | 589 | |
Parameter valResults should be final. | 589 | |
Parameter constraint should be final. | 589 | |
Parameter dataType should be final. | 589 | |
Parameter name should be final. | 589 | |
Parameter value should be final. | 589 | |
Parameter elementStack should be final. | 589 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 593 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 619 | |
Method 'validateBoolean' is not designed for extension - needs to be abstract, final or empty. | 619 | |
Missing a Javadoc comment. | 619 | |
Parameter value should be final. | 619 | |
Parameter constraint should be final. | 619 | |
Parameter element should be final. | 619 | |
Parameter results should be final. | 619 | |
Line is longer than 80 characters. | 624 | |
Line is longer than 80 characters. | 631 | |
Method 'validateDouble' is not designed for extension - needs to be abstract, final or empty. | 631 | |
Missing a Javadoc comment. | 631 | |
Parameter value should be final. | 631 | |
Parameter constraint should be final. | 631 | |
Parameter element should be final. | 631 | |
Parameter results should be final. | 631 | |
Line is longer than 80 characters. | 647 | |
Line is longer than 80 characters. | 648 | |
Line is longer than 80 characters. | 653 | |
Line is longer than 80 characters. | 657 | |
Line is longer than 80 characters. | 661 | |
Line is longer than 80 characters. | 671 | |
Method 'validateFloat' is not designed for extension - needs to be abstract, final or empty. | 671 | |
Missing a Javadoc comment. | 671 | |
Parameter value should be final. | 671 | |
Parameter constraint should be final. | 671 | |
Parameter element should be final. | 671 | |
Parameter results should be final. | 671 | |
Line is longer than 80 characters. | 686 | |
Line is longer than 80 characters. | 687 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 696 | |
Line is longer than 80 characters. | 700 | |
Line is longer than 80 characters. | 710 | |
Method 'validateLong' is not designed for extension - needs to be abstract, final or empty. | 710 | |
Missing a Javadoc comment. | 710 | |
Parameter value should be final. | 710 | |
Parameter constraint should be final. | 710 | |
Parameter element should be final. | 710 | |
Parameter results should be final. | 710 | |
Line is longer than 80 characters. | 725 | |
Line is longer than 80 characters. | 726 | |
Line is longer than 80 characters. | 731 | |
Line is longer than 80 characters. | 735 | |
Line is longer than 80 characters. | 739 | |
Line is longer than 80 characters. | 750 | |
Method 'validateInteger' is not designed for extension - needs to be abstract, final or empty. | 750 | |
Missing a Javadoc comment. | 750 | |
Parameter value should be final. | 750 | |
Parameter constraint should be final. | 750 | |
Parameter element should be final. | 750 | |
Parameter results should be final. | 750 | |
Line is longer than 80 characters. | 766 | |
Line is longer than 80 characters. | 767 | |
Line is longer than 80 characters. | 772 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 780 | |
Line is longer than 80 characters. | 790 | |
Method 'validateDate' is not designed for extension - needs to be abstract, final or empty. | 790 | |
Missing a Javadoc comment. | 790 | |
Parameter value should be final. | 790 | |
Parameter constraint should be final. | 790 | |
Parameter element should be final. | 790 | |
Parameter results should be final. | 790 | |
Parameter dateParser should be final. | 790 | |
'dateParser' hides a field. | 790 | |
Line is longer than 80 characters. | 806 | |
Line is longer than 80 characters. | 807 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 812 | |
Line is longer than 80 characters. | 816 | |
Line is longer than 80 characters. | 820 | |
Line is longer than 80 characters. | 830 | |
Method 'validateString' is not designed for extension - needs to be abstract, final or empty. | 830 | |
Missing a Javadoc comment. | 830 | |
Parameter value should be final. | 830 | |
Parameter constraint should be final. | 830 | |
Parameter element should be final. | 830 | |
Parameter results should be final. | 830 | |
Line is longer than 80 characters. | 840 | |
Line is longer than 80 characters. | 841 | |
Line is longer than 80 characters. | 842 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 848 | |
Line is longer than 80 characters. | 850 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 859 | |
Missing a Javadoc comment. | 859 | |
Parameter messageId should be final. | 859 | |
Line is longer than 80 characters. | 864 | |
Method 'getElementXpath' is not designed for extension - needs to be abstract, final or empty. | 869 | |
Missing a Javadoc comment. | 869 | |
Parameter elementStack should be final. | 869 | |
'if' is not followed by whitespace. | 874 | |
'{' is not preceded with whitespace. | 874 | |
Line contains a tab character. | 875 | |
Method 'hasText' is not designed for extension - needs to be abstract, final or empty. | 885 | |
Missing a Javadoc comment. | 885 | |
Parameter string should be final. | 885 | |
Line is longer than 80 characters. | 894 | |
Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 902 | |
Missing a Javadoc comment. | 902 | |
Parameter c should be final. | 902 | |
Method 'getSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 915 | |
Missing a Javadoc comment. | 915 | |
Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 919 | |
Missing a Javadoc comment. | 919 | |
Parameter searchDispatcher should be final. | 919 | |
'searchDispatcher' hides a field. | 919 | |
Line contains a tab character. | 923 | |
Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 923 | |
Line contains a tab character. | 924 | |
Parameter field should be final. | 924 | |
Line is longer than 80 characters. | 925 | |
Line contains a tab character. | 925 | |
Parameter o should be final. | 925 | |
Parameter objStructure should be final. | 925 | |
',' is not followed by whitespace. | 925 | |
Parameter elementStack should be final. | 925 | |
Line contains a tab character. | 926 | |
Line contains a tab character. | 927 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 27 | |
Parameter o should be final. | 27 | |
Line contains a tab character. | 28 | |
Parameter objStructure should be final. | 28 | |
'objStructure' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getObjStructure' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setObjStructure' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter objStructure should be final. | 36 | |
'objStructure' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line contains a tab character. | 41 | |
Parameter field should be final. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Parameter o should be final. | 42 | |
Parameter objStructure should be final. | 42 | |
'objStructure' hides a field. | 42 | |
',' is not followed by whitespace. | 42 | |
Parameter elementStack should be final. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
'=' is not preceded with whitespace. | 46 | |
';' is preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'if' is not followed by whitespace. | 48 | |
'==' is not preceded with whitespace. | 48 | |
'==' is not followed by whitespace. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 59 | |
Parameter elementStack should be final. | 59 | |
Missing a Javadoc comment. | 70 | |
Parameter c should be final. | 70 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'formats' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 29 | |
Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter input should be final. | 30 | |
Line has trailing spaces. | 32 | |
Must have at least one statement. | 36 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 53 | |
Expected an @return tag. | 55 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter date should be final. | 56 | |
Expected @param tag for 'date'. | 56 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 12 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
',' is not followed by whitespace. | 13 | |
',' is not followed by whitespace. | 13 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
',' is not followed by whitespace. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Method 'initializeMap' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
'if' is not followed by whitespace. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'for' is not followed by whitespace. | 32 | |
':' is not preceded with whitespace. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter customValidator should be final. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'if' is not followed by whitespace. | 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 has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
'cast' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line contains a tab character. | 60 | |
'if' is not followed by whitespace. | 60 | |
'==' is not preceded with whitespace. | 60 | |
'==' is not followed by whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getDefaultValidator' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'setDefaultValidator' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter defaultValidator should be final. | 72 | |
'defaultValidator' hides a field. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'getValidatorList' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setValidatorList' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter validatorList should be final. | 80 | |
'validatorList' hides a field. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Utility classes should not have a public or default constructor. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter value1 should be final. | 27 | |
Parameter value2 should be final. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Parameter dataType should be final. | 28 | |
Parameter operator should be final. | 28 | |
Parameter isCaseSensitive should be final. | 28 | |
Parameter dateParser should be final. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'if' is not followed by whitespace. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
'if' is not followed by whitespace. | 33 | |
'==' is not preceded with whitespace. | 33 | |
'==' is not followed by whitespace. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
'if' is not followed by whitespace. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
'if' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
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 is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
'(' is preceded with whitespace. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
'(' is preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
'||' is not preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter o should be final. | 102 | |
Line contains a tab character. | 103 | |
'if' construct must use '{}'s. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'if' construct must use '{}'s. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'if' construct must use '{}'s. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter o should be final. | 117 | |
Line contains a tab character. | 118 | |
'if' construct must use '{}'s. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'if' construct must use '{}'s. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'if' construct must use '{}'s. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter o should be final. | 132 | |
Line contains a tab character. | 133 | |
'if' construct must use '{}'s. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
'if' construct must use '{}'s. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
'if' construct must use '{}'s. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter o should be final. | 147 | |
Line contains a tab character. | 148 | |
'if' construct must use '{}'s. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'if' construct must use '{}'s. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
'if' construct must use '{}'s. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter o should be final. | 162 | |
Parameter dateParser should be final. | 162 | |
Line contains a tab character. | 163 | |
'if' construct must use '{}'s. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
'if' construct must use '{}'s. | 166 | |
Line contains a tab character. | 166 | |
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. | 173 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter o should be final. | 175 | |
'if' construct must use '{}'s. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'if' construct must use '{}'s. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter o should be final. | 183 | |
Line contains a tab character. | 184 | |
'if' construct must use '{}'s. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
'if' construct must use '{}'s. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 200 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Expected an @return tag. | 211 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Parameter key should be final. | 211 | |
Expected @param tag for 'key'. | 211 | |
Parameter objStructure should be final. | 211 | |
Expected @param tag for 'objStructure'. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
'for' is not followed by whitespace. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
'if' is not followed by whitespace. | 216 | |
'==' is not preceded with whitespace. | 216 | |
'==' is not followed by whitespace. | 216 | |
'-' is not preceded with whitespace. | 216 | |
'-' is not followed by whitespace. | 216 | |
'{' is not preceded with whitespace. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
'}' should be on the same line. | 218 | |
Line contains a tab character. | 219 | |
'else' is not followed by whitespace. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Missing a Javadoc comment. | 230 | |
Parameter fieldPath should be final. | 230 | |
Line is longer than 80 characters. | 231 | |
Avoid inline conditionals. | 231 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Variable 'dataMap' must be private and have accessor methods. | 27 | |
Line contains a tab character. | 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 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 40 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line contains a tab character. | 41 | |
Parameter o should be final. | 41 | |
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 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Must have at least one statement. | 52 | |
Comment matches to-do format 'TODO:'. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'getObjectId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Avoid inline conditionals. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line contains a tab character. | 66 | |
Parameter fieldKey should be final. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line contains a tab character. | 71 | |
Parameter fieldKey should be final. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter clazz should be final. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Parameter message should be final. | 26 | |
Parameter cause should be final. | 26 | |
Missing a Javadoc comment. | 30 | |
Parameter message should be final. | 30 | |
Missing a Javadoc comment. | 34 | |
Parameter cause should be final. | 34 | |
Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'formats' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
Method 'parseDate' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter input should be final. | 24 | |
Line has trailing spaces. | 26 | |
Must have at least one statement. | 30 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 47 | |
Expected an @return tag. | 49 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter date should be final. | 50 | |
Expected @param tag for 'date'. | 50 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 55 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Comment matches to-do format 'TODO:'. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 62 | |
Method 'getMessageService' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setMessageService' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter messageService should be final. | 66 | |
'messageService' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'getMessageLocaleKey' 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 | |
Line contains a tab character. | 74 | |
Method 'setMessageLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter messageLocaleKey should be final. | 74 | |
'messageLocaleKey' hides a field. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter messageGroupKey should be final. | 82 | |
'messageGroupKey' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'setDateParser' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter dateParser should be final. | 86 | |
'dateParser' hides a field. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter serverSide should be final. | 101 | |
'serverSide' hides a field. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Method 'getDateParser' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
First sentence should end with a period. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Expected an @return tag. | 122 | |
Line contains a tab character. | 122 | |
Method 'validateTypeStateObject' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter data should be final. | 122 | |
Expected @param tag for 'data'. | 122 | |
Line contains a tab character. | 123 | |
Parameter objStructure should be final. | 123 | |
Expected @param tag for 'objStructure'. | 123 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter data should be final. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Parameter objStructure should be final. | 130 | |
Parameter elementStack should be final. | 130 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Method 'validateField' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter field should be final. | 192 | |
Parameter type should be final. | 192 | |
Line contains a tab character. | 193 | |
Parameter state should be final. | 193 | |
Parameter objStruct should be final. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Parameter dataProvider should be final. | 194 | |
Parameter elementStack should be final. | 194 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Expression can be simplified. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
'if' is not followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
'}' should be on the same line. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Must have at least one statement. | 226 | |
Comment matches to-do format 'TODO:'. | 227 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
'if' is not followed by whitespace. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
'for' is not followed by whitespace. | 234 | |
':' is not preceded with whitespace. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
'if' is not followed by whitespace. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line is longer than 80 characters. | 287 | |
Line contains a tab character. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
'if' is not followed by whitespace. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line is longer than 80 characters. | 301 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line is longer than 80 characters. | 307 | |
Line contains a tab character. | 307 | |
Line is longer than 80 characters. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line is longer than 80 characters. | 310 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line is longer than 80 characters. | 315 | |
Line contains a tab character. | 315 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line is longer than 80 characters. | 319 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 326 | |
Missing a Javadoc comment. | 326 | |
Parameter field should be final. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Missing a Javadoc comment. | 339 | |
Parameter s should be final. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Must have at least one statement. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 351 | |
Missing a Javadoc comment. | 351 | |
Line contains a tab character. | 352 | |
Parameter results should be final. | 352 | |
Parameter value should be final. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
Parameter nestedObjStruct should be final. | 353 | |
Parameter field should be final. | 353 | |
Parameter elementStack should be final. | 353 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line is longer than 80 characters. | 360 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Must have at least one statement. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 370 | |
Missing a Javadoc comment. | 370 | |
Parameter constraint should be final. | 370 | |
Line contains a tab character. | 371 | |
Parameter bcb should be final. | 371 | |
Parameter field should be final. | 371 | |
Line contains a tab character. | 372 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 373 | |
Avoid inline conditionals. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Avoid inline conditionals. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
Avoid inline conditionals. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
Line is longer than 80 characters. | 394 | |
Line contains a tab character. | 394 | |
Avoid inline conditionals. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line is longer than 80 characters. | 405 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 412 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 423 | |
Missing a Javadoc comment. | 423 | |
More than 7 parameters. | 423 | |
Parameter valResults should be final. | 423 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
Parameter constraint should be final. | 424 | |
Parameter field should be final. | 424 | |
Parameter type should be final. | 424 | |
Parameter state should be final. | 424 | |
Line contains a tab character. | 425 | |
Parameter objStructure should be final. | 425 | |
Parameter value should be final. | 425 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 426 | |
Parameter dataProvider should be final. | 426 | |
Parameter bcb should be final. | 426 | |
Line contains a tab character. | 427 | |
Parameter elementStack should be final. | 427 | |
Line contains a tab character. | 429 | |
Line is longer than 80 characters. | 430 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line is longer than 80 characters. | 435 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 438 | |
'if' is not followed by whitespace. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line is longer than 80 characters. | 444 | |
Line contains a tab character. | 444 | |
Line is longer than 80 characters. | 445 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
Line is longer than 80 characters. | 456 | |
Line contains a tab character. | 456 | |
Line is longer than 80 characters. | 457 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line is longer than 80 characters. | 467 | |
Line contains a tab character. | 467 | |
Line is longer than 80 characters. | 468 | |
Line contains a tab character. | 468 | |
Line is longer than 80 characters. | 469 | |
Line contains a tab character. | 469 | |
Line is longer than 80 characters. | 470 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line is longer than 80 characters. | 479 | |
Line contains a tab character. | 479 | |
Line is longer than 80 characters. | 480 | |
Line contains a tab character. | 480 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line is longer than 80 characters. | 488 | |
Line contains a tab character. | 488 | |
Line is longer than 80 characters. | 489 | |
Line contains a tab character. | 489 | |
Line is longer than 80 characters. | 490 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 495 | |
Missing a Javadoc comment. | 495 | |
Parameter element should be final. | 495 | |
Line contains a tab character. | 496 | |
Parameter constraint should be final. | 496 | |
Parameter field should be final. | 496 | |
Line is longer than 80 characters. | 497 | |
Line contains a tab character. | 497 | |
Parameter objStructure should be final. | 497 | |
Parameter dataProvider should be final. | 497 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line contains a tab character. | 511 | |
Avoid inline conditionals. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 514 | |
Line is longer than 80 characters. | 515 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line is longer than 80 characters. | 520 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
First sentence should end with a period. | 526 | |
Line contains a tab character. | 526 | |
Line is longer than 80 characters. | 527 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
More than 7 parameters. | 534 | |
Parameter valResults should be final. | 534 | |
Expected @param tag for 'valResults'. | 534 | |
Line is longer than 80 characters. | 535 | |
Line contains a tab character. | 535 | |
Parameter constraint should be final. | 535 | |
Expected @param tag for 'constraint'. | 535 | |
Parameter field should be final. | 535 | |
Expected @param tag for 'field'. | 535 | |
Parameter type should be final. | 535 | |
Expected @param tag for 'type'. | 535 | |
Parameter state should be final. | 535 | |
Expected @param tag for 'state'. | 535 | |
Line contains a tab character. | 536 | |
Parameter objStructure should be final. | 536 | |
Expected @param tag for 'objStructure'. | 536 | |
Parameter value should be final. | 536 | |
Expected @param tag for 'value'. | 536 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 537 | |
Parameter dataProvider should be final. | 537 | |
Expected @param tag for 'dataProvider'. | 537 | |
Parameter bcb should be final. | 537 | |
Expected @param tag for 'bcb'. | 537 | |
Line contains a tab character. | 538 | |
Parameter elementStack should be final. | 538 | |
Expected @param tag for 'elementStack'. | 538 | |
Line is longer than 80 characters. | 540 | |
Line contains a tab character. | 540 | |
Avoid inline conditionals. | 540 | |
Line contains a tab character. | 541 | |
Line is longer than 80 characters. | 542 | |
Line contains a tab character. | 542 | |
Avoid inline conditionals. | 542 | |
Line is longer than 80 characters. | 543 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Comment matches to-do format 'TODO:'. | 546 | |
Line contains a tab character. | 546 | |
Line contains a tab character. | 547 | |
Avoid inline conditionals. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line is longer than 80 characters. | 554 | |
Line contains a tab character. | 554 | |
Line is longer than 80 characters. | 555 | |
Line contains a tab character. | 555 | |
Line is longer than 80 characters. | 556 | |
Line contains a tab character. | 556 | |
Line is longer than 80 characters. | 557 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 563 | |
Missing a Javadoc comment. | 563 | |
Parameter element should be final. | 563 | |
Line contains a tab character. | 564 | |
Parameter vcConstraint should be final. | 564 | |
Line contains a tab character. | 565 | |
Parameter dataProvider should be final. | 565 | |
Parameter value should be final. | 565 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 573 | |
Line contains a tab character. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
Line contains a tab character. | 595 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Comment matches to-do format 'TODO:'. | 600 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Line is longer than 80 characters. | 602 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
Line is longer than 80 characters. | 605 | |
Line contains a tab character. | 605 | |
Line contains a tab character. | 606 | |
Line is longer than 80 characters. | 607 | |
Line contains a tab character. | 607 | |
Line contains a tab character. | 608 | |
Line is longer than 80 characters. | 609 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
First sentence should end with a period. | 616 | |
Line contains a tab character. | 616 | |
Line is longer than 80 characters. | 617 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Expected an @return tag. | 629 | |
Line contains a tab character. | 629 | |
Parameter element should be final. | 629 | |
Expected @param tag for 'element'. | 629 | |
Line is longer than 80 characters. | 630 | |
Line contains a tab character. | 630 | |
Parameter constraint should be final. | 630 | |
Expected @param tag for 'constraint'. | 630 | |
Parameter field should be final. | 630 | |
Expected @param tag for 'field'. | 630 | |
Parameter type should be final. | 630 | |
Expected @param tag for 'type'. | 630 | |
Parameter state should be final. | 630 | |
Expected @param tag for 'state'. | 630 | |
Line is longer than 80 characters. | 631 | |
Line contains a tab character. | 631 | |
Parameter objStructure should be final. | 631 | |
Expected @param tag for 'objStructure'. | 631 | |
Parameter dataProvider should be final. | 631 | |
Expected @param tag for 'dataProvider'. | 631 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 638 | |
Line is longer than 80 characters. | 639 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 640 | |
Avoid inline conditionals. | 640 | |
Line contains a tab character. | 641 | |
Line contains a tab character. | 643 | |
Line is longer than 80 characters. | 644 | |
Line contains a tab character. | 644 | |
Line is longer than 80 characters. | 645 | |
Line contains a tab character. | 645 | |
Avoid inline conditionals. | 645 | |
Line contains a tab character. | 646 | |
Line is longer than 80 characters. | 648 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 649 | |
Avoid inline conditionals. | 649 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 652 | |
Line contains a tab character. | 653 | |
Line contains a tab character. | 654 | |
Line contains a tab character. | 656 | |
Line contains a tab character. | 657 | |
Comment matches to-do format 'TODO:'. | 659 | |
Line contains a tab character. | 659 | |
Line is longer than 80 characters. | 660 | |
Line contains a tab character. | 660 | |
Missing a Javadoc comment. | 660 | |
Parameter valResults should be final. | 660 | |
Line contains a tab character. | 661 | |
Comment matches to-do format 'TODO:'. | 663 | |
Line contains a tab character. | 663 | |
Line contains a tab character. | 664 | |
Missing a Javadoc comment. | 664 | |
Line contains a tab character. | 665 | |
Parameter valResults should be final. | 665 | |
Line contains a tab character. | 666 | |
Line is longer than 80 characters. | 668 | |
Line contains a tab character. | 668 | |
Missing a Javadoc comment. | 668 | |
Parameter valResults should be final. | 668 | |
Line contains a tab character. | 669 | |
Parameter bcb should be final. | 669 | |
Parameter field should be final. | 669 | |
Parameter value should be final. | 669 | |
Line contains a tab character. | 670 | |
Parameter elementStack should be final. | 670 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Line is longer than 80 characters. | 676 | |
Line contains a tab character. | 676 | |
Line is longer than 80 characters. | 677 | |
Line contains a tab character. | 677 | |
Line is longer than 80 characters. | 678 | |
Line contains a tab character. | 678 | |
Line contains a tab character. | 679 | |
Line contains a tab character. | 680 | |
Line contains a tab character. | 681 | |
Line contains a tab character. | 682 | |
Line contains a tab character. | 683 | |
Line is longer than 80 characters. | 685 | |
Line contains a tab character. | 685 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line contains a tab character. | 693 | |
Line contains a tab character. | 694 | |
Line contains a tab character. | 695 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
Line contains a tab character. | 698 | |
Line contains a tab character. | 699 | |
Line contains a tab character. | 700 | |
Line is longer than 80 characters. | 701 | |
Line contains a tab character. | 701 | |
Line contains a tab character. | 702 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 705 | |
Missing a Javadoc comment. | 705 | |
Parameter value should be final. | 705 | |
Parameter bcb should be final. | 705 | |
Line contains a tab character. | 706 | |
Parameter element should be final. | 706 | |
Parameter results should be final. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
Line contains a tab character. | 710 | |
Line is longer than 80 characters. | 711 | |
Line contains a tab character. | 711 | |
Line is longer than 80 characters. | 712 | |
Line contains a tab character. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
Line contains a tab character. | 718 | |
Missing a Javadoc comment. | 718 | |
Parameter value should be final. | 718 | |
Parameter bcb should be final. | 718 | |
Line contains a tab character. | 719 | |
Parameter element should be final. | 719 | |
Parameter results should be final. | 719 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 722 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 726 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
Line contains a tab character. | 729 | |
Line is longer than 80 characters. | 730 | |
Line contains a tab character. | 730 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 734 | |
Line is longer than 80 characters. | 735 | |
Line contains a tab character. | 735 | |
Line is longer than 80 characters. | 736 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 738 | |
Line contains a tab character. | 739 | |
Line contains a tab character. | 740 | |
Line contains a tab character. | 741 | |
Line is longer than 80 characters. | 742 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 743 | |
Line contains a tab character. | 744 | |
Line contains a tab character. | 745 | |
Line contains a tab character. | 746 | |
Line is longer than 80 characters. | 747 | |
Line contains a tab character. | 747 | |
Line is longer than 80 characters. | 748 | |
Line contains a tab character. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
Line contains a tab character. | 752 | |
Line is longer than 80 characters. | 753 | |
Line contains a tab character. | 753 | |
Line is longer than 80 characters. | 754 | |
Line contains a tab character. | 754 | |
Line contains a tab character. | 755 | |
Line contains a tab character. | 756 | |
Line contains a tab character. | 757 | |
Line contains a tab character. | 759 | |
Line contains a tab character. | 760 | |
Line contains a tab character. | 761 | |
Line contains a tab character. | 762 | |
Line contains a tab character. | 764 | |
Missing a Javadoc comment. | 764 | |
Parameter value should be final. | 764 | |
Parameter bcb should be final. | 764 | |
Line contains a tab character. | 765 | |
Parameter element should be final. | 765 | |
Parameter results should be final. | 765 | |
Line contains a tab character. | 766 | |
Line contains a tab character. | 768 | |
Line contains a tab character. | 769 | |
Line contains a tab character. | 770 | |
Line contains a tab character. | 771 | |
Line contains a tab character. | 772 | |
Line contains a tab character. | 773 | |
Line contains a tab character. | 774 | |
Line is longer than 80 characters. | 775 | |
Line contains a tab character. | 775 | |
Line contains a tab character. | 776 | |
Line contains a tab character. | 777 | |
Line contains a tab character. | 779 | |
Line contains a tab character. | 780 | |
Line contains a tab character. | 781 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
Line contains a tab character. | 785 | |
Line contains a tab character. | 786 | |
Line is longer than 80 characters. | 787 | |
Line contains a tab character. | 787 | |
Line contains a tab character. | 788 | |
Line contains a tab character. | 789 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 791 | |
Line is longer than 80 characters. | 792 | |
Line contains a tab character. | 792 | |
Line is longer than 80 characters. | 793 | |
Line contains a tab character. | 793 | |
Line contains a tab character. | 794 | |
Line contains a tab character. | 795 | |
Line contains a tab character. | 796 | |
Line contains a tab character. | 797 | |
Line is longer than 80 characters. | 798 | |
Line contains a tab character. | 798 | |
Line is longer than 80 characters. | 799 | |
Line contains a tab character. | 799 | |
Line contains a tab character. | 800 | |
Line contains a tab character. | 801 | |
Line contains a tab character. | 802 | |
Line contains a tab character. | 804 | |
Line contains a tab character. | 805 | |
Line contains a tab character. | 806 | |
Line contains a tab character. | 807 | |
Line contains a tab character. | 809 | |
Missing a Javadoc comment. | 809 | |
Parameter value should be final. | 809 | |
Parameter bcb should be final. | 809 | |
Line contains a tab character. | 810 | |
Parameter element should be final. | 810 | |
Parameter results should be final. | 810 | |
Line contains a tab character. | 811 | |
Line contains a tab character. | 813 | |
Line contains a tab character. | 814 | |
Line contains a tab character. | 815 | |
Line contains a tab character. | 816 | |
Line contains a tab character. | 817 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 819 | |
Line is longer than 80 characters. | 820 | |
Line contains a tab character. | 820 | |
Line contains a tab character. | 821 | |
Line contains a tab character. | 822 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
Line contains a tab character. | 826 | |
Line contains a tab character. | 828 | |
Line contains a tab character. | 829 | |
Line contains a tab character. | 830 | |
Line contains a tab character. | 831 | |
Line is longer than 80 characters. | 832 | |
Line contains a tab character. | 832 | |
Line contains a tab character. | 833 | |
Line contains a tab character. | 834 | |
Line contains a tab character. | 835 | |
Line contains a tab character. | 836 | |
Line is longer than 80 characters. | 837 | |
Line contains a tab character. | 837 | |
Line is longer than 80 characters. | 838 | |
Line contains a tab character. | 838 | |
Line contains a tab character. | 839 | |
Line contains a tab character. | 840 | |
Line contains a tab character. | 841 | |
Line contains a tab character. | 842 | |
Line is longer than 80 characters. | 843 | |
Line contains a tab character. | 843 | |
Line is longer than 80 characters. | 844 | |
Line contains a tab character. | 844 | |
Line contains a tab character. | 845 | |
Line contains a tab character. | 846 | |
Line contains a tab character. | 847 | |
Line contains a tab character. | 849 | |
Line contains a tab character. | 850 | |
Line contains a tab character. | 851 | |
Line contains a tab character. | 853 | |
Line contains a tab character. | 855 | |
Missing a Javadoc comment. | 855 | |
Parameter value should be final. | 855 | |
Parameter bcb should be final. | 855 | |
Line contains a tab character. | 856 | |
Parameter element should be final. | 856 | |
Parameter results should be final. | 856 | |
Line contains a tab character. | 857 | |
Line contains a tab character. | 859 | |
Line contains a tab character. | 861 | |
Line contains a tab character. | 862 | |
Line contains a tab character. | 863 | |
Line contains a tab character. | 864 | |
Line contains a tab character. | 865 | |
Line contains a tab character. | 866 | |
Line is longer than 80 characters. | 867 | |
Line contains a tab character. | 867 | |
Line contains a tab character. | 868 | |
Line contains a tab character. | 869 | |
Line contains a tab character. | 871 | |
Line is longer than 80 characters. | 872 | |
Line contains a tab character. | 872 | |
Line is longer than 80 characters. | 873 | |
Line contains a tab character. | 873 | |
Line contains a tab character. | 875 | |
Line contains a tab character. | 876 | |
Line contains a tab character. | 877 | |
Line contains a tab character. | 878 | |
Line is longer than 80 characters. | 879 | |
Line contains a tab character. | 879 | |
Line contains a tab character. | 880 | |
Line contains a tab character. | 881 | |
Line contains a tab character. | 882 | |
Line contains a tab character. | 883 | |
Line is longer than 80 characters. | 884 | |
Line contains a tab character. | 884 | |
Line is longer than 80 characters. | 885 | |
Line contains a tab character. | 885 | |
Line contains a tab character. | 886 | |
Line contains a tab character. | 887 | |
Line contains a tab character. | 888 | |
Line contains a tab character. | 889 | |
Line is longer than 80 characters. | 890 | |
Line contains a tab character. | 890 | |
Line is longer than 80 characters. | 891 | |
Line contains a tab character. | 891 | |
Line contains a tab character. | 892 | |
Line contains a tab character. | 893 | |
Line contains a tab character. | 894 | |
Line contains a tab character. | 896 | |
Line contains a tab character. | 897 | |
Line contains a tab character. | 898 | |
Line contains a tab character. | 899 | |
Line contains a tab character. | 901 | |
Missing a Javadoc comment. | 901 | |
Parameter value should be final. | 901 | |
Parameter bcb should be final. | 901 | |
Line contains a tab character. | 902 | |
Parameter element should be final. | 902 | |
Parameter results should be final. | 902 | |
Line contains a tab character. | 903 | |
Parameter dateParser should be final. | 903 | |
'dateParser' hides a field. | 903 | |
Line contains a tab character. | 904 | |
Line contains a tab character. | 906 | |
Line contains a tab character. | 908 | |
Line contains a tab character. | 909 | |
Line contains a tab character. | 910 | |
Line contains a tab character. | 911 | |
Line contains a tab character. | 912 | |
Line contains a tab character. | 913 | |
Line is longer than 80 characters. | 914 | |
Line contains a tab character. | 914 | |
Line contains a tab character. | 915 | |
Line contains a tab character. | 916 | |
Line contains a tab character. | 918 | |
Line is longer than 80 characters. | 919 | |
Line contains a tab character. | 919 | |
Line is longer than 80 characters. | 920 | |
Line contains a tab character. | 920 | |
Line contains a tab character. | 922 | |
Line contains a tab character. | 923 | |
Line contains a tab character. | 924 | |
Line is longer than 80 characters. | 925 | |
Line contains a tab character. | 925 | |
Line contains a tab character. | 926 | |
Line is longer than 80 characters. | 927 | |
Line contains a tab character. | 927 | |
Line contains a tab character. | 928 | |
Line contains a tab character. | 929 | |
Line contains a tab character. | 930 | |
Line contains a tab character. | 931 | |
Line is longer than 80 characters. | 932 | |
Line contains a tab character. | 932 | |
Line is longer than 80 characters. | 933 | |
Line contains a tab character. | 933 | |
Line contains a tab character. | 934 | |
Line contains a tab character. | 935 | |
Line contains a tab character. | 936 | |
Line contains a tab character. | 937 | |
Line is longer than 80 characters. | 938 | |
Line contains a tab character. | 938 | |
Line is longer than 80 characters. | 939 | |
Line contains a tab character. | 939 | |
Line contains a tab character. | 940 | |
Line contains a tab character. | 941 | |
Line contains a tab character. | 942 | |
Line contains a tab character. | 944 | |
Line contains a tab character. | 945 | |
Line contains a tab character. | 946 | |
Line contains a tab character. | 947 | |
Line contains a tab character. | 949 | |
Missing a Javadoc comment. | 949 | |
Parameter value should be final. | 949 | |
Parameter bcb should be final. | 949 | |
Line contains a tab character. | 950 | |
Parameter element should be final. | 950 | |
Parameter results should be final. | 950 | |
Line contains a tab character. | 952 | |
Line contains a tab character. | 953 | |
Line contains a tab character. | 954 | |
Line contains a tab character. | 955 | |
Line contains a tab character. | 957 | |
Line contains a tab character. | 959 | |
Line contains a tab character. | 960 | |
Line is longer than 80 characters. | 961 | |
Line contains a tab character. | 961 | |
Line contains a tab character. | 962 | |
Line is longer than 80 characters. | 963 | |
Line contains a tab character. | 963 | |
Line is longer than 80 characters. | 964 | |
Line contains a tab character. | 964 | |
Line is longer than 80 characters. | 965 | |
Line contains a tab character. | 965 | |
Line contains a tab character. | 966 | |
Line contains a tab character. | 967 | |
Line contains a tab character. | 968 | |
Line contains a tab character. | 969 | |
Line is longer than 80 characters. | 970 | |
Line contains a tab character. | 970 | |
Line contains a tab character. | 971 | |
Line contains a tab character. | 972 | |
Line contains a tab character. | 973 | |
Line contains a tab character. | 974 | |
Line is longer than 80 characters. | 975 | |
Line contains a tab character. | 975 | |
Line contains a tab character. | 976 | |
Line contains a tab character. | 977 | |
Line contains a tab character. | 979 | |
Line contains a tab character. | 980 | |
Line contains a tab character. | 981 | |
Line contains a tab character. | 982 | |
Line contains a tab character. | 984 | |
Missing a Javadoc comment. | 984 | |
Parameter messageId should be final. | 984 | |
Line contains a tab character. | 985 | |
Line contains a tab character. | 986 | |
Line contains a tab character. | 987 | |
Line contains a tab character. | 989 | |
Line contains a tab character. | 990 | |
Line contains a tab character. | 992 | |
Line contains a tab character. | 993 | |
Line contains a tab character. | 995 | |
Missing a Javadoc comment. | 995 | |
Parameter elementStack should be final. | 995 | |
Line contains a tab character. | 996 | |
Line contains a tab character. | 997 | |
Line contains a tab character. | 998 | |
Line contains a tab character. | 999 | |
Line contains a tab character. | 1000 | |
Line contains a tab character. | 1001 | |
Line contains a tab character. | 1003 | |
Line contains a tab character. | 1004 | |
Line contains a tab character. | 1006 | |
Line contains a tab character. | 1007 | |
Line contains a tab character. | 1008 | |
Line contains a tab character. | 1009 | |
Missing a Javadoc comment. | 1009 | |
Parameter string should be final. | 1009 | |
Line contains a tab character. | 1011 | |
Line contains a tab character. | 1012 | |
Line contains a tab character. | 1013 | |
Line contains a tab character. | 1014 | |
Line contains a tab character. | 1016 | |
Line contains a tab character. | 1017 | |
Line contains a tab character. | 1018 | |
Line contains a tab character. | 1019 | |
Line contains a tab character. | 1020 | |
Line contains a tab character. | 1021 | |
Line contains a tab character. | 1022 | |
Line contains a tab character. | 1024 | |
Line contains a tab character. | 1025 | |
Missing a Javadoc comment. | 1027 | |
Line contains a tab character. | 1027 | |
Line contains a tab character. | 1028 | |
Missing a Javadoc comment. | 1028 | |
Variable 'initialized' must be private and have accessor methods. | 1028 | |
Line contains a tab character. | 1029 | |
Missing a Javadoc comment. | 1029 | |
Variable 'minOccurs' must be private and have accessor methods. | 1029 | |
Line contains a tab character. | 1030 | |
Missing a Javadoc comment. | 1030 | |
Variable 'maxOccurs' must be private and have accessor methods. | 1030 | |
Line contains a tab character. | 1031 | |
Missing a Javadoc comment. | 1031 | |
Variable 'minLength' must be private and have accessor methods. | 1031 | |
Line contains a tab character. | 1032 | |
Missing a Javadoc comment. | 1032 | |
Variable 'maxLength' must be private and have accessor methods. | 1032 | |
Line contains a tab character. | 1033 | |
Missing a Javadoc comment. | 1033 | |
Variable 'dataType' must be private and have accessor methods. | 1033 | |
Line contains a tab character. | 1034 | |
Missing a Javadoc comment. | 1034 | |
Variable 'minValue' must be private and have accessor methods. | 1034 | |
Line contains a tab character. | 1035 | |
Missing a Javadoc comment. | 1035 | |
Variable 'maxValue' must be private and have accessor methods. | 1035 | |
Line contains a tab character. | 1037 | |
Missing a Javadoc comment. | 1037 | |
Line is longer than 80 characters. | 1038 | |
Line contains a tab character. | 1038 | |
Line contains a tab character. | 1039 | |
Line contains a tab character. | 1040 | |
Line contains a tab character. | 1041 | |
Line contains a tab character. | 1042 | |
Line contains a tab character. | 1043 | |
Line contains a tab character. | 1044 | |
Line contains a tab character. | 1045 | |
Line contains a tab character. | 1047 | |
Line contains a tab character. | 1048 | |
Line contains a tab character. | 1049 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Utility classes should not have a public or default constructor. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter value1 should be final. | 28 | |
Parameter value2 should be final. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Parameter dataType should be final. | 29 | |
Parameter operator should be final. | 29 | |
Parameter dateParser should be final. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter o should be final. | 87 | |
'if' construct must use '{}'s. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
'if' construct must use '{}'s. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'if' construct must use '{}'s. | 94 | |
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. | 101 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter o should be final. | 103 | |
'if' construct must use '{}'s. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
'if' construct must use '{}'s. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
'if' construct must use '{}'s. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter o should be final. | 119 | |
'if' construct must use '{}'s. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
'if' construct must use '{}'s. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
'if' construct must use '{}'s. | 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. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter o should be final. | 135 | |
'if' construct must use '{}'s. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
'if' construct must use '{}'s. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter o should be final. | 151 | |
Parameter dateParser should be final. | 151 | |
'if' construct must use '{}'s. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
'if' construct must use '{}'s. | 156 | |
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. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter o should be final. | 165 | |
'if' construct must use '{}'s. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'if' construct must use '{}'s. | 169 | |
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 | |
Missing a Javadoc comment. | 174 | |
Parameter o should be final. | 174 | |
'if' construct must use '{}'s. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
'if' construct must use '{}'s. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
First sentence should end with a period. | 188 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Expected an @return tag. | 198 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Parameter key should be final. | 198 | |
Expected @param tag for 'key'. | 198 | |
Parameter objStructure should be final. | 198 | |
Expected @param tag for 'objStructure'. | 198 | |
Line contains a tab character. | 199 | |
Parameter type should be final. | 199 | |
Expected @param tag for 'type'. | 199 | |
Parameter state should be final. | 199 | |
Expected @param tag for 'state'. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 |