The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 10 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 323 | Error |
RegexpSingleline
| 47 | Error |
JavadocMethod | 91 | Error |
JavadocType | 16 | Error |
JavadocVariable | 44 | Error |
JavadocStyle | 6 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 1 | Error |
TypeName | 0 | Error |
AvoidStarImport | 2 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
LineLength | 129 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 1 | Error |
ParenPad | 4 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 3 | Error |
WhitespaceAround | 92 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 2 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 2 | Error |
RightCurly | 1 | Error |
AvoidInlineConditionals | 1 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 27 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 1 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 87 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 1 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 78 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Using the '.*' form of import should be avoided - javax.persistence.*. | 24 | |
First sentence should end with a period. | 29 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line 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. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 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 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
'}' is not preceded with whitespace. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter firstName should be final. | 62 | |
'firstName' hides a field. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter userId should be final. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter o should be final. | 74 | |
'if' construct must use '{}'s. | 75 | |
'if' construct must use '{}'s. | 76 | |
'&&' should be on a new line. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter id should be final. | 90 | |
'id' hides a field. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Method 'setAccounts' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter accounts should be final. | 98 | |
'accounts' hides a field. | 98 | |
Line has trailing spaces. | 101 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line has trailing spaces. | 109 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Using the '.*' form of import should be avoided - javax.persistence.*. | 21 | |
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 25 | |
'=' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
'}' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter name should be final. | 48 | |
'name' hides a field. | 48 | |
Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter number should be final. | 56 | |
'number' hides a field. | 56 | |
Method 'getFiscalOfficer' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'setFiscalOfficer' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter fiscalOfficer should be final. | 64 | |
'fiscalOfficer' hides a field. | 64 | |
Method 'getFoId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setFoId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter foId should be final. | 72 | |
'foId' hides a field. | 72 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line has trailing spaces. | 83 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 31 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter number should be final. | 50 | |
'number' hides a field. | 50 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Method 'getAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'setAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter accountTypeCode should be final. | 66 | |
'accountTypeCode' hides a field. | 66 | |
Line contains a tab character. | 70 | |
Method 'getAccountType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Method 'setAccountType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter accountType should be final. | 74 | |
'accountType' hides a field. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 78 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - javax.persistence.CascadeType. | 21 | |
Missing a Javadoc comment. | 31 | |
'=' is not preceded with whitespace. | 32 | |
'=' is not followed by whitespace. | 32 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Method 'getAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 47 | |
Method 'setAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter accountTypeCode should be final. | 47 | |
'accountTypeCode' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 52 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 57 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter name should be final. | 57 | |
'name' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'getCodeAndDescription' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line has trailing spaces. | 73 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter id should be final. | 50 | |
'id' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter number should be final. | 58 | |
'number' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setRate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter rate should be final. | 66 | |
'rate' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Missing a Javadoc comment. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 47 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
'}' is not preceded with whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
'}' is not preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 59 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line is longer than 80 characters. | 65 | |
Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter destination should be final. | 76 | |
'destination' hides a field. | 76 | |
Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setOrigin' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter origin should be final. | 84 | |
'origin' hides a field. | 84 | |
Method 'getTraveler' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'setTraveler' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter traveler should be final. | 92 | |
'traveler' hides a field. | 92 | |
Method 'getTravelAccounts' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Method 'setTravelAccounts' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter travelAccounts should be final. | 100 | |
'travelAccounts' hides a field. | 100 | |
Method 'getTravelAccount' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter index should be final. | 104 | |
'while' is not followed by whitespace. | 105 | |
Method 'getRequestType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Method 'setRequestType' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter requestType should be final. | 115 | |
'requestType' hides a field. | 115 | |
Method 'setAccountType' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter accountType should be final. | 122 | |
'accountType' hides a field. | 122 | |
Method 'getAccountType' is not designed for extension - needs to be abstract, final or empty. | 129 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 33 | |
Method 'getEditModes' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter document should be final. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 33 | |
'(' is followed by whitespace. | 33 | |
')' is preceded with whitespace. | 33 | |
Line has trailing spaces. | 34 | |
'(' is followed by whitespace. | 36 | |
')' is preceded with whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 28 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'=' is not followed by whitespace. | 42 | |
'cast' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 25 | |
Method 'processCustomSaveDocumentBusinessRules' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Line is longer than 80 characters. | 28 | |
Parameter document should be final. | 28 | |
Line is longer than 80 characters. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Unused import - uk.ltd.getahead.dwr.util.LoggingOutput. | 27 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter sce should be final. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter sce should be final. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Avoid inline conditionals. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Utility classes should not have a public or default constructor. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter test should be final. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
'{' is followed by whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'{' is followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 49 | |
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 |
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 has trailing spaces. | 21 | |
Line has trailing spaces. | 22 | |
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter message should be final. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
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. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 41 | |
Method 'insertAccount' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter mapping should be final. | 41 | |
Parameter form should be final. | 41 | |
Parameter request should be final. | 41 | |
Parameter response should be final. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 64 | |
Method 'deleteAccount' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter mapping should be final. | 64 | |
Parameter form should be final. | 64 | |
Parameter request should be final. | 64 | |
Parameter response should be final. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 75 | |
Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter mapping should be final. | 75 | |
Parameter form should be final. | 75 | |
Parameter request should be final. | 75 | |
Parameter response should be final. | 75 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 28 | |
Method 'populateHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Parameter workflowDocument should be final. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter mapping should be final. | 52 | |
Parameter request should be final. | 52 | |
Method 'getTravelAccount' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setTravelAccount' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter travelAccount should be final. | 63 | |
'travelAccount' hides a field. | 63 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 56 | |
Method 'getQualifiedRoleNames' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter roleName should be final. | 56 | |
Parameter documentContent should be final. | 56 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Method 'getRoleNames' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 75 | |
Method 'resolveQualifiedRole' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter routeContext should be final. | 75 | |
Parameter roleName should be final. | 75 | |
Parameter qualifiedRole should be final. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 103 | |
Parameter xpath should be final. | 103 | |
Parameter xpathExpression should be final. | 103 | |
Parameter item should be final. | 103 | |
Parameter returnType should be final. | 103 | |
Expected @param tag for 'returnType'. | 103 | |
Line is longer than 80 characters. | 104 | |
'}' should be on the same line. | 107 | |
Line is longer than 80 characters. | 109 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Method 'getDocHandlerDisplayParameters' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter userSession should be final. | 29 | |
Parameter actionItem should be final. | 29 | |
Line contains a tab character. | 30 | |
'400' is a magic number. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Method 'getLegalActions' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter userSession should be final. | 33 | |
Parameter actionItem should be final. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Parameter destination should be final. | 42 | |
'destination' hides a field. | 42 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'getRuleRows' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getRoutingDataRows' 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 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 90 | |
'rows' hides a field. | 91 | |
Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter destination should be final. | 97 | |
'destination' hides a field. | 97 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 107 | |
Method 'validateRoutingData' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter paramMap should be final. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'validateRuleData' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter paramMap should be final. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 115 | |
Parameter paramMap should be final. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 44 | |
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 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'USERID_FORM_FIELDNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
First sentence should end with a period. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter traveler should be final. | 73 | |
'traveler' hides a field. | 73 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'setTraveler' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter traveler should be final. | 79 | |
'traveler' hides a field. | 79 | |
Expected @param tag for 'traveler'. | 79 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Method 'getRoleNames' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 86 | |
Method 'isValidRole' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter roleName should be final. | 88 | |
':' is not preceded with whitespace. | 89 | |
Line contains a tab character. | 98 | |
Method 'getRoleNameQualifiers' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Line is longer than 80 characters. | 99 | |
Parameter roleName should be final. | 99 | |
Parameter documentContent should be final. | 99 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 122 | |
Method 'resolveQualifiedRole' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Parameter routeContext should be final. | 123 | |
Parameter qualifiedRoleName should be final. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 127 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'resolveRecipients' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Line is longer than 80 characters. | 132 | |
Parameter routeContext should be final. | 132 | |
Parameter qualifiedRoleName should be final. | 132 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 161 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
First sentence should end with a period. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Expected an @return tag. | 179 | |
Line contains a tab character. | 179 | |
Method 'getFieldConversions' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Method 'getRoutingDataRows' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Method 'validateRoutingData' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Parameter paramMap should be final. | 195 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
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 is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 18 | |
Utility classes should not have a public or default constructor. | 18 | |
Line contains a tab character. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Expected an @return tag. | 27 | |
Line contains a tab character. | 27 | |
Parameter tagName should be final. | 27 | |
Expected @param tag for 'tagName'. | 27 | |
Parameter content should be final. | 27 | |
Expected @param tag for 'content'. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter tagName should be final. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter tagName should be final. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |