The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 10 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 321 | |
RegexpSingleline
| 44 | |
| JavadocMethod | 89 | |
| JavadocType | 16 | |
| JavadocVariable | 44 | |
| JavadocStyle | 6 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 4 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 127 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 1 | |
| ParenPad | 4 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 3 | |
| WhitespaceAround | 92 | |
| ModifierOrder | 0 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 2 | |
| RightCurly | 1 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 27 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 81 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 1 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 78 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| 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. | 27 | |
| '=' is not preceded with whitespace. | 31 | |
| '=' is not followed by whitespace. | 31 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 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 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 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 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| '}' is not preceded with whitespace. | 47 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 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 | |
| Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter firstName should be final. | 60 | |
| 'firstName' hides a field. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter userId should be final. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter o should be final. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' construct must use '{}'s. | 74 | |
| '&&' should be on a new line. | 76 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 80 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| Method 'getId' 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 | |
| Line contains a tab character. | 88 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter id should be final. | 88 | |
| 'id' hides a field. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Method 'getAccounts' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setAccounts' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter accounts should be final. | 96 | |
| 'accounts' hides a field. | 96 |
| 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. | 23 | |
| '=' is not preceded with whitespace. | 24 | |
| '=' is not followed by whitespace. | 24 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| '=' is not preceded with whitespace. | 30 | |
| '=' is not followed by whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '=' is not preceded with whitespace. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| '=' is not preceded with whitespace. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| '}' is not preceded with whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| '=' is not preceded with whitespace. | 40 | |
| '=' is not followed by whitespace. | 40 | |
| '=' is not preceded with whitespace. | 40 | |
| '=' is not followed by whitespace. | 40 | |
| '=' is not preceded with whitespace. | 40 | |
| '=' is not followed by whitespace. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 42 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter name should be final. | 47 | |
| 'name' hides a field. | 47 | |
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter number should be final. | 55 | |
| 'number' hides a field. | 55 | |
| Method 'getFiscalOfficer' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'setFiscalOfficer' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter fiscalOfficer should be final. | 63 | |
| 'fiscalOfficer' hides a field. | 63 | |
| Method 'getFoId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'setFoId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter foId should be final. | 71 | |
| 'foId' hides a field. | 71 | |
| Line has trailing spaces. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Using the '.*' form of import should be avoided - javax.persistence.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '=' is not preceded with whitespace. | 24 | |
| '=' is not followed by whitespace. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| '=' is not preceded with whitespace. | 28 | |
| '=' is not followed by whitespace. | 28 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| '=' is not preceded with whitespace. | 31 | |
| '=' is not followed by whitespace. | 31 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| '=' is not preceded with whitespace. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| Line contains a tab character. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter number should be final. | 42 | |
| 'number' hides a field. | 42 | |
| Method 'getAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter accountTypeCode should be final. | 50 | |
| 'accountTypeCode' hides a field. | 50 | |
| Line contains a tab character. | 54 | |
| Method 'getAccountType' 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 'setAccountType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter accountType should be final. | 58 | |
| 'accountType' hides a field. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line has trailing spaces. | 62 |
| 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 | |
| Missing a Javadoc comment. | 28 | |
| '=' is not preceded with whitespace. | 29 | |
| '=' is not followed by whitespace. | 29 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Method 'getAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 44 | |
| Method 'setAccountTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter accountTypeCode should be final. | 44 | |
| 'accountTypeCode' hides a field. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 49 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 54 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter name should be final. | 54 | |
| 'name' hides a field. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 58 | |
| Method 'getCodeAndDescription' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter id should be final. | 48 | |
| 'id' hides a field. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Method '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 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Method 'getRate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Method 'setRate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter rate should be final. | 64 | |
| 'rate' hides a field. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 |
| 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.*. | 22 | |
| Missing a Javadoc comment. | 27 | |
| '=' is not preceded with whitespace. | 28 | |
| '=' is not followed by whitespace. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '=' is not preceded with whitespace. | 31 | |
| '=' is not followed by whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '=' is not preceded with whitespace. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| '}' is not preceded with whitespace. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| '}' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter destination should be final. | 57 | |
| 'destination' hides a field. | 57 | |
| Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'setOrigin' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter origin should be final. | 65 | |
| 'origin' hides a field. | 65 | |
| Method 'getTraveler' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'setTraveler' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter traveler should be final. | 73 | |
| 'traveler' hides a field. | 73 | |
| Method 'getTravelAccounts' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'setTravelAccounts' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter travelAccounts should be final. | 81 | |
| 'travelAccounts' hides a field. | 81 | |
| Method 'getTravelAccount' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter index should be final. | 85 | |
| 'while' is not followed by whitespace. | 86 | |
| Method 'getRequestType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setRequestType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter requestType should be final. | 96 | |
| 'requestType' hides a field. | 96 | |
| Method 'setAccountType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter accountType should be final. | 103 | |
| 'accountType' hides a field. | 103 | |
| Method 'getAccountType' is not designed for extension - needs to be abstract, final or empty. | 110 |
| 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 |
|---|---|---|
| Missing package-info.java file. | 0 | |
| 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 |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| 'cast' is not followed by whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 |
| 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 |
|---|---|---|
| Missing package-info.java file. | 0 | |
| 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 |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter sce should be final. | 36 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter sce should be final. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 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 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 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Avoid inline conditionals. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 |
| 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. | 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 |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 28 | |
| Method 'getDocHandlerDisplayParameters' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Parameter principalId 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 contains a tab character. | 33 | |
| Method 'getLegalActions' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Parameter principalId should be final. | 34 | |
| Parameter actionItem should be final. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 |
| 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 |
|---|---|---|
| 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 |