The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 26 | Error |
NewlineAtEndOfFile | 16 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 1426 | Error |
RegexpSingleline
| 394 | Error |
JavadocMethod | 945 | Error |
JavadocType | 80 | Error |
JavadocVariable | 692 | Error |
JavadocStyle | 112 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 16 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 9 | Error |
TypeName | 0 | Error |
AvoidStarImport | 10 | Error |
IllegalImport | 0 | Error |
RedundantImport | 1 | Error |
UnusedImports | 18 | Error |
LineLength | 1269 | Error |
MethodLength | 1 | Error |
ParameterNumber | 2 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 57 | Error |
NoWhitespaceAfter | 3 | Error |
NoWhitespaceBefore | 1 | Error |
OperatorWrap | 1 | Error |
ParenPad | 5 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 19 | Error |
WhitespaceAround | 113 | Error |
ModifierOrder | 20 | Error |
RedundantModifier | 123 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 2 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 19 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 278 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 2 | Error |
RedundantThrows | 18 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 747 | Error |
FinalClass | 12 | Error |
HideUtilityClassConstructor | 10 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 3 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 752 | Error |
TodoComment | 28 | Error |
UpperEll | 0 | Error |
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. | 23 | |
Line is longer than 80 characters. | 24 | |
'}' is not preceded with whitespace. | 24 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 48 | |
Parameter builder should be final. | 48 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Parameter attInfo should be final. | 82 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter id should be final. | 107 | |
'id' hides a field. | 107 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter key should be final. | 111 | |
'key' hides a field. | 111 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter val should be final. | 115 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Class ComparisonInfo should be declared as final. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 36 | |
'}' is not preceded with whitespace. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 64 | |
Parameter bldr should be final. | 64 | |
'{' should be on the previous line. | 68 | |
'else' is not preceded with whitespace. | 70 | |
'}' is not followed by whitespace. | 70 | |
'{' should be on the previous line. | 71 | |
Line is longer than 80 characters. | 98 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 108 | |
Parameter infc should be final. | 108 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'getFieldKey' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'isIgnoreCase' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setFieldKey' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter fieldKey should be final. | 140 | |
'fieldKey' hides a field. | 140 | |
Method 'setOperator' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter operator should be final. | 145 | |
'operator' hides a field. | 145 | |
First sentence should end with a period. | 150 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter value should be final. | 155 | |
Expected @param tag for 'value'. | 155 | |
Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter values should be final. | 159 | |
'values' hides a field. | 159 | |
Method 'setIgnoreCase' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter ignoreCase should be final. | 163 | |
'ignoreCase' hides a field. | 163 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Class ContextInfo should be declared as final. | 34 | |
Line is longer than 80 characters. | 35 | |
'}' is not preceded with whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 64 | |
Parameter builder should be final. | 64 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 117 | |
Parameter ctxInfo should be final. | 117 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Method 'getLocaleLanguage' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Method 'getLocaleVariant' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Method 'getLocaleRegion' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Method 'getLocaleScript' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Method 'getTimeZone' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'principalId' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter principalId should be final. | 161 | |
'principalId' hides a field. | 161 | |
Method 'localeLanguage' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter localeLanguage should be final. | 166 | |
'localeLanguage' hides a field. | 166 | |
Method 'localeRegion' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter localeRegion should be final. | 171 | |
'localeRegion' hides a field. | 171 | |
Method 'localeVariant' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter localeVariant should be final. | 176 | |
'localeVariant' hides a field. | 176 | |
Method 'localeScript' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter localeScript should be final. | 181 | |
'localeScript' hides a field. | 181 | |
Line has trailing spaces. | 185 | |
Method 'timeZone' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter timeZone should be final. | 186 | |
'timeZone' hides a field. | 186 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 87 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
Utility classes should not have a public or default constructor. | 3 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 5 | |
Missing a Javadoc comment. | 5 | |
'static' modifier out of order with the JLS suggestions. | 5 | |
Missing a Javadoc comment. | 6 | |
'static' modifier out of order with the JLS suggestions. | 6 | |
Missing a Javadoc comment. | 7 | |
'static' modifier out of order with the JLS suggestions. | 7 | |
Missing a Javadoc comment. | 8 | |
'static' modifier out of order with the JLS suggestions. | 8 | |
Missing a Javadoc comment. | 9 | |
'static' modifier out of order with the JLS suggestions. | 9 | |
Missing a Javadoc comment. | 10 | |
'static' modifier out of order with the JLS suggestions. | 10 | |
Missing a Javadoc comment. | 11 | |
'static' modifier out of order with the JLS suggestions. | 11 | |
Missing a Javadoc comment. | 12 | |
'static' modifier out of order with the JLS suggestions. | 12 | |
Missing a Javadoc comment. | 13 | |
'static' modifier out of order with the JLS suggestions. | 13 | |
Missing a Javadoc comment. | 14 | |
'static' modifier out of order with the JLS suggestions. | 14 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter state should be final. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 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 has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Comment matches to-do format 'TODO:'. | 35 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Parameter state should be final. | 41 | |
Expected @param tag for 'state'. | 41 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
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 has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter state should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 40 | |
'(' is preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 48 | |
Parameter builder should be final. | 48 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'getStateKey' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
'{' is not followed by whitespace. | 87 | |
'}' is not preceded with whitespace. | 87 | |
Missing a Javadoc comment. | 89 | |
Parameter entity should be final. | 89 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter name should be final. | 102 | |
'name' hides a field. | 102 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter descr should be final. | 111 | |
'descr' hides a field. | 111 | |
Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter typeKey should be final. | 120 | |
'typeKey' hides a field. | 120 | |
Method 'getStateKey' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Method 'setStateKey' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter stateKey should be final. | 129 | |
'stateKey' hides a field. | 129 |
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. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 29 | |
Parameter builder should be final. | 29 | |
Line is longer than 80 characters. | 31 | |
Avoid inline conditionals. | 31 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
'{' is not followed by whitespace. | 43 | |
'}' is not preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
Parameter hasAMInfo should be final. | 45 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 49 | |
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 is longer than 80 characters. | 53 | |
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 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter metaInfo should be final. | 64 | |
'metaInfo' hides a field. | 64 |
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. | 21 | |
Missing a Javadoc comment. | 25 | |
Variable 'attributes' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter builder should be final. | 32 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
'{' is not followed by whitespace. | 55 | |
'}' is not preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter hasAtts should be final. | 57 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter attributes should be final. | 66 | |
'attributes' hides a field. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
'(' is preceded with whitespace. | 30 | |
Missing a Javadoc comment. | 34 | |
Parameter builder should be final. | 34 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
'{' is not followed by whitespace. | 52 | |
'}' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter entity should be final. | 54 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter id should be final. | 64 | |
'id' hides a field. | 64 |
Violation | Message | Line |
---|---|---|
Unused import - javax.xml.bind.annotation.XmlAccessType. | 17 | |
Unused import - javax.xml.bind.annotation.XmlAccessorType. | 18 | |
Unused import - javax.xml.bind.annotation.XmlElement. | 20 | |
Redundant import from the same package - org.kuali.student.common.dto.EntityInfo. | 24 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 37 | |
Parameter builder should be final. | 37 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
'{' is not followed by whitespace. | 55 | |
'}' is not preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter entity should be final. | 57 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter key should be final. | 67 | |
'key' hides a field. | 67 |
Violation | Message | Line |
---|---|---|
Class MetaInfo should be declared as final. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 58 | |
Parameter builder should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Avoid inline conditionals. | 60 | |
Line is longer than 80 characters. | 62 | |
Avoid inline conditionals. | 62 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 103 | |
Parameter metaInfo should be final. | 103 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'getVersionInd' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Method 'setVersionInd' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter versionInd should be final. | 142 | |
'versionInd' hides a field. | 142 | |
Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter createTime should be final. | 146 | |
'createTime' hides a field. | 146 | |
Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter createId should be final. | 150 | |
'createId' hides a field. | 150 | |
Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter updateTime should be final. | 154 | |
'updateTime' hides a field. | 154 | |
Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter updateId should be final. | 158 | |
'updateId' hides a field. | 158 | |
Line has trailing spaces. | 160 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Parameter builder should be final. | 44 | |
Line is longer than 80 characters. | 46 | |
Avoid inline conditionals. | 46 | |
Line is longer than 80 characters. | 47 | |
Avoid inline conditionals. | 47 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
'{' is not followed by whitespace. | 65 | |
'}' is not preceded with whitespace. | 65 | |
Missing a Javadoc comment. | 67 | |
Parameter amrInfo should be final. | 67 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter effectiveDate should be final. | 77 | |
'effectiveDate' hides a field. | 77 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter expirationDate should be final. | 85 | |
'expirationDate' hides a field. | 85 |
Violation | Message | Line |
---|---|---|
Class RichTextInfo should be declared as final. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Parameter builder should be final. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
'{' is not followed by whitespace. | 77 | |
'}' is not preceded with whitespace. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter rtInfo should be final. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter plain should be final. | 92 | |
'plain' hides a field. | 92 | |
Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter formatted should be final. | 100 | |
'formatted' hides a field. | 100 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 44 | |
'}' is not preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 50 | |
'=' is not followed by whitespace. | 50 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Missing a Javadoc comment. | 53 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 63 | |
Parameter infc should be final. | 63 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 88 | |
'{' is not followed by whitespace. | 88 | |
'}' is not preceded with whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Missing a Javadoc comment. | 90 | |
Parameter searchInfo should be final. | 90 | |
Line has trailing spaces. | 94 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 96 | |
Line has trailing spaces. | 98 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter key should be final. | 103 | |
'key' hides a field. | 103 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter values should be final. | 111 | |
'values' hides a field. | 111 | |
Expected an @return tag. | 120 | |
Method 'value' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter value should be final. | 120 | |
Expected @param tag for 'value'. | 120 |
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 | |
Class StateInfo should be declared as final. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
'}' is not preceded with whitespace. | 28 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 58 | |
Parameter builder should be final. | 58 | |
Line is longer than 80 characters. | 63 | |
Avoid inline conditionals. | 63 | |
Line is longer than 80 characters. | 64 | |
Avoid inline conditionals. | 64 | |
Line is longer than 80 characters. | 93 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
'{' is not followed by whitespace. | 100 | |
'}' is not preceded with whitespace. | 100 | |
Missing a Javadoc comment. | 102 | |
Parameter stateInfo should be final. | 102 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter key should be final. | 118 | |
'key' hides a field. | 118 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter name should be final. | 126 | |
'name' hides a field. | 126 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter descr should be final. | 134 | |
'descr' hides a field. | 134 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter effectiveDate should be final. | 142 | |
'effectiveDate' hides a field. | 142 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter expirationDate should be final. | 150 | |
'expirationDate' hides a field. | 150 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 31 | |
Line has trailing spaces. | 33 | |
Class StatusInfo should be declared as final. | 36 | |
Line is longer than 80 characters. | 37 | |
'}' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 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 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. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
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 | |
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 | |
Missing a Javadoc comment. | 56 | |
Parameter builder should be final. | 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. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
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 is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
'{' is not followed by whitespace. | 76 | |
'}' is not preceded with whitespace. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter status should be final. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'build' 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 'isSuccess' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'getSuccess' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setSuccess' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter success should be final. | 101 | |
'success' hides a field. | 101 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter message should be final. | 105 | |
'message' hides a field. | 105 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 |
Violation | Message | Line |
---|---|---|
Class TimeAmountInfo should be declared as final. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
'}' is not preceded with whitespace. | 32 | |
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 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
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 | |
Missing a Javadoc comment. | 51 | |
Parameter builder should be final. | 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 has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'{' is not preceded with whitespace. | 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 contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
'{' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
'{' is not followed by whitespace. | 69 | |
'}' is not preceded with whitespace. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter taInfo should be final. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'build' 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 | |
Method 'getAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter atpDurationTypeKey should be final. | 84 | |
'atpDurationTypeKey' hides a field. | 84 | |
Method 'getTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'setTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter timeQuantity should be final. | 92 | |
'timeQuantity' hides a field. | 92 | |
Line contains a tab character. | 95 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
'}' is not preceded with whitespace. | 35 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 38 | |
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 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. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 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 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 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 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 57 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 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 has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter builder should be final. | 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. | 74 | |
Line contains a tab character. | 74 | |
Avoid inline conditionals. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Avoid inline conditionals. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Line has trailing spaces. | 114 | |
Method 'getRefObjectURI' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
Line contains a tab character. | 128 | |
Missing a Javadoc comment. | 128 | |
'{' is not followed by whitespace. | 128 | |
'}' is not preceded with whitespace. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter typeInfo should be final. | 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 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter key should be final. | 148 | |
'key' hides a field. | 148 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter name should be final. | 156 | |
'name' hides a field. | 156 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter descr should be final. | 164 | |
'descr' hides a field. | 164 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter effectiveDate should be final. | 172 | |
'effectiveDate' hides a field. | 172 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter expirationDate should be final. | 180 | |
'expirationDate' hides a field. | 180 | |
Method 'getRefObjectURI' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Method 'setRefObjectURI' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter refObjectURI should be final. | 188 | |
'refObjectURI' hides a field. | 188 | |
Line has trailing spaces. | 190 |
Violation | Message | Line |
---|---|---|
Class TypeTypeRelationInfo should be declared as final. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
'}' is not preceded with whitespace. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
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 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 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 | |
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 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 53 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 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 has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter builder should be final. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Avoid inline conditionals. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Avoid inline conditionals. | 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 has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
'{' is not followed by whitespace. | 110 | |
'}' is not preceded with whitespace. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter typeTypeRelationInfo should be final. | 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 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter effectiveDate should be final. | 130 | |
'effectiveDate' hides a field. | 130 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter expirationDate should be final. | 139 | |
'expirationDate' hides a field. | 139 | |
Method 'getOwnerTypeKey' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setOwnerTypeKey' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter ownerTypeKey should be final. | 148 | |
'ownerTypeKey' hides a field. | 148 | |
Method 'getRelatedTypeKey' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Method 'setRelatedTypeKey' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter relatedTypeKey should be final. | 157 | |
'relatedTypeKey' hides a field. | 157 | |
Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter rank should be final. | 165 | |
'rank' hides a field. | 165 | |
Line has trailing spaces. | 167 |
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 | |
Class ValidationResultInfo should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
'}' is not preceded with whitespace. | 24 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 46 | |
Parameter builder should be final. | 46 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Line has trailing spaces. | 116 | |
Missing a Javadoc comment. | 117 | |
'{' is not followed by whitespace. | 117 | |
'}' is not preceded with whitespace. | 117 | |
Line has trailing spaces. | 118 | |
Missing a Javadoc comment. | 119 | |
Parameter validationResultInfo should be final. | 119 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 123 | |
Line has trailing spaces. | 125 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Line has trailing spaces. | 129 | |
Line has trailing spaces. | 130 | |
Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Method 'setElement' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter element should be final. | 135 | |
'element' hides a field. | 135 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter level should be final. | 143 | |
'level' hides a field. | 143 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter message should be final. | 151 | |
'message' hides a field. | 151 | |
Method 'getInvalidData' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Method 'setInvalidData' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter invalidData should be final. | 159 | |
'invalidData' hides a field. | 159 | |
Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter message should be final. | 163 | |
'message' hides a field. | 163 | |
Method 'setWarn' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter message should be final. | 168 | |
'message' hides a field. | 168 | |
Line has trailing spaces. | 172 | |
Method 'isOk' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Line has trailing spaces. | 177 | |
Method 'isWarn' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Line has trailing spaces. | 182 | |
Method 'isError' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Line has trailing spaces. | 186 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
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. | 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 | |
Parameter message should be final. | 36 | |
Expected @param tag for 'message'. | 36 | |
Parameter cause should be final. | 36 | |
Expected @param tag for 'cause'. | 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 contains a tab character. | 43 | |
Parameter message should be final. | 43 | |
Expected @param tag for 'message'. | 43 | |
Line contains a tab character. | 44 | |
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 | |
Parameter cause should be final. | 50 | |
Expected @param tag for 'cause'. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
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. | 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 | |
Parameter message should be final. | 36 | |
Expected @param tag for 'message'. | 36 | |
Parameter cause should be final. | 36 | |
Expected @param tag for 'cause'. | 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 contains a tab character. | 43 | |
Parameter message should be final. | 43 | |
Expected @param tag for 'message'. | 43 | |
Line contains a tab character. | 44 | |
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 | |
Parameter cause should be final. | 50 | |
Expected @param tag for 'cause'. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Variable 'LOG' must be private and have accessor methods. | 30 | |
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. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Parameter message should be final. | 46 | |
Expected @param tag for 'message'. | 46 | |
Parameter validationResults should be final. | 46 | |
'validationResults' hides a field. | 46 | |
Expected @param tag for 'validationResults'. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Parameter message should be final. | 54 | |
Expected @param tag for 'message'. | 54 | |
Parameter validationResults should be final. | 54 | |
'validationResults' hides a field. | 54 | |
Expected @param tag for 'validationResults'. | 54 | |
Parameter cause should be final. | 54 | |
Expected @param tag for 'cause'. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Parameter message should be final. | 63 | |
Expected @param tag for 'message'. | 63 | |
Parameter cause should be final. | 63 | |
Expected @param tag for 'cause'. | 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 contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Parameter message should be final. | 70 | |
Expected @param tag for 'message'. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Parameter cause should be final. | 77 | |
Expected @param tag for 'cause'. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line contains a tab character. | 90 | |
Parameter s should be final. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line contains a tab character. | 96 | |
Parameter s should be final. | 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 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
':' is not preceded with whitespace. | 107 | |
':' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
'{' is not preceded with whitespace. | 116 | |
Line contains a tab character. | 117 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter message should be final. | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter cause should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter cause should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 29 | |
Parameter message should be final. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 | |
Parameter t should be final. | 33 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter e should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter message should be final. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'(' is followed by whitespace. | 42 | |
Parameter newMessage should be final. | 42 | |
')' is preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'(' is followed by whitespace. | 42 | |
Parameter newMessage should be final. | 42 | |
')' is preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter newMessage should be final. | 48 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Method 'setValidationResults' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter validationResults should be final. | 52 | |
'validationResults' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
'if' is not followed by whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newMessage should be final. | 41 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newMessage should be final. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Line is longer than 80 characters. | 21 | |
First sentence should end with a period. | 28 | |
Line has trailing spaces. | 30 | |
Expected an @return tag. | 33 | |
Redundant 'public' modifier. | 33 | |
First sentence should end with a period. | 35 | |
Expected an @return tag. | 40 | |
Redundant 'public' modifier. | 40 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 44 | |
Expected an @return tag. | 47 | |
Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 25 | |
First sentence should end with a period. | 26 | |
Expected an @return tag. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Comment matches to-do format 'TODO:'. | 53 | |
Line is longer than 80 characters. | 53 | |
Comment matches to-do format 'TODO:'. | 54 | |
Comment matches to-do format 'TODO:'. | 55 | |
Comment matches to-do format 'TODO:'. | 56 | |
Expected an @return tag. | 59 | |
Redundant 'public' modifier. | 59 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 63 | |
Expected an @return tag. | 66 | |
Redundant 'public' modifier. | 66 | |
Line is longer than 80 characters. | 73 | |
Expected an @return tag. | 75 | |
Redundant 'public' modifier. | 75 | |
'(' is preceded with whitespace. | 75 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 | |
First sentence should end with a period. | 48 | |
Expected an @return tag. | 53 | |
Redundant 'public' modifier. | 53 | |
First sentence should end with a period. | 55 | |
Line is longer than 80 characters. | 58 | |
Expected an @return tag. | 60 | |
Redundant 'public' modifier. | 60 | |
First sentence should end with a period. | 62 | |
Line is longer than 80 characters. | 65 | |
Expected an @return tag. | 67 | |
Redundant 'public' modifier. | 67 | |
First sentence should end with a period. | 69 | |
Expected an @return tag. | 74 | |
Redundant 'public' modifier. | 74 | |
First sentence should end with a period. | 76 | |
Expected an @return tag. | 81 | |
Redundant 'public' modifier. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
Comment matches to-do format 'TODO:'. | 29 | |
Expected an @return tag. | 31 | |
Redundant 'public' modifier. | 31 | |
First sentence should end with a period. | 33 | |
Expected an @return tag. | 40 | |
Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Since] is not a valid Javadoc tag name | 0 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 11 | |
Line contains a tab character. | 12 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Expected an @return tag. | 39 | |
Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Expected an @return tag. | 40 | |
Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Expected an @return tag. | 39 | |
Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
';' is preceded with whitespace. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 19 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Expected an @return tag. | 30 | |
Line contains a tab character. | 30 | |
Redundant 'public' modifier. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
First sentence should end with a period. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Redundant 'public' modifier. | 36 | |
Expected @param tag for 'luiService'. | 36 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Expected an @return tag. | 28 | |
Line contains a tab character. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
First sentence should end with a period. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Redundant 'public' modifier. | 34 | |
Expected @param tag for 'luiService'. | 34 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
'(' is preceded with whitespace. | 28 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Since] is not a valid Javadoc tag name | 0 | |
Line contains a tab character. | 28 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Since] is not a valid Javadoc tag name | 0 | |
Line contains a tab character. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 35 | |
Expected an @return tag. | 40 | |
Redundant 'public' modifier. | 40 | |
First sentence should end with a period. | 42 | |
Line is longer than 80 characters. | 45 | |
Expected an @return tag. | 48 | |
Redundant 'public' modifier. | 48 | |
First sentence should end with a period. | 50 | |
Line is longer than 80 characters. | 53 | |
Expected an @return tag. | 55 | |
Redundant 'public' modifier. | 55 | |
First sentence should end with a period. | 57 | |
Line is longer than 80 characters. | 60 | |
Expected an @return tag. | 63 | |
Redundant 'public' modifier. | 63 | |
First sentence should end with a period. | 65 | |
Line has trailing spaces. | 67 | |
Expected an @return tag. | 71 | |
Redundant 'public' modifier. | 71 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Type Javadoc comment is missing an @param <T> tag. | 23 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Since] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line contains a tab character. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 18 | |
Expected an @return tag. | 27 | |
Redundant 'public' modifier. | 27 | |
Expected an @return tag. | 36 | |
Redundant 'public' modifier. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
First sentence should end with a period. | 31 | |
Expected an @return tag. | 36 | |
Redundant 'public' modifier. | 36 | |
Line has trailing spaces. | 40 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
First sentence should end with a period. | 26 | |
Expected an @return tag. | 31 | |
Redundant 'public' modifier. | 31 | |
First sentence should end with a period. | 33 | |
Line has trailing spaces. | 35 | |
Expected an @return tag. | 38 | |
Redundant 'public' modifier. | 38 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
Comment matches to-do format 'TODO:'. | 26 | |
Line is longer than 80 characters. | 26 | |
Comment matches to-do format 'TODO:'. | 27 | |
First sentence should end with a period. | 34 | |
Expected an @return tag. | 39 | |
Redundant 'public' modifier. | 39 | |
First sentence should end with a period. | 41 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 18 | |
Expected an @return tag. | 27 | |
Redundant 'public' modifier. | 27 | |
Expected an @return tag. | 36 | |
Redundant 'public' modifier. | 36 |
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 | |
First sentence should end with a period. | 11 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 13 | |
First sentence should end with a period. | 19 | |
Expected an @return tag. | 24 | |
Redundant 'public' modifier. | 24 | |
First sentence should end with a period. | 26 | |
Expected an @return tag. | 31 | |
Line has trailing spaces. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 40 | |
Expected an @return tag. | 44 | |
Redundant 'public' modifier. | 44 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 20 | |
Line is longer than 80 characters. | 27 | |
Expected an @return tag. | 29 | |
Redundant 'public' modifier. | 29 | |
'(' is preceded with whitespace. | 29 | |
Line is longer than 80 characters. | 34 | |
Expected an @return tag. | 36 | |
Redundant 'public' modifier. | 36 | |
'(' is preceded with whitespace. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 42 | |
Expected an @return tag. | 43 | |
Redundant 'public' modifier. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'level' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 25 | |
Parameter level should be final. | 25 | |
'level' hides a field. | 25 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 33 | |
Parameter e1 should be final. | 33 | |
Parameter e2 should be final. | 33 | |
Avoid inline conditionals. | 34 | |
Missing a Javadoc comment. | 37 | |
Parameter e1 should be final. | 37 | |
Parameter e2 should be final. | 37 | |
Avoid inline conditionals. | 38 | |
Expected an @return tag. | 50 | |
Redundant 'public' modifier. | 50 | |
Expected an @return tag. | 59 | |
Redundant 'public' modifier. | 59 | |
Expected an @return tag. | 68 | |
Redundant 'public' modifier. | 68 | |
First sentence should end with a period. | 70 | |
Line has trailing spaces. | 71 | |
Redundant 'public' modifier. | 78 | |
Line has trailing spaces. | 79 | |
Expected an @return tag. | 87 | |
Redundant 'public' modifier. | 87 | |
Expected an @return tag. | 96 | |
Redundant 'public' modifier. | 96 | |
Expected an @return tag. | 105 | |
Redundant 'public' modifier. | 105 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 20 | |
Expected an @return tag. | 29 | |
Redundant 'public' modifier. | 29 | |
Expected an @return tag. | 37 | |
Redundant 'public' modifier. | 37 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 | |
Expected an @return tag. | 55 | |
Redundant 'public' modifier. | 55 | |
Expected an @return tag. | 64 | |
Redundant 'public' modifier. | 64 | |
Expected an @return tag. | 73 | |
Redundant 'public' modifier. | 73 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 18 | |
Utility classes should not have a public or default constructor. | 23 | |
First sentence should end with a period. | 25 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 |
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. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 49 | |
Redundant 'public' modifier. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 54 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Redundant 'public' modifier. | 64 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 77 | |
Redundant 'public' modifier. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 94 | |
Redundant 'public' modifier. | 94 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 99 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 110 | |
Redundant 'public' modifier. | 110 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
First sentence should end with a period. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 49 | |
Redundant 'public' modifier. | 49 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 62 | |
Redundant 'public' modifier. | 62 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 78 | |
Redundant 'public' modifier. | 78 | |
Line has trailing spaces. | 80 | |
First sentence should end with a period. | 81 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 94 | |
Redundant 'public' modifier. | 94 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 69 | |
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. | 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 is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
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 is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 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. | 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 | |
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. | 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 has trailing spaces. | 198 | |
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. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 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 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. | 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. | 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 has trailing spaces. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
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. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 58 | |
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. | 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 contains a tab character. | 78 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 127 | |
Line has trailing spaces. | 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 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. | 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. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 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. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
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 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 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 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. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 43 | |
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. | 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. | 117 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
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. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 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. | 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 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. | 279 | |
Line contains a tab character. | 280 | |
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 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line 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. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
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. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line has trailing spaces. | 341 | |
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. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line has trailing spaces. | 352 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
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. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 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 contains a tab character. | 381 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
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 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. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 68 | |
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. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
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. | 175 | |
Line is longer than 80 characters. | 176 | |
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. | 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. | 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 | |
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. | 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 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
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 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. | 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. | 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. | 253 | |
Line has trailing spaces. | 254 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 267 | |
Line has trailing spaces. | 268 | |
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 contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 62 | |
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. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
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. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
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. | 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. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
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. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 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. | 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. | 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 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 60 | |
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. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 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. | 131 | |
Line is longer than 80 characters. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 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. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
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. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
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. | 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 | |
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 contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 35 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 42 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Unused import - org.kuali.student.core.academiccalendar.dto.TermInfo. | 18 | |
Unused import - org.kuali.student.core.academiccalendar.dto.KeyDateInfo. | 19 | |
First sentence should end with a period. | 21 | |
Utility classes should not have a public or default constructor. | 26 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 99 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 136 | |
Line has trailing spaces. | 140 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 164 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
Line has trailing spaces. | 210 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 226 | |
Line has trailing spaces. | 228 | |
Line has trailing spaces. | 238 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 248 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 265 | |
Line has trailing spaces. | 267 | |
Line is longer than 80 characters. | 294 | |
Line has trailing spaces. | 296 | |
Line is longer than 80 characters. | 315 | |
Line has trailing spaces. | 317 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 334 | |
Line is longer than 80 characters. | 350 | |
Line has trailing spaces. | 352 | |
Line is longer than 80 characters. | 365 | |
Line has trailing spaces. | 367 | |
Line has trailing spaces. | 371 | |
Line has trailing spaces. | 375 | |
Line is longer than 80 characters. | 381 | |
Line has trailing spaces. | 383 | |
Line is longer than 80 characters. | 406 | |
Line is longer than 80 characters. | 407 | |
Line is longer than 80 characters. | 410 | |
Line has trailing spaces. | 412 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 428 | |
Line has trailing spaces. | 430 | |
Line has trailing spaces. | 440 | |
Line has trailing spaces. | 447 | |
Line is longer than 80 characters. | 447 | |
Line is longer than 80 characters. | 450 | |
Line has trailing spaces. | 452 | |
Line is longer than 80 characters. | 467 | |
Line has trailing spaces. | 469 | |
Line is longer than 80 characters. | 483 | |
Line has trailing spaces. | 485 | |
Line is longer than 80 characters. | 501 | |
Line has trailing spaces. | 503 | |
Line is longer than 80 characters. | 516 | |
Line has trailing spaces. | 518 | |
Line is longer than 80 characters. | 532 | |
Line has trailing spaces. | 534 | |
Line is longer than 80 characters. | 550 | |
Line has trailing spaces. | 552 | |
Line is longer than 80 characters. | 565 | |
Line has trailing spaces. | 567 | |
Line is longer than 80 characters. | 583 | |
Line has trailing spaces. | 585 | |
Line is longer than 80 characters. | 599 | |
Line has trailing spaces. | 601 | |
Line is longer than 80 characters. | 616 | |
Line has trailing spaces. | 618 | |
Line is longer than 80 characters. | 644 | |
Line has trailing spaces. | 646 | |
Line is longer than 80 characters. | 657 | |
Line is longer than 80 characters. | 663 | |
Line has trailing spaces. | 665 | |
Line is longer than 80 characters. | 668 | |
Line is longer than 80 characters. | 676 | |
Line is longer than 80 characters. | 682 | |
Line has trailing spaces. | 684 | |
Line has trailing spaces. | 694 | |
Line has trailing spaces. | 701 | |
Line is longer than 80 characters. | 701 | |
Line is longer than 80 characters. | 704 | |
Line has trailing spaces. | 706 | |
Line is longer than 80 characters. | 721 | |
Line has trailing spaces. | 723 | |
Line is longer than 80 characters. | 737 | |
Line has trailing spaces. | 739 | |
Line is longer than 80 characters. | 765 | |
Line has trailing spaces. | 767 | |
Line is longer than 80 characters. | 778 | |
Line is longer than 80 characters. | 784 | |
Line has trailing spaces. | 786 | |
Line has trailing spaces. | 796 | |
Line has trailing spaces. | 803 | |
Line is longer than 80 characters. | 803 | |
Line is longer than 80 characters. | 806 | |
Line has trailing spaces. | 808 | |
Line is longer than 80 characters. | 823 | |
Line has trailing spaces. | 825 | |
Line is longer than 80 characters. | 839 | |
Line has trailing spaces. | 841 | |
Line has trailing spaces. | 853 | |
Line has trailing spaces. | 860 | |
Line is longer than 80 characters. | 860 | |
Line is longer than 80 characters. | 863 | |
Line has trailing spaces. | 865 | |
Line is longer than 80 characters. | 882 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
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. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
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. | 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. | 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. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
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 has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
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. | 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. | 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. | 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. | 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. | 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 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 61 | |
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. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
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. | 139 | |
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. | 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. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
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. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 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. | 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. | 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 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 35 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 21 | |
Utility classes should not have a public or default constructor. | 26 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
First sentence should end with a period. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 66 | |
Missing a Javadoc comment. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
First sentence should end with a period. | 78 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 85 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 88 | |
Missing a Javadoc comment. | 88 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
Line is longer than 80 characters. | 90 | |
Missing a Javadoc comment. | 90 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 92 | |
Line is longer than 80 characters. | 93 | |
Missing a Javadoc comment. | 93 | |
Line is longer than 80 characters. | 94 | |
Missing a Javadoc comment. | 94 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
Line is longer than 80 characters. | 96 | |
Missing a Javadoc comment. | 96 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 98 | |
Missing a Javadoc comment. | 98 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 100 | |
Missing a Javadoc comment. | 100 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 102 | |
Line is longer than 80 characters. | 103 | |
Missing a Javadoc comment. | 103 | |
Line is longer than 80 characters. | 104 | |
Missing a Javadoc comment. | 104 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Line is longer than 80 characters. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
Line is longer than 80 characters. | 109 | |
Missing a Javadoc comment. | 109 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Line is longer than 80 characters. | 111 | |
Missing a Javadoc comment. | 111 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 112 | |
Line is longer than 80 characters. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 114 | |
Line is longer than 80 characters. | 115 | |
Missing a Javadoc comment. | 115 | |
Line is longer than 80 characters. | 116 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 118 | |
Missing a Javadoc comment. | 118 | |
Line is longer than 80 characters. | 119 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 120 | |
Missing a Javadoc comment. | 120 | |
Line is longer than 80 characters. | 121 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 80 characters. | 122 | |
Missing a Javadoc comment. | 122 | |
Line is longer than 80 characters. | 123 | |
Missing a Javadoc comment. | 123 | |
Line is longer than 80 characters. | 124 | |
Missing a Javadoc comment. | 124 | |
Line is longer than 80 characters. | 125 | |
Missing a Javadoc comment. | 125 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 127 | |
Missing a Javadoc comment. | 127 | |
Line is longer than 80 characters. | 128 | |
Missing a Javadoc comment. | 128 | |
Line is longer than 80 characters. | 129 | |
Missing a Javadoc comment. | 129 | |
Line is longer than 80 characters. | 130 | |
Missing a Javadoc comment. | 130 | |
Line is longer than 80 characters. | 131 | |
Missing a Javadoc comment. | 131 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 132 | |
Line is longer than 80 characters. | 133 | |
Missing a Javadoc comment. | 133 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Line is longer than 80 characters. | 136 | |
Missing a Javadoc comment. | 136 | |
Line is longer than 80 characters. | 137 | |
Missing a Javadoc comment. | 137 | |
First sentence should end with a period. | 138 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 142 | |
Missing a Javadoc comment. | 142 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Line is longer than 80 characters. | 144 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 145 | |
Missing a Javadoc comment. | 145 | |
Line is longer than 80 characters. | 146 | |
Missing a Javadoc comment. | 146 | |
Line is longer than 80 characters. | 147 | |
Missing a Javadoc comment. | 147 | |
Line is longer than 80 characters. | 148 | |
Missing a Javadoc comment. | 148 | |
Line is longer than 80 characters. | 149 | |
Missing a Javadoc comment. | 149 | |
Line is longer than 80 characters. | 150 | |
Missing a Javadoc comment. | 150 | |
Line is longer than 80 characters. | 151 | |
Missing a Javadoc comment. | 151 | |
First sentence should end with a period. | 152 | |
Line is longer than 80 characters. | 156 | |
Missing a Javadoc comment. | 156 | |
Line is longer than 80 characters. | 157 | |
Missing a Javadoc comment. | 157 | |
Line is longer than 80 characters. | 158 | |
Missing a Javadoc comment. | 158 | |
Line is longer than 80 characters. | 159 | |
Missing a Javadoc comment. | 159 | |
Line is longer than 80 characters. | 160 | |
Missing a Javadoc comment. | 160 | |
Line is longer than 80 characters. | 161 | |
Missing a Javadoc comment. | 161 | |
Line is longer than 80 characters. | 162 | |
Missing a Javadoc comment. | 162 | |
Line is longer than 80 characters. | 163 | |
Missing a Javadoc comment. | 163 | |
Line is longer than 80 characters. | 164 | |
Missing a Javadoc comment. | 164 | |
Line is longer than 80 characters. | 165 | |
Missing a Javadoc comment. | 165 | |
Line is longer than 80 characters. | 166 | |
Missing a Javadoc comment. | 166 | |
Line is longer than 80 characters. | 167 | |
Missing a Javadoc comment. | 167 | |
Line is longer than 80 characters. | 168 | |
Missing a Javadoc comment. | 168 | |
Line is longer than 80 characters. | 169 | |
Missing a Javadoc comment. | 169 | |
Line is longer than 80 characters. | 170 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 172 | |
Line is longer than 80 characters. | 173 | |
Missing a Javadoc comment. | 173 | |
Line is longer than 80 characters. | 174 | |
Missing a Javadoc comment. | 174 | |
Line is longer than 80 characters. | 175 | |
Missing a Javadoc comment. | 175 | |
Line is longer than 80 characters. | 176 | |
Missing a Javadoc comment. | 176 | |
Line is longer than 80 characters. | 177 | |
Missing a Javadoc comment. | 177 | |
Line is longer than 80 characters. | 178 | |
Missing a Javadoc comment. | 178 | |
Line is longer than 80 characters. | 179 | |
Missing a Javadoc comment. | 179 | |
Line is longer than 80 characters. | 180 | |
Missing a Javadoc comment. | 180 | |
Line is longer than 80 characters. | 181 | |
Missing a Javadoc comment. | 181 | |
Line is longer than 80 characters. | 182 | |
Missing a Javadoc comment. | 182 | |
First sentence should end with a period. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 187 | |
Missing a Javadoc comment. | 187 | |
First sentence should end with a period. | 188 | |
Line is longer than 80 characters. | 192 | |
Missing a Javadoc comment. | 192 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 114 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 133 | |
Line has trailing spaces. | 140 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 172 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 197 | |
Line is longer than 80 characters. | 212 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 230 | |
Line has trailing spaces. | 232 | |
Line is longer than 80 characters. | 259 | |
Line has trailing spaces. | 261 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 277 | |
Line has trailing spaces. | 279 | |
Line has trailing spaces. | 288 | |
Line has trailing spaces. | 295 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 298 | |
Line has trailing spaces. | 300 | |
Line is longer than 80 characters. | 314 | |
Line has trailing spaces. | 316 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 340 | |
Line is longer than 80 characters. | 343 | |
Line has trailing spaces. | 345 | |
Line has trailing spaces. | 355 | |
Line is longer than 80 characters. | 362 | |
Line has trailing spaces. | 364 | |
Line has trailing spaces. | 373 | |
Line has trailing spaces. | 380 | |
Line is longer than 80 characters. | 383 | |
Line has trailing spaces. | 385 | |
Line is longer than 80 characters. | 399 | |
Line has trailing spaces. | 401 | |
Line has trailing spaces. | 404 | |
Line is longer than 80 characters. | 416 | |
Line has trailing spaces. | 418 | |
Line is longer than 80 characters. | 432 | |
Line has trailing spaces. | 434 | |
Line is longer than 80 characters. | 448 | |
Line has trailing spaces. | 450 | |
Line is longer than 80 characters. | 478 | |
Line has trailing spaces. | 480 | |
Line is longer than 80 characters. | 494 | |
Line has trailing spaces. | 496 | |
Line has trailing spaces. | 499 | |
Line has trailing spaces. | 506 | |
Line has trailing spaces. | 513 | |
Line is longer than 80 characters. | 516 | |
Line has trailing spaces. | 518 | |
Line is longer than 80 characters. | 532 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Method 'getServiceNamespaceSuffix' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setServiceNamespaceSuffix' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter serviceNamespaceSuffix should be final. | 55 | |
'serviceNamespaceSuffix' hides a field. | 55 | |
Line is longer than 80 characters. | 60 | |
Method 'setDictionaryLocations' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter locations should be final. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 70 | |
'(' is preceded with whitespace. | 70 | |
Missing a Javadoc comment. | 75 | |
'(' is preceded with whitespace. | 75 | |
Parameter objectClass should be final. | 75 | |
Line is longer than 80 characters. | 76 | |
Method 'getDataDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line is longer than 80 characters. | 80 | |
Parameter entryKey should be final. | 80 | |
Parameter context should be final. | 80 | |
Method 'getDataDictionaryEntryKeys' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter context should be final. | 93 | |
Method 'getDataObjectEntry' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter entryKey should be final. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
'(' is preceded with whitespace. | 25 | |
Parameter str should be final. | 25 | |
'(' is preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Unused @param tag for 'validationType,'. | 41 | |
Line is longer than 80 characters. | 46 | |
Redundant 'public' modifier. | 46 | |
'(' is preceded with whitespace. | 46 | |
Expected @param tag for 'validationType'. | 46 | |
Line is longer than 80 characters. | 47 | |
Expected @throws tag for 'OperationFailedException'. | 47 | |
Expected @throws tag for 'MissingParameterException'. | 47 | |
Expected @throws tag for 'InvalidParameterException'. | 47 | |
Expected @throws tag for 'PermissionDeniedException'. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 24 | |
First sentence should end with a period. | 25 | |
Redundant 'public' modifier. | 29 | |
'(' is preceded with whitespace. | 29 | |
First sentence should end with a period. | 32 | |
Redundant 'public' modifier. | 37 | |
'(' is preceded with whitespace. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - org.kuali.student.datadictionary.dto.ValidCharactersConstraintInfo. | 20 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter rice should be final. | 30 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 32 | |
'(' is preceded with whitespace. | 33 | |
'(' is preceded with whitespace. | 34 | |
'(' is preceded with whitespace. | 35 | |
'(' is preceded with whitespace. | 38 | |
'(' is preceded with whitespace. | 39 | |
'(' is preceded with whitespace. | 40 | |
'(' is preceded with whitespace. | 41 | |
'(' is preceded with whitespace. | 42 | |
'(' is preceded with whitespace. | 43 | |
'(' is preceded with whitespace. | 44 | |
'(' is preceded with whitespace. | 45 | |
'(' is preceded with whitespace. | 46 | |
'(' is preceded with whitespace. | 47 | |
'(' is preceded with whitespace. | 48 | |
'(' is preceded with whitespace. | 49 | |
'(' is preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 52 | |
'(' is preceded with whitespace. | 52 | |
'(' is preceded with whitespace. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter rice should be final. | 33 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
'(' is preceded with whitespace. | 44 | |
'(' is preceded with whitespace. | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Line is longer than 80 characters. | 29 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter rice should be final. | 29 | |
Line is longer than 80 characters. | 30 | |
'(' is preceded with whitespace. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - org.kuali.student.common.infc.ValidationResult. | 23 | |
Unused import - org.kuali.rice.kns.datadictionary.validation.ErrorLevel. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
Line is longer than 80 characters. | 37 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter riceResult should be final. | 37 | |
switch without "default" clause. | 43 | |
Line is longer than 80 characters. | 51 | |
'+' should be on a new line. | 57 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
First sentence should end with a period. | 27 | |
Line has trailing spaces. | 29 | |
Redundant 'public' modifier. | 33 | |
Expected @param tag for 'entryKey'. | 33 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Method 'getRiceDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 56 | |
Method 'setRiceDataDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter riceDataDictionaryService should be final. | 56 | |
'riceDataDictionaryService' hides a field. | 56 | |
Method 'getRiceDictionaryValidationService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 64 | |
Method 'setRiceDictionaryValidationService' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter riceDictionaryValidationService should be final. | 64 | |
'riceDictionaryValidationService' hides a field. | 64 | |
Line has trailing spaces. | 68 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line is longer than 80 characters. | 70 | |
Parameter validationType should be final. | 70 | |
Parameter info should be final. | 70 | |
Parameter context should be final. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 88 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 27 | |
First sentence should end with a period. | 30 | |
Comment matches to-do format 'TODO:'. | 33 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter riceService should be final. | 45 | |
'riceService' hides a field. | 45 | |
Method 'getRiceService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setRiceService' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter riceService should be final. | 53 | |
'riceService' hides a field. | 53 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
Parameter validationType should be final. | 58 | |
Parameter info should be final. | 58 | |
Parameter context should be final. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
'(' is preceded with whitespace. | 67 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
Line has trailing spaces. | 22 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 | |
Method 'getDateToStringFormatForFileName' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 31 | |
Method 'setDateToStringFormatForFileName' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter dateToStringFormatForFileName should be final. | 31 | |
Method 'getDateToStringFormatForUserInterface' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setDateToStringFormatForUserInterface' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter dateToStringFormatForUserInterface should be final. | 39 | |
Line is longer than 80 characters. | 40 | |
Method 'getStringToDateFormats' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setStringToDateFormats' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter stringToDateFormats should be final. | 47 | |
Method 'getStringToTimestampFormats' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setStringToTimestampFormats' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter stringToTimestampFormats should be final. | 55 | |
Method 'getTimestampToStringFormatForFileName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setTimestampToStringFormatForFileName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter timestampToStringFormatForFileName should be final. | 63 | |
Line is longer than 80 characters. | 64 | |
Method 'getTimestampToStringFormatForUserInterface' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 71 | |
Method 'setTimestampToStringFormatForUserInterface' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter timestampToStringFormatForUserInterface should be final. | 71 | |
Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - org.kuali.student.datadictionary.dto.AttributeDefinitionInfo. | 19 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter student should be final. | 30 | |
Line is longer than 80 characters. | 54 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter student should be final. | 33 | |
'(' is preceded with whitespace. | 34 | |
'(' is preceded with whitespace. | 38 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
'(' is preceded with whitespace. | 48 | |
'(' is preceded with whitespace. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Line is longer than 80 characters. | 29 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter student should be final. | 29 | |
'(' is preceded with whitespace. | 30 | |
'(' is preceded with whitespace. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'getChildEntryName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'getForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'getShortLabel' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Method 'getExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Method 'getInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'getDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Method 'isUnique' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Method 'getCustomValidatorClass' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'getFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Method 'getValidCharactersConstraint' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 195 | |
Parameter infc should be final. | 195 | |
Line is longer than 80 characters. | 216 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 222 | |
Missing a Javadoc comment. | 223 | |
Missing a Javadoc comment. | 224 | |
Missing a Javadoc comment. | 225 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 227 | |
Missing a Javadoc comment. | 228 | |
Missing a Javadoc comment. | 229 | |
Missing a Javadoc comment. | 230 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 232 | |
Missing a Javadoc comment. | 233 | |
Missing a Javadoc comment. | 234 | |
Missing a Javadoc comment. | 235 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 237 | |
Missing a Javadoc comment. | 238 | |
Missing a Javadoc comment. | 239 | |
Missing a Javadoc comment. | 240 | |
Missing a Javadoc comment. | 241 | |
Missing a Javadoc comment. | 243 | |
Missing a Javadoc comment. | 246 | |
Parameter infc should be final. | 246 | |
Line is longer than 80 characters. | 266 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Missing a Javadoc comment. | 269 | |
Method 'getChildEntryName' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Method 'getCustomValidatorClass' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Method 'getDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 293 | |
Method 'getExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Method 'getForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Method 'getFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Method 'getInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 333 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Method 'getShortLabel' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Method 'isUnique' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Method 'getValidCharactersConstraint' is not designed for extension - needs to be abstract, final or empty. | 363 | |
Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 368 | |
Method 'setChildEntryName' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
Parameter childEntryName should be final. | 373 | |
'childEntryName' hides a field. | 373 | |
Method 'setCustomValidatorClass' is not designed for extension - needs to be abstract, final or empty. | 378 | |
Missing a Javadoc comment. | 378 | |
Parameter customValidatorClass should be final. | 378 | |
'customValidatorClass' hides a field. | 378 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Missing a Javadoc comment. | 383 | |
Parameter dataType should be final. | 383 | |
'dataType' hides a field. | 383 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 388 | |
Missing a Javadoc comment. | 388 | |
Parameter description should be final. | 388 | |
'description' hides a field. | 388 | |
Method 'setDisplayLabelAttribute' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
Parameter displayLabelAttribute should be final. | 393 | |
'displayLabelAttribute' hides a field. | 393 | |
Method 'setExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 398 | |
Missing a Javadoc comment. | 398 | |
Parameter exclusiveMin should be final. | 398 | |
'exclusiveMin' hides a field. | 398 | |
Method 'setForceUppercase' is not designed for extension - needs to be abstract, final or empty. | 403 | |
Missing a Javadoc comment. | 403 | |
Parameter forceUppercase should be final. | 403 | |
'forceUppercase' hides a field. | 403 | |
Method 'setFormatterClass' is not designed for extension - needs to be abstract, final or empty. | 408 | |
Missing a Javadoc comment. | 408 | |
Parameter formatterClass should be final. | 408 | |
'formatterClass' hides a field. | 408 | |
Method 'setInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 413 | |
Missing a Javadoc comment. | 413 | |
Parameter inclusiveMax should be final. | 413 | |
'inclusiveMax' hides a field. | 413 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Missing a Javadoc comment. | 418 | |
Parameter label should be final. | 418 | |
'label' hides a field. | 418 | |
Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Missing a Javadoc comment. | 423 | |
Parameter maxLength should be final. | 423 | |
'maxLength' hides a field. | 423 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Missing a Javadoc comment. | 428 | |
Parameter maxOccurs should be final. | 428 | |
'maxOccurs' hides a field. | 428 | |
Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 433 | |
Missing a Javadoc comment. | 433 | |
Parameter minLength should be final. | 433 | |
'minLength' hides a field. | 433 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 438 | |
Missing a Javadoc comment. | 438 | |
Parameter minOccurs should be final. | 438 | |
'minOccurs' hides a field. | 438 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 443 | |
Missing a Javadoc comment. | 443 | |
Parameter name should be final. | 443 | |
'name' hides a field. | 443 | |
Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 448 | |
Missing a Javadoc comment. | 448 | |
Parameter required should be final. | 448 | |
'required' hides a field. | 448 | |
Method 'setShortLabel' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Missing a Javadoc comment. | 453 | |
Parameter shortLabel should be final. | 453 | |
'shortLabel' hides a field. | 453 | |
Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Missing a Javadoc comment. | 458 | |
Parameter summary should be final. | 458 | |
'summary' hides a field. | 458 | |
Method 'setUnique' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Missing a Javadoc comment. | 463 | |
Parameter unique should be final. | 463 | |
'unique' hides a field. | 463 | |
Line is longer than 80 characters. | 468 | |
Method 'setValidCharactersConstraint' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Missing a Javadoc comment. | 468 | |
Parameter validCharactersConstraint should be final. | 468 | |
'validCharactersConstraint' hides a field. | 468 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 58 | |
Parameter infc should be final. | 58 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
Method 'getObjectClass' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'getObjectLabel' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'getObjectDescription' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'getTitleAttribute' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'getPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 124 | |
Parameter infc should be final. | 124 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter attributes should be final. | 143 | |
'attributes' hides a field. | 143 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter name should be final. | 153 | |
'name' hides a field. | 153 | |
Method 'getObjectClass' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Method 'setObjectClass' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter objectClass should be final. | 163 | |
'objectClass' hides a field. | 163 | |
Method 'getObjectDescription' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Method 'setObjectDescription' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter objectDescription should be final. | 173 | |
'objectDescription' hides a field. | 173 | |
Method 'getObjectLabel' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Method 'setObjectLabel' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter objectLabel should be final. | 183 | |
'objectLabel' hides a field. | 183 | |
Method 'getPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'setPrimaryKeys' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter primaryKeys should be final. | 193 | |
'primaryKeys' hides a field. | 193 | |
Method 'getTitleAttribute' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Method 'setTitleAttribute' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Parameter titleAttribute should be final. | 203 | |
'titleAttribute' hides a field. | 203 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Method 'getJsValue' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'isApplyClientSide' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getLabelKey' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 65 | |
Parameter infc should be final. | 65 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Parameter infc should be final. | 83 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'getJsValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'setJsValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter jsValue should be final. | 105 | |
'jsValue' hides a field. | 105 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter value should be final. | 110 | |
'value' hides a field. | 110 | |
Method 'isApplyClientSide' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'getLabelKey' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'setApplyClientSide' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter applyClientSide should be final. | 125 | |
'applyClientSide' hides a field. | 125 | |
Method 'setLabelKey' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter labelKey should be final. | 130 | |
'labelKey' hides a field. | 130 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Comment matches to-do format 'TODO:'. | 34 | |
Expected an @return tag. | 38 | |
Redundant 'public' modifier. | 38 | |
First sentence should end with a period. | 40 | |
Expected an @return tag. | 45 | |
Redundant 'public' modifier. | 45 | |
Expected an @return tag. | 53 | |
Redundant 'public' modifier. | 53 | |
Expected an @return tag. | 62 | |
Redundant 'public' modifier. | 62 | |
Comment matches to-do format 'TODO:'. | 69 | |
Expected an @return tag. | 71 | |
Redundant 'public' modifier. | 71 | |
First sentence should end with a period. | 73 | |
Comment matches to-do format 'TODO:'. | 78 | |
Comment matches to-do format 'TODO:'. | 79 | |
Expected an @return tag. | 81 | |
Redundant 'public' modifier. | 81 | |
First sentence should end with a period. | 83 | |
Expected an @return tag. | 88 | |
Redundant 'public' modifier. | 88 | |
Expected an @return tag. | 96 | |
Redundant 'public' modifier. | 96 | |
Expected an @return tag. | 104 | |
Redundant 'public' modifier. | 104 | |
Expected an @return tag. | 113 | |
Redundant 'public' modifier. | 113 | |
Expected an @return tag. | 121 | |
Redundant 'public' modifier. | 121 | |
Expected an @return tag. | 130 | |
Redundant 'public' modifier. | 130 | |
Expected an @return tag. | 138 | |
Redundant 'public' modifier. | 138 | |
Expected an @return tag. | 147 | |
Redundant 'public' modifier. | 147 | |
Expected an @return tag. | 158 | |
Redundant 'public' modifier. | 158 | |
Expected an @return tag. | 171 | |
Redundant 'public' modifier. | 171 | |
Comment matches to-do format 'TODO:'. | 179 | |
Expected an @return tag. | 181 | |
Redundant 'public' modifier. | 181 | |
First sentence should end with a period. | 183 | |
Expected an @return tag. | 188 | |
Redundant 'public' modifier. | 188 | |
Expected an @return tag. | 199 | |
Redundant 'public' modifier. | 199 | |
First sentence should end with a period. | 201 | |
Line has trailing spaces. | 203 | |
Comment matches to-do format 'TODO:'. | 206 | |
Line is longer than 80 characters. | 206 | |
Expected an @return tag. | 208 | |
Redundant 'public' modifier. | 208 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
Line contains a tab character. | 26 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
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 | |
Expected an @return tag. | 33 | |
Line contains a tab character. | 33 | |
Redundant 'public' modifier. | 33 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Expected an @return tag. | 41 | |
Line contains a tab character. | 41 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 20 | |
First sentence should end with a period. | 28 | |
Redundant 'public' modifier. | 34 | |
First sentence should end with a period. | 36 | |
Expected an @return tag. | 41 | |
Redundant 'public' modifier. | 41 | |
Unused @param tag for 'objectLabel'. | 49 | |
Expected an @return tag. | 51 | |
Redundant 'public' modifier. | 51 | |
Expected an @return tag. | 59 | |
Redundant 'public' modifier. | 59 | |
Expected an @return tag. | 72 | |
Redundant 'public' modifier. | 72 | |
Comment matches to-do format 'TODO:'. | 79 | |
Line is longer than 80 characters. | 79 | |
Comment matches to-do format 'TODO:'. | 80 | |
Redundant 'public' modifier. | 84 | |
First sentence should end with a period. | 86 | |
Expected an @return tag. | 91 | |
Redundant 'public' modifier. | 91 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Expected an @return tag. | 38 | |
Redundant 'public' modifier. | 38 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line 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 | |
Redundant 'public' modifier. | 51 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
First sentence should end with a period. | 49 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 66 | |
Redundant 'public' modifier. | 66 | |
First sentence should end with a period. | 71 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 83 | |
Redundant 'public' modifier. | 83 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter clazz should be final. | 35 | |
'clazz' hides a field. | 35 | |
Parameter parents should be final. | 35 | |
'parents' hides a field. | 35 | |
Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'addAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter ode should be final. | 47 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter clazz should be final. | 70 | |
'clazz' hides a field. | 70 | |
Parameter pd should be final. | 70 | |
Parameter actualClass should be final. | 70 | |
Comment matches to-do format 'TODO:'. | 75 | |
Missing a Javadoc comment. | 85 | |
Parameter leafName should be final. | 85 | |
Missing a Javadoc comment. | 95 | |
Parameter name should be final. | 95 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter clazz should be final. | 99 | |
Parameter pd should be final. | 99 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 107 | |
Parameter pt should be final. | 107 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 131 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 30 | |
Method 'getComplexStructures' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter className should be final. | 32 | |
Missing a Javadoc comment. | 38 | |
Parameter className should be final. | 38 | |
Parameter complexStructures should be final. | 39 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter classToCheck should be final. | 80 | |
Parameter fieldName should be final. | 80 | |
Line is longer than 80 characters. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
First sentence should end with a period. | 34 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Method 'getCriteria' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setCriteria' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter criteria should be final. | 68 | |
'criteria' hides a field. | 68 | |
Method 'getDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter dictionaryEntry should be final. | 76 | |
'dictionaryEntry' hides a field. | 76 | |
First sentence should end with a period. | 80 | |
Line is longer than 80 characters. | 82 | |
Method 'getParsedOperators' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
Method 'getParsedValues' is not designed for extension - needs to be abstract, final or empty. | 97 | |
First sentence should end with a period. | 103 | |
Line is longer than 80 characters. | 104 | |
Comment matches to-do format 'TODO:'. | 106 | |
Line is longer than 80 characters. | 106 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Expected @throws tag for 'InvalidParameterException'. | 112 | |
Expected @throws tag for 'OperationFailedException'. | 113 | |
'(' is preceded with whitespace. | 115 | |
Line is longer than 80 characters. | 117 | |
'(' is preceded with whitespace. | 117 | |
Missing a Javadoc comment. | 126 | |
Parameter i should be final. | 126 | |
Parameter comparison should be final. | 126 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 137 | |
'(' is preceded with whitespace. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 187 | |
switch without "default" clause. | 190 | |
'!' is followed by whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
'!' is followed by whitespace. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 216 | |
Missing a Javadoc comment. | 216 | |
Parameter i should be final. | 216 | |
Parameter dataType should be final. | 216 | |
Parameter values should be final. | 216 | |
Parameter ignoreCase should be final. | 216 | |
Line is longer than 80 characters. | 228 | |
Missing a Javadoc comment. | 228 | |
Parameter i should be final. | 228 | |
Parameter dataType should be final. | 228 | |
Parameter value should be final. | 228 | |
Parameter ignoreCase should be final. | 228 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter i should be final. | 257 | |
Parameter cv should be final. | 257 | |
Parameter ignoreCase should be final. | 257 | |
Line is longer than 80 characters. | 267 | |
Missing a Javadoc comment. | 267 | |
Parameter i should be final. | 267 | |
Parameter cv should be final. | 267 | |
Line is longer than 80 characters. | 272 | |
Missing a Javadoc comment. | 276 | |
Parameter i should be final. | 276 | |
Parameter cv should be final. | 276 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter i should be final. | 285 | |
Parameter cv should be final. | 285 | |
Line is longer than 80 characters. | 289 | |
Missing a Javadoc comment. | 293 | |
Parameter i should be final. | 293 | |
Parameter cv should be final. | 293 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 301 | |
Missing a Javadoc comment. | 301 | |
Parameter i should be final. | 301 | |
Parameter cv should be final. | 301 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter i should be final. | 312 | |
Parameter cv should be final. | 312 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 320 | |
Missing a Javadoc comment. | 320 | |
Parameter i should be final. | 320 | |
Parameter cv should be final. | 320 | |
Line is longer than 80 characters. | 324 | |
Missing a Javadoc comment. | 328 | |
Parameter str should be final. | 328 | |
Missing a Javadoc comment. | 341 | |
Parameter ad should be final. | 341 | |
Missing a Javadoc comment. | 352 | |
Parameter fk should be final. | 352 | |
Line is longer than 80 characters. | 355 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Parameter className should be final. | 31 | |
'className' hides a field. | 31 | |
Parameter osDict should be final. | 31 | |
'osDict' hides a field. | 31 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 52 | |
Parameter osDict should be final. | 52 | |
'osDict' hides a field. | 52 | |
Parameter osBean should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 65 | |
Comment matches to-do format 'TODO:'. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 79 | |
Parameter name should be final. | 79 | |
Parameter ode should be final. | 79 | |
Line is longer than 80 characters. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter discrepancies should be final. | 88 | |
Parameter field should be final. | 88 | |
Parameter value1 should be final. | 88 | |
Parameter value2 should be final. | 89 | |
Line is longer than 80 characters. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter discrepancies should be final. | 96 | |
Parameter field should be final. | 96 | |
Parameter value1 should be final. | 96 | |
Parameter value2 should be final. | 97 | |
Missing a Javadoc comment. | 104 | |
Parameter field should be final. | 104 | |
Parameter value1 should be final. | 104 | |
Parameter value2 should be final. | 104 | |
Line is longer than 80 characters. | 115 | |
Missing a Javadoc comment. | 118 | |
Parameter field should be final. | 118 | |
Parameter value1 should be final. | 118 | |
Parameter value2 should be final. | 118 | |
Line is longer than 80 characters. | 128 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 19 | |
Utility classes should not have a public or default constructor. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Parameter str should be final. | 40 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter clazz should be final. | 53 | |
Parameter outputFileName should be final. | 53 | |
Missing a Javadoc comment. | 77 | |
Parameter clazz should be final. | 77 | |
Parameter s should be final. | 77 | |
Parameter processed should be final. | 78 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter beanInfo should be final. | 142 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter o1 should be final. | 157 | |
Parameter o2 should be final. | 157 | |
Missing a Javadoc comment. | 161 | |
Parameter pd should be final. | 161 | |
'(' is preceded with whitespace. | 198 | |
Missing a Javadoc comment. | 205 | |
Parameter clazz should be final. | 205 | |
Parameter beanInfo should be final. | 205 | |
Missing a Javadoc comment. | 229 | |
Parameter clazz should be final. | 229 | |
Parameter beanInfo should be final. | 229 | |
Line is longer than 80 characters. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter clazz should be final. | 243 | |
Parameter pd should be final. | 243 | |
Parameter s should be final. | 244 | |
Parameter processed should be final. | 244 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 255 | |
Missing a Javadoc comment. | 268 | |
Parameter clazz should be final. | 268 | |
Parameter pd should be final. | 268 | |
Line is longer than 80 characters. | 269 | |
Missing a Javadoc comment. | 274 | |
Parameter pd should be final. | 274 | |
Missing a Javadoc comment. | 281 | |
Parameter clazz should be final. | 281 | |
Parameter pd should be final. | 281 | |
Missing a Javadoc comment. | 285 | |
Parameter dt should be final. | 285 | |
Line is longer than 80 characters. | 292 | |
Missing a Javadoc comment. | 292 | |
Parameter clazz should be final. | 292 | |
Parameter pd should be final. | 292 | |
Parameter dt should be final. | 292 | |
Missing a Javadoc comment. | 354 | |
Parameter value should be final. | 354 | |
Parameter s should be final. | 354 | |
Missing a Javadoc comment. | 358 | |
Parameter propertyName should be final. | 358 | |
Parameter propertyValue should be final. | 358 | |
Parameter s should be final. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 364 | |
Missing a Javadoc comment. | 364 | |
Parameter propertyName should be final. | 364 | |
Parameter propertyValue should be final. | 364 | |
Parameter s should be final. | 365 | |
Line is longer than 80 characters. | 366 | |
Missing a Javadoc comment. | 370 | |
Parameter s should be final. | 370 | |
Missing a Javadoc comment. | 374 | |
Parameter s should be final. | 374 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 384 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 390 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 393 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter ode should be final. | 45 | |
'ode' hides a field. | 45 | |
Parameter projectUrl should be final. | 45 | |
'projectUrl' hides a field. | 45 | |
Parameter dictFileName should be final. | 45 | |
'dictFileName' hides a field. | 45 | |
Parameter outputFileName should be final. | 45 | |
'outputFileName' hides a field. | 45 | |
Method 'formatForHtml' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 67 | |
Parameter out should be final. | 67 | |
Missing a Javadoc comment. | 75 | |
Parameter out should be final. | 75 | |
Method length is 212 lines (max allowed is 150). | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter out should be final. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
Missing a Javadoc comment. | 293 | |
Parameter ad should be final. | 293 | |
Missing a Javadoc comment. | 306 | |
Parameter ad should be final. | 306 | |
Missing a Javadoc comment. | 319 | |
Line is longer than 80 characters. | 325 | |
Missing a Javadoc comment. | 325 | |
Parameter o1 should be final. | 328 | |
Parameter o2 should be final. | 328 | |
Line is longer than 80 characters. | 329 | |
Missing a Javadoc comment. | 333 | |
Parameter className should be final. | 333 | |
Line is longer than 80 characters. | 338 | |
Missing a Javadoc comment. | 342 | |
Parameter discrepancies should be final. | 342 | |
Missing a Javadoc comment. | 352 | |
Parameter ad should be final. | 352 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 366 | |
Line is longer than 80 characters. | 369 | |
Missing a Javadoc comment. | 374 | |
Parameter ad should be final. | 374 | |
Missing a Javadoc comment. | 381 | |
Parameter ad should be final. | 381 | |
Missing a Javadoc comment. | 388 | |
Parameter ad should be final. | 388 | |
Missing a Javadoc comment. | 397 | |
Parameter name should be final. | 397 | |
Missing a Javadoc comment. | 404 | |
Parameter name should be final. | 404 | |
Missing a Javadoc comment. | 415 | |
Parameter ad should be final. | 415 | |
Comment matches to-do format 'TODO:'. | 421 | |
Missing a Javadoc comment. | 437 | |
Parameter ad should be final. | 437 | |
Missing a Javadoc comment. | 444 | |
Parameter ad should be final. | 444 | |
Missing a Javadoc comment. | 451 | |
Parameter cons should be final. | 451 | |
Missing a Javadoc comment. | 461 | |
Parameter ad should be final. | 461 | |
Missing a Javadoc comment. | 468 | |
Parameter lc should be final. | 468 | |
Missing a Javadoc comment. | 510 | |
Parameter ad should be final. | 510 | |
Missing a Javadoc comment. | 536 | |
Parameter ad should be final. | 536 | |
Missing a Javadoc comment. | 549 | |
Missing a Javadoc comment. | 550 | |
Missing a Javadoc comment. | 552 | |
Parameter searchType should be final. | 552 | |
Missing a Javadoc comment. | 556 | |
Parameter searchType should be final. | 556 | |
Line is longer than 80 characters. | 584 | |
Missing a Javadoc comment. | 587 | |
Parameter params should be final. | 588 | |
Missing a Javadoc comment. | 608 | |
Parameter ad should be final. | 608 | |
Comment matches to-do format 'TODO:'. | 609 | |
Line is longer than 80 characters. | 614 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 630 | |
Line is longer than 80 characters. | 634 | |
Missing a Javadoc comment. | 637 | |
Parameter ad should be final. | 637 | |
Missing a Javadoc comment. | 653 | |
Parameter ad should be final. | 653 | |
Missing a Javadoc comment. | 661 | |
Parameter ad should be final. | 661 | |
Missing a Javadoc comment. | 682 | |
Parameter ad should be final. | 682 | |
Missing a Javadoc comment. | 706 | |
Parameter ad should be final. | 706 | |
Missing a Javadoc comment. | 740 | |
Parameter ad should be final. | 740 | |
Parameter cons should be final. | 740 | |
Line is longer than 80 characters. | 748 | |
Line is longer than 80 characters. | 751 | |
Comment matches to-do format 'TODO:'. | 760 | |
Missing a Javadoc comment. | 764 | |
Parameter attribute should be final. | 764 | |
Parameter val1 should be final. | 764 | |
Parameter val2 should be final. | 765 | |
Line is longer than 80 characters. | 778 | |
Missing a Javadoc comment. | 778 | |
Parameter attribute should be final. | 778 | |
Parameter val1 should be final. | 778 | |
Parameter val2 should be final. | 779 | |
Missing a Javadoc comment. | 792 | |
Parameter attribute should be final. | 792 | |
Parameter val1 should be final. | 792 | |
Parameter val2 should be final. | 792 | |
Missing a Javadoc comment. | 799 | |
Parameter attribute should be final. | 799 | |
Parameter val1 should be final. | 799 | |
Parameter val2 should be final. | 799 | |
Missing a Javadoc comment. | 815 | |
Parameter attribute should be final. | 815 | |
Parameter val1 should be final. | 815 | |
Parameter val2 should be final. | 815 | |
Missing a Javadoc comment. | 831 | |
Parameter value should be final. | 831 | |
Missing a Javadoc comment. | 841 | |
Parameter str should be final. | 841 | |
Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 851 | |
Missing a Javadoc comment. | 851 | |
Parameter out should be final. | 851 | |
Parameter tag should be final. | 851 | |
Parameter value should be final. | 851 | |
Line is longer than 80 characters. | 855 | |
Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 855 | |
Missing a Javadoc comment. | 855 | |
Parameter out should be final. | 855 | |
Parameter tag should be final. | 855 | |
Parameter modifiers should be final. | 855 | |
Parameter value should be final. | 855 | |
Method 'escapeXML' is not designed for extension - needs to be abstract, final or empty. | 872 | |
Missing a Javadoc comment. | 872 | |
Parameter s should be final. | 872 | |
Missing a Javadoc comment. | 903 | |
Parameter out should be final. | 903 | |
Parameter url should be final. | 903 | |
Parameter value should be final. | 903 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter outputFileName should be final. | 34 | |
'outputFileName' hides a field. | 34 | |
Parameter className should be final. | 35 | |
'className' hides a field. | 35 | |
Parameter projectUrl should be final. | 36 | |
'projectUrl' hides a field. | 36 | |
Parameter dictFileName should be final. | 37 | |
'dictFileName' hides a field. | 37 | |
Missing a Javadoc comment. | 43 | |
Method 'doTest' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Parameter ode should be final. | 44 | |
'ode' hides a field. | 44 | |
Parameter alreadyValidated should be final. | 45 | |
'alreadyValidated' hides a field. | 45 | |
Method 'getDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'setDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter dateTimeService should be final. | 54 | |
'dateTimeService' hides a field. | 54 | |
Line has trailing spaces. | 57 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
'(' is followed by whitespace. | 66 | |
'!' is followed by whitespace. | 66 | |
'(' is preceded with whitespace. | 66 | |
Missing a Javadoc comment. | 106 | |
Parameter ad should be final. | 106 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Comment matches to-do format 'TODO:'. | 124 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 133 | |
Missing a Javadoc comment. | 138 | |
Parameter errors should be final. | 138 | |
Parameter fd should be final. | 138 | |
Parameter validation should be final. | 139 | |
Parameter value should be final. | 140 | |
Missing a Javadoc comment. | 147 | |
Parameter errors should be final. | 147 | |
Parameter fieldName should be final. | 147 | |
Parameter propertyName should be final. | 148 | |
Parameter dataType should be final. | 148 | |
Parameter value should be final. | 149 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 211 | |
Comment matches to-do format 'TODO:'. | 219 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 232 | |
Missing a Javadoc comment. | 237 | |
Parameter fd should be final. | 237 | |
Parameter vc should be final. | 238 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 265 | |
Missing a Javadoc comment. | 265 | |
Parameter fd should be final. | 265 | |
Parameter lc should be final. | 265 | |
Line is longer than 80 characters. | 268 | |
Comment matches to-do format 'TODO:'. | 270 | |
Missing a Javadoc comment. | 273 | |
Missing a Javadoc comment. | 274 | |
Missing a Javadoc comment. | 275 | |
Missing a Javadoc comment. | 276 | |
Missing a Javadoc comment. | 277 | |
Missing a Javadoc comment. | 278 | |
Missing a Javadoc comment. | 279 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 283 | |
Missing a Javadoc comment. | 283 | |
Parameter fd should be final. | 283 | |
Parameter cc should be final. | 283 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 324 | |
Comment matches to-do format 'TODO:'. | 327 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Class LuiPersonRelationInfo should be declared as final. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 59 | |
Parameter builder should be final. | 59 | |
Line is longer than 80 characters. | 63 | |
Avoid inline conditionals. | 63 | |
Line is longer than 80 characters. | 64 | |
Avoid inline conditionals. | 64 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 99 | |
Parameter lprInfo should be final. | 99 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'getLuiId' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Method 'setLuiId' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter luiId should be final. | 117 | |
'luiId' hides a field. | 117 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter personId should be final. | 126 | |
'personId' hides a field. | 126 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter effectiveDate should be final. | 135 | |
'effectiveDate' hides a field. | 135 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter expirationDate should be final. | 144 | |
'expirationDate' hides a field. | 144 | |
Line has trailing spaces. | 148 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Line is longer than 80 characters. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 21 | |
Utility classes should not have a public or default constructor. | 26 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
First sentence should end with a period. | 34 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
First sentence should end with a period. | 45 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
First sentence should end with a period. | 53 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
First sentence should end with a period. | 59 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 66 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
First sentence should end with a period. | 73 | |
Line is longer than 80 characters. | 76 | |
First sentence should end with a period. | 77 | |
Line is longer than 80 characters. | 80 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 84 | |
First sentence should end with a period. | 85 | |
Line is longer than 80 characters. | 88 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 58 | |
Unclosed HTML tag found: <a href="https://wiki.kuali.org/display/KULSTU/LUI+Person+Re | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 354 | |
Line is longer than 80 characters. | 355 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 383 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 411 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Unused import - org.kuali.student.common.dto.HasAttributesAndMetaInfo. | 29 | |
Class LuiInfo should be declared as final. | 40 | |
Line is longer than 80 characters. | 41 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 41 | |
'}' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Line has trailing spaces. | 67 | |
Missing a Javadoc comment. | 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 has trailing spaces. | 77 | |
Missing a Javadoc comment. | 78 | |
Parameter builder should be final. | 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 | |
'=' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
'?' is not preceded with whitespace. | 84 | |
Avoid inline conditionals. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'?' is not preceded with whitespace. | 85 | |
Avoid inline conditionals. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Expected an @return tag. | 93 | |
Expected an @return tag. | 101 | |
Expected an @return tag. | 109 | |
Expected an @return tag. | 117 | |
Expected an @return tag. | 128 | |
Expected an @return tag. | 141 | |
Line has trailing spaces. | 146 | |
Line is longer than 80 characters. | 148 | |
Missing a Javadoc comment. | 148 | |
Line contains a tab character. | 150 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 151 | |
Missing a Javadoc comment. | 151 | |
Line contains a tab character. | 152 | |
Missing a Javadoc comment. | 152 | |
Line contains a tab character. | 153 | |
Missing a Javadoc comment. | 153 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 154 | |
Line contains a tab character. | 155 | |
Missing a Javadoc comment. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Missing a Javadoc comment. | 157 | |
'{' is not followed by whitespace. | 157 | |
'}' is not preceded with whitespace. | 157 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter luiInfo should be final. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Method 'getLuiCode' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Method 'setLuiCode' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter luiCode should be final. | 179 | |
'luiCode' hides a field. | 179 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter cluId should be final. | 188 | |
'cluId' hides a field. | 188 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Parameter atpKey should be final. | 197 | |
'atpKey' hides a field. | 197 | |
Method 'getMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Method 'setMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Parameter maxSeats should be final. | 206 | |
'maxSeats' hides a field. | 206 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter effectiveDate should be final. | 215 | |
'effectiveDate' hides a field. | 215 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Parameter expirationDate should be final. | 224 | |
'expirationDate' hides a field. | 224 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Class LuiLuiRelationInfo should be declared as final. | 39 | |
Line is longer than 80 characters. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 40 | |
'}' is not preceded with whitespace. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 59 | |
Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Missing a Javadoc comment. | 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 has trailing spaces. | 68 | |
Missing a Javadoc comment. | 69 | |
Parameter builder should be final. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Avoid inline conditionals. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Avoid inline conditionals. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
'{' is not followed by whitespace. | 108 | |
'}' is not preceded with whitespace. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter llrInfo should be final. | 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 has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Method 'build' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Method 'getLuiId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setLuiId' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter luiId should be final. | 127 | |
'luiId' hides a field. | 127 | |
Method 'getRelatedLuiId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Method 'setRelatedLuiId' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter relatedLuiId should be final. | 136 | |
'relatedLuiId' hides a field. | 136 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter effectiveDate should be final. | 145 | |
'effectiveDate' hides a field. | 145 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter expirationDate should be final. | 154 | |
'expirationDate' hides a field. | 154 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Unused import - org.kuali.student.common.infc.HasId. | 20 | |
Unused import - org.kuali.student.common.infc.HasState. | 21 | |
Unused import - org.kuali.student.common.infc.HasType. | 22 | |
Missing a Javadoc comment. | 25 | |
Expected an @return tag. | 37 | |
Redundant 'public' modifier. | 37 | |
Expected an @return tag. | 46 | |
Redundant 'public' modifier. | 46 | |
Expected an @return tag. | 55 | |
Redundant 'public' modifier. | 55 | |
Expected an @return tag. | 64 | |
Redundant 'public' modifier. | 64 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Expected an @return tag. | 30 | |
Redundant 'public' modifier. | 30 | |
Line has trailing spaces. | 34 | |
Expected an @return tag. | 37 | |
Redundant 'public' modifier. | 37 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 433 | |
Line is longer than 80 characters. | 434 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 465 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 509 | |
Line is longer than 80 characters. | 526 | |
Line is longer than 80 characters. | 536 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Utility classes should not have a public or default constructor. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Using the '.*' form of import should be avoided - java.util.*. | 18 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'getDirectGroupIdsForPrincipal' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter principalId should be final. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getDirectMemberGroupIds' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter groupId should be final. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Method 'getDirectMemberPrincipalIds' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter groupId should be final. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'getDirectParentGroupIds' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Parameter groupId should be final. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Method 'getGroupAttributes' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter groupId should be final. | 88 | |
Method 'getGroupIdsForPrincipal' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter principalId should be final. | 93 | |
Method 'getGroupIdsForPrincipalByNamespace' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter principalId should be final. | 105 | |
Parameter namespaceCode should be final. | 106 | |
Method 'getGroupInfo' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Parameter groupId should be final. | 111 | |
Method 'getGroupInfoByName' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line is longer than 80 characters. | 116 | |
Parameter namespaceCode should be final. | 116 | |
Parameter groupName should be final. | 116 | |
Method 'getGroupInfos' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Parameter groupIds should be final. | 128 | |
Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Line is longer than 80 characters. | 138 | |
Parameter groupIds should be final. | 138 | |
Line is longer than 80 characters. | 139 | |
Method 'getGroupMembersOfGroup' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Line is longer than 80 characters. | 149 | |
Parameter groupId should be final. | 149 | |
Line is longer than 80 characters. | 150 | |
Method 'getGroupsForPrincipal' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Parameter principalId should be final. | 160 | |
Method 'getGroupsForPrincipalByNamespace' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Parameter principalId should be final. | 171 | |
Parameter namespaceCode should be final. | 172 | |
Method 'getMemberGroupIds' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter groupId should be final. | 183 | |
Method 'getMemberPrincipalIds' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Parameter groupId should be final. | 198 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 204 | |
Method 'getParentGroupIds' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Parameter groupId should be final. | 213 | |
Method 'isDirectMemberOfGroup' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Parameter principalId should be final. | 227 | |
Parameter groupId should be final. | 227 | |
Line is longer than 80 characters. | 230 | |
Method 'isGroupActive' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter groupId should be final. | 241 | |
Method 'isGroupMemberOfGroup' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Parameter groupMemberId should be final. | 246 | |
Parameter groupId should be final. | 246 | |
Line is longer than 80 characters. | 247 | |
Method 'isMemberOfGroup' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Parameter principalId should be final. | 259 | |
Parameter groupId should be final. | 259 | |
Method 'lookupGroupIds' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Parameter searchCriteria should be final. | 264 | |
Method 'lookupGroups' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Line is longer than 80 characters. | 269 | |
Parameter searchCriteria should be final. | 269 | |
Method 'addGroupToGroup' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Parameter childId should be final. | 274 | |
Parameter parentId should be final. | 274 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 275 | |
Line is longer than 80 characters. | 291 | |
Method 'addPrincipalToGroup' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Parameter principalId should be final. | 296 | |
Parameter groupId should be final. | 296 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 297 | |
Line is longer than 80 characters. | 307 | |
Method 'createGroup' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Parameter groupInfo should be final. | 312 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 313 | |
Line is longer than 80 characters. | 322 | |
Method 'removeAllGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Line is longer than 80 characters. | 331 | |
Parameter groupId should be final. | 331 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 331 | |
Method 'removeGroupFromGroup' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Line is longer than 80 characters. | 340 | |
Parameter childId should be final. | 340 | |
Parameter parentId should be final. | 340 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 340 | |
Method 'removePrincipalFromGroup' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Parameter principalId should be final. | 355 | |
Parameter groupId should be final. | 355 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 356 | |
Line is longer than 80 characters. | 360 | |
Method 'updateGroup' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Line is longer than 80 characters. | 374 | |
Parameter groupId should be final. | 374 | |
Parameter groupInfo should be final. | 374 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 374 | |
Line is longer than 80 characters. | 385 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Utility classes should not have a public or default constructor. | 11 | |
First sentence should end with a period. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Unused import - org.kuali.rice.kim.service.KIMServiceLocator. | 22 | |
Line is longer than 80 characters. | 27 | |
First sentence should end with a period. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
'(' is preceded with whitespace. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
'(' is preceded with whitespace. | 47 | |
'(' is preceded with whitespace. | 47 | |
Method 'getAllTypes' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'getKimType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter kimTypeId should be final. | 55 | |
Method 'getKimTypeByName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter namespaceCode should be final. | 60 | |
Parameter typeName should be final. | 60 | |
Method 'getRoleTypeService' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter typeInfo should be final. | 71 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 82 | |
'(' is preceded with whitespace. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 88 | |
'(' is preceded with whitespace. | 89 |
Violation | Message | Line |
---|---|---|
Unused import - org.kuali.rice.kim.bo.types.dto.KimTypeInfo. | 9 | |
Unused import - org.kuali.rice.kim.service.KIMServiceLocator. | 10 | |
Unused import - org.kuali.rice.kim.service.support.KimRoleTypeService. | 11 | |
Unused import - org.kuali.rice.kim.service.support.KimTypeService. | 12 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter info should be final. | 20 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter info should be final. | 28 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line contains a tab character. | 6 | |
Line contains a tab character. | 8 | |
Using the '.*' form of import should be avoided - java.util.*. | 18 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Method 'getGroupService' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setGroupService' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter groupService should be final. | 52 | |
'groupService' hides a field. | 52 | |
Method 'getKimTypeInfoService' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setKimTypeInfoService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter kimTypeInfoService should be final. | 60 | |
'kimTypeInfoService' hides a field. | 60 | |
Expected an @return tag. | 69 | |
Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter roleId should be final. | 70 | |
Expected @param tag for 'roleId'. | 70 | |
Expected an @return tag. | 77 | |
Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter roleIds should be final. | 78 | |
Expected @param tag for 'roleIds'. | 78 | |
Line is longer than 80 characters. | 87 | |
Expected an @return tag. | 92 | |
Method 'getRoleByName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter namespaceCode should be final. | 93 | |
Expected @param tag for 'namespaceCode'. | 93 | |
Parameter roleName should be final. | 93 | |
Expected @param tag for 'roleName'. | 93 | |
Expected an @return tag. | 108 | |
Method 'getRoleIdByName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Parameter namespaceCode should be final. | 109 | |
Expected @param tag for 'namespaceCode'. | 109 | |
Parameter roleName should be final. | 109 | |
Expected @param tag for 'roleName'. | 109 | |
Expected an @return tag. | 126 | |
Method 'isRoleActive' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter roleId should be final. | 127 | |
Expected @param tag for 'roleId'. | 127 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Expected an @return tag. | 136 | |
Method 'getRoleQualifiersForPrincipal' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line is longer than 80 characters. | 137 | |
Parameter principalId should be final. | 137 | |
Expected @param tag for 'principalId'. | 137 | |
Parameter roleIds should be final. | 137 | |
Expected @param tag for 'roleIds'. | 137 | |
Parameter qualification should be final. | 137 | |
Expected @param tag for 'qualification'. | 137 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 144 | |
Expected an @return tag. | 146 | |
Method 'getRoleQualifiersForPrincipal' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Line is longer than 80 characters. | 147 | |
Parameter principalId should be final. | 147 | |
Expected @param tag for 'principalId'. | 147 | |
Parameter namespaceCode should be final. | 147 | |
Expected @param tag for 'namespaceCode'. | 147 | |
Parameter roleName should be final. | 147 | |
Expected @param tag for 'roleName'. | 147 | |
Parameter qualification should be final. | 147 | |
Expected @param tag for 'qualification'. | 147 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 153 | |
Expected an @return tag. | 155 | |
Method 'getRoleQualifiersForPrincipalIncludingNested' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Line is longer than 80 characters. | 156 | |
Parameter principalId should be final. | 156 | |
Expected @param tag for 'principalId'. | 156 | |
Parameter namespaceCode should be final. | 156 | |
Expected @param tag for 'namespaceCode'. | 156 | |
Parameter roleName should be final. | 156 | |
Expected @param tag for 'roleName'. | 156 | |
Parameter qualification should be final. | 156 | |
Expected @param tag for 'qualification'. | 156 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Expected an @return tag. | 164 | |
Method 'getRoleQualifiersForPrincipalIncludingNested' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line is longer than 80 characters. | 165 | |
Parameter principalId should be final. | 165 | |
Expected @param tag for 'principalId'. | 165 | |
Parameter roleIds should be final. | 165 | |
Expected @param tag for 'roleIds'. | 165 | |
Parameter qualification should be final. | 165 | |
Expected @param tag for 'qualification'. | 165 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 176 | |
Expected an @return tag. | 179 | |
Method 'getRoleMembers' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Line is longer than 80 characters. | 180 | |
Parameter roleIds should be final. | 180 | |
Expected @param tag for 'roleIds'. | 180 | |
Parameter qualification should be final. | 180 | |
Expected @param tag for 'qualification'. | 180 | |
Line is longer than 80 characters. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter info should be final. | 192 | |
Parameter qualification should be final. | 192 | |
Comment matches to-do format 'TODO:'. | 193 | |
Line is longer than 80 characters. | 197 | |
Missing a Javadoc comment. | 197 | |
Parameter roleId should be final. | 197 | |
Parameter qualification should be final. | 197 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
First sentence should end with a period. | 215 | |
Line is longer than 80 characters. | 216 | |
Method 'getRoleMemberPrincipalIds' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Line is longer than 80 characters. | 221 | |
Parameter namespaceCode should be final. | 221 | |
Expected @param tag for 'namespaceCode'. | 221 | |
Parameter roleName should be final. | 221 | |
Expected @param tag for 'roleName'. | 221 | |
Parameter qualification should be final. | 221 | |
Expected @param tag for 'qualification'. | 221 | |
Line is longer than 80 characters. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter principalId should be final. | 229 | |
Parameter roleId should be final. | 229 | |
Parameter qualification should be final. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 234 | |
Expected an @return tag. | 236 | |
Method 'principalHasRole' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Line is longer than 80 characters. | 237 | |
Parameter principalId should be final. | 237 | |
Expected @param tag for 'principalId'. | 237 | |
Parameter roleIds should be final. | 237 | |
Expected @param tag for 'roleIds'. | 237 | |
Parameter qualification should be final. | 237 | |
Expected @param tag for 'qualification'. | 237 | |
Line is longer than 80 characters. | 247 | |
Expected an @return tag. | 250 | |
Method 'getPrincipalIdSubListWithRole' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Parameter principalIds should be final. | 251 | |
Expected @param tag for 'principalIds'. | 251 | |
Line is longer than 80 characters. | 252 | |
Parameter roleNamespaceCode should be final. | 252 | |
Expected @param tag for 'roleNamespaceCode'. | 252 | |
Parameter roleName should be final. | 252 | |
Expected @param tag for 'roleName'. | 252 | |
Parameter qualification should be final. | 252 | |
Expected @param tag for 'qualification'. | 252 | |
Line is longer than 80 characters. | 256 | |
First sentence should end with a period. | 263 | |
Expected an @return tag. | 267 | |
Method 'getRolesSearchResults' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Line is longer than 80 characters. | 268 | |
Parameter fieldValues should be final. | 268 | |
Expected @param tag for 'fieldValues'. | 268 | |
Line is longer than 80 characters. | 273 | |
Method 'principalInactivated' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Parameter principalId should be final. | 276 | |
Expected @param tag for 'principalId'. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 287 | |
Method 'roleInactivated' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Parameter roleId should be final. | 290 | |
Expected @param tag for 'roleId'. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 305 | |
Method 'groupInactivated' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Parameter groupId should be final. | 308 | |
Expected @param tag for 'groupId'. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 312 | |
Expected an @return tag. | 327 | |
Method 'getFirstLevelRoleMembers' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Line is longer than 80 characters. | 328 | |
Parameter roleIds should be final. | 328 | |
Expected @param tag for 'roleIds'. | 328 | |
Line is longer than 80 characters. | 330 | |
Expected an @return tag. | 343 | |
Method 'findRoleMembers' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Line is longer than 80 characters. | 344 | |
Parameter fieldValues should be final. | 344 | |
Expected @param tag for 'fieldValues'. | 344 | |
Expected an @return tag. | 353 | |
Method 'getMemberParentRoleIds' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Line is longer than 80 characters. | 354 | |
Parameter memberType should be final. | 354 | |
Expected @param tag for 'memberType'. | 354 | |
Parameter memberId should be final. | 354 | |
Expected @param tag for 'memberId'. | 354 | |
Line is longer than 80 characters. | 356 | |
Method 'findRoleMembersCompleteInfo' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Line is longer than 80 characters. | 367 | |
Parameter fieldValues should be final. | 367 | |
Method 'findDelegateMembersCompleteInfo' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Line is longer than 80 characters. | 372 | |
Parameter fieldValues should be final. | 372 | |
Line is longer than 80 characters. | 377 | |
Expected an @return tag. | 381 | |
Method 'getDelegationMembersByDelegationId' is not designed for extension - needs to be abstract, final or empty. | 381 | |
Line is longer than 80 characters. | 382 | |
Parameter delegationId should be final. | 382 | |
Expected @param tag for 'delegationId'. | 382 | |
Method 'getDelegationMemberByDelegationAndMemberId' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Line is longer than 80 characters. | 387 | |
Parameter delegationId should be final. | 387 | |
Parameter memberId should be final. | 387 | |
Method 'getDelegationMemberById' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Line is longer than 80 characters. | 392 | |
Parameter delegationMemberId should be final. | 392 | |
Method 'getRoleResponsibilities' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Parameter roleId should be final. | 397 | |
Method 'getRoleMemberResponsibilityActionInfo' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Line is longer than 80 characters. | 402 | |
Parameter roleMemberId should be final. | 402 | |
Method 'getDelegateTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Line is longer than 80 characters. | 407 | |
Parameter roleId should be final. | 407 | |
Parameter delegationTypeCode should be final. | 407 | |
Method 'getDelegateTypeInfoById' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Parameter delegationId should be final. | 412 | |
Method 'applicationRoleMembershipChanged' is not designed for extension - needs to be abstract, final or empty. | 416 | |
Parameter roleId should be final. | 417 | |
Method 'lookupRoles' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Parameter searchCriteria should be final. | 422 | |
Line is longer than 80 characters. | 427 | |
Method 'flushInternalRoleCache' is not designed for extension - needs to be abstract, final or empty. | 429 | |
Line is longer than 80 characters. | 435 | |
Method 'flushInternalRoleMemberCache' is not designed for extension - needs to be abstract, final or empty. | 437 | |
Line is longer than 80 characters. | 443 | |
Method 'flushInternalDelegationCache' is not designed for extension - needs to be abstract, final or empty. | 445 | |
Line is longer than 80 characters. | 451 | |
Method 'flushInternalDelegationMemberCache' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Method 'assignGroupToRole' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Parameter groupId should be final. | 459 | |
Parameter namespaceCode should be final. | 459 | |
Parameter roleName should be final. | 460 | |
Parameter qualifications should be final. | 460 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 461 | |
Method 'assignPermissionToRole' is not designed for extension - needs to be abstract, final or empty. | 465 | |
Line is longer than 80 characters. | 466 | |
Parameter permissionId should be final. | 466 | |
Parameter roleId should be final. | 466 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 466 | |
Method 'assignPrincipalToRole' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Parameter principalId should be final. | 471 | |
Parameter namespaceCode should be final. | 471 | |
Parameter roleName should be final. | 472 | |
Parameter qualifications should be final. | 472 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 473 | |
Method 'assignRoleToRole' is not designed for extension - needs to be abstract, final or empty. | 477 | |
Parameter roleId should be final. | 478 | |
Parameter namespaceCode should be final. | 478 | |
Parameter roleName should be final. | 479 | |
Parameter qualifications should be final. | 479 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 480 | |
Method 'getNextAvailableRoleId' is not designed for extension - needs to be abstract, final or empty. | 484 | |
Line is longer than 80 characters. | 485 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 485 | |
Method 'removeGroupFromRole' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Parameter groupId should be final. | 490 | |
Parameter namespaceCode should be final. | 490 | |
Parameter roleName should be final. | 491 | |
Parameter qualifications should be final. | 491 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 492 | |
Method 'removePrincipalFromRole' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Line is longer than 80 characters. | 497 | |
Parameter principalId should be final. | 497 | |
Parameter namespaceCode should be final. | 497 | |
Parameter roleName should be final. | 498 | |
Parameter qualifications should be final. | 499 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 499 | |
Method 'removeRoleFromRole' is not designed for extension - needs to be abstract, final or empty. | 503 | |
Parameter roleId should be final. | 504 | |
Parameter namespaceCode should be final. | 504 | |
Parameter roleName should be final. | 505 | |
Parameter qualifications should be final. | 505 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 506 | |
Method 'saveDelegationMemberForRole' is not designed for extension - needs to be abstract, final or empty. | 510 | |
More than 7 parameters. | 511 | |
Parameter delegationMemberId should be final. | 511 | |
Parameter roleMemberId should be final. | 512 | |
Parameter memberId should be final. | 512 | |
Parameter memberTypeCode should be final. | 513 | |
Parameter delegationTypeCode should be final. | 514 | |
Parameter roleId should be final. | 515 | |
Parameter qualifications should be final. | 516 | |
Parameter activeFromDate should be final. | 517 | |
Parameter activeToDate should be final. | 517 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 518 | |
Method 'saveRole' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Parameter roleId should be final. | 523 | |
Parameter roleName should be final. | 523 | |
Parameter roleDescription should be final. | 523 | |
Parameter active should be final. | 524 | |
Parameter kimTypeId should be final. | 524 | |
Parameter namespaceCode should be final. | 524 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 525 | |
Method 'saveRoleMemberForRole' is not designed for extension - needs to be abstract, final or empty. | 529 | |
Parameter roleMemberId should be final. | 530 | |
Parameter memberId should be final. | 531 | |
Parameter memberTypeCode should be final. | 532 | |
Parameter roleId should be final. | 533 | |
Parameter qualifications should be final. | 534 | |
Parameter activeFromDate should be final. | 535 | |
Parameter activeToDate should be final. | 536 | |
Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 536 | |
Method 'saveRoleRspActions' is not designed for extension - needs to be abstract, final or empty. | 540 | |
More than 7 parameters. | 541 | |
Parameter roleResponsibilityActionId should be final. | 541 | |
Parameter roleId should be final. | 542 | |
Parameter roleResponsibilityId should be final. | 542 | |
Parameter roleMemberId should be final. | 543 | |
Parameter actionTypeCode should be final. | 543 | |
Parameter actionPolicyCode should be final. | 544 | |
Parameter priorityNumber should be final. | 544 | |
Parameter forceAction should be final. | 545 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 21 | |
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 28 | |
'static' modifier out of order with the JLS suggestions. | 28 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
'static' modifier out of order with the JLS suggestions. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
'static' modifier out of order with the JLS suggestions. | 30 | |
Missing a Javadoc comment. | 31 | |
'static' modifier out of order with the JLS suggestions. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'static' modifier out of order with the JLS suggestions. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
'static' modifier out of order with the JLS suggestions. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
'static' modifier out of order with the JLS suggestions. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
'static' modifier out of order with the JLS suggestions. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter orgId should be final. | 61 | |
'orgId' hides a field. | 61 | |
Line has trailing spaces. | 67 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter effectiveDate should be final. | 74 | |
'effectiveDate' hides a field. | 74 | |
Line has trailing spaces. | 80 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter expirationDate should be final. | 87 | |
'expirationDate' hides a field. | 87 | |
Expected an @return tag. | 96 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter attributes should be final. | 103 | |
'attributes' hides a field. | 103 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter metaInfo should be final. | 118 | |
'metaInfo' hides a field. | 118 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter id should be final. | 131 | |
'id' hides a field. | 131 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter id should be final. | 74 | |
'id' hides a field. | 74 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter orgId should be final. | 88 | |
'orgId' hides a field. | 88 | |
Expected an @return tag. | 97 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter attributes should be final. | 104 | |
'attributes' hides a field. | 104 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter type should be final. | 112 | |
'type' hides a field. | 112 | |
Method 'isPrimary' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter isPrimary should be final. | 120 | |
'isPrimary' hides a field. | 120 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter metaInfo should be final. | 128 | |
'metaInfo' hides a field. | 128 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Expected an @return tag. | 57 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter attributes should be final. | 66 | |
'attributes' hides a field. | 66 | |
Method 'getAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter affiliatedOrgs should be final. | 74 | |
'affiliatedOrgs' hides a field. | 74 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter id should be final. | 82 | |
'id' hides a field. | 82 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 73 | |
Expected an @return tag. | 81 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter cluId should be final. | 85 | |
'cluId' hides a field. | 85 | |
Expected an @return tag. | 94 | |
Method 'getRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'setRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter relatedCluId should be final. | 98 | |
'relatedCluId' hides a field. | 98 | |
Expected an @return tag. | 108 | |
Method 'getIsCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'setIsCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter isCluRelationRequired should be final. | 112 | |
'isCluRelationRequired' hides a field. | 112 | |
Expected an @return tag. | 124 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter effectiveDate should be final. | 128 | |
'effectiveDate' hides a field. | 128 | |
Expected an @return tag. | 142 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter expirationDate should be final. | 146 | |
'expirationDate' hides a field. | 146 | |
Expected an @return tag. | 155 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Parameter attributes should be final. | 164 | |
'attributes' hides a field. | 164 | |
Expected an @return tag. | 175 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter metaInfo should be final. | 179 | |
'metaInfo' hides a field. | 179 | |
Expected an @return tag. | 188 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter type should be final. | 192 | |
'type' hides a field. | 192 | |
Expected an @return tag. | 205 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter state should be final. | 209 | |
'state' hides a field. | 209 | |
Expected an @return tag. | 221 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter id should be final. | 225 | |
'id' hides a field. | 225 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Line is longer than 80 characters. | 231 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Expected an @return tag. | 74 | |
Method 'getRepeatCount' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setRepeatCount' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter repeatCount should be final. | 78 | |
'repeatCount' hides a field. | 78 | |
First sentence should end with a period. | 83 | |
Expected an @return tag. | 88 | |
Method 'getRepeatTime' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'setRepeatTime' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter repeatTime should be final. | 92 | |
'repeatTime' hides a field. | 92 | |
Expected an @return tag. | 102 | |
Method 'getRepeatUnits' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'setRepeatUnits' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter repeatUnits should be final. | 106 | |
'repeatUnits' hides a field. | 106 | |
Expected an @return tag. | 117 | |
Method 'getMinTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Method 'setMinTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter minTotalUnits should be final. | 121 | |
'minTotalUnits' hides a field. | 121 | |
Expected an @return tag. | 133 | |
Method 'getMaxTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'setMaxTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter maxTotalUnits should be final. | 137 | |
'maxTotalUnits' hides a field. | 137 | |
First sentence should end with a period. | 142 | |
Expected an @return tag. | 147 | |
Method 'getInstructorUnits' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'setInstructorUnits' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter instructorUnits should be final. | 151 | |
'instructorUnits' hides a field. | 151 | |
Expected an @return tag. | 161 | |
Method 'getMinTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Method 'setMinTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter minTimeToComplete should be final. | 165 | |
'minTimeToComplete' hides a field. | 165 | |
Expected an @return tag. | 176 | |
Method 'getMaxTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Method 'setMaxTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter maxTimeToComplete should be final. | 180 | |
'maxTimeToComplete' hides a field. | 180 | |
Expected an @return tag. | 190 | |
Method 'getMaxAllowableInactivity' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Line is longer than 80 characters. | 194 | |
Method 'setMaxAllowableInactivity' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter maxAllowableInactivity should be final. | 194 | |
'maxAllowableInactivity' hides a field. | 194 | |
Expected an @return tag. | 205 | |
Method 'getMaxTimeResultsRecognized' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Line is longer than 80 characters. | 209 | |
Method 'setMaxTimeResultsRecognized' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter maxTimeResultsRecognized should be final. | 209 | |
'maxTimeResultsRecognized' hides a field. | 209 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Expected an @return tag. | 68 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter attributes should be final. | 77 | |
'attributes' hides a field. | 77 | |
Method 'getCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter cluFeeRecords should be final. | 88 | |
'cluFeeRecords' hides a field. | 88 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter id should be final. | 96 | |
'id' hides a field. | 96 | |
First sentence should end with a period. | 101 | |
Expected an @return tag. | 105 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter descr should be final. | 109 | |
'descr' hides a field. | 109 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter metaInfo should be final. | 117 | |
'metaInfo' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - org.kuali.student.core.dto.*. | 20 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 74 | |
Expected an @return tag. | 87 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter code should be final. | 91 | |
'code' hides a field. | 91 | |
First sentence should end with a period. | 96 | |
Expected an @return tag. | 100 | |
Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter shortName should be final. | 104 | |
'shortName' hides a field. | 104 | |
Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter longName should be final. | 112 | |
'longName' hides a field. | 112 | |
Expected an @return tag. | 122 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter level should be final. | 126 | |
'level' hides a field. | 126 | |
Expected an @return tag. | 136 | |
Method 'getDivision' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Method 'setDivision' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter division should be final. | 140 | |
'division' hides a field. | 140 | |
Method 'getSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Method 'setSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter suffixCode should be final. | 154 | |
'suffixCode' hides a field. | 154 | |
First sentence should end with a period. | 159 | |
Expected an @return tag. | 165 | |
Method 'getVariation' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setVariation' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter variation should be final. | 169 | |
'variation' hides a field. | 169 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter orgId should be final. | 182 | |
'orgId' hides a field. | 182 | |
Expected an @return tag. | 194 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Parameter type should be final. | 198 | |
'type' hides a field. | 198 | |
Expected an @return tag. | 209 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Missing a Javadoc comment. | 213 | |
Parameter state should be final. | 213 | |
'state' hides a field. | 213 | |
Expected an @return tag. | 227 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter id should be final. | 231 | |
'id' hides a field. | 231 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter attributes should be final. | 243 | |
'attributes' hides a field. | 243 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - org.kuali.student.core.dto.*. | 19 | |
Using the '.*' form of import should be avoided - java.util.*. | 29 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 140 | |
Expected an @return tag. | 150 | |
Method 'getOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'setOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter officialIdentifier should be final. | 154 | |
'officialIdentifier' hides a field. | 154 | |
Expected an @return tag. | 164 | |
Method 'getAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line is longer than 80 characters. | 172 | |
Method 'setAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter alternateIdentifiers should be final. | 172 | |
'alternateIdentifiers' hides a field. | 172 | |
Expected an @return tag. | 184 | |
Method 'getStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Method 'setStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter studySubjectArea should be final. | 188 | |
'studySubjectArea' hides a field. | 188 | |
Expected an @return tag. | 197 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter descr should be final. | 201 | |
'descr' hides a field. | 201 | |
Method 'getAccreditations' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Method 'setAccreditations' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter accreditations should be final. | 218 | |
'accreditations' hides a field. | 218 | |
Method 'getCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Method 'setCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Missing a Javadoc comment. | 234 | |
Parameter campusLocations should be final. | 234 | |
'campusLocations' hides a field. | 234 | |
Method 'getAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Method 'setAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Parameter adminOrgs should be final. | 246 | |
'adminOrgs' hides a field. | 246 | |
Expected an @return tag. | 257 | |
Method 'getPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Method 'setPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Parameter primaryInstructor should be final. | 261 | |
'primaryInstructor' hides a field. | 261 | |
Expected an @return tag. | 272 | |
Method 'getInstructors' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Method 'setInstructors' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter instructors should be final. | 280 | |
'instructors' hides a field. | 280 | |
Expected an @return tag. | 292 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Missing a Javadoc comment. | 296 | |
Parameter effectiveDate should be final. | 296 | |
'effectiveDate' hides a field. | 296 | |
Expected an @return tag. | 310 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 310 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter expirationDate should be final. | 314 | |
'expirationDate' hides a field. | 314 | |
Method 'getIntensity' is not designed for extension - needs to be abstract, final or empty. | 324 | |
Missing a Javadoc comment. | 324 | |
Method 'setIntensity' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
Parameter intensity should be final. | 328 | |
'intensity' hides a field. | 328 | |
Expected an @return tag. | 337 | |
Method 'getStdDuration' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Method 'setStdDuration' is not designed for extension - needs to be abstract, final or empty. | 341 | |
Missing a Javadoc comment. | 341 | |
Parameter stdDuration should be final. | 341 | |
'stdDuration' hides a field. | 341 | |
Expected an @return tag. | 350 | |
Method 'isCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 350 | |
Method 'setCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Missing a Javadoc comment. | 354 | |
Parameter canCreateLui should be final. | 354 | |
'canCreateLui' hides a field. | 354 | |
Expected an @return tag. | 366 | |
Method 'getReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Method 'setReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 370 | |
Missing a Javadoc comment. | 370 | |
Parameter referenceURL should be final. | 370 | |
'referenceURL' hides a field. | 370 | |
Expected an @return tag. | 381 | |
Method 'getLuCodes' is not designed for extension - needs to be abstract, final or empty. | 381 | |
Method 'setLuCodes' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Missing a Javadoc comment. | 389 | |
Parameter luCodes should be final. | 389 | |
'luCodes' hides a field. | 389 | |
First sentence should end with a period. | 394 | |
Expected an @return tag. | 398 | |
Method 'getNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 398 | |
Method 'setNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Missing a Javadoc comment. | 402 | |
Parameter nextReviewPeriod should be final. | 402 | |
'nextReviewPeriod' hides a field. | 402 | |
First sentence should end with a period. | 406 | |
Expected an @return tag. | 411 | |
Method 'isEnrollable' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Method 'setEnrollable' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Missing a Javadoc comment. | 415 | |
Parameter isEnrollable should be final. | 415 | |
'isEnrollable' hides a field. | 415 | |
Expected an @return tag. | 425 | |
Method 'getOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Method 'setOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 433 | |
Missing a Javadoc comment. | 433 | |
Parameter offeredAtpTypes should be final. | 433 | |
'offeredAtpTypes' hides a field. | 433 | |
Expected an @return tag. | 445 | |
Method 'isHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 445 | |
Method 'setHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 449 | |
Missing a Javadoc comment. | 449 | |
Parameter hasEarlyDropDeadline should be final. | 449 | |
'hasEarlyDropDeadline' hides a field. | 449 | |
Expected an @return tag. | 458 | |
Method 'getDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Method 'setDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Parameter defaultEnrollmentEstimate should be final. | 462 | |
'defaultEnrollmentEstimate' hides a field. | 462 | |
Expected an @return tag. | 471 | |
Method 'getDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 471 | |
Method 'setDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Missing a Javadoc comment. | 475 | |
Parameter defaultMaximumEnrollment should be final. | 475 | |
'defaultMaximumEnrollment' hides a field. | 475 | |
Expected an @return tag. | 485 | |
Method 'isHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 485 | |
Line is longer than 80 characters. | 489 | |
Method 'setHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Missing a Javadoc comment. | 489 | |
Parameter isHazardousForDisabledStudents should be final. | 489 | |
'isHazardousForDisabledStudents' hides a field. | 489 | |
Expected an @return tag. | 498 | |
Method 'getFeeInfo' is not designed for extension - needs to be abstract, final or empty. | 498 | |
Method 'setFeeInfo' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Missing a Javadoc comment. | 502 | |
Parameter feeInfo should be final. | 502 | |
'feeInfo' hides a field. | 502 | |
Expected an @return tag. | 511 | |
Method 'getAccountingInfo' is not designed for extension - needs to be abstract, final or empty. | 511 | |
Method 'setAccountingInfo' is not designed for extension - needs to be abstract, final or empty. | 515 | |
Missing a Javadoc comment. | 515 | |
Parameter accountingInfo should be final. | 515 | |
'accountingInfo' hides a field. | 515 | |
Expected an @return tag. | 524 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 524 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 532 | |
Missing a Javadoc comment. | 532 | |
Parameter attributes should be final. | 532 | |
'attributes' hides a field. | 532 | |
Expected an @return tag. | 543 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 543 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 547 | |
Missing a Javadoc comment. | 547 | |
Parameter metaInfo should be final. | 547 | |
'metaInfo' hides a field. | 547 | |
Method 'getVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 552 | |
Missing a Javadoc comment. | 552 | |
Method 'setVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 556 | |
Missing a Javadoc comment. | 556 | |
Parameter versionInfo should be final. | 556 | |
'versionInfo' hides a field. | 556 | |
Expected an @return tag. | 566 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 566 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 570 | |
Missing a Javadoc comment. | 570 | |
Parameter type should be final. | 570 | |
'type' hides a field. | 570 | |
Expected an @return tag. | 584 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 584 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 588 | |
Missing a Javadoc comment. | 588 | |
Parameter state should be final. | 588 | |
'state' hides a field. | 588 | |
Expected an @return tag. | 600 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 600 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 604 | |
Missing a Javadoc comment. | 604 | |
Parameter id should be final. | 604 | |
'id' hides a field. | 604 | |
Method 'getExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 608 | |
Missing a Javadoc comment. | 608 | |
Method 'setExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 612 | |
Missing a Javadoc comment. | 612 | |
Parameter expectedFirstAtp should be final. | 612 | |
'expectedFirstAtp' hides a field. | 612 | |
Method 'getLastAtp' is not designed for extension - needs to be abstract, final or empty. | 616 | |
Missing a Javadoc comment. | 616 | |
Method 'setLastAtp' is not designed for extension - needs to be abstract, final or empty. | 620 | |
Missing a Javadoc comment. | 620 | |
Parameter lastAtp should be final. | 620 | |
'lastAtp' hides a field. | 620 | |
Method 'getLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 624 | |
Missing a Javadoc comment. | 624 | |
Method 'setLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 628 | |
Missing a Javadoc comment. | 628 | |
Parameter lastAdmitAtp should be final. | 628 | |
'lastAdmitAtp' hides a field. | 628 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 632 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Expected an @return tag. | 59 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter orgId should be final. | 63 | |
'orgId' hides a field. | 63 | |
Expected an @return tag. | 72 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter personId should be final. | 76 | |
'personId' hides a field. | 76 | |
Expected an @return tag. | 85 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter attributes should be final. | 93 | |
'attributes' hides a field. | 93 | |
Method 'getPersonInfoOverride' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'setPersonInfoOverride' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter personInfoOverride should be final. | 111 | |
'personInfoOverride' hides a field. | 111 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 216 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - java.util.*. | 31 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 259 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 210 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - java.util.*. | 31 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 86 | |
Expected an @return tag. | 94 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter name should be final. | 98 | |
'name' hides a field. | 98 | |
Expected an @return tag. | 107 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter descr should be final. | 111 | |
'descr' hides a field. | 111 | |
Expected an @return tag. | 123 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter effectiveDate should be final. | 127 | |
'effectiveDate' hides a field. | 127 | |
Expected an @return tag. | 141 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter expirationDate should be final. | 145 | |
'expirationDate' hides a field. | 145 | |
Expected an @return tag. | 166 | |
Method 'getCluSetIds' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Method 'setCluSetIds' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter cluSetIds should be final. | 174 | |
'cluSetIds' hides a field. | 174 | |
Expected an @return tag. | 184 | |
Method 'getCluIds' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Method 'setCluIds' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter cluIds should be final. | 192 | |
'cluIds' hides a field. | 192 | |
Expected an @return tag. | 201 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter attributes should be final. | 209 | |
'attributes' hides a field. | 209 | |
Expected an @return tag. | 220 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Parameter metaInfo should be final. | 224 | |
'metaInfo' hides a field. | 224 | |
Expected an @return tag. | 235 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter id should be final. | 239 | |
'id' hides a field. | 239 | |
Method 'getMembershipQuery' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Method 'setMembershipQuery' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter membershipQuery should be final. | 247 | |
'membershipQuery' hides a field. | 247 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Parameter type should be final. | 271 | |
'type' hides a field. | 271 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter state should be final. | 279 | |
'state' hides a field. | 279 | |
Method 'getAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Method 'setAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
Parameter adminOrg should be final. | 287 | |
'adminOrg' hides a field. | 287 | |
Method 'getIsReusable' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Missing a Javadoc comment. | 291 | |
Method 'setIsReusable' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Missing a Javadoc comment. | 295 | |
Parameter isReusable should be final. | 295 | |
'isReusable' hides a field. | 295 | |
Method 'getIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
Method 'setIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter isReferenceable should be final. | 303 | |
'isReferenceable' hides a field. | 303 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Expected an @return tag. | 89 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter name should be final. | 93 | |
'name' hides a field. | 93 | |
Expected an @return tag. | 100 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter descr should be final. | 104 | |
'descr' hides a field. | 104 | |
Line is longer than 80 characters. | 109 | |
Expected an @return tag. | 111 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter effectiveDate should be final. | 115 | |
'effectiveDate' hides a field. | 115 | |
Line is longer than 80 characters. | 120 | |
Expected an @return tag. | 122 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter expirationDate should be final. | 126 | |
'expirationDate' hides a field. | 126 | |
Expected an @return tag. | 145 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter attributes should be final. | 152 | |
'attributes' hides a field. | 152 | |
Line is longer than 80 characters. | 157 | |
Expected an @return tag. | 159 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter metaInfo should be final. | 163 | |
'metaInfo' hides a field. | 163 | |
Line is longer than 80 characters. | 168 | |
Expected an @return tag. | 170 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter id should be final. | 174 | |
'id' hides a field. | 174 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter type should be final. | 194 | |
'type' hides a field. | 194 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter state should be final. | 202 | |
'state' hides a field. | 202 | |
Method 'getAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Method 'setAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Parameter adminOrg should be final. | 210 | |
'adminOrg' hides a field. | 210 | |
Method 'getIsReusable' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Missing a Javadoc comment. | 214 | |
Method 'setIsReusable' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter isReusable should be final. | 218 | |
'isReusable' hides a field. | 218 | |
Method 'getIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Missing a Javadoc comment. | 222 | |
Method 'setIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Parameter isReferenceable should be final. | 226 | |
'isReferenceable' hides a field. | 226 | |
Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Missing a Javadoc comment. | 234 | |
Parameter cluSets should be final. | 234 | |
'cluSets' hides a field. | 234 | |
Method 'getClus' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Method 'setClus' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter clus should be final. | 242 | |
'clus' hides a field. | 242 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Expected an @return tag. | 67 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter descr should be final. | 71 | |
'descr' hides a field. | 71 | |
First sentence should end with a period. | 76 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter type should be final. | 80 | |
'type' hides a field. | 80 | |
Expected @param tag for 'type'. | 80 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Expected an @return tag. | 93 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter value should be final. | 97 | |
'value' hides a field. | 97 | |
Expected an @return tag. | 106 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter attributes should be final. | 116 | |
'attributes' hides a field. | 116 | |
Expected an @return tag. | 127 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter metaInfo should be final. | 131 | |
'metaInfo' hides a field. | 131 | |
Expected an @return tag. | 140 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Parameter id should be final. | 146 | |
'id' hides a field. | 146 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - org.kuali.student.core.dto.*. | 19 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 73 | |
Expected an @return tag. | 81 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter cluId should be final. | 85 | |
'cluId' hides a field. | 85 | |
Expected an @return tag. | 94 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter documentId should be final. | 98 | |
'documentId' hides a field. | 98 | |
Expected an @return tag. | 107 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter title should be final. | 111 | |
'title' hides a field. | 111 | |
Expected an @return tag. | 120 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter desc should be final. | 124 | |
'desc' hides a field. | 124 | |
Expected an @return tag. | 136 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter effectiveDate should be final. | 140 | |
'effectiveDate' hides a field. | 140 | |
Expected an @return tag. | 154 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter expirationDate should be final. | 158 | |
'expirationDate' hides a field. | 158 | |
Expected an @return tag. | 167 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter attributes should be final. | 175 | |
'attributes' hides a field. | 175 | |
Expected an @return tag. | 186 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Parameter metaInfo should be final. | 190 | |
'metaInfo' hides a field. | 190 | |
Expected an @return tag. | 200 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Missing a Javadoc comment. | 204 | |
Parameter type should be final. | 204 | |
'type' hides a field. | 204 | |
Expected an @return tag. | 216 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter state should be final. | 220 | |
'state' hides a field. | 220 | |
Expected an @return tag. | 232 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter id should be final. | 236 | |
'id' hides a field. | 236 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
First sentence should end with a period. | 63 | |
Expected an @return tag. | 67 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 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 | |
First sentence should end with a period. | 76 | |
Expected an @return tag. | 80 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter desc should be final. | 84 | |
'desc' hides a field. | 84 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Expected an @return tag. | 114 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter expirationDate should be final. | 118 | |
'expirationDate' hides a field. | 118 | |
Expected an @return tag. | 127 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter attributes should be final. | 135 | |
'attributes' hides a field. | 135 | |
Expected an @return tag. | 144 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter id should be final. | 148 | |
'id' hides a field. | 148 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 37 | |
Expected an @return tag. | 47 | |
Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter revName should be final. | 51 | |
'revName' hides a field. | 51 | |
First sentence should end with a period. | 56 | |
Expected an @return tag. | 60 | |
Method 'getRevDesc' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'setRevDesc' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter revDesc should be final. | 64 | |
'revDesc' hides a field. | 64 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Method 'getInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter instructionalFormat should be final. | 45 | |
'instructionalFormat' hides a field. | 45 | |
Method 'getDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter deliveryMethod should be final. | 53 | |
'deliveryMethod' hides a field. | 53 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.exceptions.*. | 34 | |
Line is longer than 80 characters. | 36 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.lu.dto.*. | 37 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 249 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 355 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 404 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 439 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 469 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 503 | |
Line is longer than 80 characters. | 521 | |
Line is longer than 80 characters. | 542 | |
Line is longer than 80 characters. | 561 | |
Line is longer than 80 characters. | 572 | |
Line is longer than 80 characters. | 575 | |
Line is longer than 80 characters. | 581 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 601 | |
Line is longer than 80 characters. | 612 | |
Line is longer than 80 characters. | 621 | |
Line is longer than 80 characters. | 632 | |
Line is longer than 80 characters. | 641 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 659 | |
Line is longer than 80 characters. | 677 | |
Line is longer than 80 characters. | 694 | |
Line is longer than 80 characters. | 701 | |
Line is longer than 80 characters. | 702 | |
Line is longer than 80 characters. | 711 | |
Line is longer than 80 characters. | 719 | |
Line is longer than 80 characters. | 727 | |
Line is longer than 80 characters. | 744 | |
Line is longer than 80 characters. | 761 | |
Line is longer than 80 characters. | 771 | |
Line is longer than 80 characters. | 780 | |
Line is longer than 80 characters. | 789 | |
Line is longer than 80 characters. | 798 | |
Line is longer than 80 characters. | 816 | |
Line is longer than 80 characters. | 834 | |
Line is longer than 80 characters. | 852 | |
Line is longer than 80 characters. | 870 | |
Line is longer than 80 characters. | 890 | |
Line is longer than 80 characters. | 908 | |
Line is longer than 80 characters. | 926 | |
Line is longer than 80 characters. | 944 | |
Line is longer than 80 characters. | 962 | |
Line is longer than 80 characters. | 982 | |
Line is longer than 80 characters. | 1002 | |
Line is longer than 80 characters. | 1020 | |
Line is longer than 80 characters. | 1038 | |
Line is longer than 80 characters. | 1058 | |
Line is longer than 80 characters. | 1087 | |
Line is longer than 80 characters. | 1109 | |
Line is longer than 80 characters. | 1128 | |
Line is longer than 80 characters. | 1131 | |
Line is longer than 80 characters. | 1146 | |
Line is longer than 80 characters. | 1151 | |
Line is longer than 80 characters. | 1174 | |
Line is longer than 80 characters. | 1189 | |
Line is longer than 80 characters. | 1192 | |
Line is longer than 80 characters. | 1202 | |
Line is longer than 80 characters. | 1207 | |
Line is longer than 80 characters. | 1229 | |
Line is longer than 80 characters. | 1249 | |
Line is longer than 80 characters. | 1260 | |
Line is longer than 80 characters. | 1266 | |
Line is longer than 80 characters. | 1269 | |
Line is longer than 80 characters. | 1276 | |
Line is longer than 80 characters. | 1286 | |
Line is longer than 80 characters. | 1288 | |
Line is longer than 80 characters. | 1293 | |
Line is longer than 80 characters. | 1304 | |
Line is longer than 80 characters. | 1320 | |
Line is longer than 80 characters. | 1329 | |
Line is longer than 80 characters. | 1339 | |
Line is longer than 80 characters. | 1360 | |
Line is longer than 80 characters. | 1371 | |
Line is longer than 80 characters. | 1382 | |
Line is longer than 80 characters. | 1390 | |
Line is longer than 80 characters. | 1392 | |
Line is longer than 80 characters. | 1397 | |
Line is longer than 80 characters. | 1408 | |
Line is longer than 80 characters. | 1424 | |
Line is longer than 80 characters. | 1433 | |
Line is longer than 80 characters. | 1440 | |
Line is longer than 80 characters. | 1445 | |
Line is longer than 80 characters. | 1477 | |
Line is longer than 80 characters. | 1503 | |
Line is longer than 80 characters. | 1526 | |
Line is longer than 80 characters. | 1541 | |
Line is longer than 80 characters. | 1546 | |
Line is longer than 80 characters. | 1566 | |
Line is longer than 80 characters. | 1577 | |
Line is longer than 80 characters. | 1589 | |
Line is longer than 80 characters. | 1603 | |
Line is longer than 80 characters. | 1614 | |
Line is longer than 80 characters. | 1628 | |
Line is longer than 80 characters. | 1647 | |
Line is longer than 80 characters. | 1669 | |
Line is longer than 80 characters. | 1690 | |
Line is longer than 80 characters. | 1721 | |
Line is longer than 80 characters. | 1744 | |
Line is longer than 80 characters. | 1771 | |
Line is longer than 80 characters. | 1789 | |
Line is longer than 80 characters. | 1811 | |
Line is longer than 80 characters. | 1822 | |
Line is longer than 80 characters. | 1835 | |
Line is longer than 80 characters. | 1855 | |
Line is longer than 80 characters. | 1875 | |
Line is longer than 80 characters. | 1896 | |
Line is longer than 80 characters. | 1916 |